*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  background: #0C0C0A;
  color: #E8E0CC;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
img, video {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}
ul, ol {
  list-style: none;
}
#page, #content, .site, .site-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.nr-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  background: rgba(12, 12, 10, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}
.nr-nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.nr-nav__mark {
  width: 36px;
  height: 36px;
  background: #C4A44A;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #0C0C0A;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.nr-nav__brand {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.nr-nav__brand-name {
  font-size: 13px;
  font-weight: 500;
  color: #E8E0CC;
  letter-spacing: 0.14em;
}
.nr-nav__brand-sub {
  font-size: 9px;
  color: #504A3C;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nr-nav__links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nr-nav__links li {
  list-style: none;
}
.nr-nav__links a {
  font-size: 11px;
  color: #504A3C;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s ease;
}
.nr-nav__links a:hover {
  color: #C4A44A;
}
.nr-nav__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nr-nav__tel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #302A20;
  text-decoration: none;
  transition: color 0.15s ease;
}
.nr-nav__tel i {
  font-size: 13px;
}
.nr-nav__tel:hover {
  color: #C4A44A;
}
.nr-nav__cta {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #C4A44A;
  color: #0C0C0A;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.nr-nav__cta:hover {
  background: #D4B85A;
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .nr-nav {
    padding: 0 28px;
  }
  .nr-nav__links, .nr-nav__tel {
    display: none;
  }
}
@media (max-width: 540px) {
  .nr-nav {
    padding: 0 20px;
  }
}
.nr-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 560px;
  overflow: hidden;
  margin-top: 68px;
}
.nr-hero__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}
.nr-hero__slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.nr-hero__slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nr-hero__slide.is-active .nr-hero__slide-bg {
  transform: scale(1);
}
.nr-hero__slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 12, 10, 0.9) 0%, rgba(12, 12, 10, 0.45) 50%, rgba(12, 12, 10, 0.15) 100%);
}
.nr-hero__slide-overlay-side {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(12, 12, 10, 0.72) 0%, rgba(12, 12, 10, 0.28) 55%, transparent 100%);
}
.nr-hero__slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 56px 64px;
  max-width: 800px;
}
.nr-hero__eyebrow, .nr-hero__badge, .nr-hero__headline, .nr-hero__body, .nr-hero__ctas, .nr-hero__quote {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.nr-hero__slide.is-active .nr-hero__eyebrow {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.nr-hero__slide.is-active .nr-hero__badge {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.42s;
}
.nr-hero__slide.is-active .nr-hero__headline {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.54s;
}
.nr-hero__slide.is-active .nr-hero__body {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.nr-hero__slide.is-active .nr-hero__ctas {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.85s;
}
.nr-hero__slide.is-active .nr-hero__quote {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.42s;
}
.nr-hero__divider {
  width: 44px;
  height: 1px;
  background: #C4A44A;
  margin: 24px 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.4s ease 0.68s, transform 0.4s ease 0.68s;
}
.nr-hero__slide.is-active .nr-hero__divider {
  opacity: 0.38;
  transform: scaleX(1);
}
.nr-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.nr-hero__eyebrow-line {
  width: 36px;
  height: 1px;
  background: #C4A44A;
  flex-shrink: 0;
}
.nr-hero__eyebrow-text {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #C4A44A;
  text-transform: uppercase;
}
.nr-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0.5px solid #3A2E14;
  border-radius: 3px;
  padding: 6px 13px;
  margin-bottom: 24px;
  background: rgba(196, 164, 74, 0.05);
}
.nr-hero__badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C4A44A;
  flex-shrink: 0;
}
.nr-hero__badge-text {
  font-size: 10.5px;
  color: #C4A44A;
  letter-spacing: 0.04em;
}
.nr-hero__headline {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.06;
  font-weight: 400;
  color: #E8E0CC;
}
.nr-hero__headline em {
  font-style: italic;
  color: #C4A44A;
}
.nr-hero__headline .hl-strong {
  font-weight: 500;
  color: #FFFFFF;
}
.nr-hero__body {
  font-size: 15px;
  line-height: 1.75;
  color: #9A9080;
  font-weight: 300;
  max-width: 480px;
}
.nr-hero__body strong {
  color: #C4A44A;
  font-weight: 400;
}
.nr-hero__ctas {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.nr-hero__cta-primary {
  display: inline-flex;
  flex-direction: column;
  background: #C4A44A;
  color: #0C0C0A;
  padding: 14px 26px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.nr-hero__cta-primary:hover {
  background: #D4B85A;
  transform: translateY(-1px);
}
.nr-hero__cta-primary span:first-child {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.nr-hero__cta-primary span:last-child {
  font-size: 10px;
  opacity: 0.65;
  margin-top: 3px;
  letter-spacing: 0.03em;
}
.nr-hero__cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 3px;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nr-hero__cta-ghost i {
  font-size: 12px;
}
.nr-hero__cta-ghost:hover {
  color: #C4A44A;
  border-color: #C4A44A;
}
.nr-hero__quote-mark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 80px;
  line-height: 0.6;
  color: #C4A44A;
  opacity: 0.35;
  margin-bottom: 18px;
  display: block;
}
.nr-hero__quote-text {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 400;
  font-style: italic;
  color: #E8E0CC;
  margin-bottom: 22px;
  max-width: 620px;
}
.nr-hero__quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nr-hero__quote-author-line {
  width: 28px;
  height: 1px;
  background: #C4A44A;
}
.nr-hero__quote-author-name {
  font-size: 11px;
  color: #C4A44A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nr-hero__quote-author-city {
  font-size: 11px;
  color: #504A3C;
  letter-spacing: 0.05em;
}
.nr-hero__prev, .nr-hero__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0.5px solid rgba(196, 164, 74, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 12, 10, 0.55);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.nr-hero__prev i, .nr-hero__next i {
  font-size: 15px;
  color: #C4A44A;
}
.nr-hero__prev:hover, .nr-hero__next:hover {
  border-color: #C4A44A;
  background: rgba(196, 164, 74, 0.12);
}
.nr-hero__prev {
  left: 56px;
}
.nr-hero__next {
  right: 56px;
}
.nr-hero__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nr-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border: none;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}
.nr-hero__dot.is-active {
  background: #C4A44A;
  width: 24px;
  border-radius: 3px;
}
.nr-hero__counter {
  position: absolute;
  bottom: 28px;
  right: 56px;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-size: 11px;
  color: #302A20;
  letter-spacing: 0.08em;
}
.nr-hero__counter span:first-child {
  color: #C4A44A;
  font-size: 15px;
}
.nr-hero__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #C4A44A;
  z-index: 10;
  width: 0%;
  opacity: 0.5;
}
.nr-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
  animation: nrScrollBounce 2.2s ease-in-out infinite;
  pointer-events: none;
}
.nr-hero__scroll-bar {
  width: 1px;
  height: 26px;
  background: #C4A44A;
  opacity: 0.35;
}
.nr-hero__scroll-text {
  font-size: 8px;
  letter-spacing: 0.2em;
  color: #C4A44A;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 900px) {
  .nr-hero__slide-content {
    padding: 0 28px 52px;
  }
  .nr-hero__prev {
    left: 16px;
  }
  .nr-hero__next {
    right: 16px;
  }
  .nr-hero__counter {
    display: none;
  }
}
@media (max-width: 540px) {
  .nr-hero {
    min-height: 500px;
  }
  .nr-hero__slide-content {
    padding: 0 20px 52px;
    max-width: 100%;
  }
  .nr-hero__ctas {
    flex-direction: column;
    align-items: flex-start;
  }
  .nr-hero__prev, .nr-hero__next {
    display: none;
  }
}
@keyframes nrScrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateX(-50%) translateY(6px);
    opacity: 0.75;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fnext-retail.fr%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fblankslate-next-retail%2Fassets%2Fscss%2F_init.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-next-retail%2Fassets%2Fscss%2F_nav.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-next-retail%2Fassets%2Fscss%2F_home-hero.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */