@charset "UTF-8";
/* colori */
/* /colori */
/* mixin */
/*    $breakpoints: ("xs": 576px, "sm": 576px, "md": 768px, "lg": 992px, "xl": 1200px, "xxl": 1400px, "xxxl": 1600px);
*/
@keyframes homeZoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes homeZoomOut {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.home-hero {
  position: relative;
  height: 100vh;
  min-height: 480px;
  overflow: hidden;
  cursor: pointer;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
.home-hero__content {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 580px;
}
.home-hero__content h1, .home-hero__content h2, .home-hero__content h3, .home-hero__content h4, .home-hero__content p {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  margin: 0;
}
.home-hero__content h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0.5rem !important;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -3px;
}
.home-hero__content h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.9;
}
.home-box__bg {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.home-box__bg.vegas-container {
  position: absolute !important;
  inset: -8% !important;
  z-index: 0 !important;
}
.home-box__bg.vegas-container > .vegas-slide, .home-box__bg.vegas-container > .vegas-overlay, .home-box__bg.vegas-container > .vegas-timer {
  z-index: 0 !important;
}
.home-hero .home-box__bg {
  animation: homeZoomOut 28s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .home-hero__content h2 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .home-hero__content h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .home-hero {
    min-height: 260px;
  }
  .home-hero__content {
    left: 4%;
    max-width: 90%;
  }
  .home-hero__content h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .home-hero__content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@keyframes heroScrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
.home-hero__scroll-btn {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(4px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.25s, border-color 0.25s;
}
.home-hero__scroll-btn i {
  font-size: 22px;
  animation: heroScrollBounce 1.6s ease-in-out infinite;
  display: block;
}
.home-hero__scroll-btn:hover {
  background: rgba(0, 0, 0, 0.45);
  border-color: #fff;
}
@media (max-width: 576px) {
  .home-hero__scroll-btn {
    width: 42px;
    height: 42px;
    bottom: 24px;
  }
  .home-hero__scroll-btn i {
    font-size: 18px;
  }
}
.home-disimpegno {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 80px 6%;
}
.home-disimpegno__text {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: 0;
  color: #111;
  margin: 0;
  max-width: 660px;
}
.home-disimpegno__btn {
  display: inline-block;
  flex-shrink: 0;
  padding: 14px 28px;
  background: #111;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.home-disimpegno__btn:hover {
  background: #444;
  color: #fff;
}
@media (max-width: 768px) {
  .home-disimpegno {
    flex-direction: column;
    align-items: flex-start;
    padding: 52px 5%;
  }
  .home-disimpegno__text {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .home-disimpegno {
    padding: 40px 4%;
  }
  .home-disimpegno__text {
    font-size: 20px;
    line-height: 29px;
  }
}
.home-collezioni {
  position: relative;
  height: 90vh;
  min-height: 580px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 3%;
}
.home-collezioni::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
.home-collezioni .home-box__bg {
  animation: homeZoomIn 22s ease-in-out infinite alternate;
}
.home-collezioni__content {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 340px;
}
.home-collezioni__text h1, .home-collezioni__text h2, .home-collezioni__text h3, .home-collezioni__text h4, .home-collezioni__text p {
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
}
.home-collezioni__text h2 {
  font-weight: 700;
  font-size: 32px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 32px;
}
.home-collezioni__text p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
}
.home-collezioni__btn {
  display: block;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.home-collezioni__btn:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}
@media (max-width: 768px) {
  .home-collezioni {
    height: 60vh;
    min-height: 360px;
  }
  .home-collezioni__content {
    right: 5%;
    width: 280px;
  }
  .home-collezioni__text h1, .home-collezioni__text h2, .home-collezioni__text h3, .home-collezioni__text h4, .home-collezioni__text p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .home-collezioni__content {
    right: auto;
    left: 4%;
    width: 88%;
    top: auto;
    bottom: 10%;
    transform: none;
  }
}
.home-contract-intro {
  padding: 80px 6%;
  text-align: center;
}
.home-contract-intro h1, .home-contract-intro h2, .home-contract-intro h3, .home-contract-intro h4, .home-contract-intro p {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
  color: #111;
  margin: 0;
}
@media (max-width: 768px) {
  .home-contract-intro {
    padding: 52px 5%;
  }
  .home-contract-intro h1, .home-contract-intro h2, .home-contract-intro h3, .home-contract-intro h4, .home-contract-intro p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .home-contract-intro {
    padding: 40px 4%;
  }
  .home-contract-intro h1, .home-contract-intro h2, .home-contract-intro h3, .home-contract-intro h4, .home-contract-intro p {
    font-size: 20px;
    line-height: 29px;
  }
}
.home-contract {
  position: relative;
  overflow: hidden;
  background: #fff;
  user-select: none;
  margin-bottom: 120px;
}
.home-contract__track {
  display: flex;
  height: 100%;
  will-change: transform;
  cursor: grab;
}
.home-contract__track:active {
  cursor: grabbing;
}
.home-contract__slide {
  flex: 0 0 28%;
  flex-shrink: 0;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.home-contract__img {
  height: 360px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.home-contract__caption {
  flex: 0 0 auto;
  padding: 18px 4px 0;
  text-align: center;
}
.home-contract__caption-title {
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  color: #111;
  margin: 0 0 4px;
  line-height: 1.3;
}
.home-contract__caption-text {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.home-contract__nav {
  position: absolute;
  top: 180px;
  transform: translateY(-50%);
  z-index: 4;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #111;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.home-contract__nav:hover {
  background: #fff;
}
.home-contract__nav--prev {
  left: 24px;
}
.home-contract__nav--next {
  right: 24px;
}
@media (max-width: 768px) {
  .home-contract__img {
    height: 240px;
  }
  .home-contract__slide {
    flex: 0 0 80%;
  }
  .home-contract__nav {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
  }
  .home-contract__nav--prev {
    left: 12px;
  }
  .home-contract__nav--next {
    right: 12px;
  }
  .home-contract__caption {
    padding: 12px 4px 0;
  }
  .home-contract__caption-title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home-contract__img {
    height: 195px;
  }
  .home-contract__slide {
    flex: 0 0 88%;
    padding: 0 8px;
  }
  .home-contract__nav {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
  .home-contract__caption {
    padding: 10px 4px 0;
  }
  .home-contract__caption-title {
    font-size: 15px;
  }
  .home-contract__caption-text {
    font-size: 11px;
  }
}
.main h3 {
  font-size: 3rem;
  font-weight: lighter;
}
@media (max-width: 576px) {
  .main h3 {
    font-size: 2.5rem;
  }
}
#priv a {
  text-decoration: none;
  color: #000;
}
#priv a:hover {
  background-color: #961423;
  color: #fff;
}
/* mixin */
.page-template-page-serie #site-main {
  min-height: 600px;
}
.page-template-page-serie #site-main .vegas-content .centerMe {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-template-page-serie #site-main .vegas-content .centerMe h1 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.page-template-page-serie #site-main .vegas-content .centerMe h1 small {
  display: block;
  text-transform: initial;
}
.page-template-page-serie #site-main .unaSerie .row {
  border-bottom: 1px solid #000;
}
@media (max-width: 576px) {
  .page-template-page-serie #site-main .unaSerie .row {
    border-bottom: none;
  }
}
.page-template-page-serie #site-main .unaSerie .row .unaSerie_title {
  font-size: 4rem;
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  .page-template-page-serie #site-main .unaSerie .row .unaSerie_title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.page-template-page-serie #site-main .unaSerie .row .unaSerie_txt {
  font-size: 1.8rem;
}
.page-template-page-serie #site-main .unaSerie .row .unaSerie_img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 576px) {
  .page-template-page-serie #site-main .unaSerie .row .unaSerie_img {
    max-height: none;
    height: 27vh;
  }
}
.page-template-page-serie select.form-control:not([size]):not([multiple]) {
  height: calc(4.8rem + 2px);
}
.page-template-page-serie select.form-control {
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  appearance: auto;
}
.due_box_a_tutta_pagina {
  margin-bottom: 4rem;
}
.due_box_a_tutta_pagina .wrapbopx .txt-wrapper {
  background-color: #E9E9EA;
  border: 3px solid #AA4354;
  padding: 3rem;
  font-size: 1.4rem;
  height: 100%;
}
/* mixin */
/*    $breakpoints: ("xs": 576px, "sm": 576px, "md": 768px, "lg": 992px, "xl": 1200px, "xxl": 1400px, "xxxl": 1600px);
*/
h1, .h1 {
  font-size: 5.7rem;
  margin: 0;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
h2, .h2 {
  font-size: 3.2rem;
  margin: 0;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}
h3, .h3 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 600;
}
h4, .h4 {
  font-size: 2rem;
  margin: 0;
}
p, .p {
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 576px) {
  p, .p {
    font-size: 1.6rem;
  }
}
/* colori */
/* /colori */
/* mixin */
/* colori */
/* /colori */
/* mixin */
/* mixin */
/*    $breakpoints: ("xs": 576px, "sm": 576px, "md": 768px, "lg": 992px, "xl": 1200px, "xxl": 1400px, "xxxl": 1600px);
*/
h1, .h1 {
  font-size: 5.7rem;
  margin: 0;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
h2, .h2 {
  font-size: 3.2rem;
  margin: 0;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}
h3, .h3 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 600;
}
h4, .h4 {
  font-size: 2rem;
  margin: 0;
}
p, .p {
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 576px) {
  p, .p {
    font-size: 1.6rem;
  }
}
.cstBtn-type0 {
  display: inline-block;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.cstBtn-type0:hover {
  text-decoration: none;
}
.cstBtn-type0:hover {
  text-decoration: none !important;
  color: #000 !important;
  background-color: #fff !important;
}
.cstBtn-type1 {
  display: inline-block;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-color: #951423;
  color: #fff;
  border-color: #951423;
  min-height: 48px;
  line-height: 48px;
  padding: 0px 24px !important;
}
.cstBtn-type1:hover {
  text-decoration: none;
}
.cstBtn-type1:hover {
  color: #951423;
  background-color: transparent;
}
.cstBtn-type2 {
  display: inline-block;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #000 !important;
  border-color: #000 !important;
  min-height: 48px;
  line-height: 48px;
  padding: 0px 24px !important;
}
.cstBtn-type2:hover {
  text-decoration: none;
}
.cstBtn-type2:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #000 !important;
}
.cstBtn-type_news {
  display: inline-block;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #000 !important;
  border-color: #000 !important;
  min-height: 48px;
  line-height: 48px;
  padding: 0px 24px !important;
}
.cstBtn-type_news:hover {
  text-decoration: none;
}
.cstBtn-type_news:hover {
  background-color: #951423 !important;
  color: #fff !important;
  border-color: #951423 !important;
}
.cstBtn-type_news.active {
  background-color: #951423 !important;
  color: #fff !important;
  border-color: #951423 !important;
}
.cstBtn-type_newsletter {
  display: inline-block;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-color: #951423 !important;
  color: #fff !important;
  border-color: #951423 !important;
  min-height: 48px;
  line-height: 48px;
  padding: 0px 24px !important;
}
.cstBtn-type_newsletter:hover {
  text-decoration: none;
}
.cstBtn-type_newsletter:hover {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}
.simple_link {
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.simple_link span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: relative;
}
.simple_link span.arrow {
  left: 0;
  top: 5px;
}
.simple_link span.dwn {
  top: 3px;
}
.simple_link:hover {
  color: #951423 !important;
  text-decoration: none !important;
}
.simple_link:hover span {
  color: #951423 !important;
}
.simple_link:hover span.arrow {
  left: 5px;
}
.simple_link:hover span.dwn {
  top: 8px;
}
.scrollWrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  cursor: pointer;
  padding: 0 20px;
}
.scrollWrapper:hover {
  opacity: 0.7;
}
.css-scroll-down {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  padding: 50px 30px;
}
.css-scroll-down .single-scroll-down-animation {
  margin-right: 20px;
  width: calc(25% - 20px);
  margin-bottom: 50px;
}
.css-scroll-down .single-scroll-down-animation h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.scroll-down4 {
  width: 3px;
  height: 60px;
  background: #FFFBF4;
  animation: scrollDown4 2s ease infinite;
  margin: 0 auto;
}
.lab .scroll-down4 {
  background: #000;
}
@keyframes scrollDown4 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
a.scrollUpfx {
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
a.scrollUpfx:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: attr(data-link-alt);
  display: inline;
  text-align: left;
  -webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
a.scrollUpfx span {
  display: block;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
a.scrollUpfx:hover {
  color: #961423;
  cursor: -webkit-grab;
  cursor: grab;
}
a.scrollUpfx:hover span {
  color: #961423;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
a.scrollUpfx:hover:after {
  top: 0;
}
/* mixin */
/*    $breakpoints: ("xs": 576px, "sm": 576px, "md": 768px, "lg": 992px, "xl": 1200px, "xxl": 1400px, "xxxl": 1600px);
*/
h1, .h1 {
  font-size: 5.7rem;
  margin: 0;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
h2, .h2 {
  font-size: 3.2rem;
  margin: 0;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}
h3, .h3 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 600;
}
h4, .h4 {
  font-size: 2rem;
  margin: 0;
}
p, .p {
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 576px) {
  p, .p {
    font-size: 1.6rem;
  }
}
/* colori */
/* /colori */
/* mixin */
#site-navbar {
  z-index: 1000;
  padding: 0;
  width: 100%;
}
#site-navbar .wpml-ls-legacy-list-horizontal {
  position: absolute;
  right: 60px;
  top: 17px;
}
@media (max-width: 576px) {
  #site-navbar .wpml-ls-legacy-list-horizontal {
    top: 6px;
  }
}
#site-navbar .site-navbar-wrapper {
  z-index: 110;
  position: relative;
  background-color: #961423;
}
#site-navbar .header-logo {
  display: block;
  width: 50%;
}
@media (max-width: 992px) {
  #site-navbar .header-logo {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #site-navbar .header-logo {
    width: 70%;
  }
}
@media (max-width: 576px) {
  #site-navbar .header-logo {
    width: 70%;
    padding: 10px 0;
  }
}
.hoverMenu {
  position: fixed;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #CAC8C8;
  color: #000;
  z-index: 100;
  pointer-events: none;
  min-height: 400px;
  padding-top: 11rem;
  transition: opacity 0.8s linear;
  -webkit-transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
}
@media (max-width: 576px) {
  .hoverMenu {
    padding-top: 6rem;
  }
}
.hoverMenu h2 {
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 992px) {
  .hoverMenu h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .hoverMenu h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .hoverMenu h2 {
    font-size: 1.9rem;
  }
}
.hoverMenu h2::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .hoverMenu h2::before {
    height: 1px;
  }
}
.hoverMenu h2 a {
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hoverMenu h2 a:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: attr(data-link-alt);
  display: inline;
  text-align: left;
  -webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hoverMenu h2 a span {
  display: block;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hoverMenu h2 a:hover {
  color: #961423;
  cursor: -webkit-grab;
  cursor: grab;
}
.hoverMenu h2 a:hover span {
  color: #961423;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hoverMenu h2 a:hover:after {
  top: 0;
}
.hoverMenu.-open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.hoverMenu .navbar-nav {
  margin-top: 0.7rem;
}
.hoverMenu .navbar-nav li {
  display: block;
}
.hoverMenu .navbar-nav li.spacer {
  line-height: 1;
}
@media (max-width: 992px) {
  .hoverMenu .navbar-nav li.spacer {
    line-height: 0.8;
  }
}
@media (max-width: 768px) {
  .hoverMenu .navbar-nav li.spacer {
    line-height: 0.6;
  }
}
@media (max-width: 576px) {
  .hoverMenu .navbar-nav li.spacer {
    line-height: 0.4;
  }
}
.hoverMenu .navbar-nav li a {
  color: #000;
  line-height: 1.1;
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 992px) {
  .hoverMenu .navbar-nav li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .hoverMenu .navbar-nav li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .hoverMenu .navbar-nav li a {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-height: 600px) {
  .hoverMenu .navbar-nav li a {
    line-height: 1.1;
    font-size: 1.8rem;
  }
}
@media screen and (max-height: 500px) {
  .hoverMenu .navbar-nav li a {
    line-height: 1;
    font-size: 1.6rem;
  }
}
@media screen and (max-height: 400px) {
  .hoverMenu .navbar-nav li a {
    line-height: 0.9;
    font-size: 1.4rem;
  }
}
.hoverMenu .navbar-nav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #FFF;
  transition: width 0.3s;
  position: relative;
  top: -1px;
}
.hoverMenu .navbar-nav li a:hover::after {
  width: 100%;
  transition: width 0.3s;
}
.button {
  position: absolute;
  top: 0;
  right: 20px;
  box-sizing: border-box;
  height: 36px;
  cursor: pointer;
  padding: 1rem 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .button {
    top: -8px;
  }
}
@media (max-width: 768px) {
  .button {
    top: -6px;
  }
}
@media (max-width: 576px) {
  .button {
    top: -10px;
  }
}
.button svg {
  stroke: #fff;
  transition: 0.2s;
}
.button svg g:first-child {
  opacity: 1;
  transition: opacity 0s 0.2s;
}
.button svg g:first-child line {
  transition: transform 0.2s 0.2s;
  transform: translateY(0px);
}
.button svg g:last-child {
  opacity: 0;
  transition: opacity 0s 0.2s;
}
.button svg g:last-child line {
  transition: transform 0.2s;
  transform: rotate(0deg);
  transform-origin: center;
}
.button.-menu-open svg {
  stroke: #fff;
}
.button.-menu-open svg g:first-child {
  opacity: 0;
}
.button.-menu-open svg g:first-child line {
  transition: transform 0.2s;
}
.button.-menu-open svg g:first-child line:first-child {
  transform: translateY(7px);
}
.button.-menu-open svg g:first-child line:last-child {
  transform: translateY(-7px);
}
.button.-menu-open svg g:last-child {
  opacity: 1;
}
.button.-menu-open svg g:last-child line {
  transition: transform 0.2s 0.2s;
}
.button.-menu-open svg g:last-child line:first-child {
  transform: rotate(45deg);
}
.button.-menu-open svg g:last-child line:last-child {
  transform: rotate(-45deg);
}
.header-insta-img-link {
  display: inline-block;
  vertical-align: bottom;
  width: 33%;
  min-height: 150px;
  text-decoration: none;
  opacity: 0.8;
}
.header-insta-img-link .subSubNav {
  color: #000;
  text-align: center;
  display: block;
  margin: 4px auto;
}
.header-insta-img-link:hover {
  opacity: 1;
}
.header-insta-img-link .header-insta-img-wrapper {
  display: block;
  padding: 10px;
  padding-bottom: 0;
}
.header-insta-img-link .header-insta-img-wrapper img {
  width: 100%;
}
@media (max-width: 576px) {
  .header-insta-img-link .header-insta-img-wrapper {
    padding: 0;
  }
}
.subNav {
  line-height: 1.1;
  font-size: 1.8rem;
  cursor: pointer;
  vertical-align: bottom;
  width: 90%;
}
.subNav.first {
  margin-top: 0.7rem;
}
.subNav .material-icons {
  vertical-align: middle;
  position: relative;
  right: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subNav:hover, .subNav.activeLink {
  color: #961423;
}
.subNav:hover:before, .subNav.activeLink:before {
  background-color: #961423;
}
.subNav:hover .material-icons, .subNav.activeLink .material-icons {
  right: -25px;
}
.hoverMenu .hoverMenuHover {
  display: none;
  margin-bottom: 1rem;
}
.hoverMenu .hoverMenuHover ul.navbar-nav li a {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .hoverMenu .hoverMenuHover ul.navbar-nav li a {
    font-size: 1.25rem;
  }
}
.twoColumn {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: block !important;
}
.menu-mobile .select-prodotti {
  font-size: 1.6rem;
  width: 100%;
}
.menu-mobile .select-prodotti option {
  font-size: 1.6rem;
  color: #000;
}
.menu-mobile .header-insta-img-link {
  width: 24.5%;
  vertical-align: top;
}
.menu-mobile .header-insta-img-link h5.subSubNav {
  font-size: 1.1rem;
}
/* mixin */
.subFooter {
  background-color: #961423;
  color: #fff;
  padding: 4rem 0;
}
.subFooter p {
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  .subFooter p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .subFooter p {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .subFooter p {
    font-size: 1.8rem;
  }
}
.site-footer {
  background-color: #cac8c8;
}
.site-footer p {
  font-size: 1.2rem;
}
.site-footer a {
  color: #961423;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.white-txt {
  color: #fff !important;
}
.white-bg {
  background-color: #fff !important;
}
.red-txt {
  color: #961423 !important;
}
.red-bg {
  background-color: #961423 !important;
}
.blur-bg {
  background-color: rgba(150, 20, 35, 0.75);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
/* colori */
/* /colori */
/* mixin */
.d-none-ek {
  display: none;
}
.tax-serie-prodotti .gallerySerieInner .js-player {
  width: 100%;
}
/* mixin */
.page-template-page-prodotti #site-main, .page-template-page-categorie-box #site-main {
  min-height: 600px;
}
.page-template-page-prodotti #site-main .vegas-content .centerMe, .page-template-page-categorie-box #site-main .vegas-content .centerMe {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-template-page-prodotti #site-main .vegas-content .centerMe h1, .page-template-page-categorie-box #site-main .vegas-content .centerMe h1 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.page-template-page-prodotti #site-main .vegas-content .centerMe h1 small, .page-template-page-categorie-box #site-main .vegas-content .centerMe h1 small {
  display: block;
  text-transform: initial;
}
.page-template-page-prodotti #site-main .unaCatProdotti, .page-template-page-categorie-box #site-main .unaCatProdotti {
  position: relative;
}
.page-template-page-prodotti #site-main .unaCatProdotti .unaCat_title, .page-template-page-categorie-box #site-main .unaCatProdotti .unaCat_title {
  position: absolute;
  bottom: 0;
  left: 7px;
  padding-left: 10px;
  width: calc(100% - 12px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 576px) {
  .page-template-page-prodotti #site-main .unaCatProdotti .unaCat_title, .page-template-page-categorie-box #site-main .unaCatProdotti .unaCat_title {
    font-size: 1.5rem;
  }
}
.page-template-page-prodotti #site-main .unaCatProdotti .unaCat_img, .page-template-page-categorie-box #site-main .unaCatProdotti .unaCat_img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .page-template-page-prodotti #site-main .unaCatProdotti .unaCat_img, .page-template-page-categorie-box #site-main .unaCatProdotti .unaCat_img {
    height: 22vh;
    width: 100%;
  }
}
.page-template-page-categorie-box .unaCatProdotti .unaCatProdotti_wrapper {
  padding: 2rem;
  border: 1px solid #ccc;
  margin: 10px;
  background-color: #eee;
}
.page-template-page-categorie-box .unaCatProdotti .unaCatProdotti_wrapper .unaCat_title {
  font-size: 2rem;
  font-weight: lighter;
  min-height: 68px;
  padding: 1rem 2rem;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.page-template-page-categorie-box .unaCatProdotti .unaCatProdotti_wrapper .unaCat_img {
  object-fit: contain !important;
  margin: auto;
  display: block;
  height: 300px !important;
  width: auto;
  padding: 40px;
  padding-bottom: 60px;
  padding-top: 20px;
}
/* mixin */
.page .mt-first {
  margin-top: 72px;
}
@media (max-width: 576px) {
  .page .mt-first {
    margin-top: 37px;
  }
}
.page .centerMe {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .page .centerMe {
    width: 90%;
  }
}
.page .centerMe h1, .page .centerMe h2 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .page .centerMe h1, .page .centerMe h2 {
    letter-spacing: 0;
  }
}
.page .centerMe h1 a, .page .centerMe h2 a {
  color: #fff;
  text-decoration: none;
}
.page .centerMe h1 a:hover, .page .centerMe h2 a:hover {
  opacity: 0.8;
}
.page .gallery-outer-wrapper h1 small {
  display: block;
  font-size: 3rem;
  font-style: italic;
  font-weight: lighter;
}
@media (max-width: 576px) {
  .page .gallery-outer-wrapper h1 small {
    font-size: 2rem;
  }
}
.page .txt-block a, .page .immagine_testo_row a {
  color: #961423;
  text-decoration: none;
}
.page .txt-block a:hover, .page .immagine_testo_row a:hover {
  text-decoration: underline;
}
.page .txt-block h2, .page .immagine_testo_row h2 {
  font-size: 3.6rem;
  font-weight: lighter;
  letter-spacing: -1px;
}
.page .txt-block h3, .page .immagine_testo_row h3 {
  font-size: 2.6rem;
  font-weight: lighter;
  letter-spacing: -1px;
}
.page .txt-block p, .page .immagine_testo_row p {
  margin: 2rem 0;
}
.page .txt-block ul, .page .txt-block ol, .page .immagine_testo_row ul, .page .immagine_testo_row ol {
  margin: 2.3rem 1.2rem;
}
.page .txt-block ul li, .page .txt-block ol li, .page .immagine_testo_row ul li, .page .immagine_testo_row ol li {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .page .txt-block ul li, .page .txt-block ol li, .page .immagine_testo_row ul li, .page .immagine_testo_row ol li {
    font-size: 1.6rem;
  }
}
.page .txt-block blockquote, .page .immagine_testo_row blockquote {
  padding: 2rem;
  background-color: #eee;
  margin: 2rem 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page .txt-block blockquote p, .page .immagine_testo_row blockquote p {
  margin: 0;
}
.page .iframe-block iframe {
  width: 100%;
}
.page .block-img-tutta-pagina-wrapper .imgWrapper {
  display: block;
}
.page .block-img-tutta-pagina-wrapper .imgWrapper .block-img-tutta-pagina-wrapper-img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page .block-img-tutta-pagina-wrapper .imgWrapper .block-img-tutta-pagina-wrapper-img.proporzionato {
  object-fit: contain;
}
.page .immagine_testo_row .block_immagine_testo_img {
  object-fit: cover;
  object-position: center;
}
.page .spacer-block {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
}
.page .titolo-block {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}
.page .block-galleria-col {
  text-decoration: none;
  color: #000;
  opacity: 1;
}
.page .block-galleria-col .imgWrapper {
  display: block;
}
.page .block-galleria-col .imgWrapper .block-galleria-img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.page .block-galleria-col:hover {
  opacity: 0.8;
}
/* colori */
/* /colori */
/* mixin */
.page-template-page-login .register {
  background-color: #EEEDEE;
  padding: 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 0 !important;
}
.page-template-page-login .register label {
  display: block;
}
.page-template-page-login .register input.input-text {
  width: 100%;
  border: 1px solid black;
}
.page-template-page-login .register .button {
  position: static;
  height: auto;
  padding: 0.5rem 3rem;
  margin-top: 1rem;
  border: 1px solid #000 !important;
}
.page-template-page-login .register .button:hover {
  background-color: #961423;
  color: #EEEDEE !important;
}
.page-template-page-login .user-registration-password-hint, .page-template-page-login .user-registration-password-strength, .page-template-page-login .checkbox.ur-label {
  font-size: 1.6rem;
}
/* colori */
/* /colori */
/* mixin */
.single-prodotti .listaSchede a {
  display: block;
}
.single-prodotti a.scrollUpfx {
  display: inline-block;
  vertical-align: bottom;
}
.single-prodotti .gallerySerie .outer_wrapGallerySerie {
  padding: 10px;
  background-color: #E0E0E0;
}
.single-prodotti .gallerySerie .outer_wrapGallerySerie .wrapGallerySerie {
  font-size: 1.6rem;
}
.single-prodotti .gallerySerie .gallerySerie-img-wrapper {
  display: block;
}
.single-prodotti h3 {
  font-size: 1.6rem;
  position: relative;
  color: #951423;
  margin-bottom: 1rem;
}
.single-prodotti h3:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #951423;
}
.single-prodotti .aperture {
  margin-bottom: 5rem;
}
.single-prodotti .aperture .img_apertura_3d_cover {
  display: inline-block;
  width: 140px;
  text-decoration: none;
  position: relative;
}
.single-prodotti .aperture .img_apertura_3d_cover span {
  display: block;
}
.single-prodotti .aperture .img_apertura_3d_cover span.imgWrapper {
  margin-right: 10px;
  height: 200px;
  background-color: #951423;
}
.single-prodotti .aperture .img_apertura_3d_cover span .img_apertura_3d_cover_img {
  object-fit: cover;
  vertical-align: bottom;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single-prodotti .aperture .img_apertura_3d_cover span .img_apertura_3d_cover_img:hover {
  opacity: 0.5;
}
.single-prodotti .finiture .slick-prev, .single-prodotti .finiture .slick-next {
  top: 44%;
}
.single-prodotti .finiture .slick-prev {
  left: -34px;
}
.single-prodotti .finiture .slick-prev:before, .single-prodotti .finiture .slick-next:before {
  top: 10px;
  font-family: "slick";
  font-size: 26px;
  color: #000;
}
.single-prodotti .finiture .finitura_wrapper {
  display: inline-block;
}
.single-prodotti .finiture .finitura_wrapper .imgWrapper {
  display: inline-block;
  width: 110px;
  padding: 0;
  margin-right: 10px;
}
.single-prodotti .finiture .finitura_wrapper .imageTitle {
  color: #000;
  font-size: 1rem;
}
/* colori */
/* /colori */
/* mixin */
.single-altri-prodotti a.scrollUpfx {
  display: inline-block;
  vertical-align: bottom;
}
.single-altri-prodotti .gallerySerie .outer_wrapGallerySerie {
  padding: 10px;
  background-color: #E0E0E0;
}
.single-altri-prodotti .gallerySerie .outer_wrapGallerySerie .wrapGallerySerie {
  font-size: 1.6rem;
}
.single-altri-prodotti .gallerySerie .gallerySerie-img-wrapper {
  display: block;
}
.single-altri-prodotti h3 {
  font-size: 1.6rem;
  position: relative;
  color: #951423;
  margin-bottom: 1rem;
}
.single-altri-prodotti h3:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #951423;
}
.single-altri-prodotti .aperture {
  margin-bottom: 5rem;
}
.single-altri-prodotti .aperture .img_apertura_3d_cover {
  display: inline-block;
  width: 140px;
  text-decoration: none;
  position: relative;
}
.single-altri-prodotti .aperture .img_apertura_3d_cover span {
  display: block;
}
.single-altri-prodotti .aperture .img_apertura_3d_cover span.imgWrapper {
  margin-right: 10px;
  height: 200px;
  background-color: #951423;
}
.single-altri-prodotti .aperture .img_apertura_3d_cover span .img_apertura_3d_cover_img {
  object-fit: cover;
  vertical-align: bottom;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single-altri-prodotti .aperture .img_apertura_3d_cover span .img_apertura_3d_cover_img:hover {
  opacity: 0.5;
}
.single-altri-prodotti .finiture .slick-prev, .single-altri-prodotti .finiture .slick-next {
  top: 44%;
}
.single-altri-prodotti .finiture .slick-prev {
  left: -34px;
}
.single-altri-prodotti .finiture .slick-prev:before, .single-altri-prodotti .finiture .slick-next:before {
  top: 10px;
  font-family: "slick";
  font-size: 26px;
  color: #000;
}
.single-altri-prodotti .finiture .finitura_wrapper {
  display: inline-block;
}
.single-altri-prodotti .finiture .finitura_wrapper .imgWrapper {
  display: inline-block;
  width: 110px;
  padding: 0;
  margin-right: 10px;
}
.single-altri-prodotti .finiture .finitura_wrapper .imageTitle {
  color: #000;
  font-size: 1rem;
}
.single-altri-prodotti .listaSchede a {
  display: block;
}
/* colori */
/* /colori */
/* mixin */
.archive.tax-serie-prodotti .modal .modal-title {
  font-size: 2rem;
}
.archive.tax-serie-prodotti .modal .modal-body {
  font-size: 1.6rem;
}
.archive.tax-serie-prodotti .modal .mb-serie {
  font-size: 1.6rem;
  position: relative;
  height: 163.5px;
  overflow: hidden;
}
.archive.tax-serie-prodotti .modal .mb-serie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  left: 0;
  top: 0;
}
.archive.tax-serie-prodotti .modal .mb-serie.exec {
  overflow: visible;
  height: auto;
  margin: 0 30px;
}
.archive.tax-serie-prodotti .modal .mb-serie.exec::before {
  display: none;
}
.archive.tax-serie-prodotti .modal .mb-serie.mb-serie-aperture {
  margin-bottom: -40px !important;
}
.archive.tax-serie-prodotti .modal .mb-serie .finitura_wrapper img {
  border: 1px solid #eee;
}
.archive.tax-serie-prodotti .wrapSpecifiche {
  font-size: 1.5rem;
}
.archive.tax-serie-prodotti .gallerySerie .outer_wrapGallerySerie {
  padding: 10px;
  background-color: #E0E0E0;
}
.archive.tax-serie-prodotti .gallerySerie .outer_wrapGallerySerie .wrapGallerySerie {
  font-size: 1.6rem;
}
.archive.tax-serie-prodotti .gallerySerie .gallerySerie-img-wrapper {
  display: block;
}
.archive.tax-serie-prodotti h3 {
  font-size: 1.6rem;
  position: relative;
  color: #951423;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive.tax-serie-prodotti h3 .material-icons {
  position: relative;
  right: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive.tax-serie-prodotti h3:hover {
  color: #000;
}
.archive.tax-serie-prodotti h3:hover:before {
  background-color: #000;
}
.archive.tax-serie-prodotti h3:hover .material-icons {
  right: -25px;
}
.archive.tax-serie-prodotti h3:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #951423;
}
.archive.tax-serie-prodotti .link_tenuta {
  color: #951423;
  text-decoration: none;
}
.archive.tax-serie-prodotti .link_tenuta:hover {
  text-decoration: underline;
}
.archive.tax-serie-prodotti .aperture {
  margin-bottom: 5rem;
  margin-top: -78px;
}
.archive.tax-serie-prodotti .aperture .img_apertura_2d_link {
  display: inline-block;
  width: 120px;
  padding-top: 100px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 576px) {
  .archive.tax-serie-prodotti .aperture .img_apertura_2d_link {
    width: 90px;
  }
}
.archive.tax-serie-prodotti .aperture .img_apertura_2d_link span {
  display: block;
}
.archive.tax-serie-prodotti .aperture .img_apertura_2d_link span.imgWrapper {
  padding: 10px 0;
  margin-right: 10px;
}
.archive.tax-serie-prodotti .aperture .img_apertura_2d_link span.imgWrapper .img_apertura_2d {
  width: 190px;
  height: 140px;
  object-fit: contain;
}
.archive.tax-serie-prodotti .aperture .img_apertura_2d_link span.img3dWrapper {
  position: absolute;
  display: none;
  bottom: 14px;
  left: 0;
}
.archive.tax-serie-prodotti .aperture .img_apertura_2d_link .imageTitle {
  color: #000;
  font-size: 1rem;
}
.archive.tax-serie-prodotti .aperture .img_apertura_2d_link:hover span.img3dWrapper {
  display: block;
  max-width: 182px;
}
@media (max-width: 576px) {
  .archive.tax-serie-prodotti .aperture .img_apertura_2d_link:hover span.img3dWrapper {
    display: none;
  }
}
.archive.tax-serie-prodotti .aperture .innerAperture {
  background-color: red;
  height: 100px;
}
.archive.tax-serie-prodotti .aperture .slick-prev, .archive.tax-serie-prodotti .aperture .slick-next {
  top: calc(44% + 42px) !important;
}
.archive.tax-serie-prodotti .aperture .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.archive.tax-serie-prodotti .finiture .slick-prev, .archive.tax-serie-prodotti .finiture .slick-next {
  top: 44%;
}
.archive.tax-serie-prodotti .finiture .slick-prev {
  left: -34px;
}
.archive.tax-serie-prodotti .finiture .slick-prev:before, .archive.tax-serie-prodotti .finiture .slick-next:before {
  top: 10px;
  font-family: "slick";
  font-size: 26px;
  color: #000;
}
.archive.tax-serie-prodotti .finiture .finitura_wrapper {
  display: inline-block;
  text-decoration: none;
}
.archive.tax-serie-prodotti .finiture .finitura_wrapper .imgWrapper {
  display: inline-block;
  width: 110px;
  padding: 0;
  margin-right: 10px;
}
.archive.tax-serie-prodotti .finiture .finitura_wrapper:hover {
  opacity: 0.8;
}
.archive.tax-serie-prodotti .finiture .finitura_wrapper .imageTitle {
  color: #000;
  font-size: 1rem;
  width: 83%;
}
/* colori */
/* /colori */
/* mixin */
.archive.tax-categorie-altri-prodotti .modal .modal-title {
  font-size: 2rem;
}
.archive.tax-categorie-altri-prodotti .modal .modal-body {
  font-size: 1.6rem;
}
.archive.tax-categorie-altri-prodotti .modal .mb-serie {
  font-size: 1.6rem;
  position: relative;
  height: 163.5px;
  overflow: hidden;
}
.archive.tax-categorie-altri-prodotti .modal .mb-serie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  left: 0;
  top: 0;
}
.archive.tax-categorie-altri-prodotti .modal .mb-serie.exec {
  overflow: visible;
  height: auto;
  margin: 0 30px;
}
.archive.tax-categorie-altri-prodotti .modal .mb-serie.exec::before {
  display: none;
}
.archive.tax-categorie-altri-prodotti .modal .mb-serie.mb-serie-aperture {
  margin-bottom: -40px !important;
}
.archive.tax-categorie-altri-prodotti .modal .mb-serie .finitura_wrapper img {
  border: 1px solid #eee;
  height: 166px;
}
.archive.tax-categorie-altri-prodotti .wrapSpecifiche {
  font-size: 1.5rem;
}
.archive.tax-categorie-altri-prodotti .gallerySerie .outer_wrapGallerySerie {
  padding: 10px;
  background-color: #E0E0E0;
}
.archive.tax-categorie-altri-prodotti .gallerySerie .outer_wrapGallerySerie .wrapGallerySerie {
  font-size: 1.6rem;
}
.archive.tax-categorie-altri-prodotti .gallerySerie .gallerySerie-img-wrapper {
  display: block;
}
.archive.tax-categorie-altri-prodotti h3 {
  font-size: 1.6rem;
  position: relative;
  color: #951423;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive.tax-categorie-altri-prodotti h3 .material-icons {
  position: relative;
  right: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive.tax-categorie-altri-prodotti h3:hover {
  color: #000;
}
.archive.tax-categorie-altri-prodotti h3:hover:before {
  background-color: #000;
}
.archive.tax-categorie-altri-prodotti h3:hover .material-icons {
  right: -25px;
}
.archive.tax-categorie-altri-prodotti h3:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #951423;
}
.archive.tax-categorie-altri-prodotti .aperture {
  margin-bottom: 5rem;
  margin-top: -78px;
}
.archive.tax-categorie-altri-prodotti .aperture .img_apertura_2d_link {
  display: inline-block;
  width: 120px;
  padding-top: 78px;
  text-decoration: none;
  position: relative;
}
.archive.tax-categorie-altri-prodotti .aperture .img_apertura_2d_link span {
  display: block;
}
.archive.tax-categorie-altri-prodotti .aperture .img_apertura_2d_link span.imgWrapper {
  padding: 10px 0;
  margin-right: 10px;
}
.archive.tax-categorie-altri-prodotti .aperture .img_apertura_2d_link span.img3dWrapper {
  position: absolute;
  display: none;
  bottom: 14px;
  left: 0;
}
.archive.tax-categorie-altri-prodotti .aperture .img_apertura_2d_link .imageTitle {
  color: #000;
  font-size: 1rem;
}
.archive.tax-categorie-altri-prodotti .aperture .img_apertura_2d_link:hover span.img3dWrapper {
  display: block;
}
.archive.tax-categorie-altri-prodotti .aperture .innerAperture {
  background-color: red;
  height: 100px;
}
.archive.tax-categorie-altri-prodotti .aperture .slick-prev, .archive.tax-categorie-altri-prodotti .aperture .slick-next {
  top: calc(44% + 42px) !important;
}
.archive.tax-categorie-altri-prodotti .aperture .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.archive.tax-categorie-altri-prodotti .finiture .slick-prev {
  left: -34px;
}
.archive.tax-categorie-altri-prodotti .finiture .slick-prev:before, .archive.tax-categorie-altri-prodotti .finiture .slick-next:before {
  top: 10px;
  font-family: "slick";
  font-size: 26px;
  color: #000;
}
.archive.tax-categorie-altri-prodotti .finiture .finitura_wrapper {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding-right: 5%;
}
.archive.tax-categorie-altri-prodotti .finiture .finitura_wrapper .imgWrapper {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-right: 10px;
}
.archive.tax-categorie-altri-prodotti .finiture .finitura_wrapper:hover {
  opacity: 0.8;
}
.archive.tax-categorie-altri-prodotti .finiture .finitura_wrapper .imageTitle {
  color: #000;
  font-size: 1rem;
  padding: 0 12px;
  width: 164px;
}
/* colori */
/* /colori */
/* mixin */
.archive.tax-categorie-risorse .list-group {
  margin-bottom: 4rem;
}
.archive.tax-categorie-risorse .list-group .list-group-item {
  font-size: 2rem;
  background-color: #EEEDEE;
}
.archive.tax-categorie-risorse .list-group .list-group-item a {
  color: #000;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.archive.tax-categorie-risorse .list-group .list-group-item a:hover {
  color: #961423;
}
.archive.tax-categorie-risorse .list-group .list-group-item a .material-icons {
  vertical-align: sub;
}
.archive.tax-categorie-risorse .info {
  font-weight: bold;
  font-size: 2rem;
}
.archive.tax-categorie-risorse #loginform {
  background: #EEEDEE;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 330px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.archive.tax-categorie-risorse #loginform label {
  display: block;
}
.archive.tax-categorie-risorse #loginform input {
  width: 100%;
}
.archive.tax-categorie-risorse #loginform input#rememberme {
  width: auto;
}
.archive.tax-categorie-risorse #loginform .button {
  position: static;
  height: auto;
  padding: 0.5rem 3rem;
  margin-top: 1rem;
}
.archive.tax-categorie-risorse #loginform .button:hover {
  background-color: #961423;
  border-bottom-style: inset;
  border-color: #961423 !important;
  border-right: 3px solid red;
  color: #EEEDEE !important;
}
.logout {
  color: #961423;
  text-decoration: none;
}
.logout:hover {
  color: #961423;
  text-decoration: underline;
}
/* colori */
/* /colori */
/* mixin */
.single-risorse a.scrollUpfx {
  display: inline-block;
  vertical-align: bottom;
}
/* colori */
/* /colori */
/* mixin */
.archive.tax-categorie-box-doccia a.scrollUpfx {
  display: inline-block;
  vertical-align: bottom;
}
.archive.tax-categorie-box-doccia .modal .modal-title {
  font-size: 2rem;
}
.archive.tax-categorie-box-doccia .modal .modal-body {
  font-size: 1.6rem;
}
.archive.tax-categorie-box-doccia .modal .mb-serie {
  font-size: 1.6rem;
  position: relative;
  height: 163.5px;
  overflow: hidden;
}
.archive.tax-categorie-box-doccia .modal .mb-serie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  left: 0;
  top: 0;
}
.archive.tax-categorie-box-doccia .modal .mb-serie.exec {
  overflow: visible;
  height: auto;
  margin: 0 30px;
}
.archive.tax-categorie-box-doccia .modal .mb-serie.exec::before {
  display: none;
}
.archive.tax-categorie-box-doccia .modal .mb-serie.mb-serie-aperture {
  margin-bottom: -40px !important;
}
.archive.tax-categorie-box-doccia .modal .mb-serie .finitura_wrapper img {
  border: 1px solid #eee;
}
.archive.tax-categorie-box-doccia .wrapSpecifiche {
  font-size: 1.5rem;
}
.archive.tax-categorie-box-doccia .gallerySerie .outer_wrapGallerySerie {
  padding: 10px;
  background-color: #E0E0E0;
}
.archive.tax-categorie-box-doccia .gallerySerie .outer_wrapGallerySerie .wrapGallerySerie {
  font-size: 1.6rem;
}
.archive.tax-categorie-box-doccia .gallerySerie .gallerySerie-img-wrapper {
  display: block;
}
.archive.tax-categorie-box-doccia h3 {
  font-size: 1.6rem;
  position: relative;
  color: #951423;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive.tax-categorie-box-doccia h3 .material-icons {
  position: relative;
  right: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive.tax-categorie-box-doccia h3:hover {
  color: #000;
}
.archive.tax-categorie-box-doccia h3:hover:before {
  background-color: #000;
}
.archive.tax-categorie-box-doccia h3:hover .material-icons {
  right: -25px;
}
.archive.tax-categorie-box-doccia h3:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #951423;
}
.archive.tax-categorie-box-doccia .aperture {
  margin-bottom: 5rem;
  margin-top: -78px;
}
.archive.tax-categorie-box-doccia .aperture .img_apertura_2d_link {
  display: inline-block;
  width: 120px;
  padding-top: 78px;
  text-decoration: none;
  position: relative;
}
.archive.tax-categorie-box-doccia .aperture .img_apertura_2d_link span {
  display: block;
}
.archive.tax-categorie-box-doccia .aperture .img_apertura_2d_link span.imgWrapper {
  padding: 10px 0;
  margin-right: 10px;
}
.archive.tax-categorie-box-doccia .aperture .img_apertura_2d_link span.img3dWrapper {
  position: absolute;
  display: none;
  bottom: 14px;
  left: 0;
}
.archive.tax-categorie-box-doccia .aperture .img_apertura_2d_link .imageTitle {
  color: #000;
  font-size: 1rem;
}
.archive.tax-categorie-box-doccia .aperture .img_apertura_2d_link:hover span.img3dWrapper {
  display: block;
}
.archive.tax-categorie-box-doccia .aperture .innerAperture {
  background-color: red;
  height: 100px;
}
.archive.tax-categorie-box-doccia .aperture .slick-prev, .archive.tax-categorie-box-doccia .aperture .slick-next {
  top: calc(44% + 42px) !important;
}
.archive.tax-categorie-box-doccia .aperture .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.archive.tax-categorie-box-doccia .finiture .slick-prev {
  left: -34px;
}
.archive.tax-categorie-box-doccia .finiture .slick-prev:before, .archive.tax-categorie-box-doccia .finiture .slick-next:before {
  top: 10px;
  font-family: "slick";
  font-size: 26px;
  color: #000;
}
.archive.tax-categorie-box-doccia .finiture .finitura_wrapper {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding-right: 5%;
}
.archive.tax-categorie-box-doccia .finiture .finitura_wrapper .imgWrapper {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-right: 10px;
}
.archive.tax-categorie-box-doccia .finiture .finitura_wrapper:hover {
  opacity: 0.8;
}
.archive.tax-categorie-box-doccia .finiture .finitura_wrapper .imageTitle {
  color: #000;
  font-size: 1rem;
  padding: 0 12px;
}
.archive.tax-categorie-box-doccia #site-main {
  margin-top: 120px;
}
.archive.tax-categorie-box-doccia .oneProd-wrapper a {
  text-decoration: none;
}
.archive.tax-categorie-box-doccia .main-title {
  margin-left: 15px;
}
/* colori */
/* /colori */
/* mixin */
.tax-situazioni-installazione .porte-img-link {
  display: inline-block;
  width: 30%;
  height: 110px;
  margin-bottom: 1.2rem;
  margin-right: 1.1531365314rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #6a6f75;
  border-radius: 0.7687576876rem;
  padding: 0.3843788438rem;
  border: 1px solid rgba(177, 179, 180, 0.5);
}
.tax-situazioni-installazione .porte-img-link:hover {
  background-color: #35383b;
  border-color: #35383b;
}
.tax-situazioni-installazione .porte-img-link .porte-img-wrapper {
  display: block;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 0.7687576876rem;
  border-top-right-radius: 0.7687576876rem;
  height: 80px;
}
.tax-situazioni-installazione .porte-img-link .porte-img-wrapper .porte-img {
  width: 100%;
  height: auto;
  padding: 0.7687576876rem;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tax-situazioni-installazione .porte-img-link .porte-title {
  font-size: 1.1rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 0.3843788438rem;
  line-height: 1.5375153752rem;
}
.iubenda-ibadge {
  vertical-align: middle !important;
}
body, html {
  font-size: 10px;
  background-color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.first-margin {
  margin-top: 11rem;
}
.twoColums {
  column-count: 2;
  gap: 15px 50px;
}
.fullScreen {
  height: 100vh;
  min-height: 400px;
}
.halfScreen {
  height: 50vh;
  min-height: 400px;
}
.halfScreenImg {
  height: 50vh;
  object-fit: cover;
  width: 100%;
  min-height: 400px;
}
.fullScreenImg {
  height: 100vh;
  object-fit: cover;
  width: 100%;
  min-height: 400px;
}
@media (max-width: 576px) {
  .fullScreenImg {
    height: 50vh;
  }
}
.grayScreen {
  position: relative;
}
.grayScreen:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.centerMe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.slick-track {
  margin-left: 0;
}
.page-template-page-login .ur-frontend-form {
  border: none;
}
.page-template-page-login .register {
  margin: auto;
  margin-top: 4rem;
  width: 60%;
  max-width: 500px;
  min-width: 400px;
}
.page-template-page-login .register .button {
  position: static;
  font-size: 2rem;
  padding: 1rem 3rem;
  background: #eee;
  height: auto;
}
.aperture__ .img_altro_prodotto_rep {
  width: 33%;
  height: auto;
  display: inline-block;
}
/**
 * Showroom Page Template — CSS
 * Scope: body.page-template-page-showroom
 * Prefix classi: sr-  (evita conflitti con gli stili del tema)
 */
/* ===== VARIABILI ===== */
body.page-template-page-showroom {
  --sr-hotspot-size: 48px;
  --sr-hotspot-color: #C9A050;
  --sr-hotspot-hover: #D4AF61;
  --sr-label-bg: #fff;
  --sr-label-heading-bg: #8B1E3F;
  --sr-label-radius: 8px;
  --sr-shadow: 0 12px 40px rgba(0,0,0,.15);
  --sr-shadow-hover: 0 20px 50px rgba(0,0,0,.2);
  --sr-font-heading: "Playfair Display", Georgia, serif;
  --sr-font-body: "Inter", system-ui, -apple-system, sans-serif;
  --sr-color-primary: #8B1E3F;
  --sr-color-accent: #C9A050;
  --sr-color-dark: #1a1a1a;
  --sr-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--sr-font-body);
  color: var(--sr-color-dark);
  line-height: 1.6;
  background: #fafafa;
}
/* ===== WRAPPER PRINCIPALE ===== */
body.page-template-page-showroom .showroom-page {
  /* compensa l'header fisso del tema */
  padding-top: 72px;
}
@media (max-width: 991px) {
  body.page-template-page-showroom .showroom-page {
    padding-top: 64px;
  }
}
/* ===== HERO ===== */
body.page-template-page-showroom .sr-hero {
  position: relative;
  width: 100%;
  isolation: isolate;
}
body.page-template-page-showroom .sr-hero__image-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
}
body.admin-bar.page-template-page-showroom .sr-hero__image-container {
  height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar.page-template-page-showroom .sr-hero__image-container {
    height: calc(100vh - 46px);
  }
}
@media (min-width: 992px) {
  body.page-template-page-showroom .sr-hero__image-container {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  body.page-template-page-showroom .sr-hero__image-container {
    min-height: 0;
  }
}
body.page-template-page-showroom .sr-hero__image-container > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-page-showroom .sr-hero__hotspots {
  position: absolute;
  inset: 0;
  z-index: 3;
}
body.page-template-page-showroom .sr-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  pointer-events: none;
}
body.page-template-page-showroom .sr-hero__content {
  position: absolute;
  inset: auto 0 3rem 0;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  animation: sr-fadeInUp 1s ease forwards;
  animation-delay: 0.3s;
}
body.page-template-page-showroom .sr-hero__title {
  font-family: var(--sr-font-heading);
  font-size: clamp(4rem, calc(8vw + 1rem), 8rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}
body.page-template-page-showroom .sr-hero__subtitle {
  margin: 0;
  opacity: 0.9;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
@keyframes sr-fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== HOTSPOT ===== */
body.page-template-page-showroom .sr-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
}
body.page-template-page-showroom .sr-hotspot__btn {
  position: relative;
  width: var(--sr-hotspot-size);
  height: var(--sr-hotspot-size);
  border-radius: 999px;
  border: 2px solid var(--sr-hotspot-color);
  background: rgba(201, 160, 80, 0.15);
  backdrop-filter: blur(4px);
  cursor: pointer;
  box-shadow: 0 0 20px rgba(201, 160, 80, 0.3), var(--sr-shadow);
  display: grid;
  place-items: center;
  transition: all var(--sr-transition);
  animation: sr-pulse 3s ease-in-out infinite;
}
body.page-template-page-showroom .sr-hotspot__btn::after {
  content: "";
  width: calc(var(--sr-hotspot-size) * .4);
  height: calc(var(--sr-hotspot-size) * .4);
  border-radius: 50%;
  background: var(--sr-hotspot-color);
  border: 3px solid #fff;
  transition: all var(--sr-transition);
  box-shadow: 0 0 10px rgba(201, 160, 80, 0.5);
}
body.page-template-page-showroom .sr-hotspot__btn:hover, body.page-template-page-showroom .sr-hotspot__btn:focus-visible {
  border-color: var(--sr-hotspot-hover);
  animation-play-state: paused;
  transform: scale(1.15);
  box-shadow: 0 0 30px rgba(201, 160, 80, 0.5), var(--sr-shadow-hover);
}
body.page-template-page-showroom .sr-hotspot__btn:hover::after, body.page-template-page-showroom .sr-hotspot__btn:focus-visible::after {
  background: var(--sr-hotspot-hover);
  box-shadow: 0 0 15px rgba(201, 160, 80, 0.7);
}
body.page-template-page-showroom .sr-hotspot__btn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid var(--sr-hotspot-color);
  opacity: 0;
  animation: sr-ring-pulse 3s ease-in-out infinite;
}
@keyframes sr-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(201, 160, 80, 0.4), 0 0 20px rgba(201, 160, 80, 0.3), var(--sr-shadow);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(201, 160, 80, 0), 0 0 25px rgba(201, 160, 80, 0.4), var(--sr-shadow);
  }
}
@keyframes sr-ring-pulse {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/* ===== LABEL HOTSPOT (desktop) ===== */
body.page-template-page-showroom .sr-hotspot__label {
  position: absolute;
  top: calc(var(--sr-hotspot-size) * .9);
  left: calc(var(--sr-hotspot-size) * .5);
  width: min(480px, 92vw);
  background: var(--sr-label-bg);
  color: var(--sr-color-dark);
  border-radius: var(--sr-label-radius);
  box-shadow: var(--sr-shadow-hover);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease-out;
  z-index: 4;
}
body.page-template-page-showroom .sr-hotspot.is-open {
  z-index: 100;
}
body.page-template-page-showroom .sr-hotspot.is-open .sr-hotspot__label {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 101;
}
body.page-template-page-showroom .sr-hotspot__label h4 {
  margin: 0;
  font-weight: 600;
  background: var(--sr-label-heading-bg);
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: var(--sr-label-radius) var(--sr-label-radius) 0 0;
  font-size: 1rem;
}
body.page-template-page-showroom .sr-hotspot-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0.85rem 0.9rem 0.95rem;
}
body.page-template-page-showroom .sr-hotspot-card img {
  width: 140px;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  flex: 0 0 140px;
}
body.page-template-page-showroom .sr-hotspot-card__body {
  flex: 1;
}
body.page-template-page-showroom .sr-hotspot-card__body p {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: var(--sr-color-dark);
}
/* ===== BOTTONI ===== */
body.page-template-page-showroom .sr-btn {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #222;
  font-family: var(--sr-font-body);
  font-size: 1.3rem;
}
body.page-template-page-showroom .sr-btn--primary {
  background: #111;
  color: #fff;
  border-color: #111;
}
body.page-template-page-showroom .sr-btn--primary:hover {
  filter: brightness(1.08);
  color: #fff;
}
/* ===== HIDE hotspot label su mobile ===== */
@media (max-width: 768px) {
  body.page-template-page-showroom .sr-hotspot__label {
    display: none !important;
  }
}
/* ===== MOBILE MODAL ===== */
body.page-template-page-showroom .sr-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10998;
}
body.page-template-page-showroom .sr-mobile-overlay.is-active {
  display: block;
}
body.page-template-page-showroom .sr-mobile-modal {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 80vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.3);
  z-index: 10999;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
