@font-face {
  font-family: Regular Cargo;
  src: url('../fonts/RegularCargo-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --ms26-1: #0068bc;
  --ms26-2: #f1ad00;
  --white: white;
  --dark-turquoise: #66b9c1;
  --tomato: #f5685a;
  --chorus-1: #ed008e;
  --chorus-2: #3b3c3d;
  --intro-wrap: 120px;
  --teal: #176a7c;
  --purple: #70057e;
  --ms24-green-1: #39743e;
}

body {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.home-hero {
  background-color: var(--black);
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-hero-container {
  align-items: flex-start;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.mi-22-image {
  object-fit: contain;
  object-position: 100% 100%;
  flex: none;
  width: 68vh;
  max-width: 65vw;
}

.menu-top {
  z-index: 201;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 120px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 32px;
}

.hidden {
  display: none;
}

.home-people-section {
  height: 600px;
}

.home-people-section.sfumatura-1 {
  background-image: linear-gradient(135deg, var(--ms26-1), var(--ms26-2));
}

.home-people-section.sfumatura-2 {
  background-image: linear-gradient(45deg, var(--ms26-2), var(--ms26-1));
}

.home-people-container {
  flex-flow: wrap;
  align-items: flex-start;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.home-people-image {
  mix-blend-mode: overlay;
  object-fit: cover;
  object-position: 50% 0%;
  min-width: 100%;
  max-height: 600px;
}

.home-people-image.location-26 {
  opacity: 1;
  mix-blend-mode: normal;
}

.home-people-left {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.home-people-left.text {
  flex-flow: row;
  height: 600px;
  padding-bottom: 60px;
  padding-right: 35px;
  position: relative;
  overflow: hidden;
}

.home-people-right {
  justify-content: flex-start;
  width: 50%;
  height: 600px;
  display: flex;
}

.home-people-scroll-bottom {
  z-index: 10;
  height: 100px;
  position: absolute;
  inset: auto 0% 60px;
}

.home-people-scroll-bottom.white {
  background-image: linear-gradient(#ffffff03, #fff 80%);
}

.home-people-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.bottom-spacer {
  width: 100%;
  height: 80px;
}

.home-people-scroll-top {
  z-index: 10;
  height: 25px;
  position: absolute;
  inset: 0 0% auto;
}

.home-people-scroll-top.white {
  background-image: linear-gradient(#fff 20%, #ffffff1a);
}

.home-people-rich-text {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 130%;
}

.home-people-rich-text ul {
  padding-left: 15px;
}

.home-people-rich-text h5 {
  margin-bottom: 5px;
  font-size: 18px;
}

.home-people-rich-text p {
  margin-bottom: 24px;
}

.home-section-split {
  background-color: var(--white);
  height: 600px;
  display: flex;
}

.home-split-image {
  z-index: 1;
  object-fit: cover;
  min-width: 50vw;
  max-width: 50vw;
  height: 100%;
  display: block;
  position: relative;
}

.home-split-text-container {
  width: 496px;
  color: var(--black);
  padding-bottom: 60px;
  padding-right: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-image: linear-gradient(135deg, var(--ms26-1), var(--ms26-2));
  position: relative;
}

.footer:where(.w-variant-5a6a6f01-a97f-e48d-1bed-e57e252f5763) {
  background-color: #333;
  background-image: none;
}

.logo-footer {
  flex-direction: column;
  justify-content: space-between;
  width: 120px;
  height: 242px;
  min-height: 100%;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-footer {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
  padding-top: 30px;
  padding-left: 20px;
  display: flex;
}

.menu-footer.hidden {
  display: none;
}

.footer-container {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-footer-link {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.menu-footer-link:hover {
  color: #fff;
}

.menu-footer-link.w--current {
  opacity: .6;
  pointer-events: none;
  color: #fff;
}

.menu-footer-link.w--current:where(.w-variant-5a6a6f01-a97f-e48d-1bed-e57e252f5763) {
  opacity: .4;
  pointer-events: none;
}

.menu-footer-link.hidden {
  display: none;
}

.contatti-footer-container {
  flex-flow: column wrap;
  flex: 1;
  grid-template: "Area Area Area" 38px
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 25px;
  padding-bottom: 48px;
  padding-left: 30px;
  display: flex;
}

.contatti-footer-container:where(.w-variant-5a6a6f01-a97f-e48d-1bed-e57e252f5763) {
  flex-flow: column;
}

.contatti-footer-h4 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 60px;
  font-size: 32px;
  font-weight: 200;
  line-height: 100%;
}

.contatti-footer-flex {
  flex: 1;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.contatti-rich-text {
  margin-bottom: 30px;
  font-size: 14px;
}

.contatti-rich-text h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.contatti-rich-text a {
  color: #fff;
  text-decoration: underline;
}

.contatti-rich-text a:hover {
  color: #000;
}

.contatti-rich-text p {
  margin-bottom: 0;
}

.contatti-footer-column {
  flex: 1;
  padding-right: 20px;
}

.footer-left {
  display: flex;
}

.hamburger {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 21px;
  margin-top: -8px;
  display: flex;
  position: relative;
}

.hamburger-line {
  background-color: #fff;
  width: 27px;
  height: 3px;
}

.logo-top-image {
  opacity: 1;
}

.lightbox-menu {
  z-index: 200;
  background-color: var(--black);
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.menu-lightbox-link {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: block;
}

.menu-lightbox-link:hover {
  color: var(--ms26-2);
}

.menu-lightbox-link.w--current {
  color: #fff;
}

.hamburger-close {
  background-image: url('../images/icon-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 35px;
  margin-bottom: 40px;
  padding-right: 0;
}

.hamburger-close.desktop {
  cursor: pointer;
  width: 35px;
}

.hamburger-close.mobile {
  display: none;
}

.internal-section {
  min-height: 100vh;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.internal-section.regolamento {
  background-image: linear-gradient(#38444080, #38444080), url('../images/gallery2024-ms-022_1gallery2024-ms-022.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms26-spazi {
  background-image: linear-gradient(#ffffff59, #ffffff59), url('../images/ms26-spazi-espositivi-bg.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.archivio {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ms25-gallery-28_1ms25-gallery-28.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2021 {
  background-image: linear-gradient(#0003, #0003), url('../images/milano-scultura-bg-6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.chorus-2019 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/gallery2019-14_1gallery2019-14.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2018 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/gallery2018-074_s.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2017 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/gallery2017-13_1gallery2017-13.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2016 {
  background-image: linear-gradient(#69360080, #69360080), url('../images/gallery2016-51_1gallery2016-51.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2015 {
  background-image: linear-gradient(#58247e80, #58247e80), url('../images/gallery2015-13_1gallery2015-13.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2022 {
  background-image: linear-gradient(#6f00ff4d, #6f00ff4d), url('../images/milano-scultura-bg-1_1milano-scultura-bg-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2023 {
  background-image: url('../images/archivio-23-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.internal-section.chorus-2024 {
  background-image: linear-gradient(135deg, #ed008eb3, #3b3c3dcc 60%), url('../images/gallery2024-chorus-11_1gallery2024-chorus-11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.come-arrivare {
  background-image: url('../images/ms-24-come-arrivare-3_1ms-24-come-arrivare-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.internal-section.ms-2024 {
  background-image: linear-gradient(#66310a75, #66310a75), url('../images/gallery2024-ms-052_1gallery2024-ms-052.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms-2025 {
  background-image: linear-gradient(#0006, #0006), url('../images/ms25-gallery-12_1ms25-gallery-12.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms26-arrivare {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/ms26-come-arrivare.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.internal-section.ms26-regolamento {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/ms26-regolamento.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-internal {
  z-index: 1;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40vh;
  position: relative;
}

.container-internal.edizioni {
  padding-top: 35vh;
}

.h1-internal {
  margin-top: 0;
  margin-bottom: 15vh;
  padding-left: 20px;
  font-size: 60px;
  line-height: 110%;
}

.h2-internal {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.dark-layer {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-text-fill-color: inherit;
  background-color: #0009;
  background-clip: border-box;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-gallery-container {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.lightbox-image.gallery-page {
  height: 130px;
}

.lightbox-image.gallery-page.catalogo {
  border: 1px solid #fff;
  height: 200px;
}

.lightbox-link {
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.lightbox-link:hover {
  color: #fff;
  text-decoration: underline;
}

.lightbox-link.catalogo {
  justify-content: center;
  margin-right: 0;
}

.planimetrie-container {
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.planimetrie-container:hover {
  color: #fff;
  text-decoration: underline;
}

.planimetrie-download-icon {
  background-image: url('../images/cloud-download.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.h2-gallery {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.catalogo-text {
  text-align: left;
  margin-left: 90px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  left: 50%;
}

.catalogo-text.chorus {
  margin-left: 120px;
}

.archivio-flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.archivio-block {
  width: 23%;
  margin-bottom: 40px;
  margin-right: 2%;
  text-decoration: none;
  transition: all .2s;
}

.archivio-block:hover {
  transform: scale(1.01);
}

.archivio-block._2021:hover {
  color: #ff3d80;
}

.archivio-block._2019:hover {
  color: #fa9056;
}

.archivio-block._2018:hover {
  color: #e2ca43;
}

.archivio-block._2017:hover {
  color: #87d38b;
}

.archivio-block._2016:hover {
  color: #e0b390;
}

.archivio-block._2015:hover {
  color: #c885ff;
}

.archivio-block._2022:hover {
  color: var(--dark-turquoise);
}

.archivio-block._2023:hover {
  color: var(--tomato);
}

.archivio-block._2024-chorus:hover {
  color: var(--chorus-1);
}

.archivio-block.last-big {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  margin-bottom: 80px;
  padding: 56px 50% 56px 48px;
  display: flex;
  position: relative;
}

.archivio-block._2025-ms:hover {
  color: #49a350;
}

.archivio-block._2025-fp:hover {
  color: #d6095e;
}

.archivio-image {
  padding-top: 100%;
}

.archivio-image._2021 {
  background-image: url('../images/gallery2021-42_1gallery2021-42.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2019 {
  background-image: url('../images/gallery2019-14_1gallery2019-14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2018 {
  background-image: url('../images/gallery2018-074_1gallery2018-074.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2017 {
  background-image: url('../images/gallery2017-13_1gallery2017-13.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2016 {
  background-image: url('../images/gallery2016-51_1gallery2016-51.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2015 {
  background-image: url('../images/gallery2015-13_1gallery2015-13.webp');
  background-position: 60% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2022 {
  background-image: url('../images/copertina-archivio-2022_1copertina-archivio-2022.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2023 {
  background-image: url('../images/archivio-23-thumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2024-chorus {
  background-image: url('../images/gallery2024-chorus-11_1gallery2024-chorus-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image.last-big {
  z-index: 1;
  background-image: url('../images/ms25-gallery-12_1ms25-gallery-12.avif');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  padding-top: 0%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.archivio-image._2025-ms {
  background-image: url('../images/gallery2024-ms-052_1gallery2024-ms-052.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-image._2025-fp {
  background-image: url('../images/FP25-bottone.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivio-text {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.archivio-text.last-big {
  z-index: 3;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 24px;
  font-size: 19px;
  display: flex;
  position: relative;
}

.archivio-h2 {
  margin-top: 0;
  font-size: 18px;
}

.archivio-h2.last-big {
  font-size: 24px;
}

.archivio-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.back-archivio {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

.back-archivio:hover {
  color: var(--black);
}

.hero-edizioni {
  margin-bottom: 12vh;
  padding-left: 20px;
}

.h1-edizioni {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 110%;
}

.h2-edizioni {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.h3-edizioni {
  margin-top: 0;
}

.archivio-rich-text {
  line-height: 120%;
}

.archivio-rich-text h4 {
  margin-top: 0;
}

.home-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-role {
  z-index: 3;
  transform-origin: 100% 0;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  inset: 5px 60px auto auto;
  transform: rotate(-90deg);
}

.home-role.left {
  inset: 5px 100% auto auto;
}

.h1-error-page {
  line-height: 120%;
}

._404-container {
  margin-top: 315px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
}

.menu-logo-link {
  width: 100%;
}

.contatti-social-container {
  display: flex;
}

.contatti-social {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.contatti-social:where(.w-variant-5a6a6f01-a97f-e48d-1bed-e57e252f5763) {
  transition: opacity .2s;
}

.contatti-social:hover:where(.w-variant-5a6a6f01-a97f-e48d-1bed-e57e252f5763) {
  opacity: .7;
}

.contatti-social.facebook {
  background-image: url('../images/social-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contatti-social.instagram {
  background-image: url('../images/social-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contatti-social.twitter {
  background-image: url('../images/social-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contatti-header {
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.spacer {
  width: 100%;
}

.spacer.desk-36 {
  height: 36px;
}

.spacer.desk-24 {
  height: 24px;
}

.home_hero_placeholder {
  pointer-events: none;
  height: 80vh;
  position: relative;
}

.home-h3-new {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.slider-hero {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 132px;
}

.slider-hero-slide {
  text-align: center;
  padding: 32px;
}

.body-home {
  background-color: var(--black);
  overflow-x: hidden;
}

.added-code {
  display: none;
}

.cta-hero-hover {
  z-index: 0;
  background-color: var(--black);
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.cta-hero-text {
  z-index: 1;
  position: relative;
}

.cta-archivio-rassegna {
  text-transform: uppercase;
  background-color: #0006;
  border: 1px solid #fff;
  border-radius: 32px;
  margin-top: 8px;
  padding: 14px 28px;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px #0003;
}

.cta-archivio-rassegna:hover {
  border-color: var(--tomato);
}

.logo-footer-chorus {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: 120px;
  height: 242px;
  min-height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.chorus-logo-footer {
  z-index: 1;
  color: #fff;
  width: 100%;
  position: relative;
}

.chorus-invito-section {
  grid-row-gap: 4px;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 56px;
  font-size: 24px;
  line-height: 140%;
  display: flex;
}

.press-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  min-width: 20%;
  max-width: 23%;
  color: var(--chorus-2);
  flex-flow: column;
  flex: 1;
  padding-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.press-block:hover {
  color: var(--chorus-1);
}

.press-block-nome {
  font-size: 20px;
  font-weight: 700;
}

.press-block-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.press-block-icon-download {
  width: 24px;
  height: 24px;
  color: var(--white);
  position: relative;
}

.press-block-icon {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-right: 8px;
  padding-bottom: 2px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.press-block-icon-circle {
  opacity: .8;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0%;
}

.section-strilli {
  background-color: var(--white);
  color: var(--black);
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.section-divider {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.home-text-h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.divider-element {
  background-color: var(--black);
  width: 100%;
  max-width: 1280px;
  height: 1px;
}

.strillo-homepage._2 {
  height: 150px;
}

.strillo-homepage._4 {
  height: 100px;
}

.strillo-homepage._5 {
  height: 130px;
}

.strillo-homepage._6 {
  height: 115px;
}

.strillo-homepage._7 {
  height: 170px;
}

.strilli-card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.strilli-card {
  width: calc(33.3333% - 14.6667px);
  box-shadow: 0 0 32px #0003;
}

.strilli-parole-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.archivio-last-sfumatura {
  z-index: 2;
  background-image: linear-gradient(270deg, #0000, #000 50%);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lightbox-bio {
  z-index: 202;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-bio-modale {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  width: 480px;
  max-width: 100%;
  max-height: 100%;
  color: var(--black);
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 24px 64px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.lightbox-bio-title {
  font-size: 32px;
  line-height: 120%;
}

.lb-close {
  z-index: 100;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000c;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.lb-close:hover {
  color: #000c;
  background-color: #0003;
}

.lb-close-icon {
  width: 12px;
  height: 12px;
}

.lightbox-bio-mask {
  background-image: linear-gradient(#0000, #fff);
  width: 100%;
  height: 64px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-people-link {
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  color: inherit !important;
}

.home-people-link:hover {
  opacity: .6;
  text-decoration: none;
}

.home-location-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_intro_wrap {
  border-top-left-radius: var(--intro-wrap);
  border-top-right-radius: var(--intro-wrap);
  background-color: var(--white);
  flex: 1;
  padding: 96px clamp(1rem, 7.19425vw - .47482rem, 6rem) 120px;
  position: relative;
  overflow: hidden;
}

.home_26 {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.home_intro_contain {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  color: #000;
  text-transform: uppercase;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: Regular Cargo, Arial, sans-serif;
  font-size: 48px;
  line-height: 90%;
  display: grid;
  position: relative;
}

.home_intro_item {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_hero_26_construction {
  text-align: center;
  grid-column: 1 / span 3;
  font-size: 96px;
  line-height: 100%;
}

.home_hero_26_address {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 32px;
}

.home_hero_slider {
  z-index: 0;
  pointer-events: none;
  background-color: #000;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home_hero_slider_img {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  position: absolute;
}

.page_main {
  z-index: 1;
  position: relative;
}

.home_intro_bg {
  z-index: 0;
  background-image: linear-gradient(90deg, var(--ms26-1), var(--ms26-2));
  position: absolute;
  inset: 0%;
}

.home_hero_slider_shadow {
  z-index: 1;
  background-image: radial-gradient(circle at 0 0, #0009, #0000 67%);
  width: 500px;
  height: 500px;
  position: absolute;
}

.home_hero_slider_mask {
  z-index: 0;
  background-image: url('../images/costruzione-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
}

.strillo_parole {
  background-image: linear-gradient(90deg, var(--ms26-1), var(--ms26-2));
  letter-spacing: -10px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Regular Cargo, Arial, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 85%;
}

.strilli_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-full-width {
  width: 100%;
}

.h1-hide {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.ms26-overlay-interne {
  z-index: 0;
  background-image: linear-gradient(90deg, var(--ms26-1), var(--ms26-2));
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero_wrap {
  z-index: 0;
  width: 100vw;
  height: 80vh;
  position: relative;
}

.home_hero_text_wrap {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 100px;
  padding-left: 77px;
  font-family: Regular Cargo, Arial, sans-serif;
  display: flex;
  position: relative;
}

.h1_hero_home {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 48px;
}

.cta-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--ms26-1);
  text-transform: uppercase;
  background-color: #fffc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-home:hover {
  color: var(--black);
}

.cta-home.is-catalogo {
  background-color: var(--ms26-1);
  color: var(--white);
}

.cta-home.is-catalogo:hover {
  background-color: var(--ms26-2);
}

.cta-icon {
  width: 24px;
  height: 24px;
}

.prefooter {
  background-color: #000;
  padding: 32px;
}

.prefooter-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prefooter-img {
  width: 120px;
}

.prefooter-text {
  font-size: 19px;
  line-height: 150%;
}

.heyzine-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heyzine-container, .heyzine-code {
  width: 100%;
  height: 100%;
}

.lightbox-catalogo {
  z-index: 202;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-catalogo-modale {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  width: 832px;
  max-width: 100%;
  max-height: 100%;
  color: var(--black);
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 64px 32px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  width: 45%;
  margin-bottom: -5%;
  margin-right: -8%;
}

.lightbox-catalogo-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 19px;
  line-height: 150%;
  display: flex;
}

.lb-catalogo-close {
  z-index: 100;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000c;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.lb-catalogo-close:hover {
  color: #000c;
  background-color: #0003;
}

.js-code {
  display: none;
}

@media screen and (max-width: 991px) {
  .home-hero-container {
    align-items: stretch;
    width: 100%;
    height: 100vh;
  }

  .mi-22-image {
    width: 66vh;
    max-width: 70vw;
  }

  .menu-top {
    grid-row-gap: 16px;
    width: 100px;
    top: 16px;
    left: 16px;
  }

  .home-people-section {
    height: auto;
  }

  .home-people-container {
    align-items: stretch;
    width: 100%;
  }

  .home-people-image {
    object-position: 50% 0%;
  }

  .home-people-left.text {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .home-people-right {
    height: auto;
  }

  .home-people-scroll-bottom {
    display: none;
  }

  .home-people-text {
    padding: 40px 15px;
    overflow: visible;
  }

  .home-people-scroll-top {
    display: none;
  }

  .home-section-split {
    flex-direction: column;
    height: auto;
  }

  .home-split-image {
    object-position: 50% 50%;
    width: 100vw;
    max-width: none;
    height: 50vw;
  }

  .home-split-text-container {
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .logo-footer {
    width: 100px;
  }

  .footer-container {
    padding-left: 24px;
  }

  .menu-footer-link {
    margin-bottom: 15px;
  }

  .hamburger {
    flex: none;
    margin-top: -4px;
  }

  .menu-lightbox-link {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .hamburger-close {
    height: 30px;
  }

  .hamburger-close.desktop {
    width: 30px;
  }

  .internal-section {
    background-image: linear-gradient(to bottom, null, null);
    padding-left: 15px;
    padding-right: 15px;
  }

  .internal-section.ms-2016 {
    background-image: linear-gradient(to bottom, null, null), url('../images/gallery2016-51_1gallery2016-51.webp');
    background-position: 0 0, 50% 100%;
  }

  .internal-section.ms-2015 {
    background-image: linear-gradient(#58247e80, #58247e80), url('../images/gallery2015-13_1gallery2015-13.webp');
    background-position: 0 0, 50% 60%;
  }

  .container-internal {
    padding-top: 148px;
  }

  .container-internal.edizioni {
    padding-top: 65px;
  }

  .h1-internal {
    margin-bottom: 130px;
    padding-left: 130px;
    font-size: 42px;
  }

  .dark-layer {
    padding-left: 20px;
  }

  .lightbox-link {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .archivio-block {
    width: 31%;
  }

  .archivio-block.last-big {
    margin-bottom: 64px;
  }

  .hero-edizioni {
    margin-bottom: 130px;
    padding-left: 130px;
  }

  .h1-edizioni {
    margin-bottom: 25px;
    font-size: 42px;
  }

  .h2-edizioni {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .h3-edizioni {
    font-size: 20px;
  }

  .h1-error-page {
    margin-top: 0;
    font-size: 36px;
  }

  .h2-error-page {
    margin-top: 10px;
  }

  ._404-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 320px;
    font-size: 24px;
    display: flex;
  }

  .home_hero_placeholder {
    justify-content: flex-end;
    align-items: center;
  }

  .home-h3-new {
    font-size: 28px;
  }

  .cta-hero-hover {
    display: none;
  }

  .logo-footer-chorus {
    grid-row-gap: 16px;
    width: 100px;
  }

  .press-block-nome {
    font-size: 18px;
  }

  .strillo-homepage._2 {
    height: 90px;
  }

  .strillo-homepage._4 {
    height: 60px;
  }

  .strillo-homepage._5 {
    height: 78px;
  }

  .strillo-homepage._6 {
    height: 69px;
  }

  .strillo-homepage._7 {
    height: 102px;
  }

  .strilli-card-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .strilli-card {
    width: calc(50% - 16px);
  }

  .strilli-parole-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home_intro_wrap {
    padding-top: 64px;
  }

  .home_intro_contain {
    grid-column-gap: 12px;
  }

  .home_hero_slider {
    background-size: 180px;
    width: 100%;
    height: 80vw;
    inset: auto 0% 0%;
  }

  .home_hero_slider_mask {
    background-size: 180px;
  }

  .strillo_parole {
    letter-spacing: -8px;
    font-size: 144px;
  }

  .strillo_parole._1 {
    white-space: nowrap;
  }

  .strilli_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home_hero_wrap {
    height: 100vh;
    margin-bottom: -10vh;
  }

  .home_hero_text_wrap {
    z-index: 1;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 220px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-container {
    padding-left: 10px;
  }

  .mi-22-image {
    width: 60vh;
  }

  .menu-top {
    grid-row-gap: 12px;
    background-image: none;
    width: 80px;
    top: 12px;
    left: 12px;
  }

  .home-people-container {
    position: relative;
  }

  .bottom-spacer {
    height: 60px;
  }

  .home-people-rich-text, .home-people-rich-text h5 {
    font-size: 16px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .logo-footer {
    flex: none;
    justify-content: flex-start;
    width: 80px;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    display: block;
  }

  .menu-footer {
    padding-top: 20px;
  }

  .footer-container {
    align-items: flex-start;
    height: auto;
    padding-left: 20px;
  }

  .contatti-footer-container {
    padding-left: 24px;
  }

  .contatti-footer-h4 {
    margin-bottom: 20px;
  }

  .contatti-footer-flex {
    flex-direction: column;
  }

  .hamburger {
    height: 18px;
  }

  .hamburger-line {
    width: 25px;
    height: 2px;
  }

  .lightbox-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 49px;
    padding-left: 104px;
  }

  .menu-lightbox-link {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .hamburger-close.desktop {
    display: none;
  }

  .hamburger-close.mobile {
    background-color: var(--black);
    width: 35px;
    height: 25px;
    margin-top: -5px;
    margin-bottom: 0;
    display: block;
    position: absolute;
  }

  .internal-section {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .internal-section.ms-2016 {
    background-image: linear-gradient(to bottom, null, null), url('../images/gallery2016-51_1gallery2016-51.webp');
    background-position: 0 0, 50%;
  }

  .internal-section.ms-2015 {
    background-image: linear-gradient(#58247e80, #58247e80), url('../images/gallery2015-13_1gallery2015-13.webp');
    background-position: 0 0, 50% 30%;
  }

  .container-internal {
    padding-top: 84px;
  }

  .container-internal.edizioni {
    padding-top: 50px;
  }

  .h1-internal {
    margin-bottom: 96px;
    padding-left: 94px;
    font-size: 32px;
  }

  .h2-internal {
    font-size: 20px;
  }

  .dark-layer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lightbox-image.gallery-page {
    height: 80px;
  }

  .lightbox-image.gallery-page.catalogo {
    height: 130px;
  }

  .lightbox-link {
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .planimetrie-container {
    font-size: 16px;
  }

  .planimetrie-download-icon {
    width: 30px;
    height: 30px;
  }

  .h2-gallery {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .catalogo-text {
    margin-left: 60px;
  }

  .catalogo-text.chorus {
    margin-left: 80px;
  }

  .archivio-flex {
    margin-right: -15px;
  }

  .archivio-block {
    margin-bottom: 35px;
  }

  .archivio-block.last-big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 25% 24px 24px;
  }

  .archivio-image.last-big {
    width: 100%;
    height: 80%;
  }

  .archivio-text {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .archivio-text.last-big {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-right: 0;
    font-size: 16px;
    display: flex;
  }

  .archivio-h2 {
    font-size: 16px;
  }

  .archivio-h2.last-big {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .back-archivio {
    font-size: 14px;
  }

  .hero-edizioni {
    margin-bottom: 60px;
    padding-left: 88px;
  }

  .h1-edizioni {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .h2-edizioni {
    font-size: 22px;
  }

  .h3-edizioni {
    font-size: 16px;
  }

  .archivio-rich-text {
    font-size: 14px;
  }

  .archivio-rich-text h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 120%;
  }

  .home-role {
    font-size: 36px;
    right: 36px;
  }

  .h1-error-page {
    font-size: 24px;
  }

  .h2-error-page {
    margin-top: 0;
  }

  ._404-container {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .contatti-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .spacer.desk-24.mobh-12 {
    height: 12px;
  }

  .home-h3-new {
    font-size: 20px;
    position: relative;
  }

  .slider-hero {
    height: 100px;
  }

  .slider-hero-slide {
    text-align: center;
  }

  .cta-archivio-rassegna {
    padding: 12px 22px;
    font-size: 14px;
  }

  .logo-footer-chorus {
    grid-row-gap: 12px;
    flex: none;
    justify-content: flex-start;
    width: 80px;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .chorus-invito-section {
    padding: 36px 12px 40px;
    font-size: 19px;
  }

  .press-block {
    min-width: 30%;
    max-width: 31%;
  }

  .press-block-nome {
    font-size: 16px;
  }

  .press-block-icon-download {
    width: 20px;
    height: 20px;
  }

  .press-block-icon {
    width: 36px;
    height: 36px;
  }

  .section-strilli {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-text-h3 {
    font-size: 17px;
  }

  .strillo-homepage._2 {
    height: 54px;
  }

  .strillo-homepage._4 {
    height: 36px;
  }

  .strillo-homepage._5 {
    height: 47px;
  }

  .strillo-homepage._6 {
    height: 41px;
  }

  .strillo-homepage._7 {
    height: 61px;
  }

  .strilli-parole-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .archivio-last-sfumatura {
    background-image: linear-gradient(#0000, #000 50%);
    width: 100%;
    height: 60%;
    inset: auto 0% 0%;
  }

  .lightbox-bio {
    padding: 24px;
  }

  .lightbox-bio-modale.ilaria {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .lightbox-bio-title {
    font-size: 24px;
  }

  .lb-close {
    top: 20px;
    right: 20px;
  }

  .home_intro_wrap {
    padding-top: 36px;
    padding-bottom: 80px;
  }

  .home_intro_contain {
    grid-template-columns: 1fr 1fr;
  }

  .home_intro_item {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    line-height: 4vw;
  }

  .home_hero_26_construction {
    grid-column: 1 / span 2;
    font-size: 9vw;
  }

  .home_hero_26_address {
    font-size: 28px;
    line-height: 28px;
  }

  .home_hero_slider_shadow {
    width: 350px;
    height: 350px;
  }

  .strillo_parole {
    letter-spacing: -6px;
    font-size: 120px;
  }

  .strilli_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home_hero_wrap {
    min-height: 820px;
  }

  .home_hero_text_wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 160px;
  }

  .h1_hero_home {
    font-size: 36px;
    line-height: 36px;
  }

  .cta-home {
    font-size: 16px;
  }

  .prefooter {
    padding-left: 24px;
    padding-right: 24px;
  }

  .prefooter-text {
    font-size: 16px;
  }

  .lightbox-catalogo {
    padding: 24px;
  }

  .lightbox-catalogo-modale {
    text-align: center;
    flex-flow: column;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .lightbox-catalogo-modale.ilaria {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image {
    min-width: 240px;
    margin-bottom: 0%;
    margin-right: -80px;
  }

  .lightbox-catalogo-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
  }

  .lb-catalogo-close {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    margin-top: 0;
    font-size: 16px;
  }

  .home-hero-container {
    overflow: hidden;
  }

  .mi-22-image {
    z-index: 0;
    max-width: none;
    margin-left: -12px;
    position: relative;
  }

  .menu-top {
    grid-row-gap: 24px;
    width: 65px;
  }

  .home-people-container {
    flex-direction: column;
    overflow: hidden;
  }

  .home-people-container.deho {
    flex-direction: column-reverse;
  }

  .home-people-image {
    object-fit: cover;
    object-position: 50% 40%;
    flex: 1;
    width: 100%;
    min-width: 100vw;
    min-height: 100vw;
    max-height: 100vw;
    position: relative;
  }

  .home-people-left {
    justify-content: center;
    width: 100%;
    height: 100vw;
  }

  .home-people-right {
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

  .home-people-text {
    padding-top: 25px;
    padding-bottom: 48px;
  }

  .home-people-rich-text {
    font-size: 16px;
  }

  .home-people-rich-text h5 {
    font-size: 14px;
  }

  .home-section-split {
    flex-direction: column;
  }

  .home-split-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100vw;
  }

  .menu-footer {
    text-align: left;
    align-items: flex-start;
    padding-left: 24px;
  }

  .footer-container {
    flex-direction: column;
    padding-left: 0;
  }

  .contatti-footer-container {
    padding-top: 48px;
    padding-left: 15px;
  }

  .footer-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 15px;
  }

  .footer-left.is-chorus {
    padding-left: 15px;
  }

  .lightbox-menu {
    display: none;
  }

  .lightbox-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
    padding-left: 88px;
    padding-right: 16px;
  }

  .hamburger-close.mobile {
    height: 22px;
    margin-top: -1px;
  }

  .internal-section.ms-2016 {
    background-image: linear-gradient(to bottom, null, null), url('../images/gallery2016-51_1gallery2016-51.webp');
    background-position: 0 0, 50% 100%;
  }

  .internal-section.ms-2015 {
    background-image: linear-gradient(#58247e80, #58247e80), url('../images/gallery2015-13_1gallery2015-13.webp');
    background-position: 0 0, 50% 100%;
  }

  .container-internal {
    padding-top: 80px;
  }

  .h1-internal {
    margin-bottom: 90px;
    padding-left: 72px;
    font-size: 24px;
  }

  .h2-internal {
    font-size: 18px;
  }

  .spacer-30 {
    height: 20px;
  }

  .dark-layer {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .lightbox-image.gallery-page.catalogo {
    height: 120px;
  }

  .lightbox-link {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .lightbox-link.catalogo {
    justify-content: flex-start;
  }

  .planimetrie-container {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .h2-gallery {
    font-size: 18px;
  }

  .catalogo-text {
    margin-left: 15px;
    font-size: 14px;
    position: relative;
    left: auto;
  }

  .catalogo-text.chorus {
    margin-left: 15px;
  }

  .archivio-flex {
    margin-right: -12px;
  }

  .archivio-block {
    width: 46%;
    margin-bottom: 30px;
    margin-right: 4%;
  }

  .archivio-block.last-big {
    padding: 50% 16px 16px;
  }

  .archivio-text {
    font-size: 14px;
  }

  .hero-edizioni {
    padding-left: 80px;
  }

  .h1-edizioni {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .h2-edizioni {
    font-size: 18px;
  }

  .h3-edizioni, .archivio-rich-text {
    font-size: 14px;
  }

  .archivio-rich-text h4 {
    font-size: 15px;
  }

  .home-role {
    transform-origin: 0%;
    inset: auto auto 0 32px;
  }

  .home-role.left {
    inset: auto auto 0 32px;
  }

  .h1-error-page {
    font-size: 20px;
  }

  ._404-container {
    z-index: 1;
    align-items: flex-end;
    min-width: 125px;
    padding-top: 157px;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
  }

  .spacer.desk-36.mobh-16 {
    height: 16px;
  }

  .home_hero_placeholder {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    height: 80vh;
  }

  .home-h3-new {
    z-index: 1;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 400;
  }

  .slider-hero-slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-archivio-rassegna {
    text-align: center;
    border-radius: 40px;
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .chorus-invito-section {
    font-size: 16px;
  }

  .press-block {
    min-width: 45%;
    max-width: 46%;
  }

  .home-text-h3 {
    white-space: pre-line;
  }

  .strillo-homepage._2 {
    height: 43px;
  }

  .strillo-homepage._4 {
    height: 29px;
  }

  .strillo-homepage._5 {
    height: 38px;
  }

  .strillo-homepage._6 {
    height: 33px;
  }

  .strillo-homepage._7 {
    height: 49px;
  }

  .strilli-card-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .strilli-card {
    width: 100%;
  }

  .strilli-parole-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .lightbox-bio {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lightbox-bio-modale.ilaria {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lightbox-bio-title {
    font-size: 21px;
  }

  .lb-close {
    top: 16px;
    right: 16px;
  }

  .home_intro_contain {
    grid-row-gap: 16px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .home_intro_item {
    font-size: 9vw;
    line-height: 8vw;
  }

  .home_hero_26_construction {
    grid-column: 1 / span 1;
    font-size: 14vw;
  }

  .home_hero_26_address {
    font-size: 24px;
    line-height: 24px;
  }

  .home_hero_slider {
    background-size: 120px;
    height: 100vw;
  }

  .home_intro_bg {
    pointer-events: none;
  }

  .home_hero_slider_shadow {
    width: 280px;
    height: 280px;
  }

  .home_hero_slider_mask {
    background-size: 120px;
  }

  .strillo_parole {
    letter-spacing: -4px;
  }

  .strilli_wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home_hero_wrap {
    min-height: 640px;
    margin-bottom: -15vh;
  }

  .home_hero_text_wrap {
    padding-top: 172px;
  }

  .h1_hero_home {
    font-size: 32px;
  }

  .prefooter-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-left: 0;
  }

  .prefooter-text {
    text-align: center;
  }

  .lightbox-catalogo {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lightbox-catalogo-modale {
    padding: 24px 16px 32px;
  }

  .lightbox-catalogo-modale.ilaria {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    min-width: 180px;
  }

  .lb-catalogo-close {
    top: 16px;
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5268108f-9b77-2fc4-764e-d9ecfab003d7-326d952c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5268108f-9b77-2fc4-764e-d9ecfab003d8-326d952c {
    grid-area: 2 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5268108f-9b77-2fc4-764e-d9ecfab003d8-326d952c {
    grid-row: 3 / 2;
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Regular Cargo';
  src: url('../fonts/RegularCargo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}