:root {
  --linen: #e9e2dc;
  --grey: #697b6c;
  --hover\<deleted\|variable-c2cac379\>: #707cff;
  --dark-slate-grey: #2c3b37;
  --black: black;
  --white: white;
  --silver: #b1bcb1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: ysans-std, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.tech_wrap {
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
}

.page_contatto {
  color: var(--linen);
  background-image: url('../images/phone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.page_contatto.mail {
  background-image: url('../images/mail.svg');
}

.gdpr h1 {
  font-size: 1.7em;
  line-height: 1;
}

.gdpr h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.gdpr li {
  margin-bottom: 5px;
}

.gdpr ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.gdpr h2 {
  font-size: 22px;
  line-height: 26px;
}

.gdpr a {
  color: var(--grey);
}

.note-legali {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
  position: relative;
}

.note-legali h1 {
  margin-top: 60px;
  font-size: 28px;
  line-height: 32px;
}

.note-legali h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.note-legali li {
  margin-bottom: 5px;
}

.note-legali ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
}

.map-section {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/IMG_8753.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.map-section.hero-map {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-section.hero-map.contatti {
  width: 100%;
  flex: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.navbar {
  z-index: 20;
  width: 100%;
  height: 80px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0;
}

.navbar.static {
  width: 100%;
  height: auto;
  justify-content: flex-end;
  margin-top: 1%;
  margin-bottom: 1%;
  position: static;
}

.prefs_checkbox-label {
  display: none;
}

.prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.prefs_mostra {
  display: inline;
}

.prefs_nascondi {
  display: none;
}

.banner_description {
  margin-bottom: 12px;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_trigger {
  display: none;
}

.prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 22px;
  right: 70px;
}

.prefs_open-txt.first {
  top: 17px;
}

.banner_btn {
  text-align: center;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn:hover {
  border-color: var(--hover\<deleted\|variable-c2cac379\>);
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
}

.banner_btn.alt {
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.banner_btn.alt:hover {
  color: var(--black);
}

.prefs_arrow {
  width: 10px;
  height: 10px;
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.prefs_label {
  width: 60px;
  text-align: right;
  font-weight: 700;
}

.prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.prefs_trigger {
  display: none;
}

.prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.prefs_buttons-wrapper.pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: -5px;
  display: flex;
}

.prefs_text {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.prefs_checkbox-field {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.footer-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 80px;
  display: flex;
}

.partners {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.partner-txt {
  font-size: 12px;
}

.logo-partner {
  width: 150px;
  max-width: none;
  min-width: 150px;
}

.footer-links-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer_link-2 {
  color: #2c3b37;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.footer_link-2:hover {
  color: #697b6c;
}

.footer-sep {
  width: 1px;
  height: 20px;
  background-color: #b1bcb1;
  margin-left: 20px;
  margin-right: 20px;
}

.form-wrap {
  z-index: 1000;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/IMG_8753.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 80px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.contact-block {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: 60px;
  margin-right: 0;
  display: grid;
}

.text-col {
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.cta {
  width: auto;
  height: 40px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: ysans-std, sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta.neg {
  color: #000;
  border-color: #000;
}

.line-2 {
  width: 100px;
  height: 5px;
  background-color: var(--white);
}

.heading {
  color: var(--white);
  font-family: le-monde-livre-std, sans-serif;
  font-size: 36px;
}

.text-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-image {
  width: 35px;
  height: 35px;
  max-width: none;
  margin-right: 20px;
}

.txt-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-8 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.text-block-9 {
  color: var(--white);
}

.contact-wrap {
  border-left: 1px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero {
  z-index: 15;
  height: 100vh;
  max-width: 100%;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero.progetto {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Roccianera_Champoluc_VP-Exterior-05_rev04-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.appartamenti {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Champoluc_RocciaNera_Vp-teaser_rework_rev003_senza-nebbia-copia_1Champoluc_RocciaNera_Vp teaser_rework_rev003_senza nebbia copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.contesto {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_8687-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.chalet {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Roccianera_Champoluc_VP-Exterior-03_rev04-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.lifestyle {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/RocciaNera_VPInterior_06_rev00-copia.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.contatti {
  height: auto;
  max-height: 800px;
  min-height: 90vh;
}

.hero.gallery {
  background-color: var(--black);
  padding-top: 50px;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.slide._02 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_1-copia.webp');
  background-size: auto, contain;
}

.slide._03 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_2-copia.webp');
}

.slide._04 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_3-copia.webp');
}

.slide._05 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_4-copia.webp');
  background-position: 0 0, 50%;
}

.slide._06 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_5-copia.webp');
}

.slide._07 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/esterni-005-copia.webp');
}

.slide._08 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_7-copia.webp');
}

.slide._09 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_8-copia.webp');
}

.slide._10 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_9-copia.webp');
}

.slide._11 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_10-copia.webp');
}

.slide._12 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_11-copia.webp');
}

.slide._13 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 21%), url('../images/Roccia-Nera_Moodboard-B2C_rev03_12-copia.webp');
}

.slider {
  width: 100%;
  height: 100vh;
  background-color: var(--black);
}

.section-white {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 160px 60px;
  display: flex;
  position: relative;
}

.section-white.reverse {
  flex-direction: row-reverse;
  display: flex;
}

.section-white.reverse.dark {
  background-color: #333;
  background-image: linear-gradient(#333, rgba(51, 51, 51, .95)), url('../images/IMG_8645-copia_1IMG_8645 copia.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: flex-end;
  overflow: hidden;
}

.section-white.reverse.crema {
  display: flex;
}

.section-white.reverse.crema.lifestyle {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-white.crema {
  background-color: var(--linen);
  display: flex;
}

.section-white.crema.lifestyle {
  padding-top: 100px;
}

.section-wood {
  height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/iStock-465559373-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-wood.progetti_01 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/iStock-1168814235-copia_1iStock-1168814235 copia.webp');
}

.section-wood.appartamenti_01 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/iStock-921315052.webp');
}

.heading-2 {
  width: 350px;
  color: #fff;
  text-align: center;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.section-stone {
  height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/devon-janse-van-rensburg-LcbOi9tTg9Q-unsplash_mod-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image {
  z-index: 1;
  width: 100%;
  max-width: 50vw;
  min-height: 38vw;
  object-fit: cover;
  object-position: 50% 50%;
  align-self: stretch;
  display: block;
  position: relative;
}

.image.reverse {
  object-position: 100% 50%;
}

.image.reverse.hide {
  display: none;
}

.image.reverse.lifestyle,
.image.lifestyle {
  max-width: 50vw;
  min-height: 30vw;
}

.textwrap {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -150px;
  padding: 60px;
  display: flex;
  position: relative;
}

.textwrap.reverse {
  border: 5px none var(--dark-slate-grey);
  margin-left: 0;
  margin-right: -150px;
}

.textwrap.reverse.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.textwrap.reverse.lifestyle {
  margin-left: 0;
  margin-right: -100px;
}

.textwrap.light {
  background-color: var(--linen);
  margin-left: 0;
  margin-right: -150px;
  display: flex;
}

.textwrap.lifestyle {
  margin-left: -100px;
}

.text-col-2 {
  max-width: 515px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-col-2.text-col-hero {
  z-index: 50;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 60px;
  right: auto;
}

.text-col-2.reverse.lifestyle {
  width: 30vw;
  max-width: 400px;
}

.text-col-2.centred {
  max-width: 600px;
  text-align: center;
  align-items: center;
  padding-top: 20px;
}

.text-col-2.lifestyle {
  width: 30vw;
  max-width: 400px;
}

.title {
  color: var(--white);
  margin-bottom: 30px;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.title.hero-title {
  text-align: left;
  font-family: le-monde-livre-std, sans-serif;
  display: block;
}

.homepage_hero_tittle {
  font-size: 78px;
  line-height: 84px;
}

.title.reverse {
  color: var(--black);
}

.line {
  width: 100px;
  height: 5px;
  background-color: var(--white);
}

.line.reverse {
  background-color: var(--black);
}

.cta-txt {
  z-index: 10;
  padding-top: 3px;
  font-size: 16px;
  position: relative;
}

.cta-hover {
  width: 0%;
  height: 150px;
  background-color: var(--white);
  position: absolute;
  right: -40px;
  transform: rotate(20deg);
}

.cta-hover.cta-hover-black {
  background-color: var(--white);
}

.basic-p-2 {
  color: var(--white);
  margin-bottom: 30px;
}

.basic-p-2.hero-txt {
  text-align: left;
  display: block;
}

.basic-p-2.reverse {
  color: var(--black);
}

.basic-p-2.reverse._300 {
  width: 350px;
  margin-bottom: 40px;
}

.basic-p-2.reverse._600 {
  max-width: 600px;
}

.basic-p-2.width {
  max-width: 550px;
}

.text-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-10.form {
  text-align: center;
  align-items: center;
}

.grid-wrap {
  z-index: 1;
  max-width: 50vw;
  min-height: 38vw;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: normal;
  object-fit: fill;
  flex: 1;
  grid-template-rows: 1fr 2fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
  position: relative;
}

.img1 {
  background-image: url('../images/IMG_8786-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.img2 {
  background-image: url('../images/IMG_8975-copia.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img4 {
  background-image: url('../images/IMG_8298-copia.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo {
  width: 100%;
  max-width: none;
  flex: none;
  margin-right: 10px;
  display: block;
}

.logo.small {
  width: 80px;
}

.logo.breakpoint {
  display: none;
}

.link-navbar {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.link-navbar.active {
  text-decoration: underline;
}

.link-wrap {
  justify-content: space-between;
  align-items: center;
  margin-right: 80px;
  display: flex;
}

.language-wrap {
  align-items: center;
  display: flex;
  position: absolute;
  right: 60px;
}

.right-arrow-3 {
  width: 50px;
  height: 50px;
  margin-bottom: 80px;
  font-size: 30px;
  display: block;
  bottom: 80px;
  right: 60px;
}

.right-arrow-3.left {
  margin-bottom: 80px;
  margin-right: 60px;
  bottom: 80px;
}

.right-arrow-3.left.gallery {
  background-color: var(--black);
  margin-left: auto;
  margin-right: 10px;
  left: auto;
  right: 50%;
}

.right-arrow-3.gallery {
  border: 1px solid var(--white);
  background-color: var(--black);
  margin-bottom: 0;
  margin-left: 10px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  left: 50%;
  right: auto;
}

.right-arrow-3.gallery:hover {
  background-color: var(--white);
  color: #333;
  border-color: #333;
}

.slide-nav-2 {
  display: none;
}

.navbar-wrap {
  z-index: 20;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.cta-2 {
  width: auto;
  height: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: ysans-std, sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-2.neg {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  cursor: pointer;
}

.cta-hover-2 {
  width: 0%;
  height: 150px;
  background-color: #000;
  position: absolute;
  right: -40px;
  transform: rotate(20deg);
}

.banner_link-2 {
  color: #697b6c;
  transition: color .2s;
}

.banner_link-2:hover {
  color: #b1bcb1;
}

.prefs_open-txt-2 {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 22px;
  right: 70px;
}

.banner_btn-2 {
  text-align: center;
  background-color: #697b6c;
  border: 2px solid #697b6c;
  border-radius: 500px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn-2:hover {
  background-color: #b1bcb1;
  border-color: #b1bcb1;
}

.banner_btn-2.submit {
  align-self: flex-end;
  margin-top: 40px;
}

.privacy-header {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logo-2 {
  z-index: 10;
  height: 120px;
  max-width: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page_background {
  min-height: 100vh;
  background-image: url('../images/IMG_8753.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 20px 80px;
  display: flex;
}

.page_wrap {
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.heading-4 {
  color: #fff;
}

.text-block-3 {
  color: #e9e2dc;
}

.text-block-11 {
  color: var(--linen);
}

.heading-5 {
  color: var(--white);
}

.italic-text {
  font-style: italic;
}

.heading-6 {
  color: var(--white);
}

.text-block-12 {
  color: var(--linen);
}

.wrap-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-icon,
.hamburger,
.hamburger.hamburger-hero {
  display: none;
}

.nav_apri {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_chiudi {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pages {
  z-index: 18;
  background-color: rgba(0, 0, 0, .7);
  flex-direction: column;
  padding: 100px 10vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.pages_wrap {
  width: 100%;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav_link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
  display: flex;
}

.nav_txt {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}

.nav_txt:hover {
  color: #c6c6c6;
}

.nav_txt.w--current {
  color: #31ae79;
  font-weight: 500;
}

.nav_line {
  height: 2px;
  background-color: #fff;
}

.nav_line.w--current {
  width: 30px;
}

.linea-sezione {
  width: 1px;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  left: 25px;
}

.linea-sezione.light {
  background-color: var(--linen);
}

.nome-sezione {
  height: 20px;
  background-color: var(--white);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: le-monde-livre-std, sans-serif;
  font-weight: 300;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  left: 0;
  transform: rotate(-90deg);
}

.nome-sezione.doppio {
  height: 40px;
  margin-top: 70px;
  margin-bottom: 70px;
  font-weight: 300;
  top: 190px;
}

.nome-sezione.light {
  background-color: var(--dark-slate-grey);
  color: var(--linen);
  font-weight: 300;
}

.path {
  width: 20px;
  height: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 15px;
}

.map-wrap {
  width: 100%;
  max-height: 500px;
  max-width: 1000px;
  min-height: 300px;
  flex-direction: row;
  flex: 1;
  margin-top: 60px;
  display: flex;
}

.html-embed {
  width: 100%;
  outline-color: var(--linen);
  outline-offset: 5px;
  outline-width: 1px;
  outline-style: solid;
}

.nowrap {
  white-space: nowrap;
}

.contact-link {
  color: var(--silver);
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.contact-link:hover {
  color: var(--linen);
}

.section-teal {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 60px;
  display: flex;
  position: relative;
}

.section-teal.white {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.navlink_wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.line-sel {
  width: 0%;
  height: 1px;
  background-color: var(--white);
}

.grid-images {
  height: 35vw;
  min-height: 450px;
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-images.apt {
  background-image: linear-gradient(to bottom, var(--linen), white);
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.grid-images.apt.the-peak {
  background-image: none;
}

.grid-images.apt {
  background-image: linear-gradient(#e9e2dc, #fff);
  padding-left: 1%;
  padding-right: 1%;
}

.grid-images.apt.progetto {
  background-image: none;
  margin-bottom: 140px;
}

.grid-apt-or {
  width: 50%;
  background-image: url('../images/Roccia-Nera_Moodboard-B2C_rev03_2-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-apt-or.chalet-02 {
  background-image: url('../images/RocciaNera_VPInterior04_rework_rev03-copia.webp');
  background-position: 100%;
  background-repeat: no-repeat;
}

.grid-apt-or.materiali {
  background-image: url('../images/iStock-929744404_mod-copia.webp');
}

.grid-apt-or._03 {
  background-image: url('../images/Roccia-Nera_Moodboard-B2C_rev03_2-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-apt-vert {
  width: 24%;
}

.grid-apt-vert._01 {
  background-image: url('../images/Roccia_Nera_VPinterior_03_B1.C_camera_rev_00_dettaglio_Post_rework-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-apt-vert._02 {
  background-image: url('../images/Roccia_Nera_VPinterior_02_soggiorno_B1.C_dett_rev02-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-apt-vert.chalet-01 {
  background-image: url('../images/Roccia_Nera_VPinterior_05_living_Chalet_crest_dettaglio-copia2.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-apt-vert.chalet-03 {
  background-image: url('../images/iStock-1297381754-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-apt-vert.materiali._10 {
  background-image: url('../images/iStock-468318186-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-apt-vert.materiali._13 {
  background-image: url('../images/noro-assoluto-spazzolato-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mountain-gradient {
  background-color: #e9e2dc;
  display: flex;
  position: relative;
}

.mountain-profile {
  width: 100%;
}

.gradient-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #333 10%, rgba(51, 51, 51, 0) 64%);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.video-masked {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(25vw);
}

.overlay-video {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#333 8%, rgba(0, 0, 0, 0) 35%), linear-gradient(to right, #333 45%, rgba(0, 0, 0, .25) 70%);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-logo {
  width: 12%;
  max-width: 180px;
  position: absolute;
  left: 60px;
}

.link-logo-sticky {
  position: absolute;
  left: 60px;
}

.icone-servizi {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  margin-bottom: 100px;
  display: grid;
  position: relative;
}

.icon-servizi {
  width: 100%;
  max-height: 150px;
  max-width: 150px;
}

.icon-servizi.park {
  height: 90px;
  max-width: 90px;
}

.icon-servizi.gym {
  height: 90px;
  max-width: 70px;
}

.icon-servizi.ski {
  height: 90px;
  max-height: 90px;
}

.icon-servizi.sci {
  height: 90px;
  max-height: 100px;
  max-width: 90px;
}

.servizi-txt {
  color: var(--linen);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
}

.servizi-txt.max-width {
  max-width: 100px;
}

.servizi-icon-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-wrap {
  flex: 1;
  align-items: center;
  display: flex;
}

.masterplan-section {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 60px 220px;
  display: flex;
}

.masterplan-section.mobile {
  display: none;
}

.text-centred {
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.masterplan-wrap {
  width: 55vw;
  height: 35vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.button-wrap {
  height: 90px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.txt-edificio {
  color: var(--black);
  text-transform: uppercase;
  font-family: ysans-std, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.line-txt {
  width: 81px;
  height: 5px;
  background-color: var(--black);
  margin-bottom: 20px;
  display: block;
}

.line-txt.chalet {
  width: 64px;
  opacity: 0;
  margin-bottom: 0;
  display: block;
}

.line-txt.the-peak {
  width: 0;
  opacity: 0;
  display: block;
}

.masterplan {
  width: 100%;
  height: 100%;
  background-image: url('../images/Roccia-Nera_Masterplan_no-logo_rev05-copia.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.masterplan.the-peak {
  opacity: 0;
  background-image: url('../images/Roccia-Nera_Masterplan_no-logo_rev06_the-peak-copia.webp');
  background-position: 100%;
}

.masterplan.chalet {
  opacity: 0;
  background-image: url('../images/Roccia-Nera_Masterplan_no-logo_rev06_chalet-copia.webp');
  background-position: 100%;
}

.masterplan.completo {
  z-index: 0;
  background-image: url('../images/Roccia-Nera_Masterplan_no-logo_rev06-copia.webp');
  background-position: 100%;
}

.cta-masterplan {
  width: 180px;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-masterplan:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.cta-masterplan.forest {
  cursor: pointer;
}

.cta-masterplan.forest.none {
  display: none;
}

.cta-masterplan._0g {
  z-index: 2;
  width: 80px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 49%;
  left: 35%;
}

.cbn-masterplan._0g {
  z-index: 2;
  width: 104px;
  height: 38px;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white);
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 49%;
  left: 35%;
}

.cta-masterplan._0g:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._0v {
  z-index: 2;
  /* width: 80px;
  height: 38px; */
  width: 104px;
  height: 38px;
  background-color: var(--white);
  color: var(--dark-slate-grey);
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 43%;
  right: 30%;
}

/* .cta-masterplan._0v:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
} */

.cta-masterplan._1v {
  z-index: 2;
  width: 80px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 50%;
  right: 30%;
}

.cta-masterplan._1v:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._1g {
  z-index: 2;
  width: 80px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 18px;
  position: absolute;
  top: 50%;
  left: 36%;
}

.cta-masterplan._1g:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._2v {
  z-index: 2;
  width: 80px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 45%;
  right: 30%;
}

.cta-masterplan._2v:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._3f {
  z-index: 2;
  width: 80px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  cursor: pointer;
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 65%;
  right: 43%;
}

.cta-masterplan._3f:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._3f.off {
  display: none;
}

.cta-masterplan._3g {
  z-index: 2;
  width: 80px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  cursor: pointer;
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 32%;
  left: 36%;
}

.cta-masterplan._3g:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._3g.off {
  display: none;
}

.cta-masterplan._3v {
  z-index: 2;
  width: 80px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  cursor: pointer;
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 36%;
  right: 30%;
}

.cta-masterplan._3v:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._3v.off {
  display: none;
}

.cta-masterplan._4g {
  z-index: 2;
  width: 104px;
  height: 38px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  cursor: pointer;
  margin-top: -19px;
  margin-left: -40px;
  padding: 8px 15px;
  position: absolute;
  top: 45%;
  left: 37%;
  display: none;
}

.cta-masterplan._4g:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan.valley {
  z-index: 1;
}

.cta-masterplan.valley:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan._1 {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  top: 35%;
  left: 44%;
}

.cta-masterplan._1:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.cta-masterplan.eng {
  font-size: 14px;
}

.wrap-asson {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.assonometrie-wrap {
  z-index: 1;
  width: 45vw;
  height: 28vw;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.assonometria {
  width: 100%;
  height: 100%;
  background-image: url('../images/Assonometria.svg');
  background-position: 0 0;
  background-size: auto;
}

.assonometria.completa {
  z-index: 0;
  opacity: 1;
  background-image: url('../images/Assonometria_chalet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.completa.peak {
  background-image: url('../images/Assonometria_the-peak.svg');
}

.assonometria.p4 {
  opacity: 0;
  background-image: url('../images/Assonometria_the-peak_piano-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.p3 {
  opacity: 0;
  background-image: url('../images/Assonometria_the-peak_piano-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.p2 {
  opacity: 0;
  background-image: url('../images/Assonometria_the-peak_piano-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.p1 {
  opacity: 0;
  background-image: url('../images/Assonometria_the-peak_piano-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.pt {
  opacity: 0;
  background-image: url('../images/Assonometria_the-peak_piano-terra.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.psi {
  opacity: 0;
  background-image: url('../images/Assonometria_the-peak_piano-interrato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.crest {
  z-index: 100;
  opacity: 0;
  background-image: url('../images/Assonometria_chalet_crest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.forest {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/Assonometria_chalet_forest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assonometria.valley {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/Assonometria_chalet_valley.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-wrap {
  z-index: 1;
  height: auto;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-block-13 {
  z-index: 10;
  max-width: 200px;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  line-height: 18px;
}

.text-block-13._150 {
  max-width: 150px;
}

.btn-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-2 {
  color: var(--grey);
  margin-bottom: 20px;
  font-size: 30px;
}

.piano-appartamenti {
  z-index: 2;
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.piano-appartamenti.quarto {
  background-image: url('../images/Roccia-Nera_Book-planimetrie_THEPEAK-P4-copia.webp');
  background-size: contain;
  justify-content: flex-end;
  display: none;
}

.piano-appartamenti.terzo {
  background-image: url('../images/Piano-3_new.webp');
  background-size: contain;
  justify-content: flex-end;
  display: none;
}

.piano-appartamenti.secondo {
  background-image: url('../images/Piano-2_new.webp');
  background-size: contain;
  justify-content: flex-end;
  display: none;
}

.piano-appartamenti.primo {
  background-image: url('../images/Piano-1_03-02-2023.webp');
  background-size: contain;
  justify-content: flex-end;
  display: none;
}

.piano-appartamenti.terra {
  background-image: url('../images/Piano-0_03-02-2023.webp');
  background-size: contain;
  justify-content: flex-end;
  display: none;
}

.piano-appartamenti.interrato {
  background-image: url('../images/Roccia-Nera_Book-planimetrie_THEPEAK-PI-copia.webp');
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.wrap-piani {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.close {
  z-index: 4;
  width: 30px;
  height: 30px;
  background-image: url('../images/x_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.close.piano-quarto {
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.close.piano-terzo,
.close.piano-secondo,
.close.piano-primo,
.close.piano-terra,
.close.piano-interrato {
  z-index: 3;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-14 {
  text-align: center;
  font-size: 16px;
}

.venduto {
  z-index: 2;
  width: 104px;
  height: 38px;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white);
  cursor: default;
  margin-top: -19px;
  margin-left: -52px;
  padding: 8px 15px;
  display: block;
  position: absolute;
  top: 45%;
  right: 30%;
}

.piano1-nt-venduto {
  top: 50% !important;
}

.piano2-nt-venduto {
  top: 50%;
  right: auto;
  left: 37%;
}

.venduto.chalet {
  z-index: 2;
  width: auto;
  height: auto;
  background-color: var(--silver);
  opacity: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.venduto._4g {
  /* display: none; */
  right: 57%;
}

.venduto._0f {
  margin-left: -40px;
  top: 71%;
  right: 40%;
}

.cbn-venduto._0f {
  margin-left: -40px;
  top: 71%;
  right: 40%;
}

.venduto._3g,
.venduto._2g {
  justify-content: center;
  align-items: center;
  display: flex;
  right: 56%;
}

.venduto._3 {
  display: none;
  right: 56%;
}

.txt_venduto {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
}

.piano_planimetria {
  color: var(--grey);
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0%;
  left: 0%;
}

.btn-wrap_mobile {
  display: none;
}

.basic-p-3 {
  color: #fff;
  margin-bottom: 30px;
}

.heading-7 {
  color: #fff;
  margin-bottom: 30px;
  font-family: le-monde-livre-std, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.cta-hover-3 {
  width: 0%;
  height: 150px;
  background-color: #fff;
  position: absolute;
  right: -40px;
  transform: rotate(20deg);
}

.cta-hover-3.cta-hover-black {
  background-color: #fff;
}

.cta-venduto-wrap {
  z-index: 3;
  cursor: pointer;
  position: relative;
}

.linea-navbar {
  width: 2px;
  height: 20px;
  background-color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
}

.planimetria_chalet,
.tabs {
  display: none;
}

.lightbox_component {
  z-index: 20000;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.lightbox_container {
  z-index: 1;
  width: 90%;
  max-height: 80vh;
  max-width: 1500px;
  min-height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.lightbox_x {
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  background-color: var(--dark-slate-grey);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.x_asta {
  width: 2px;
  height: 40%;
  background-color: #222;
  flex: none;
  position: absolute;
  transform: rotate(45deg);
}

.x_asta._2 {
  transform: rotate(-45deg);
}

.x_asta.negative {
  background-color: #fff;
}

.slider-4 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.scheda {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.scheda._2v {
  background-image: url('../images/2V_ita_08-03-2023.webp');
}

.scheda._2v.eng {
  background-image: url('../images/2V_en_08-03-2023.webp');
}

.scheda._3g {
  background-image: url('../images/The-Peak_3G.webp');
}

.scheda._3g.eng {
  background-image: url('../images/RN_the-peak_3G_en.webp');
}

.scheda._3v {
  background-image: url('../images/The-Peak_3V.webp');
}

.scheda._3v.eng {
  background-image: url('../images/RN_the-peak_3V_en.webp');
}

.scheda._3f {
  background-image: url('../images/The-Peak_3F.webp');
}

.scheda._3f.eng {
  background-image: url('../images/RN_the-peak_3F_en.webp');
}

.scheda._4g {
  background-image: url('../images/Roccia-Nera_Book-planimetrie_rev16-DESK28.jpg');
}

.scheda._4g.eng {
  background-image: url('../images/Roccia-Nera_Book-planimetrie_rev15-DESK-ENG21.jpg');
}

.scheda._1v {
  background-image: url('../images/1V_desktop_ita_03-02-2023.webp');
}

.scheda._1v.eng {
  background-image: url('../images/1V_desktop_EN_03-02-2023.webp');
}

.scheda._1g {
  background-image: url('../images/Roccia-Nera_Book-planimetrie_rev16-DESK19.jpg');
}

.scheda._1g.eng {
  background-image: url('../images/Roccia-Nera_Book-planimetrie_rev15-DESK-ENG12.jpg');
}

.scheda._0g {
  background-image: url('../images/0G_desktop_ita_03-02-2023.webp');
}

.scheda._0g.eng {
  background-image: url('../images/0G_desktop_EN_03-02-2023.webp');
}

.scheda._0v {
  background-image: url('../images/0V_desktop_ita_03-02-2023.webp');
}

.scheda._0v.eng {
  background-image: url('../images/0V_desktop_EN_03-02-2023.webp');
}

.scheda._1 {
  background-image: url('../images/The-Peak_piano-interrato.webp');
}

.scheda._1.eng {
  background-image: url('../images/The-peak_basement.webp');
}

.scheda.forest-0 {
  background-image: url('../images/Chalet-Forest_piano-terra.webp');
}

.scheda.forest-0.eng {
  background-image: url('../images/Forest-chalet_groung-floor.webp');
}

.scheda.forest-1 {
  background-image: url('../images/Chalet-Forest_piano-primo.webp');
}

.scheda.forest-1.eng {
  background-image: url('../images/Forest-chalet_first-floor.webp');
}

.slide-nav-5 {
  display: none;
}

.form_field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form_field:active {
  background-color: rgba(255, 255, 255, .2);
  border-color: #fff;
}

.form_field:focus {
  background-color: var(--black);
  border-color: #fff;
}

.form_field::-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.form_field::placeholder {
  color: #fff;
  text-transform: capitalize;
}

.form_field.cap {
  text-transform: capitalize;
}

.text-block-4 {
  color: #fff;
  font-size: 12px;
}

.button-submit {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 9px 30px;
}

.button-submit:hover {
  color: #2c3b37;
  background-color: #fff;
}

.heading-8 {
  color: #2c3b37;
  margin-bottom: 30px;
  font-size: 36px;
}

.heading-8.light {
  color: #e9e2dc;
}

.basic-p {
  color: #000;
  margin-bottom: 30px;
  line-height: 22px;
}

.basic-p.white {
  color: #fff;
}

.close-form {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 1px solid #fff;
  flex: none;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.close-form:hover {
  background-color: #fff;
  background-image: url('../images/x-black.svg');
  background-size: 20px;
}

.form_link {
  color: #fff;
}

.form_link:hover {
  color: #b1bcb1;
}

.policy-flags {
  align-self: stretch;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.stylesheet,
.html-embed-2 {
  display: none;
}

.form_message {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}

.form-block {
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin: auto 0;
  display: flex;
}

.policy-flag {
  color: #fff;
  flex-direction: row;
  align-items: flex-start;
  font-size: 12px;
  display: flex;
}

.slide-nav-12 {
  display: none;
}

.footer_txt {
  font-size: .8em;
}

.footer_txt.nota_cautelativa {
  margin-bottom: 20px;
}

.footer_row {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_link-3 {
  color: var(--grey);
  cursor: pointer;
}

.prefs_name {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.banner-prefs-2 {
  z-index: 1;
  border: 1px solid var(--dark-slate-grey);
  color: #333;
  background-color: #fff;
  flex-direction: column;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.prefs_toggle-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.banner_text-link-3 {
  border-bottom: 1px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.banner_text-link-3:hover {
  border-bottom-color: var(--silver);
  color: var(--silver);
}

.banner_btn-3 {
  text-align: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn-3:hover {
  background-color: #707cff;
  border-color: #707cff;
}

.banner_btn-3.banner {
  background-color: var(--grey);
  border-radius: 20px;
}

.banner_btn-3.banner:hover {
  background-color: var(--silver);
}

.banner_text-3 {
  font-size: 13px;
  line-height: 1.6;
}

.banner_close_txt {
  border-bottom: 1px solid var(--grey);
  color: var(--grey);
  font-size: 12px;
}

.banner_close_txt:hover {
  border-bottom-color: var(--silver);
  color: var(--silver);
}

.banner_title_wrap {
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.banner_container-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.banner_component {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .1);
  flex-direction: column;
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.banner_close-3 {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.banner_close-3.x {
  z-index: 2;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--silver);
  position: absolute;
  top: 0;
  right: 0;
}

.banner_title-2 {
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.banner_wrap {
  max-width: 500px;
  grid-row-gap: 32px;
  border: 1px solid var(--dark-slate-grey);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

.banner_close_x {
  width: 20px;
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prefs_checkbox-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prefs_checkbox-3.w--redirected-checked {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
}

.prefs_checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.banner_buttons-wrapper-3 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.manager_trigger {
  display: none;
}

.prefs_form-3 {
  width: 100%;
  max-width: 600px;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

.link-4 {
  color: var(--grey);
}

.link-4:hover {
  color: var(--silver);
}

.cookie_tab_cell {
  border: 1px #2b2b2b;
  border-style: none none solid solid;
  padding: 10px 20px;
}

.cookie_tab_cell.head {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

.cookie_tab_cell.last {
  border-right-style: solid;
}

.cookie_tab_cell.head {
  color: #fff;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

.cookie_tab_wrap {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cookie_tab_link {
  color: var(--grey);
}

.cookie_tab_link:hover {
  color: #707cff;
}

.cookie_tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cookie_tab_link-2 {
  color: var(--grey);
}

.cookie_tab_link-2:hover {
  color: #707cff;
}

.text-span {
  white-space: nowrap;
}

.slide-nav-13,
.slide-nav-14,
.slide-nav-15,
.slide-nav-16,
.slide-nav-17,
.slide-nav-18,
.slide-nav-19,
.slide-nav-20,
.slide-nav-21,
.slide-nav-22 {
  display: none;
}

.bold-text {
  font-weight: 300;
}

.hide-label {
  display: none;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: var(--black);
  flex: none;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-video {
  width: 100%;
  height: 100vh;
  min-height: 850px;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-video.black {
  height: auto;
  min-height: auto;
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-video {
  height: auto;
  min-height: auto;
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.video-embed {
  width: 80%;
  height: 100%;
}

.loader_video {
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gtm,
.display-none {
  display: none;
}

#background-video3 {
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .tech_wrap {
    flex: 0 auto;
  }

  .page_contatto {
    background-size: 30px;
  }

  .note-legali {
    max-width: 100%;
  }

  .map-section {
    flex-direction: column;
    padding: 60px;
  }

  .map-section.hero-map {
    padding-top: 140px;
  }

  .map-section.hero-map.contatti {
    padding-top: 100px;
  }

  .navbar {
    z-index: 40;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .navbar.static {
    justify-content: flex-end;
    display: flex;
  }

  .banner_btn {
    margin: 5px;
  }

  .banner_btn.alt {
    margin-left: 5px;
  }

  .footer-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_link-2 {
    border-right: 1px solid #b1bcb1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_link-2.credits {
    border-right-style: none;
  }

  .footer-sep {
    display: none;
  }

  .form-wrap {
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .contact-block {
    width: 100%;
    margin-left: 0;
  }

  .text-col {
    width: 100%;
    max-width: 450px;
    text-align: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block {
    align-items: center;
  }

  .contact-wrap {
    margin-top: 40px;
  }

  .hero {
    position: relative;
  }

  .hero.progetto {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Roccianera_Champoluc_VP-Exterior-05_rev04-copia.webp');
    background-position: 0 0, 100%;
  }

  .hero.lifestyle {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/RocciaNera_VPInterior_06_rev00-copia.webp');
    background-position: 0 0, 95%;
  }

  .hero.gallery {
    padding-top: 0;
  }

  .mask {
    width: 100%;
  }

  .slider {
    min-height: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-white.reverse {
    flex-direction: column-reverse;
    padding-top: 60px;
  }

  .section-white.reverse.dark {
    flex-direction: column-reverse;
    align-items: center;
  }

  .section-white.reverse.crema.lifestyle,
  .section-white.reverse.crema.lifestyle.prima {
    padding-bottom: 0;
  }

  .section-white.grid {
    padding-top: 60px;
  }

  .section-white.crema.lifestyle {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .section-white.crema.lifestyle.ultima {
    padding-bottom: 100px;
  }

  .image {
    max-width: 100vw;
  }

  .image.reverse {
    margin-bottom: 0;
  }

  .image.reverse.lifestyle,
  .image.lifestyle {
    max-width: 100vw;
  }

  .textwrap {
    width: 100%;
    align-self: stretch;
    margin: 0 auto;
  }

  .textwrap.reverse {
    margin-right: 40px;
  }

  .textwrap.reverse.light {
    margin-bottom: 0;
  }

  .textwrap.reverse.transparent {
    margin-right: 0;
  }

  .textwrap.reverse.lifestyle,
  .textwrap.lifestyle {
    margin-left: auto;
    margin-right: auto;
  }

  .text-col-2 {
    width: 100%;
    max-width: 400px;
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-col-2.text-col-hero {
    height: 100%;
    max-width: none;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .text-col-2.reverse.lifestyle {
    width: auto;
  }

  .text-col-2.centred {
    max-width: 520px;
    padding-bottom: 20px;
  }

  .text-col-2.lifestyle {
    width: auto;
  }

  .text-col-2.maxw500px {
    max-width: 500px;
  }

  .title {
    width: auto;
  }

  .title.hero-title {
    text-align: left;
  }

  .title.reverse {
    width: auto;
  }

  .basic-p-2.hero-txt {
    max-width: 450px;
    text-align: left;
  }

  .basic-p-2.reverse {
    margin-bottom: 30px;
  }

  .basic-p-2.reverse._300 {
    width: 500px;
    text-align: center;
  }

  .basic-p-2.width {
    width: auto;
  }

  .text-block-10 {
    align-items: center;
  }

  .text-block-10.form {
    width: 100%;
  }

  .grid-wrap {
    max-width: 100vw;
    min-height: 50vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo {
    width: 150px;
  }

  .logo.breakpoint {
    z-index: 2;
    display: none;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .link-wrap {
    display: none;
  }

  .language-wrap {
    display: flex;
    right: 160px;
  }

  .right-arrow-3 {
    margin-bottom: 60px;
    margin-right: 10px;
    bottom: 0%;
    right: 2%;
  }

  .right-arrow-3.left {
    margin-bottom: 60px;
    margin-right: 70px;
    bottom: 0%;
    right: 1%;
  }

  .right-arrow-3.left.gallery {
    margin-bottom: 0;
    right: 50%;
  }

  .right-arrow-3.gallery {
    bottom: 5%;
  }

  .navbar-wrap {
    z-index: 40;
    display: flex;
  }

  .banner_btn-2 {
    margin: 5px;
  }

  .logo-2 {
    height: 100px;
  }

  .page_background {
    padding-top: 90px;
  }

  .page_wrap {
    flex: 0 auto;
  }

  .wrap-hero {
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    right: auto;
  }

  .nav-icon {
    z-index: 1;
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .hamburger {
    z-index: 8;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .35s cubic-bezier(.455, .03, .515, .955);
    display: flex;
    position: relative;
  }

  .hamburger.hamburger-hero {
    z-index: 18;
    display: flex;
    position: relative;
  }

  .pages {
    z-index: 39;
    background-color: #000;
    display: none;
  }

  .pages_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_txt {
    text-align: center;
  }

  .nav_txt:visited {
    font-weight: 700;
  }

  .nav_txt.w--current {
    color: var(--grey);
    font-weight: 700;
  }

  .nome-sezione,
  .nome-sezione.doppio {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .section-teal.white {
    min-height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gradient-overlay {
    background-image: linear-gradient(to top, #333 6%, rgba(51, 51, 51, 0) 58%);
  }

  .video-masked {
    transform: none;
  }

  .overlay-video {
    background-image: linear-gradient(#333 3%, rgba(0, 0, 0, 0) 42%), linear-gradient(to right, #333, rgba(0, 0, 0, .25) 55%, #333);
  }

  .icone-servizi {
    grid-column-gap: 15px;
  }

  .masterplan-section {
    flex-direction: column-reverse;
    padding-bottom: 120px;
    display: none;
  }

  .masterplan-section.mobile {
    display: flex;
  }

  .text-centred {
    align-items: center;
    margin-bottom: 20px;
  }

  .masterplan-wrap {
    width: 85vw;
    height: 55vw;
    margin-right: 0;
  }

  .masterplan-wrap.mobile {
    width: 100vw;
    height: 70vw;
  }

  .masterplan.the-peak,
  .masterplan.chalet,
  .masterplan.completo {
    background-size: 95vw;
  }

  .cta-masterplan {
    width: 40px;
    height: 40px;
    background-color: rgba(44, 59, 55, .9);
    border-radius: 20px;
  }

  .cta-masterplan.forest {
    height: 40px;
  }

  .cta-masterplan._0g {
    border-radius: 0;
    top: 44%;
    left: 28%;
  }

  .cbn-masterplan._0g {
    border-radius: 0;
    top: 44%;
    left: 28%;
  }

  .cta-masterplan._0v {
    border-radius: 0;
    top: 40%;
    right: 17%;
  }

  .cta-masterplan._1v {
    border-radius: 0;
    top: 45%;
    right: 20%;
  }

  .piano1-nt-venduto {
    top: 45% !important;
    right: 20% !important;
    height: 38px !important;
  }

  .piano2-nt-venduto {
    top: 45% !important;
    right: auto !important;
    left: 20%;
    height: 38px !important;
  }

  .cta-masterplan._1g {
    border-radius: 0;
    top: 45%;
    left: 28%;
  }

  .cta-masterplan._2v {
    border-radius: 0;
    top: 45%;
    right: 22%;
  }

  .cta-masterplan._3f {
    border-radius: 0;
    top: 64%;
    right: 41%;
  }

  .cta-masterplan._3g {
    border-radius: 0;
    top: 32%;
    left: 28%;
  }

  .cta-masterplan._3v {
    border-radius: 0;
    top: 40%;
    right: 20%;
  }

  .cta-masterplan._4g {
    border-radius: 0;
    left: 31%;
  }

  .cta-masterplan.tablet-forest {
    border-radius: 100%;
    top: 65%;
    left: 26%;
  }

  .cta-masterplan.tablet-forest.none {
    display: none;
  }

  .cta-masterplan._1 {
    width: 80px;
    height: 38px;
    border-radius: 0;
    position: absolute;
    top: 37%;
    left: 47%;
  }

  .wrap-asson {
    align-items: flex-end;
    display: none;
  }

  .assonometrie-wrap {
    height: 30vw;
    margin-right: 60px;
  }

  .assonometria.completa.peak,
  .assonometria.p4,
  .assonometria.p3,
  .assonometria.p2,
  .assonometria.p1,
  .assonometria.pt,
  .assonometria.psi {
    background-position: 100%;
  }

  .button-wrap {
    grid-row-gap: 10px;
  }

  .btn-wrap {
    display: none;
  }

  .icon-2 {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .piano-appartamenti.terra {
    display: none;
  }

  .close.piano-quarto,
  .close.piano-terzo,
  .close.piano-secondo,
  .close.piano-primo,
  .close.piano-terra,
  .close.piano-interrato {
    right: 20%;
  }

  .venduto {
    top: 65%;
    right: 35%;
  }

  .venduto.chalet {
    margin-top: 0;
  }

  .venduto.tablet {
    top: 37%;
    right: 10%;
  }

  .venduto.tablet.crest {
    background-color: var(--silver);
    top: 35%;
  }

  .venduto.tablet.valley {
    background-color: var(--silver);
    top: 77%;
    right: 14%;
  }

  .venduto.tablet.forest {
    background-color: var(--silver);
    top: 83%;
    right: 65%;
  }

  .venduto._4g.mobile {
    margin-left: 0;
    /* display: none; */
    top: 45%;
    right: 60%;
    height: auto;
  }

  .venduto.p4 {
    top: 45%;
    right: 22%;
  }

  .venduto._3.mobile {
    justify-content: center;
    margin-left: 0;
    display: flex;
    top: 45%;
    right: 60%;
  }

  .piano_planimetria {
    left: 20%;
  }

  .btn-wrap_mobile {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .txt-edificio_wrap {
    width: 180px;
    height: 40px;
    border: 1px solid var(--grey);
    background-color: var(--white);
    color: var(--dark-slate-grey);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-left: -90px;
    padding: 9px 20px;
    font-size: 18px;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
  }

  .slider-3 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .slide-nav-4 {
    display: none;
  }

  .img_masterplan {
    margin-top: 20px;
  }

  .basic-p-3,
  .heading-7 {
    width: auto;
  }

  .cta-venduto-wrap {
    cursor: pointer;
  }

  .planimetria_chalet {
    display: flex;
  }

  .tabs {
    display: block;
  }

  .chalet-forest {
    width: 90vw;
    height: 60vw;
    background-image: url('../images/Assonometria_chalet_forest.svg'), url('../images/Assonometria_chalet.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .chalet-crest {
    width: 90vw;
    height: 60vw;
    background-image: url('../images/Assonometria_chalet_crest.svg'), url('../images/Assonometria_chalet.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .chalet-valley {
    width: 90vw;
    height: 60vw;
    background-image: url('../images/Assonometria_chalet_valley.svg'), url('../images/Assonometria_chalet.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .tab_chalet-forest {
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--white);
    color: var(--dark-slate-grey);
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
  }

  .tab_chalet-forest.w--current {
    background-color: var(--dark-slate-grey);
    color: var(--white);
    text-transform: uppercase;
  }

  .tab_chalet-crest {
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--white);
    color: var(--dark-slate-grey);
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab_chalet-crest.w--current {
    background-color: var(--dark-slate-grey);
    color: var(--white);
  }

  .tab_chalet-valley {
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--white);
    color: #2c3b37;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab_chalet-valley.w--current {
    background-color: var(--dark-slate-grey);
    color: var(--white);
    text-transform: uppercase;
  }

  .text-block-16 {
    text-transform: uppercase;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .piu {
    width: 30px;
    height: 30px;
    background-image: url('../images/x.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    padding-right: 0;
    transform: rotate(50grad);
  }

  .tab_the-peak {
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--white);
    color: var(--dark-slate-grey);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab_the-peak.w--current {
    background-color: var(--dark-slate-grey);
    color: var(--white);
    text-transform: uppercase;
  }

  .tab_the-peak.piano-3,
  .tab_the-peak.piano-2,
  .tab_the-peak.piano-1 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab_the-peak.piano-terra {
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab_the-peak.piano-interrato {
    text-align: center;
    white-space: nowrap;
    margin-left: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab_the-peak.piano-4 {
    text-align: center;
    margin-right: 5px;
  }

  .tab_the-peak.piano-4.w--current {
    margin-right: 5px;
  }

  .lightbox_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .lightbox_container {
    width: 90vw;
    height: 265vw;
    max-height: none;
    max-width: none;
    min-height: auto;
    flex: none;
  }

  .x_asta {
    background-color: #fff;
  }

  .scheda {
    width: 100%;
    height: 100%;
  }

  .scheda._2v {
    background-image: url('../images/2V_ita_mobile_08-03-2023.webp');
  }

  .scheda._2v.eng_mobile {
    background-image: url('../images/2V_en_mobile_08-03-2023.webp');
  }

  .scheda._3g {
    background-image: url('../images/RN_The-Peak_3G_mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._3g.eng_mobile {
    background-image: url('../images/RN_the-peak_third-floor_3G_en.webp');
  }

  .scheda._3v {
    background-image: url('../images/RN_The-Peak_3V_mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._3v.eng_mobile {
    background-image: url('../images/RN_the-peak_third-floor_3V_en.webp');
  }

  .scheda._3f {
    background-image: url('../images/RN_The-Peak_3F_mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._3f.eng_mobile {
    background-image: url('../images/RN_the-peak_third-floor_3F_en.webp');
  }

  .scheda._4g {
    background-image: url('../images/roccia-nera_book-planimetrie-mobile-peak-piano-quarto-4g-rev012-copia.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._4g.eng_mobile {
    background-image: url('../images/roccia-nera_book-planimetrie-mobile-peak-piano-quarto-4g-rev011-ENG-copia.webp');
  }

  .scheda._1v {
    background-image: url('../images/1V_mobile_ita_03-02-2023.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._1v.eng_mobile {
    background-image: url('../images/1V_mobile_en_03-02-2023.webp');
  }

  .scheda._1g {
    background-image: url('../images/roccia-nera_book-planimetrie-mobile-peak-piano-terra-1g-rev012-copia.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._1g.eng_mobile {
    background-image: url('../images/roccia-nera_book-planimetrie-mobile-peak-piano-primo-1g-rev011-ENG-copia.webp');
  }

  .scheda._0g {
    background-image: url('../images/0G_mobile_ita_03-02-2023.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._0g.eng_mobile {
    background-image: url('../images/0G_mobile_en_03-02-2023.webp');
  }

  .scheda._0v {
    background-image: url('../images/0V_mobile_ita_03-02-2023.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._0v.eng_mobile {
    background-image: url('../images/0V_mobile_en_03-02-2023.webp');
  }

  .scheda._1 {
    background-image: url('../images/RN_The-Peak_piano-interrato_mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda._1.eng_mobile {
    background-image: url('../images/RN_the-peak_basement_en.webp');
  }

  .scheda.forest-0 {
    background-image: url('../images/Chalet-Forest_piano-terra_mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda.forest-0.eng_mobile {
    background-image: url('../images/Forest-chalet_ground-floor_mobile_en.webp');
  }

  .scheda.forest-1 {
    background-image: url('../images/Chalet-Forest_piano-primo_mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .scheda.forest-1.eng_mobile {
    background-image: url('../images/Forest-chalet_first-floor_mobile_en.webp');
  }

  .slide-nav-6 {
    display: none;
  }

  .the-peak {
    height: 60vw;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .the-peak.piano-4 {
    background-image: url('../images/Roccia-Nera_Book-planimetrie_THEPEAK-P4-copia.webp');
    background-size: contain;
  }

  .the-peak.piano-3 {
    background-image: url('../images/Piano-3_new.webp');
  }

  .the-peak.piano-2 {
    background-image: url('../images/Piano-2_new.webp');
  }

  .the-peak.piano-1 {
    background-image: url('../images/Piano-1_new.webp');
  }

  .the-peak.piano-0 {
    background-image: url('../images/Piano-0_03-02-2023.webp');
  }

  .the-peak.piano--1 {
    background-image: url('../images/Roccia-Nera_Book-planimetrie_THEPEAK-PI-copia.webp');
  }

  .slide-nav-7,
  .slide-nav-8,
  .slide-nav-9,
  .slide-nav-10,
  .slide-nav-11 {
    display: none;
  }

  .form_field {
    line-height: 20px;
  }

  .close-form {
    top: 60px;
    right: 40px;
  }

  .nowrap-2 {
    white-space: nowrap;
  }

  .form {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .icon-3,
  .icon-4 {
    position: fixed;
  }

  .mask-3 {
    width: 100%;
    height: 100%;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
    background-color: var(--dark-slate-grey);
    font-size: 20px;
    position: fixed;
    right: 6%;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
    background-color: var(--dark-slate-grey);
    font-size: 20px;
    position: fixed;
    left: 4%;
  }

  .icon-5,
  .icon-6 {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .tech_wrap {
    padding: 20px;
  }

  .gdpr h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .gdpr h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .map-section {
    padding: 40px;
  }

  .map-section.hero-map.contatti {
    flex: none;
    padding-top: 180px;
  }

  .navbar,
  .navbar.static {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-2 {
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_link-2 {
    border-right-style: none;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .footer-sep {
    display: none;
  }

  .form-wrap {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .contact-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-col {
    align-items: center;
  }

  .heading {
    font-size: 32px;
    line-height: 38px;
  }

  .contact {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-8 {
    align-self: center;
  }

  .text-block-9 {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .contact-wrap {
    border-left-style: none;
    margin-top: 0;
  }

  .hero {
    height: 90vh;
  }

  .hero.progetto {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Roccianera_Champoluc_VP-Exterior-05_rev04-copia.webp');
    background-position: 0 0, 70%;
  }

  .hero.lifestyle {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/RocciaNera_VPInterior_06_rev00-copia.webp');
    background-position: 0 0, 85%;
  }

  .slider {
    min-height: 600px;
  }

  .section-white {
    padding: 40px;
  }

  .section-white.reverse,
  .section-white.grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white.int {
    padding-left: 40px;
  }

  .section-wood,
  .section-stone {
    height: 280px;
  }

  .textwrap {
    padding: 40px;
  }

  .textwrap.reverse {
    margin-top: 0;
  }

  .textwrap.reverse.light {
    padding: 40px;
  }

  .text-col-2.text-col-hero {
    position: relative;
    bottom: 0%;
    left: 0;
  }

  .text-col-2.reverse.lifestyle {
    width: 50vw;
  }

  .text-col-2.centred {
    max-width: 400px;
  }

  .text-col-2.lifestyle {
    width: 50vw;
  }

  .title {
    font-size: 32px;
    line-height: 38px;
  }

  .title.hero-title,
  .basic-p-2.hero-txt {
    max-width: 400px;
  }

  .basic-p-2.reverse,
  .basic-p-2.reverse._300 {
    width: 400px;
  }

  .basic-p-2.width {
    width: auto;
    max-width: none;
  }

  .grid-wrap {
    min-height: 66vw;
  }

  .logo {
    width: 120px;
  }

  .logo.breakpoint {
    display: none;
    top: 40px;
    left: 40px;
  }

  .language-wrap {
    right: 130px;
  }

  .right-arrow-3 {
    margin-bottom: 40px;
    bottom: 0%;
  }

  .right-arrow-3.left {
    margin-bottom: 40px;
    bottom: 0%;
    right: 0%;
  }

  .right-arrow-3.left.gallery {
    bottom: 5%;
  }

  .logo-2 {
    width: 200px;
    height: 90px;
  }

  .page_background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page_wrap {
    padding: 20px;
  }

  .wrap-hero {
    bottom: 40px;
    left: 40px;
  }

  .pages {
    display: none;
  }

  .pages_wrap {
    flex-wrap: nowrap;
    flex: none;
  }

  .nome-sezione {
    font-size: 11px;
    top: 60px;
  }

  .nome-sezione.doppio {
    height: 32px;
    padding-top: 1px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 15px;
    top: 60px;
  }

  .nome-sezione.light {
    font-size: 11px;
  }

  .section-teal {
    padding: 40px 40px 40px 60px;
  }

  .section-teal.white {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .grid-images.apt {
    min-height: 350px;
    min-height: 350px;
  }

  .grid-images.apt.progetto {
    margin-bottom: 40px;
  }

  .link-logo,
  .link-logo-sticky {
    left: 40px;
  }

  .icone-servizi {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .icon-servizi.park,
  .icon-servizi.gym {
    height: 70px;
    max-width: 60px;
  }

  .icon-servizi.ski {
    height: 70px;
    max-width: 80px;
  }

  .icon-servizi.sci {
    height: 70px;
    max-width: 60px;
  }

  .servizi-txt.max-width {
    max-width: none;
  }

  .servizi-icon-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .masterplan-wrap.mobile {
    height: 80vw;
  }

  .cta-masterplan.forest {
    display: flex;
  }

  .cta-masterplan._4g {
    left: 31%;
  }

  .cta-masterplan.tablet-forest {
    top: 63%;
  }

  .cta-masterplan._1 {
    left: 43%;
  }

  .wrap-asson {
    flex-direction: column;
    align-items: center;
  }

  .assonometrie-wrap {
    width: 75vw;
    height: 50vw;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .piano-appartamenti.quarto {
    width: 75vw;
    height: 70vw;
    display: none;
  }

  .wrap-piani {
    display: none;
  }

  .venduto {
    width: 90px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    right: 35%;
  }

  .cta-masterplan._4g {
    width: 90px;
  }

  .venduto.chalet {
    margin-top: 0;
    position: absolute;
  }

  .venduto.tablet.crest {
    top: 32%;
    right: 5%;
  }

  .venduto.tablet.valley {
    top: 81%;
    right: 5%;
  }

  .venduto.tablet.forest {
    top: 84%;
  }

  .venduto._4g.mobile {
    right: 60%;
  }

  .venduto.p4 {
    right: 19%;
  }

  .venduto._3.mobile {
    right: 60%;
  }

  .txt_venduto {
    font-size: 14px;
  }

  .img_masterplan {
    height: 87%;
  }

  .slide01 {
    margin-right: 10px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 38px;
  }

  .tabs {
    width: 90vw;
  }

  .tabs-content {
    width: 90vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-pane-tab-1 {
    width: 90vw;
  }

  .tab_chalet-forest {
    width: 180px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin: 10px;
    display: flex;
  }

  .tab_chalet-forest.w--current,
  .tab_chalet-crest,
  .tab_chalet-valley {
    width: 180px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }

  .tab_the-peak {
    margin-bottom: 10px;
  }

  .tab_the-peak.w--current {
    width: 137px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox_component {
    display: none;
  }

  .tab_pane {
    width: 90vw;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 38px;
  }

  .close-form {
    width: 40px;
    height: 40px;
    background-size: 30px;
    top: 20px;
    right: auto;
  }

  .stylesheet {
    display: none;
  }

  .mask-4,
  .mask-5,
  .mask-6,
  .mask-7,
  .mask-8,
  .mask-9 {
    width: 100%;
    height: 100%;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
    background-color: var(--dark-slate-grey);
    font-size: 20px;
    position: fixed;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
    background-color: var(--dark-slate-grey);
    font-size: 20px;
  }

  .footer_txt {
    text-align: center;
  }

  .banner_text-link-3 {
    margin-right: 8px;
  }

  .banner_btn-3 {
    flex: 1;
  }

  .banner_btn-3.banner {
    flex: 0 auto;
  }

  .banner_text-3 {
    margin-right: 0;
  }

  .banner_title_wrap {
    align-items: center;
  }

  .banner_title-2 {
    font-size: 20px;
  }

  .banner_wrap {
    flex-direction: column;
    align-items: center;
  }

  .cookie_tab_wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .cookie_tab {
    min-width: 750px;
  }
}

@media screen and (max-width: 479px) {
  .tech_wrap {
    padding: 20px 15px;
  }

  .page_contatto {
    font-size: 18px;
  }

  .gdpr {
    font-size: .9em;
  }

  .map-section {
    justify-content: flex-start;
    padding: 40px 20px;
  }

  .map-section.hero-map.contatti {
    min-height: 90vh;
    padding-top: 100px;
  }

  .navbar,
  .navbar.static {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .banner_btn {
    margin-bottom: 8px;
  }

  .prefs_buttons-wrapper.pref {
    flex-wrap: wrap;
  }

  .prefs_component {
    padding: 24px;
    display: none;
  }

  .footer-2 {
    flex-direction: column;
    padding: 40px 20px;
  }

  .partners {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .partner-txt {
    text-align: center;
  }

  .logo-partner {
    margin-bottom: 10px;
  }

  .footer-sep {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
    transform: rotate(90deg);
  }

  .form-wrap {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .contact-block {
    width: 100%;
    grid-row-gap: 0px;
    flex: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .text-col {
    align-items: center;
  }

  .cta {
    font-size: 15px;
  }

  .heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .text-block {
    margin-bottom: 0;
  }

  .contact-wrap {
    border-left-style: none;
    flex-direction: column;
    margin-top: 20px;
  }

  .hero {
    height: 90vh;
    min-height: 600px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero.progetto {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Roccianera_Champoluc_VP-Exterior-05_rev04-copia.webp');
    background-position: 0 0, 65%;
    justify-content: flex-end;
    align-items: center;
  }

  .hero.chalet {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Roccianera_Champoluc_VP-Exterior-03_rev04-copia.webp');
    background-position: 0 0, 75%;
  }

  .hero.lifestyle {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/RocciaNera_VPInterior_06_rev00-copia.webp');
    background-position: 0 0, 75%;
  }

  .hero.contatti {
    min-height: 90vh;
  }

  .hero.gallery {
    height: 115vw;
    max-height: none;
    min-height: auto;
  }

  .slide._02 {
    background-position: 0 0, 40%;
    background-size: auto, contain;
  }

  .slide._03 {
    background-position: 0 0, 30%;
  }

  .slide._04 {
    background-position: 0 0, 42%;
    background-size: auto, contain;
  }

  .slide._05 {
    background-position: 0 0, 45%;
    background-size: auto, contain;
  }

  .slide._06 {
    background-position: 0 0, 60%;
    background-size: auto, contain;
  }

  .slider.gallery {
    height: 100%;
    max-height: none;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex: none;
  }

  .section-white {
    padding: 40px 20px;
  }

  .section-white.reverse {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .section-white.reverse.dark {
    padding-left: 20px;
  }

  .section-white.grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white.int {
    padding-left: 20px;
  }

  .section-wood {
    height: 250px;
  }

  .heading-2 {
    width: 200px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-stone {
    height: 250px;
  }

  .image {
    margin-left: 0;
    margin-right: 0;
  }

  .image.reverse {
    margin-bottom: 0;
  }

  .textwrap {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .textwrap.reverse {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .textwrap.reverse.light {
    padding: 40px 20px;
  }

  .textwrap.light {
    padding: 20px;
  }

  .text-col-2.text-col-hero {
    height: 100%;
    align-items: center;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .text-col-2.reverse.lifestyle,
  .text-col-2.lifestyle {
    width: auto;
  }

  .title {
    font-size: 22px;
    line-height: 30px;
  }

  .title.hero-title {
    width: 300px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .title.reverse {
    font-size: 22px;
    line-height: 30px;
  }

  .cta-txt {
    line-height: 18px;
  }

  .basic-p-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .basic-p-2.hero-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .basic-p-2.reverse {
    width: auto;
  }

  .basic-p-2.reverse._300 {
    width: 250px;
  }

  .grid-wrap {
    min-height: 100vw;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    width: 110px;
  }

  .logo.breakpoint {
    width: 160px;
    margin: auto;
    top: 20px;
    left: 20px;
  }

  .link-wrap {
    display: none;
  }

  .language-wrap {
    z-index: 3;
    right: 110px;
  }

  .right-arrow-3 {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    top: auto;
    bottom: 60px;
    left: auto;
    right: 20px;
  }

  .right-arrow-3.left {
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: 60px;
    left: 20px;
    right: auto;
  }

  .right-arrow-3.gallery {
    width: 35px;
    height: 35px;
    font-size: 25px;
  }

  .cta-2 {
    font-size: 15px;
  }

  .prefs_open-txt-2 {
    width: 72px;
    align-items: center;
    top: 11px;
    right: 53px;
  }

  .banner_btn-2 {
    margin-bottom: 8px;
  }

  .page_background {
    padding: 65px 5px 122px;
  }

  .page_wrap {
    padding: 20px 15px;
  }

  .wrap-hero {
    justify-content: flex-end;
    align-items: center;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .hamburger {
    overflow: hidden;
  }

  .pages {
    display: none;
  }

  .pages_wrap {
    flex-direction: column;
  }

  .nav_txt {
    width: 143.016px;
  }

  .linea-sezione {
    display: none;
  }

  .nome-sezione {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .path {
    display: none;
  }

  .section-teal.white {
    min-height: 80vh;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-images.apt {
    height: auto;
    min-height: auto;
    grid-row-gap: 8px;
    background-image: linear-gradient(to bottom, var(--linen), white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-images.apt.the-peak {
    grid-column-gap: 0%;
    grid-row-gap: 0px;
  }

  .grid-images.apt {
    height: auto;
    min-height: auto;
    grid-row-gap: 8px;
    background-image: linear-gradient(#e9e2dc, #fff);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-apt-or {
    width: 100%;
    height: 200px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-apt-vert._01 {
    width: 100%;
    height: 200px;
    background-position: 50% 60%;
  }

  .grid-apt-vert._02 {
    width: 100%;
    height: 200px;
    background-position: 50% 80%;
  }

  .grid-apt-vert.chalet-01 {
    width: 100%;
    height: 200px;
  }

  .grid-apt-vert.chalet-03 {
    width: 100%;
    height: 200px;
    display: none;
  }

  .link-logo,
  .link-logo-sticky {
    left: 20px;
  }

  .icone-servizi {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .servizi-txt.max-width {
    max-width: 100px;
  }

  .masterplan-section {
    padding-bottom: 60px;
  }

  .masterplan-section.mobile {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-centred {
    margin-bottom: 0;
  }

  .masterplan-wrap.mobile {
    width: 100vw;
    height: 70vw;
  }

  .cta-masterplan._0g {
    top: 43%;
    left: 33%;
  }

  .cbn-masterplan._0g {
    top: 43%;
    left: 33%;
  }

  .cta-masterplan._0v {
    top: 43%;
    right: 13%;
  }

  .cta-masterplan._2v {
    right: 20%;
  }

  .cta-masterplan._3f {
    width: 60px;
    height: 25px;
    top: 67%;
    right: 33%;
  }

  .cta-masterplan._3g {
    width: 60px;
    height: 25px;
    top: 37%;
    left: 33%;
  }

  .cta-masterplan._3v {
    width: 60px;
    height: 25px;
    top: 37%;
    right: 17%;
  }

  .cta-masterplan.tablet-forest {
    top: 69%;
    left: 29%;
  }

  .cta-masterplan._1 {
    top: 35%;
    left: 42%;
  }

  .icon-2 {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 40px;
    font-size: 25px;
  }

  .icon-2.right {
    margin-left: 40px;
    margin-right: 10px;
  }

  .venduto {
    height: 30px;
    top: 71%;
    right: 32%;
  }

  .venduto.chalet {
    margin-top: 0;
  }

  .venduto.tablet.crest {
    top: 27%;
  }

  .venduto.tablet.valley {
    top: 85%;
  }

  .venduto.tablet.forest {
    top: 89%;
    right: 56%;
  }

  .venduto._4g.mobile {
    right: 56%;
  }

  .venduto._0f {
    height: 38px;
    right: 29%;
  }

  .venduto.p4 {
    height: 38px;
    right: 16%;
  }

  .venduto._3.mobile {
    height: 38px;
    display: flex;
    right: 54%;
  }

  .btn-wrap_mobile {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .txt-edificio_wrap {
    text-align: center;
    font-size: 14px;
  }

  .slider-3 {
    width: auto;
    height: auto;
  }

  .img_masterplan {
    margin-top: 10px;
  }

  .slide01 {
    height: auto;
  }

  .basic-p-3 {
    width: auto;
    font-size: 13px;
    line-height: 18px;
  }

  .heading-7 {
    width: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .chalet-forest,
  .chalet-crest,
  .chalet-valley {
    height: 60vw;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .piu {
    width: 20px;
    height: 20px;
    flex: none;
  }

  .tab_the-peak.w--current {
    margin-right: 5px;
  }

  .tab_the-peak.piano-3,
  .tab_the-peak.piano-2,
  .tab_the-peak.piano-1,
  .tab_the-peak.piano-terra {
    width: 137px;
  }

  .tab_the-peak.piano-interrato {
    width: 137px;
    margin-right: 5px;
  }

  .tab_the-peak.piano-4 {
    width: 137px;
    margin-left: 5px;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 32px;
  }

  .basic-p {
    font-size: 13px;
    line-height: 18px;
  }

  .banner-prefs-2 {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner_text-3 {
    margin-right: 0;
  }

  .banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-right: 20px;
  }

  .banner_component {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_close-3 {
    align-self: flex-end;
    margin-right: 0;
  }

  .banner_wrap {
    padding: 10px 20px 20px;
  }

  .banner_buttons-wrapper-3 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }
}

#w-node-_7acdf626-54a1-52d2-021f-301fcb739194-1907d7b3,
#w-node-b7744939-3242-d57d-f11d-db2cd3d27bea-1907d7b3,
#w-node-c51173ff-913a-7586-cdbf-dd159d873961-1907d7b3,
#w-node-e58600ae-f205-eeeb-487a-6a7042eb8979-1907d7b3,
#w-node-_6128eab5-8de9-c014-3638-9f1cc49586b7-1907d7b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ddfcdfe-5ce2-cd49-01de-4660bf6c9448-1907d7b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a8c392e-648d-f18d-92f9-22cd9f70c52f-1907d7b3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a5e3b186-0c03-8bf0-7386-b79153533b49-1907d7b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c67d-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c67f-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c681-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c683-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c685-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c687-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c689-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c68b-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c695-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c697-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c69a-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c69c-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c69e-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6a0-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6a3-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6a5-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6af-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6b1-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6b4-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6b6-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6ca-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6cc-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6ce-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6d0-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6de-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6e0-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6e3-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6e5-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6e7-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6e9-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6ec-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6ee-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6f0-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6f2-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6f5-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6f7-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6f9-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6fb-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c6fe-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c700-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c702-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c704-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c707-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c709-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c713-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c715-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c718-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c71a-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c71c-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c71e-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c721-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c723-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c725-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c727-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c72a-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c72c-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c72e-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c730-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c733-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c735-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c737-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c739-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c73c-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c73e-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c75b-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c75d-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c75f-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c761-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c76b-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c76d-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c770-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c772-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c774-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c776-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c779-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c77b-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c77d-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c77f-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c782-1907d7c4,
#w-node-_16c38303-5e5a-07aa-f2f9-4c25aaf7c784-1907d7c4,
#w-node-_7acdf626-54a1-52d2-021f-301fcb739194-1907d7cd,
#w-node-b7744939-3242-d57d-f11d-db2cd3d27bea-1907d7cd,
#w-node-c51173ff-913a-7586-cdbf-dd159d873961-1907d7cd,
#w-node-e58600ae-f205-eeeb-487a-6a7042eb8979-1907d7cd,
#w-node-_6128eab5-8de9-c014-3638-9f1cc49586b7-1907d7cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ddfcdfe-5ce2-cd49-01de-4660bf6c9448-1907d7cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a8c392e-648d-f18d-92f9-22cd9f70c52f-1907d7cd {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a5e3b186-0c03-8bf0-7386-b79153533b49-1907d7cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d51f8-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d51fa-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d51fc-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d51fe-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5200-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5202-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5204-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5206-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5211-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5213-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5216-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5218-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d521a-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d521c-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d521f-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5221-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d522b-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d522d-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5230-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5232-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5245-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5247-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5249-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d524b-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5259-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d525b-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d525e-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5260-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5262-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5264-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5267-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5269-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d526b-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d526d-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5270-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5272-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5274-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5276-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5279-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d527b-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d527d-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d527f-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5282-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5284-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d528e-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5290-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5293-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5295-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5297-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d5299-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d529c-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d529e-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52a0-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52a2-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52a5-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52a7-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52a9-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52ab-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52ae-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52b0-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52b2-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52b4-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52b7-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52b9-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52d6-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52d8-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52da-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52dc-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52e6-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52e8-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52eb-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52ed-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52ef-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52f1-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52f4-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52f6-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52f8-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52fa-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52fd-1907d7ce,
#w-node-ec19735b-145b-d5bd-dfcc-8379cf5d52ff-1907d7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9776225f-444e-ea23-05a8-84f976e9d6ff-76e9d6f6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9776225f-444e-ea23-05a8-84f976e9d702-76e9d6f6,
  #w-node-_9776225f-444e-ea23-05a8-84f976e9d705-76e9d6f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9776225f-444e-ea23-05a8-84f976e9d70b-76e9d6f6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9776225f-444e-ea23-05a8-84f976e9d70e-76e9d6f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_03f16e9d-5160-4d70-b00e-c4deb2506cb8-b2506caf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_03f16e9d-5160-4d70-b00e-c4deb2506cbb-b2506caf,
  #w-node-_03f16e9d-5160-4d70-b00e-c4deb2506cbe-b2506caf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_03f16e9d-5160-4d70-b00e-c4deb2506cc4-b2506caf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_03f16e9d-5160-4d70-b00e-c4deb2506cc7-b2506caf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad41b78e-e1e7-6cec-cfb6-0f2a76d87ccc-1907d7c2,
  #w-node-ad41b78e-e1e7-6cec-cfb6-0f2a76d87ccc-1907d7c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_9776225f-444e-ea23-05a8-84f976e9d6fc-76e9d6f6,
  #w-node-_03f16e9d-5160-4d70-b00e-c4deb2506cb5-b2506caf {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }
}