body.page-template-page-showroom .sr-mobile-modal.is-active {
  display: block;
  transform: translateY(0);
}
body.page-template-page-showroom .sr-mobile-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  background: var(--sr-label-heading-bg);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 16px 16px 0 0;
  position: sticky;
  top: 0;
}
body.page-template-page-showroom .sr-mobile-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 1;
}
body.page-template-page-showroom .sr-mobile-modal__body {
  padding: 1.2rem;
  text-align: center;
}
body.page-template-page-showroom .sr-mobile-modal__body img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}
body.page-template-page-showroom .sr-mobile-modal__body p {
  margin: 0 0 1rem;
  color: #222;
  font-size: 1rem;
}
body.page-template-page-showroom .sr-mobile-modal__body .sr-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.9rem 1rem;
}
/* ===== SEZIONI FEATURE ===== */
body.page-template-page-showroom .sr-features-wrap {
  width: min(1100px, 92vw);
  margin-inline: auto;
  padding-block: clamp(24px, 6vw, 64px);
}
body.page-template-page-showroom .sr-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 4vw, 48px);
  align-items: center;
  padding-block: clamp(32px, 7vw, 96px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  scroll-margin-top: 80px;
}
body.page-template-page-showroom .sr-feature:focus, body.page-template-page-showroom .sr-feature:focus-visible {
  outline: none;
}
body.page-template-page-showroom .sr-feature > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: var(--sr-shadow);
  background: #f7f7f7;
}
/* Carosello gallery (più immagini) — eredita lo stesso stile di > img */
body.page-template-page-showroom .sr-feature__slider {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--sr-shadow);
  overflow: hidden;
  background: #f7f7f7;
}
body.page-template-page-showroom .sr-feature__slider img {
  width: 100%;
  height: auto;
  display: block;
}
/* Wrapper wysiwyg nella feature */
body.page-template-page-showroom .sr-feature-copy__text {
  font-size: 18px;
  line-height: 1.55;
  color: #222;
  margin: 0 0 1.5rem;
}
body.page-template-page-showroom .sr-feature-copy__text p {
  margin: 0 0 1rem;
}
body.page-template-page-showroom .sr-feature-copy__text ul, body.page-template-page-showroom .sr-feature-copy__text ol {
  padding-left: 1.4rem;
}
body.page-template-page-showroom .sr-feature-copy h2 {
  font-family: var(--sr-font-heading);
  font-size: clamp(20px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 0.4em;
  color: var(--sr-color-primary);
}
body.page-template-page-showroom .sr-feature-copy p {
  font-size: 18px;
  line-height: 1.55;
  color: #222;
  margin: 0 0 1.5rem;
}
body.page-template-page-showroom .sr-feature + .sr-feature {
  margin-top: clamp(24px, 5vw, 56px);
}
body.page-template-page-showroom .sr-parallax-block {
  width: 100%;
  margin: clamp(20px, 4vw, 40px) 0;
  overflow: hidden;
}
body.page-template-page-showroom .sr-parallax {
  width: 100%;
  min-height: 55vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  body.page-template-page-showroom .sr-parallax {
    background-attachment: scroll;
  }
}
body.page-template-page-showroom .sr-feature--pulse {
  box-shadow: 0 0 0 3px rgba(255, 96, 0, 0.25) inset;
  transition: box-shadow 0.9s ease;
}
body.page-template-page-showroom .sr-matrix-wrap {
  --sr-matrix-side-width: max(0px, calc((100vw - min(1200px, 92vw)) / 2));
  position: relative;
  width: min(1200px, 92vw);
  margin: clamp(20px, 4vw, 48px) auto;
}
body.page-template-page-showroom .sr-matrix-side {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--sr-matrix-side-width);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  pointer-events: none;
}
body.page-template-page-showroom .sr-matrix-side--left {
  left: calc(-1 * var(--sr-matrix-side-width));
}
body.page-template-page-showroom .sr-matrix-side--right {
  right: calc(-1 * var(--sr-matrix-side-width));
}
body.page-template-page-showroom .sr-matrix-side-col {
  display: grid;
  grid-template-rows: repeat(4, minmax(60px, 1fr));
  gap: 12px;
  opacity: var(--sr-side-alpha, 0.1);
}
body.page-template-page-showroom .sr-matrix-side--left .sr-matrix-side-col:nth-child(1) {
  transform: translateY(-24px);
}
body.page-template-page-showroom .sr-matrix-side--left .sr-matrix-side-col:nth-child(2) {
  transform: translateY(18px);
}
body.page-template-page-showroom .sr-matrix-side--left .sr-matrix-side-col:nth-child(3) {
  transform: translateY(-14px);
}
body.page-template-page-showroom .sr-matrix-side--left .sr-matrix-side-col:nth-child(4) {
  transform: translateY(22px);
}
body.page-template-page-showroom .sr-matrix-side--right .sr-matrix-side-col:nth-child(1) {
  transform: translateY(16px);
}
body.page-template-page-showroom .sr-matrix-side--right .sr-matrix-side-col:nth-child(2) {
  transform: translateY(-20px);
}
body.page-template-page-showroom .sr-matrix-side--right .sr-matrix-side-col:nth-child(3) {
  transform: translateY(24px);
}
body.page-template-page-showroom .sr-matrix-side--right .sr-matrix-side-col:nth-child(4) {
  transform: translateY(-10px);
}
body.page-template-page-showroom .sr-matrix-side-tile {
  display: block;
  border-radius: 8px;
  background: var(--sr-side-color, #d8d8d8);
}
body.page-template-page-showroom .sr-matrix-grid {
  position: relative;
  z-index: 1;
  min-height: 100px;
}
body.page-template-page-showroom .sr-matrix-item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
}
body.page-template-page-showroom .sr-matrix-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
body.page-template-page-showroom .sr-matrix-item:hover img {
  transform: scale(1.03);
}
body.page-template-page-showroom .sr-matrix-color {
  display: block;
  grid-column: span var(--sr-color-span, 3);
  grid-row: span 1;
  height: 100%;
  min-height: 100%;
  border-radius: 8px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--sr-color, #d8d8d8) 88%, #fff 12%), var(--sr-color, #d8d8d8));
}
body.page-template-page-showroom .sr-matrix-more {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}
body.page-template-page-showroom .sr-matrix-more:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.05);
}
body.page-template-page-showroom .sr-matrix-more__icon {
  font-size: 1.3rem;
  line-height: 1;
}
body.page-template-page-showroom .sr-matrix-more__text {
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.page-template-page-showroom .sr-matrix-lightbox-hidden {
  display: none;
}
body.page-template-page-showroom .sr-matrix-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
body.page-template-page-showroom .sr-matrix-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
body.page-template-page-showroom .sr-matrix-overlay__panel {
  position: relative;
  width: min(980px, 92vw);
  height: min(86vh, 900px);
  margin: 6vh auto;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
  padding: 20px;
}
body.page-template-page-showroom .sr-matrix-overlay__close {
  position: sticky;
  top: 0;
  float: right;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
body.page-template-page-showroom .sr-matrix-overlay__list {
  clear: both;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.page-template-page-showroom .sr-matrix-overlay__item {
  margin: 0;
}
body.page-template-page-showroom .sr-matrix-overlay__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
body.page-template-page-showroom .sr-finiture-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(48px, 6vw, 80px) clamp(10px, 2vw, 24px);
}
body.page-template-page-showroom .sr-finiture-head {
  text-align: center;
  margin: 0 0 24px;
}
body.page-template-page-showroom .sr-finiture-head__title {
  font-family: var(--sr-font-heading);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.1;
  margin: 0;
  color: var(--sr-color-primary);
}
body.page-template-page-showroom .sr-finiture-head__subtitle {
  margin: 10px auto 0;
  max-width: 900px;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.35;
  color: #333;
}
body.page-template-page-showroom .sr-finiture-carousel {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
body.page-template-page-showroom .sr-finiture-slide {
  padding: 0;
}
body.page-template-page-showroom .sr-finiture-slide__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
body.page-template-page-showroom .sr-finiture-slide__link img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border-radius: 3px;
  transition: opacity 0.2s;
}
body.page-template-page-showroom .sr-finiture-slide__link:hover img {
  opacity: 0.82;
}
body.page-template-page-showroom .sr-finiture-slide__label {
  display: none;
}
@media (max-width: 1200px) {
  body.page-template-page-showroom .sr-finiture-carousel {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 768px) {
  body.page-template-page-showroom .sr-finiture-carousel {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
@media (max-width: 480px) {
  body.page-template-page-showroom .sr-finiture-carousel {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-showroom .sr-matrix-side {
    display: none;
  }
  body.page-template-page-showroom .sr-matrix-color {
    display: none;
  }
  body.page-template-page-showroom .sr-matrix-item img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 900px) {
  body.page-template-page-showroom .sr-feature {
    grid-template-columns: 1fr;
  }
  body.page-template-page-showroom .sr-feature > img, body.page-template-page-showroom .sr-feature__slider {
    order: 1;
  }
  body.page-template-page-showroom .sr-feature-copy {
    order: 2;
  }
}
/* ===== INTERLUDE ===== */
body.page-template-page-showroom .sr-interlude {
  padding: clamp(64px, 10vw, 120px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.page-template-page-showroom .sr-interlude--dark {
  background: linear-gradient(135deg, var(--sr-color-primary) 0%, #6d1832 100%);
  color: #fff;
}
body.page-template-page-showroom .sr-interlude--light {
  background: linear-gradient(135deg, #f8f6f4 0%, #fff 100%);
}
body.page-template-page-showroom .sr-interlude__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
body.page-template-page-showroom .sr-interlude__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  background: var(--sr-color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
/* Icon da campo ACF image */
body.page-template-page-showroom .sr-interlude__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
/* Wrapper wysiwyg nell'interlude */
body.page-template-page-showroom .sr-interlude__text {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 1.5rem;
}
body.page-template-page-showroom .sr-interlude--dark .sr-interlude__text {
  color: rgba(255, 255, 255, 0.85);
}
body.page-template-page-showroom .sr-interlude--light .sr-interlude__text {
  color: #333;
}
body.page-template-page-showroom .sr-interlude__text p {
  margin: 0 0 0.75rem;
}
body.page-template-page-showroom .sr-interlude--dark .sr-interlude__icon {
  background: rgba(255, 255, 255, 0.15);
}
body.page-template-page-showroom .sr-interlude h3 {
  font-family: var(--sr-font-heading);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 600;
  margin: 0 0 1rem;
}
body.page-template-page-showroom .sr-interlude--dark h3 {
  color: var(--sr-color-accent);
}
body.page-template-page-showroom .sr-interlude--light h3 {
  color: var(--sr-color-primary);
}
body.page-template-page-showroom .sr-interlude p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  opacity: 0.9;
}
/* ===== BACK-TO-TOP BUTTON ===== */
body.page-template-page-showroom .sr-btn-back-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  padding: 0.7rem 1.4rem;
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 30px;
  color: var(--sr-color-primary);
  font-family: var(--sr-font-body);
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: var(--sr-transition);
}
body.page-template-page-showroom .sr-btn-back-top:hover {
  background: var(--sr-color-primary);
  border-color: var(--sr-color-primary);
  color: #fff;
  transform: translateY(-2px);
}
body.page-template-page-showroom .sr-interlude--dark .sr-btn-back-top {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
body.page-template-page-showroom .sr-interlude--dark .sr-btn-back-top:hover {
  background: #fff;
  border-color: #fff;
  color: var(--sr-color-primary);
}
body.page-template-page-showroom .sr-btn-back-top svg {
  width: 16px;
  height: 16px;
}
/* ===== ACCESSIBILITÀ ===== */
body.page-template-page-showroom .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;
}
/* ===================================================
   Lista Showroom (page-lista-showroom.php)
   =================================================== */
.showroom-lista {
  padding: 60px 16px;
  margin: 8rem auto 0;
}
.showroom-lista__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6px;
  row-gap: 48px;
}
.showroom-card {
  position: relative;
}
.showroom-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.showroom-card__img-wrap {
  overflow: hidden;
  border-radius: 4px;
}
.showroom-card__img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.showroom-card__link:hover .showroom-card__img {
  transform: scale(1.04);
}
.showroom-card__img--placeholder {
  background-color: #e8e3df;
  width: 100%;
  aspect-ratio: 1.5;
}
.showroom-card__title {
  display: block;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3b1f1f;
}
.showroom-lista__empty {
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  color: #666;
}
@media (max-width: 900px) {
  .showroom-lista__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
    row-gap: 40px;
  }
}
@media (max-width: 480px) {
  .showroom-lista {
    padding: 40px 6px;
  }
  .showroom-lista__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 32px;
  }
}
.sr-sidenav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  pointer-events: none;
}
@media (max-width: 960px) {
  .sr-sidenav {
    display: none;
  }
}
.sr-sidenav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sr-sidenav__item {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sr-sidenav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.sr-sidenav__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.35);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.sr-sidenav__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 4px 11px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sr-sidenav__link:hover .sr-sidenav__label, .sr-sidenav__link:focus-visible .sr-sidenav__label, .sr-sidenav__item.is-active .sr-sidenav__label {
  opacity: 1;
  transform: translateX(0);
}
.sr-sidenav__link:hover .sr-sidenav__dot, .sr-sidenav__link:focus-visible .sr-sidenav__dot, .sr-sidenav__item.is-active .sr-sidenav__dot {
  transform: scale(1.5);
  background: #1a1a1a;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 3.5px rgba(0, 0, 0, 0.3);
}
.sr-sidenav__link:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 4px;
  border-radius: 4px;
}
.sr-sidenav__link--home .sr-sidenav__dot {
  background: #C9A050;
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
}
.sr-sidenav__link--home:hover .sr-sidenav__dot, .sr-sidenav__link--home:focus-visible .sr-sidenav__dot, .sr-sidenav__item--home.is-active .sr-sidenav__dot {
  transform: scale(1.45);
  background: #D4AF61;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 3.5px rgba(201, 160, 80, 0.5);
}
.sr-sidenav__link--home .sr-sidenav__label {
  font-weight: 600;
  color: #C9A050;
}
.modal-backdrop {
  background-color: #fff !important;
  opacity: 0.85 !important;
}
.modal.lightbox .modal-dialog {
  max-width: 92vw !important;
  width: 92vw;
  margin: 2vh auto;
}
.modal.lightbox .modal-content {
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
}
.modal.lightbox .modal-body {
  padding: 0;
  background: transparent !important;
}
.modal.lightbox .carousel-item {
  flex-direction: column;
  align-items: center;
  background-color: transparent !important;
  background: transparent !important;
}
.modal.lightbox .carousel-item.active {
  display: flex !important;
}
.modal.lightbox .ratio {
  background-color: transparent !important;
  background: transparent !important;
  height: auto !important;
  padding-top: 0 !important;
  width: 100%;
}
.modal.lightbox .ratio::before {
  display: none !important;
}
.modal.lightbox .ratio > * {
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.modal.lightbox .lightbox-carousel, .modal.lightbox .carousel {
  background-color: transparent !important;
  background: transparent !important;
}
.modal.lightbox img {
  max-height: 82vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.modal.lightbox .lightbox-caption {
  color: #222 !important;
  background: rgba(255, 255, 255, 0.82);
  padding: 5px 16px;
  font-size: 13px;
  text-align: center;
  margin: 0;
  width: 100%;
}
.modal.lightbox .carousel-control-prev, .modal.lightbox .carousel-control-next {
  width: 42px;
  height: 42px !important;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  opacity: 1;
  transition: background 0.2s ease;
  z-index: 10;
}
.modal.lightbox .carousel-control-prev::before, .modal.lightbox .carousel-control-prev::after, .modal.lightbox .carousel-control-next::before, .modal.lightbox .carousel-control-next::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}
.modal.lightbox .carousel-control-prev:hover, .modal.lightbox .carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.78);
  opacity: 1;
}
.modal.lightbox .carousel-control-prev {
  left: 10px;
}
.modal.lightbox .carousel-control-next {
  right: 10px;
}
.modal.lightbox .carousel-control-prev-icon, .modal.lightbox .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media (max-width: 576px) {
  .modal.lightbox .carousel-control-prev, .modal.lightbox .carousel-control-next {
    width: 34px;
    height: 34px !important;
  }
  .modal.lightbox .carousel-control-prev-icon, .modal.lightbox .carousel-control-next-icon {
    width: 14px;
    height: 14px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fpdp.staging2.eklettica.it%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fuploads%2Fscss%2Fcustom.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-home.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fmixin.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-serie.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-contatti.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Ftypo.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fux.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fheader.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Ffooter.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fcolors.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-tax-serie.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-prodotti.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-block.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-login.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fsingle-prodotti.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fsingle-altri-prodotti.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Ftaxonomy-serie-prodotti.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Ftaxonomy-categorie-altri-prodotti.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Ftaxonomy-risorse.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fsingle-risorse.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Ftaxonomy-categorie-box-doccia.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Ftaxonomy-situazioni-installazione.scss%22%2C%22wp-content%2Fuploads%2Fscss%2Fpage-showroom.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACjBQ%3BADsBJ%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvBI%3BAD2BJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACpEI%3BAD2EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BACvHI%3BAD8HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnII%3BADuIJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FMI%3BADuNJ%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACzNI%3BADiOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjPI%3BAD4PJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7PI%3BADqQJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BACrWI%3BADyWJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FWI%3BADmXJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0YJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BADrdR%3BAGGI%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAD6CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtCQ%3BAAAA%3BAAAA%3BAAAA%3BADsCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5BQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACTJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChEJ%3BAAAA%3BAAAA%3BAAEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJLZ%3BAAAA%3BAAAA%3BAKGA%3BAAAA%3BAAAA%3BAAAA%3BAHqEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG5DR%3BAAAA%3BAAAA%3BAAAA%3BAH4DQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGnDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAHsCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKGA%3BAAAA%3BAAAA%3BAAAA%3BAHqEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG5DR%3BAAAA%3BAAAA%3BAAAA%3BAH4DQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGnDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAHsCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3EE%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FEE%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAAA%3BAA6DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnFI%3BAAAA%3BAAAA%3BAAkCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvFI%3BAAAA%3BAAAA%3BAA8CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1FI%3BAAAA%3BAAAA%3BAAgEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BANlRJ%3BAAAA%3BAAAA%3BAKGA%3BAAAA%3BAAAA%3BAAAA%3BAHqEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG5DR%3BAAAA%3BAAAA%3BAAAA%3BAH4DQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGnDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAHsCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxER%3BAAAA%3BAAAA%3BAOIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL%2BDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKtDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAL4CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKzBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALyBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKFJ%3BAAAA%3BAAAA%3BAAAA%3BALEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAL7FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK8GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKqII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL5KQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKkMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAL1RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmSR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BALrUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKiVR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAPhbR%3BAQEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BANiEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMjDR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAChCR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATfA%3BAAAA%3BAAAA%3BAUEA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAVPR%3BAWII%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT0CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS9BI%3BAAAA%3BAAAA%3BAAAA%3BAT8BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAShBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXxEZ%3BAYGI%3BAAAA%3BAAAA%3BAVqEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU9DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV8DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU5CI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVgCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUlBA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAVXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAZnKR%3BAAAA%3BAAAA%3BAaKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAbhCJ%3BAAAA%3BAAAA%3BAcKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAdpHZ%3BAAAA%3BAAAA%3BAeKI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAfxHR%3BAAAA%3BAAAA%3BAgBMQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcsDI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAdnFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc6FA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBpNZ%3BAAAA%3BAAAA%3BAiBMQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBvMZ%3BAAAA%3BAAAA%3BAkBII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAlBtEJ%3BAAAA%3BAAAA%3BAmBKI%3BAAAA%3BAAAA%3BAAAA%3BAnBLJ%3BAAAA%3BAAAA%3BAoBIK%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BApB3NJ%3BAAAA%3BAAAA%3BAqBII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBzBR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFCR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBPA%3BAsB6BA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAtBnCF%3BAsByCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBpIF%3BAsB2IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB5MF%3BAsBgNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBzQA%3BAsBgRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAtBjSA%3BAsBuSA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAtBxSF%3BAsB8SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBhYA%3BAsBwYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB7ZA%3BAsBuaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB9aA%3BAsBobA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAtBjxBF%3BAsBqxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB3yBA%3BAsBuzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBvzBA%3BAsB%2BzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB51BA%3BAsBo2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAtBx4BA%3BAsB84BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB94BA%3BAAAA%3BAAAA%3BAsB65BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */