/*
@mixin container-wrap($margin: auto, $max-width: clamp(16em, 85%, 90em)){
	width: 100%;
	padding: 0;
	margin: $margin;
	max-width: $max-width;
}

@mixin container-wrap-slim($margin: auto, $max-width: clamp(16em, 85%, 90em)) {
	width: 100%;
	padding: 0 10.4vw;
	margin: $margin;
	max-width: $max-width;

	@include respond-to(desktop-large){
		padding: 0 5vw;
	}

	@include respond-to(desktop){
		padding: 0 1vw;
	}

	@include respond-to(tabletLarge){
		padding: 0;
	}
}
*/
.product-full .back-button-wrapper {
  width: 86%;
  margin: auto;
  max-width: 1636px;
  max-width: clamp(15.5em, 86%, 90.9em);
  margin: 0 auto;
}
.product-full .back-button-wrapper .back-button {
  position: relative;
  overflow: hidden;
  color: #3B3B3B;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-size: 0.889em;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 2em;
  padding: 0.665em 1.4em 0.465em;
  transition: all 0.4s ease;
  /*
    Maybe these values will suit better this primary button? 
    It's on the assets page for the cta dark content element

    font-size: clamp(0.66em, 0.83vw, 0.88em);
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 2.2em;
    display: inline-block;
  */
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 10em;
}
.product-full .back-button-wrapper .back-button:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  max-width: 3.8em;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  background: rgba(59, 59, 59, 0.32);
  border-radius: inherit;
  transition: transform 0.5s ease;
}
.product-full .back-button-wrapper .back-button:hover {
  background: rgba(59, 59, 59, 0.05);
}
.product-full .back-button-wrapper .back-button:active:after, .product-full .back-button-wrapper .back-button.active:after {
  transform: translateX(0);
}
.product-full .back-button-wrapper .back-button:focus {
  background: rgba(59, 59, 59, 0.17);
}
.product-full .back-button-wrapper .back-button:disabled, .product-full .back-button-wrapper .back-button.disabled {
  opacity: 0.2;
  cursor: default;
}
.product-full .back-button-wrapper .back-button svg {
  margin: 1px 5px -2px 0;
  fill: #3B3B3B;
}
@media only screen and (max-width: 768px) {
  .product-full .back-button-wrapper .back-button {
    top: 7em;
  }
}
.product-full .full-button {
  width: 86%;
  margin: auto;
  max-width: 1636px;
  max-width: clamp(15.5em, 86%, 90.9em);
  max-width: 1222px;
  max-width: clamp(15.5em, 86%, 67.9em);
  margin: 0 auto;
  margin-bottom: 4em;
}
.product-full .full-button .back-button {
  position: relative;
  overflow: hidden;
  color: #3B3B3B;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-size: 0.889em;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 2em;
  padding: 0.665em 1.4em 0.465em;
  transition: all 0.4s ease;
  /*
    Maybe these values will suit better this primary button? 
    It's on the assets page for the cta dark content element

    font-size: clamp(0.66em, 0.83vw, 0.88em);
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 2.2em;
    display: inline-block;
  */
  display: inline-block;
}
.product-full .full-button .back-button:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  max-width: 3.8em;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  background: rgba(59, 59, 59, 0.32);
  border-radius: inherit;
  transition: transform 0.5s ease;
}
.product-full .full-button .back-button:hover {
  background: rgba(59, 59, 59, 0.05);
}
.product-full .full-button .back-button:active:after, .product-full .full-button .back-button.active:after {
  transform: translateX(0);
}
.product-full .full-button .back-button:focus {
  background: rgba(59, 59, 59, 0.17);
}
.product-full .full-button .back-button:disabled, .product-full .full-button .back-button.disabled {
  opacity: 0.2;
  cursor: default;
}
.product-full .full-button .back-button svg {
  margin: 1px 5px -2px 0;
  fill: #3B3B3B;
}
.product-full .ce_headertext {
  padding: 15em 0 10em;
}
@media only screen and (max-width: 768px) {
  .product-full .ce_headertext {
    padding: 12em 0 4em;
  }
}
.product-full .full-hero {
  border-bottom: 2px solid #C5C4BE;
}
.product-full .full-hero .text-content-wrap {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-full .full-hero .text-content-wrap .header-headline-wrap {
  width: 50%;
  padding-right: 5%;
}
@media only screen and (max-width: 768px) {
  .product-full .full-hero .text-content-wrap .header-headline-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.product-full .full-hero .header-product-tags-wrap, .product-full .full-hero .product-certificates {
  width: 50%;
  padding-top: 1em;
}
.product-full .full-hero .header-product-tags-wrap p, .product-full .full-hero .product-certificates p {
  width: 100%;
  max-width: 40em;
}
.product-full .full-hero .header-product-tags-wrap p.product-full-heading-small:first-child, .product-full .full-hero .product-certificates p.product-full-heading-small:first-child {
  padding-top: 2em;
  border-top: 2px solid #3B3B3B;
}
@media only screen and (max-width: 768px) {
  .product-full .full-hero .header-product-tags-wrap, .product-full .full-hero .product-certificates {
    width: 100%;
  }
  .product-full .full-hero .header-product-tags-wrap p, .product-full .full-hero .product-certificates p {
    max-width: 100%;
  }
}
.product-full .full-hero .product-full-heading-small {
  font-size: 0.88em;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-size: clamp(0.66em, 0.83vw, 0.88em);
  line-height: 1.6em;
  color: #3B3B3B;
  text-transform: uppercase;
  max-width: none;
  padding-bottom: 1em;
}
.product-full .full-hero .product-full-title {
  font-size: 3.05em;
  font-size: clamp(1.55em, 2.8vw, 3.05em);
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.18em;
  display: block;
  color: #FFFFFF;
}
.product-full .full-hero .product-full-title strong {
  font-family: "universal-bold-extend", helvetica, arial, sans-serif;
}
.product-full .full-hero .product-attributes li {
  font-size: 0.88em;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-size: clamp(0.66em, 0.83vw, 0.88em);
  line-height: 1.6em;
  display: inline-block;
  color: #FFFFFF;
}
.product-full .full-hero .product-attributes li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: 0.4em;
}
.product-full .full-hero .product-certificates {
  margin-left: auto;
}
.product-full .full-hero .product-certificates .content-slider {
  padding-bottom: 4em;
  margin-bottom: -4.5em;
}
@media only screen and (max-width: 768px) {
  .product-full .full-hero .product-certificates .content-slider {
    margin-bottom: -3em;
  }
}
.product-full .full-hero .product-certificates .content-slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.product-full .full-hero .product-certificates .content-slider .slider-control {
  position: relative;
  margin: 3.5em 0 0;
}
.product-full .full-hero .product-certificates .content-slider .swiper-scrollbar {
  height: 0.66em;
  margin: 3.5em 0 0;
}
.product-full .full-hero .product-certificates .content-slider .swiper-scrollbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: rgba(59, 59, 59, 0.5);
}
.product-full .full-hero .product-certificates .content-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.66em;
  width: 100%;
  position: relative;
  background: #3B3B3B;
  border-radius: 1.38em;
  left: 0;
}
.product-full .full-hero .product-certificates .product-certificate-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 6.7em;
  height: auto;
  margin-right: 2.4em;
  position: relative;
}
.product-full .full-hero .product-certificates .product-certificate-item:last-child {
  margin-right: 0;
}
.product-full .full-hero .product-certificates .product-certificate-item img {
  display: block;
  width: 4.75em;
  height: auto;
  margin-top: 1em;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.product-full .full-hero .product-certificates .product-certificate-item .certificate-info-block {
  position: absolute;
  top: 2.2em;
  width: 300%;
  max-width: 280px;
  font-size: 0.66em;
  color: #FFFFFF;
  background: #3B3B3B;
  padding: 1.66em;
  border-radius: 1em;
  box-shadow: 0 0.2em 1em rgba(59, 59, 59, 0.3);
  user-select: text;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.product-full .full-hero .product-certificates .product-certificate-item .certificate-info-block:hover {
  visibility: visible;
  opacity: 1;
}
.product-full .full-hero .product-certificates .product-certificate-item .certificate-info-block .certificate-title {
  font-family: "universal-bold-extend", helvetica, arial, sans-serif;
  margin-bottom: 1em;
}
.product-full .full-hero .product-certificates .product-certificate-item .certificate-info-block p {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.product-full .full-hero .product-certificates .product-certificate-item .certificate-info-block ul {
  list-style: disc;
  padding-left: 1em;
}
.product-full .full-hero .product-certificates .product-certificate-item .certificate-info-icon {
  width: 1.6em;
  height: 1.6em;
  font-size: 0.88em;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  color: #3B3B3B;
  border: 2px solid;
  border-radius: 50%;
  margin: 0 0 auto 0.4em;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}
.product-full .full-hero .product-certificates .product-certificate-item .certificate-info-icon:hover + .certificate-info-block {
  visibility: visible;
  opacity: 1;
}
.product-full .full-hero .product-certificates .product-certificate-item:hover {
  z-index: 30;
}
.product-full .full-hero .product-certificates .product-certificate-item:hover img {
  filter: grayscale(0);
}
.product-full .full-hero .product-certificates .product-certificate-item:last-child .certificate-info-block {
  right: 0;
}
.product-full .ce_separation p {
  font-family: "universal-extended", helvetica, arial, sans-serif;
  margin-bottom: 0;
}
.product-full .full-systems {
  padding-bottom: 5em;
  padding-bottom: clamp(2em, 8vw, 5em);
}
.product-full .full-systems .wrapper {
  width: 86%;
  margin: auto;
  max-width: 1636px;
  max-width: clamp(15.5em, 86%, 90.9em);
  max-width: 1222px;
  max-width: clamp(15.5em, 86%, 67.9em);
}
.product-full .full-systems .section-title {
  font-size: 1.55em;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-size: clamp(1em, 1.45vw, 1.55em);
  line-height: 1.14em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .product-full .full-systems {
    padding-bottom: 4em;
  }
}
.product-full .full-downloads {
  margin: 6em 0;
  margin: clamp(4em, 8vw, 6em) 0;
}
.product-full .full-downloads .wrapper {
  width: 86%;
  margin: auto;
  max-width: 1636px;
  max-width: clamp(15.5em, 86%, 90.9em);
  max-width: 1222px;
  max-width: clamp(15.5em, 86%, 67.9em);
  margin-bottom: 3em;
}
.product-full .full-downloads .section-title {
  font-size: 1.55em;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-size: clamp(1em, 1.45vw, 1.55em);
  line-height: 1.14em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.product-full .downloads-systems {
  padding: 8em 0;
  padding: clamp(5em, 8vw, 8em) 0;
}
.product-full .downloads-systems .wrapper {
  width: 86%;
  margin: auto;
  max-width: 1636px;
  max-width: clamp(15.5em, 86%, 90.9em);
  max-width: 1222px;
  max-width: clamp(15.5em, 86%, 67.9em);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-full .downloads-systems .section-title {
  font-size: 1.55em;
  font-family: "universal-extended", helvetica, arial, sans-serif;
  font-size: clamp(1em, 1.45vw, 1.55em);
  line-height: 1.14em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1.8em;
}
.product-full .downloads-systems .full-downloads {
  width: 34%;
  margin: 0;
}
.product-full .downloads-systems .full-downloads .autowrap-downloads {
  margin-top: -1.11em;
}
@media (min-width: 1025px) {
  .product-full .downloads-systems .full-downloads .autowrap-downloads .ce_downloads.download-big {
    width: 100%;
    margin-right: 1.11em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .product-full .downloads-systems .full-downloads .autowrap-downloads .ce_downloads.download-big:nth-child(odd) {
    margin-right: 1.11em;
  }
}
.product-full .downloads-systems .full-systems {
  width: 66%;
}
.product-full .downloads-systems .full-systems .system-list-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .product-full .downloads-systems .full-systems {
    margin: 0 auto;
  }
  .product-full .downloads-systems .full-systems .system-teaser {
    min-height: 19.45em;
  }
}
@media (max-width: 1024px) {
  .product-full .downloads-systems .full-downloads, .product-full .downloads-systems .full-systems {
    width: 100%;
  }
  .product-full .downloads-systems .full-downloads {
    margin-bottom: 4em;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fviacor.de%2Fhttpdocs%2Fvendor%2Fmagmell-agentur%2Fviacor-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Fproducts%2Fproduct_full.scss%22%2C%22var%2Fwww%2Fvhosts%2Fviacor.de%2Fhttpdocs%2Fvendor%2Fmagmell-agentur%2Fviacor-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Fproducts%2F..%2Fincludes%2F_typography.scss%22%2C%22var%2Fwww%2Fvhosts%2Fviacor.de%2Fhttpdocs%2Fvendor%2Fmagmell-agentur%2Fviacor-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Fproducts%2F..%2Fincludes%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2GN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD7HU%3BAAAA%3BAAAA%3BAAAA%3BAERJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqFN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD1GU%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAElCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0CJ%3BAAAA%3BAAAA%3BAAiEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAE9GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFyHA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAEjIR%3BAAAA%3BAAAA%3BAAAA%3BAF0IQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAEjLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFyLQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEzUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFmVJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAII%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%22%7D */