:root {
  --quartz-sand: #f9f4ee;
  --black-70: #464646;
  --white: white;
  --olive-green: #3f3a1c;
  --black: #000;
  --obsidian: #262311;
  --helychrisum: #ffdf80;
  --sunset-shade: #d9a774;
  --mediterranean-soil: #b56727;
}

body {
  background-color: var(--quartz-sand);
  color: var(--black-70);
  font-family: span-condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

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

.navigator {
  z-index: 100;
  border-left: 8px solid var(--white);
  background-color: var(--olive-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.logo-navigator {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 300px;
  display: flex;
}

.notap {
  z-index: 110;
  background-color: #0000003b;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-btn {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.nav-btn.web {
  z-index: 1;
  cursor: pointer;
  background-image: url('../images/web-analytics.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70% 80%;
  border-width: 2px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: none;
  position: fixed;
  bottom: 5px;
}

.nav-btn.web.w--current {
  border-width: 3px;
}

.blackscreen {
  z-index: 106;
  background-color: var(--obsidian);
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-form-authentication {
  z-index: 100;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-form-authentication_chiudi {
  z-index: 100;
  background-color: var(--olive-green);
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: block;
  position: fixed;
  inset: 3% 2% auto auto;
}

.form-wrapper {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 35px 27px;
  display: flex;
}

.text {
  background-color: var(--olive-green);
}

.text.invio {
  display: none;
}

.form {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.symbol {
  display: none;
}

.login-alert_wrapper {
  z-index: 300;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.alert-message-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 400px;
  display: flex;
}

.alert-button_wrapper {
  margin-top: 26px;
  display: flex;
}

.alert-button {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.alert-button.continua {
  background-color: #1d8b02;
}

.alert-button.loggedout {
  background-color: #702021;
}

.too-small {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-overlay {
  z-index: 1000000;
  background-color: #000000e0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.btnfullscreen {
  border: 1px solid var(--white);
  cursor: pointer;
  background-color: #00000038;
  padding: 15px 25px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.btnfullscreen:hover {
  color: var(--obsidian);
  background-color: #ffffff63;
}

.link_box {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 30px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page_wrap {
  z-index: 2;
  background-color: var(--quartz-sand);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 6vw;
  display: flex;
  position: relative;
}

.prog_description {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 1.1;
  display: none;
}

.label {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0;
}

.cover_img {
  object-fit: cover;
  background-color: #eee;
  flex: 1;
  width: 100%;
  height: 100%;
}

.par {
  text-align: center;
  margin-bottom: 0;
  font-family: azo-sans-web, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.prog_name {
  margin-top: auto;
  font-size: 34px;
  line-height: 1.1;
  display: none;
}

.logo {
  z-index: 10;
  flex: none;
  width: 150px;
  height: 60px;
  margin-bottom: 30px;
  position: relative;
}

.logo.w--current {
  display: block;
}

.btns_wrap {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: absolute;
  top: 0;
}

.tap {
  z-index: 100;
  width: 50px;
  height: 50px;
}

.tap.home-tap {
  z-index: 100000;
  background-image: url('../images/no_tap_icona.svg');
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: relative;
}

.login {
  background-image: url('../images/login.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: none;
}

.logout {
  background-color: #b2e7dd;
  background-image: url('../images/logout.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: none;
}

.mask {
  width: 27vw;
  min-width: 300px;
  max-width: 45vh;
  height: 27vw;
  min-height: 300px;
  max-height: 45vh;
  overflow: visible;
}

.hidden {
  display: none;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--helychrisum);
  padding: 10px 30px 12px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button:hover {
  background-color: var(--sunset-shade);
  color: #faf3f1;
}

.slide-area {
  perspective-origin: 50% 0;
  width: 100%;
  height: 100%;
  margin-right: 1vw;
  position: relative;
}

.slider-aree {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 4vw;
  margin-bottom: 4vw;
  display: flex;
  overflow: hidden;
}

.slideanimata {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

.slideanimata.coming-soon {
  cursor: default;
}

.img_mask {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow {
  width: 50%;
  top: 0;
  bottom: 0;
  left: -200px;
}

.arrow.right {
  left: auto;
  right: -200px;
}

.guideline {
  z-index: 70;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #a39bff1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 140px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.guideline_wrapper {
  color: #fff;
  background-color: #a39bff;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  line-height: 1.6;
  display: flex;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-tile {
  width: 220px;
}

.logo-tile.is-coralina {
  width: 300px;
}

.img_mask-hover {
  background-color: #3f3a1c80;
  position: absolute;
  inset: 0%;
}

.img_mask-hover.comig-soon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #3f3a1cb3;
}

.par_wrap {
  z-index: 10;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  max-width: 600px;
  margin-left: 8vw;
  margin-right: 8vw;
  display: flex;
  position: relative;
}

.section_map {
  width: 100%;
  height: 63vw;
  display: flex;
  position: relative;
}

.img-map {
  background-image: url('../images/ràiga_portobello-collection_map_clean.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  position: absolute;
  inset: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background {
  height: 50vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-hover {
  z-index: 1;
  background-image: linear-gradient(#0000, #f9f4eecc 49%);
  position: absolute;
  inset: 0%;
}

.arrow_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #f9f4ee80;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--quartz-sand);
  font-family: retail-variable, sans-serif;
  font-weight: 200;
}

.icon-arrow {
  color: var(--quartz-sand);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-arrow.black {
  color: var(--obsidian);
}

.btn-back_div {
  z-index: 10;
  position: absolute;
  inset: 30px auto auto 30px;
}

.button-2 {
  color: #262311;
  cursor: pointer;
  background-color: #ffdf80;
  padding: 10px 30px 12px;
  text-decoration: none;
}

.btn-txt {
  color: var(--obsidian);
  letter-spacing: .5px;
  font-family: retail-variable, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.scroll-map_component {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll {
  background-color: var(--quartz-sand);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.img-map_gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--quartz-sand), #fff0 30%);
  position: absolute;
  inset: 0%;
}

.map_container {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 98vw;
  display: flex;
  position: relative;
  top: -35vw;
  overflow: hidden;
}

.ancor {
  position: absolute;
  inset: 40vw auto auto 0%;
}

.lottie-animation {
  filter: invert();
  width: 100%;
  height: 40px;
  transform: rotate(90deg);
}

.footer_component {
  background-color: #262311;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 20px 8vw;
  display: flex;
  position: sticky;
  bottom: 0;
}

.footer_warpper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 80%;
  display: flex;
}

.footer-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.footer_link {
  color: #f9f4ee;
  cursor: pointer;
  font-family: azo-sans-web, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.disclaimer {
  opacity: .5;
  color: #f9f4ee;
  font-family: azo-sans-web, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.back-on-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f9f4ee;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  font-family: span-condensed, sans-serif;
  font-size: 16px;
}

.top-icon {
  color: #d9a774;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.ancor-top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.pointer__wrap {
  z-index: 10;
  background-color: var(--quartz-sand);
  cursor: default;
  border-radius: 100%;
  justify-content: center;
  width: 2px;
  height: 30px;
  padding-top: 3px;
  display: flex;
  position: absolute;
  bottom: 51.6vw;
  left: 80.3vw;
}

.pointer__wrap._02 {
  bottom: 49.6vw;
  left: 90.4vw;
}

.pointer__wrap._03 {
  bottom: 45.5vw;
  left: 81.3vw;
}

.pointer__wrap._04 {
  bottom: 22.9vw;
  left: 67.4vw;
}

.pointer__wrap._05 {
  cursor: pointer;
  bottom: 7vw;
  left: 56.6vw;
}

.pointer__wrap._06 {
  bottom: 15.6vw;
  left: 25.1vw;
}

.pointer__wrap._07 {
  bottom: 11.4vw;
  left: 20.8vw;
}

.pointer__wrap._08 {
  cursor: pointer;
  bottom: 43.7vw;
  left: 78.7vw;
}

.pointer__wrap-2 {
  cursor: pointer;
  background-color: #f5f1e7;
  justify-content: center;
  width: 1px;
  height: 30px;
  padding-top: 3px;
  display: flex;
  position: absolute;
  bottom: 26.2vw;
  left: 70.1vw;
}

.pointer_outline {
  border: 2px solid var(--quartz-sand);
  border-radius: 50px;
  padding: 5px;
  position: absolute;
  bottom: 30px;
}

.pointer {
  z-index: 5;
  background-color: var(--olive-green);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pointer.is-active {
  background-color: var(--mediterranean-soil);
}

.pointer.is-under-construction {
  background-color: var(--helychrisum);
}

.pointer_txt {
  color: var(--quartz-sand);
  text-align: center;
  letter-spacing: 8px;
  white-space: nowrap;
  padding: 10px 15px 12px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 12px;
  display: none;
  position: static;
}

.pointer_txt.is-dark {
  color: var(--obsidian);
}

.div-block {
  z-index: 10;
  width: 10vw;
  position: absolute;
  bottom: 32.4vw;
  left: 0;
}

.legenda_wrap {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 12vw;
  left: 8vw;
}

.legenda-pin {
  background-color: var(--olive-green);
  outline-color: var(--quartz-sand);
  outline-offset: 3px;
  border-radius: 100%;
  outline-width: 2px;
  outline-style: solid;
  width: 10px;
  height: 10px;
}

.legenda-pin.is-active {
  background-color: var(--mediterranean-soil);
}

.legenda-pin.is-under-construction {
  background-color: var(--helychrisum);
}

.legenda-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-btn {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .too-small {
    display: flex;
  }

  .heading {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 1.5em;
  }

  .page_wrap {
    padding-top: 80px;
  }

  .par {
    max-width: 550px;
  }

  .logo-tile {
    width: 180px;
  }

  .logo-tile.is-coralina {
    width: 260px;
  }

  .par_wrap {
    max-width: 550px;
  }

  .footer_warpper {
    max-width: 90%;
  }

  .footer-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pointer__wrap {
    background-color: #f9f4ee00;
    height: 0;
    bottom: 50.4vw;
    left: 80.5vw;
  }

  .pointer__wrap._02 {
    bottom: 49vw;
    left: 91.1vw;
  }

  .pointer__wrap._03 {
    bottom: 44.8vw;
  }

  .pointer__wrap._04 {
    bottom: 23vw;
    left: 67.8vw;
  }

  .pointer__wrap._05 {
    bottom: 5.5vw;
    left: 57.3vw;
  }

  .pointer__wrap._06 {
    bottom: 13.8vw;
    left: 25.8vw;
  }

  .pointer__wrap._07 {
    left: 21.6vw;
  }

  .pointer__wrap._08 {
    bottom: 42.8vw;
    left: 78.8vw;
  }

  .pointer__wrap-2 {
    display: none;
  }

  .pointer_outline {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 20px;
  }

  .page_wrap {
    padding-top: 80px;
  }

  .par {
    max-width: 500px;
  }

  .logo {
    width: 130px;
    height: 50px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-tile {
    width: 160px;
  }

  .logo-tile.is-coralina {
    width: 240px;
  }

  .par_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 500px;
  }

  .btn-txt {
    display: none;
  }

  .heading-2 {
    font-size: 20px;
  }

  .footer_component {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .footer_warpper {
    max-width: 60%;
  }

  .footer-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .back-on-top {
    flex: none;
  }

  .pointer_txt {
    letter-spacing: 6px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .legenda_wrap {
    top: 8vw;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 15px;
  }

  .page_wrap {
    padding-top: 60px;
  }

  .mask {
    min-width: 250px;
    min-height: 250px;
  }

  .button {
    white-space: normal;
    line-height: 1.3;
  }

  .slide_mcd {
    height: 100%;
    min-height: 100%;
  }

  .slider-aree {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-tile {
    width: 140px;
  }

  .logo-tile.is-coralina {
    width: 220px;
  }

  .section_map {
    height: 80vw;
  }

  .img-map {
    background-position: 50% 30%;
    background-size: 120%;
  }

  .background-hover {
    background-image: linear-gradient(0deg, #0000 50%, #f9f4eecc);
  }

  .btn-back_div {
    top: 20px;
    left: 20px;
  }

  .map_container {
    height: 100vw;
    top: -20vw;
  }

  .footer_component {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
  }

  .footer_warpper {
    max-width: 100%;
  }

  .disclaimer {
    margin-top: 10px;
  }

  .back-on-top {
    margin-bottom: 40px;
  }

  .pointer__wrap {
    background-color: #f9f4ee00;
    height: 0;
    bottom: 66.8vw;
    left: 80.1vw;
  }

  .pointer__wrap._02 {
    bottom: 66vw;
    left: 88.8vw;
  }

  .pointer__wrap._03 {
    bottom: 60.4vw;
    left: 80.2vw;
  }

  .pointer__wrap._04 {
    bottom: 38.6vw;
    left: 68.5vw;
  }

  .pointer__wrap._05 {
    bottom: 19.9vw;
  }

  .pointer__wrap._06 {
    bottom: 29.9vw;
    left: 24.8vw;
  }

  .pointer__wrap._07 {
    bottom: 25.4vw;
    left: 19.9vw;
  }

  .pointer__wrap._08 {
    bottom: 55.8vw;
    left: 76.6vw;
  }

  .pointer_outline {
    background-color: #f9f4ee80;
    bottom: 0;
  }

  .pointer_txt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .legenda_wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    top: 4vw;
  }
}


