@font-face {
  font-family: Breeserif;
  src: url('../fonts/BreeSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --azzurro: #009fe3;
  --background-dark: #040d1b;
  --blu-scuro-2: #191045;
  --testo-scuro: #06142a;
  --blu-scuro: #1a2c48;
  --background-light: #f6fbff;
  --testo-bianco: white;
  --testo-scuro-2: #131927;
  --border-light: #d9d9d9;
  --celeste-fluo: #9af0ff;
  --testo-grey: #666564;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.land-divider {
  background-color: #d9d9d9;
  border-radius: 100px;
  align-self: baseline;
  width: 1px;
  height: 21px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-content {
  padding-top: 40px;
}

.lang-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.t0 {
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.type-column-1 {
  padding-right: 20px;
}

.s1 {
  font-size: 1.1rem;
  line-height: 1.1;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.caption {
  color: #8e8e8e;
  font-size: .7rem;
  line-height: 1.4;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-border-color-grey {
  background-color: #d9d9d9;
}

.color-block.cc-brand-color-2 {
  background-color: var(--azzurro);
}

.color-block.cc-sfondo-color-dark {
  background-color: var(--background-dark);
}

.color-block.cc-brand-color-3 {
  background-color: var(--blu-scuro-2);
}

.color-block.cc-titolo-color-dark {
  background-color: var(--testo-scuro);
}

.color-block.cc-brand-color-1 {
  background-color: var(--blu-scuro);
}

.color-block.cc-sfondo-color-light {
  background-color: var(--background-light);
}

.color-block.cc-titolo-color-light {
  background-color: var(--testo-bianco);
}

.color-block.cc-testo-color-dark {
  background-color: var(--testo-scuro-2);
}

.color-block.cc-border-color-light {
  background-color: var(--border-light);
}

.color-block.cc-brand-color-4 {
  background-color: var(--celeste-fluo);
}

.color-block.cc-testo-color-light {
  background-color: var(--testo-grey);
}

.color-block.cc-border-color-dark {
  background-color: var(--blu-scuro-2);
}

.lang-link {
  color: #333;
  text-decoration: none;
}

.tagline {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4;
}

.navbar {
  background-color: var(--blu-scuro);
  padding-left: 60px;
  padding-right: 60px;
  position: sticky;
  top: 0;
}

.button {
  background-color: #3898ec;
  background-image: linear-gradient(145deg, var(--celeste-fluo), #63adf3);
  outline-color: var(--testo-bianco);
  outline-offset: 0px;
  color: var(--testo-scuro);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 12px;
  outline-width: 2px;
  outline-style: solid;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button.whatsapp-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  outline-color: var(--testo-bianco);
  outline-offset: 0px;
  color: var(--testo-bianco);
  text-transform: none;
  background-color: #468f63;
  background-image: linear-gradient(340deg, #468f63, #36bb6b 84%);
  outline-width: 2px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  padding-right: 32px;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
}

.button.whatsapp-btn.fixed-mobile {
  display: none;
}

.button.secondary-btn {
  color: var(--celeste-fluo);
  background-image: linear-gradient(145deg, #123568, #051122);
}

.button.submit-btn {
  color: var(--celeste-fluo);
  background-image: linear-gradient(145deg, #123568, #051122);
  width: 100%;
}

.logo-navbar {
  height: 40px;
}

.nav-link {
  color: var(--testo-bianco);
  font-size: .9rem;
}

.nav-link.w--current {
  color: var(--celeste-fluo);
}

.section {
  padding: 40px 60px;
}

.section.home-hero-section {
  background-image: linear-gradient(90deg, #00343d82, #10303200 56%), url('../images/home-hero-bg-min.jpg');
  background-position: 0 0, 90%;
  background-size: auto, cover;
  padding: 0;
}

.section.overflow-none {
  overflow: hidden;
}

.section.bg-celeste-chiarissimo {
  background-color: var(--background-light);
}

.section.bg-celeste-chiarissimo.padding-100-btm {
  padding-bottom: 100px;
}

.section.scroll-destro-section {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.gradient-bg-home-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.gradient-bg-home-hero.make-it-rain {
  overflow: hidden;
}

.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.home-hero-maxi-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper._2-col-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.flex-center-vertical {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.flex-center-vertical.margin-top-60 {
  margin-top: 60px;
}

.wrapper.chi-siamo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  display: grid;
}

.wrapper.garanzia-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1000px;
  display: grid;
}

.wrapper.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.wrapper.footer-wrapper.partnership {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--background-light);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper._2-col-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.wrapper.evento-speciale-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1000px;
  display: grid;
}

.wrapper.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: -20px;
  display: flex;
}

.wrapper.card-maxi-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.wrapper.card-maxi-wrapper.margin-top-60 {
  margin-top: 60px;
}

.gradient-bg-home-hero {
  background-image: linear-gradient(180deg, var(--blu-scuro), var(--background-dark));
  padding-bottom: 5vh;
  position: relative;
}

.separatore {
  width: 100%;
  position: relative;
  inset: auto 0% -2px;
}

.hero-home-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 85vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-h1 {
  color: var(--testo-bianco);
  letter-spacing: -.5px;
  text-shadow: 0 1px 4px #00000080;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.margin-btm-24 {
  margin-bottom: 24px;
}

.polaroid-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.polaroid-2 {
  z-index: 1;
  max-height: 35vh;
  position: absolute;
  inset: -4% auto auto -7%;
}

.polaroid-3 {
  z-index: 1;
  max-height: 30vh;
  position: absolute;
  inset: auto -5% 18% auto;
}

.text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-white {
  color: var(--testo-bianco);
}

.c-white.ch-40 {
  max-width: 40ch;
}

.c-white.p-bigger {
  font-size: 1.3rem;
}

.c-celeste-fluo {
  color: var(--celeste-fluo);
}

.c-celeste {
  color: var(--azzurro);
}

.c-celeste.ch-40 {
  max-width: 40ch;
}

.feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--testo-bianco);
  justify-content: center;
  align-items: center;
  max-width: 40ch;
  margin-bottom: 8px;
  display: flex;
}

.feature-wrapper.margin-btm-24 {
  margin-bottom: 24px;
}

.gradient-cielo-poetto {
  background-image: url('../images/poetto-mare-bg.png'), linear-gradient(#80d7ff, #baebfa 30%, #e3f9ff);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, auto;
  padding-bottom: 15%;
  position: relative;
  overflow: hidden;
}

.title-h2 {
  color: var(--testo-scuro);
  font-size: 3rem;
  line-height: 1.1;
}

.title-h2.margin-btm-40 {
  margin-bottom: 40px;
}

.title-h2.text-align-center {
  text-align: center;
}

.title-h2.c-white {
  color: var(--testo-bianco);
}

.orari-maxi-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.orari-wrapper {
  border: 1px solid var(--celeste-fluo);
  text-align: center;
  background-color: #c0edfb;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.orari-h3 {
  color: var(--testo-scuro);
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.orario-text {
  color: var(--testo-scuro);
  font-size: 1.4rem;
  font-weight: 600;
}

.ch-40 {
  max-width: 40ch;
}

.ch-45 {
  max-width: 45ch;
}

.grid-servizi {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--testo-scuro);
  text-align: left;
  flex-flow: column;
  max-width: 450px;
  text-decoration: none;
  transition: all .6s ease-in-out;
  display: flex;
}

.card-wrapper:hover {
  background-image: linear-gradient(to bottom, var(--celeste-fluo), var(--celeste-fluo));
  border-radius: 20px;
}

.card-img {
  background-image: url('../images/tour-privato-orizzontale.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 60vh;
  max-height: 550px;
}

.card-img.tour-condiviso {
  background-image: url('../images/tour-condiviso-v1.jpg');
}

.card-img.tour-privato {
  background-image: url('../images/tour-privato.jpg');
}

.card-img.tour-evento {
  background-image: url('../images/addio-al-nubilato.jpg');
}

.card-text-wrapper {
  flex-flow: column;
  flex: 1;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-h3 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.gradient-celeste-chiarissimo {
  background-image: linear-gradient(#f6fbff, #fff);
  padding-bottom: 40px;
  position: relative;
}

.come-funziona-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
}

.come-funziona-card {
  flex-flow: column;
  display: flex;
}

.come-funziona-img {
  height: 80px;
  margin-bottom: -20px;
  position: relative;
}

.come-funziona-text-card {
  background-color: var(--blu-scuro);
  color: var(--testo-bianco);
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 30px;
  display: flex;
}

.accordion-wrapper {
  max-width: 900px;
  margin-top: 20px;
}

.accordion-item {
  color: var(--testo-scuro-2);
  text-align: left;
  background-color: #f3f3f5;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  color: #060606;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--blu-scuro);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.icon-arrow {
  background-image: url('../images/arrow-down-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.icon-arrow.accordion-icon {
  color: #0009;
  cursor: pointer;
  background-image: url('../images/arrow-down-circle.svg');
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.scroll-destro-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: auto;
}

.card-scroll-destro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.card-scroll-destro-bg-video {
  z-index: 1;
  border-radius: 8px;
  width: 400px;
  height: 500px;
}

.card-scroll-destro-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.card-scroll-destro-img {
  z-index: 1;
  border-radius: 8px;
  width: 400px;
  max-width: none;
}

.chi-siamo-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 16px 16px;
  display: flex;
}

.perche-h3 {
  color: var(--blu-scuro);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.mappa-obsidian {
  border-radius: 8px;
}

.chi-siamo-bg-video {
  z-index: 1;
  border-radius: 8px;
  width: 400px;
  height: 750px;
}

.embeded-rain {
  position: absolute;
  inset: 0%;
}

.garanzi-img-wrapper {
  z-index: 2;
  border-radius: 8px;
  width: 450px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.garanzia-banner-loop-maxi-wrapper {
  background-image: linear-gradient(90deg, #9bf2ff, #63adf3);
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.garanzia-banner-loop {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  padding-left: 10px;
  font-size: .8rem;
  font-weight: 600;
}

.extra-light-white {
  color: var(--testo-bianco);
  font-weight: 200;
}

.separatore-wrapper {
  max-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.social-footer-wrapper, .footer-link-wrapper-vertical {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-grey-text-smaller {
  color: #8e8e8e;
  font-size: 12px;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 64px 0 20px;
  display: flex;
}

.logo-footer {
  height: 60px;
}

.social-icon {
  width: 24px;
}

.footer-link {
  color: #333;
  text-decoration: none;
}

.cloud-1 {
  z-index: 0;
  height: 300px;
  position: absolute;
  inset: 0% auto auto -24%;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.cloud-2 {
  z-index: 0;
  height: 250px;
  position: absolute;
  inset: 12% -30% auto auto;
}

.cloud-3 {
  z-index: 0;
  height: 200px;
  position: absolute;
  inset: 27% auto auto -11%;
}

.cloud-4 {
  z-index: 0;
  height: 200px;
  position: absolute;
  inset: 38% -10% auto auto;
}

.input {
  background-color: #f9fafb;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.sizing-100 {
  flex: 1;
}

.checkbox-text {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 1.4;
}

.form-wrapper {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 24px;
}

.slider-sp {
  border-radius: 8px;
  height: 450px;
  overflow: hidden;
}

.section-2 {
  padding: 64px;
}

.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 800px;
  display: flex;
}

._2-col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.divider-vertical {
  background-color: #d9d9d9;
  width: 1px;
}

.right {
  flex: 1;
  align-self: flex-start;
  width: auto;
  position: sticky;
  top: 100px;
}

.button-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3898ec;
  border-radius: 4px;
  padding: 12px 20px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button-2:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button-2.submit-btn {
  width: 100%;
}

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

.sp-text-600-wrapper {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feature-wrapper-sp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blu-scuro);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.feature-wrapper-sp.margin-btm-24 {
  margin-bottom: 24px;
}

.sp-title-h2 {
  color: var(--testo-scuro);
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
}

.sp-title-h2.margin-btm-40 {
  margin-bottom: 40px;
}

.sp-title-h2.text-align-center {
  text-align: center;
}

.sp-title-h2.c-white {
  color: var(--testo-bianco);
}

.sp-orari-h3 {
  color: var(--testo-scuro);
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.sp-orario-text {
  color: var(--testo-scuro);
  font-size: 1.2rem;
  font-weight: 600;
}

.tab-menu-maxi-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  flex-flow: column;
  height: 450px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-btn {
  color: #686868;
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  flex: 1;
}

.tab-btn.w--current {
  color: #343239;
  background-color: #ddd0;
  font-weight: 700;
}

.tab-btn.with-bar {
  position: relative;
}

.bar-tab {
  background-color: #d9d9d9;
  width: 2px;
  height: 70%;
  margin-top: 6px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tab-pane-wrapper {
  flex: 1;
}

.tab-pane {
  height: 100%;
  padding: 0 16px 16px;
}

.map-embeded {
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
}

.event-img {
  border-radius: 8px;
}

.event-img.mobile {
  display: none;
}

.left-contact-wrapper {
  max-width: 40%;
}

.h1-contattaci {
  color: var(--testo-scuro);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.h1-contattaci.margin-btm-40 {
  margin-bottom: 40px;
}

.h1-contattaci.text-align-center {
  text-align: center;
}

.h1-contattaci.c-white {
  color: var(--testo-bianco);
}

.sottotitolo-contatti {
  color: var(--azzurro);
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.social-contact-maxi-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.social-contatti-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.contatti-bg-video {
  z-index: 1;
  border-radius: 8px;
  width: 450px;
  height: 650px;
}

.sp-title-h3 {
  color: var(--azzurro);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}

.sp-title-h3.margin-btm-40 {
  margin-bottom: 40px;
}

.sp-title-h3.text-align-center {
  text-align: center;
}

.sp-title-h3.c-white {
  color: var(--testo-bianco);
}

.sp-title-h3.hide {
  display: none;
}

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

.text-align-center.margin-btm-24.hide {
  display: none;
}

.scopri-di-piu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.arrow {
  height: 16px;
}

.card-micro-text-wrapper {
  flex: 1;
}

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

.cloud-garanzia-1 {
  z-index: 0;
  height: 300px;
  position: absolute;
  inset: -19% auto auto -13%;
}

.cloud-garanzia-2 {
  z-index: 0;
  height: 200px;
  position: absolute;
  inset: -11% auto auto 24%;
  transform: rotate(12deg);
}

.cloud-garanzia-3 {
  z-index: 0;
  height: 200px;
  position: absolute;
  inset: -13% -8% auto auto;
}

.cloud-garanzia-4 {
  z-index: 0;
  height: 300px;
  position: absolute;
  inset: -27% 9% auto auto;
}

.hide {
  display: none;
}

.bel-tempo-video {
  max-height: 350px;
}

.eva-luxury-rooms-logo {
  height: 100px;
}

.eva-luxury-rooms-logo.medium {
  height: 70px;
}

.loghi-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.partner-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--testo-scuro);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.sviluppato-da {
  text-decoration: none;
}

.patrnership-text {
  color: var(--azzurro);
  text-transform: uppercase;
  font-family: Breeserif, Georgia, sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .navbar, .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.home-hero-section {
    background-position: 0 0, 80%;
  }

  .wrapper.footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper._2-col-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .wrapper.contact-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: -40px;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .polaroid-2 {
    max-height: 50%;
  }

  .polaroid-3 {
    max-height: 50%;
    right: -13%;
  }

  .title-h2 {
    font-size: 2.2rem;
  }

  .orari-h3 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .orario-text {
    font-size: 1.1rem;
  }

  .card-wrapper {
    background-color: var(--celeste-fluo);
    border-radius: 20px;
  }

  .card-img {
    height: 50vh;
  }

  .card-h3 {
    font-size: 1.6rem;
  }

  .manu-btn {
    color: #fff;
    background-color: #fff0;
  }

  .manu-btn.w--open {
    color: var(--testo-bianco);
    background-color: #fff0;
  }

  .scroll-destro-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .chi-siamo-bg-video {
    width: 100%;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cloud-1 {
    height: 200px;
  }

  .cloud-2 {
    height: 180px;
  }

  .cloud-3 {
    height: 150px;
  }

  .cloud-4 {
    height: 140px;
  }

  .section-2 {
    padding: 20px;
  }

  .left {
    width: 100%;
  }

  .divider-vertical {
    display: none;
  }

  .right {
    align-self: center;
  }

  .sp-title-h2 {
    font-size: 2.2rem;
  }

  .sp-orari-h3 {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .sp-orario-text {
    font-size: 1rem;
  }

  .tab-menu-maxi-wrapper {
    height: 400px;
  }

  .left-contact-wrapper {
    align-self: center;
  }

  .h1-contattaci {
    font-size: 2.2rem;
  }

  .contatti-bg-video {
    width: 350px;
    margin-top: 20px;
  }

  .nav-menu {
    background-color: var(--blu-scuro);
  }

  .sp-title-h3 {
    font-size: 2.2rem;
  }

  .cloud-garanzia-1 {
    height: 200px;
    top: -9%;
    left: -34%;
  }

  .cloud-garanzia-2 {
    height: 200px;
    left: 6%;
  }

  .cloud-garanzia-3 {
    height: 140px;
    top: -8%;
  }

  .cloud-garanzia-4 {
    height: 150px;
    top: -9%;
  }

  .bel-tempo-video {
    max-height: 300px;
  }

  .partner-link {
    font-size: .9rem;
  }

  .patrnership-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.whatsapp-btn {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .button.whatsapp-btn.fixed-mobile {
    z-index: 3;
    display: flex;
    position: fixed;
    inset: auto 2% 4% auto;
  }

  .button.secondary-btn {
    text-align: center;
  }

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

  .section.home-hero-section {
    background-image: url('../images/home-hero-bg-mobile-min.jpg');
    background-position: 50%;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.home-hero-maxi-text-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper._2-col-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .wrapper.chi-siamo-grid, .wrapper.garanzia-grid {
    grid-template-columns: 1fr;
  }

  .wrapper._2-col-wrapper {
    flex-flow: column;
  }

  .wrapper.evento-speciale-grid-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wrapper.contact-wrapper {
    flex-flow: column;
  }

  .separatore {
    width: 120%;
    max-width: 120%;
    bottom: -4px;
    left: -10%;
  }

  .hero-home-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 500px;
    padding-top: 20px;
  }

  .hero-h1 {
    font-size: 40px;
  }

  .polaroid-1 {
    max-height: 300px;
  }

  .polaroid-2 {
    left: -19%;
  }

  .polaroid-3 {
    right: -19%;
  }

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

  .card-img {
    max-height: 300px;
  }

  .card-img.tour-condiviso {
    background-image: url('../images/tour-condiviso-orizzontale-v1.jpg');
  }

  .card-img.tour-privato {
    background-image: url('../images/tour-privato-orizzontale.jpg');
  }

  .card-img.tour-evento {
    background-image: url('../images/addio-al-nubilato-orizzontale.jpg');
  }

  .accordion-heading {
    font-size: 1.1rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .scroll-destro-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .perche-h3 {
    font-size: 1.1rem;
  }

  .chi-siamo-bg-video {
    width: 400px;
    max-width: 100%;
  }

  .garanzi-img-wrapper {
    width: 100%;
  }

  .footer {
    padding-top: 40px;
  }

  .logo-footer {
    height: 40px;
  }

  .cloud-1 {
    height: 150px;
  }

  .cloud-2, .cloud-3 {
    height: 130px;
  }

  .slider-sp {
    height: 250px;
  }

  .left {
    width: 100%;
  }

  .divider-vertical {
    width: 100%;
    height: 1px;
  }

  .sp-title-h2 {
    font-size: 1.6rem;
  }

  .sp-orario-text {
    font-size: .9rem;
  }

  .event-img {
    height: 300px;
  }

  .event-img.mobile-hide {
    display: none;
  }

  .event-img.mobile {
    height: auto;
    display: block;
  }

  .left-contact-wrapper {
    max-width: 100%;
  }

  .h1-contattaci {
    font-size: 1.8rem;
  }

  .social-contact-maxi-wrapper {
    order: -1;
  }

  .contatti-bg-video {
    width: 330px;
    margin-top: 0;
  }

  .contatti-bg-maxi-wrapper {
    flex-flow: column;
    align-self: center;
    display: flex;
  }

  .sp-title-h3 {
    font-size: 1.6rem;
  }

  .cloud-garanzia-1, .cloud-garanzia-2 {
    height: 150px;
  }

  .cloud-garanzia-4 {
    height: 130px;
  }

  .bel-tempo-video {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .lang-wrapper {
    margin-left: 20px;
  }

  .navbar {
    padding: 4px 10px;
  }

  .button {
    text-align: center;
    align-self: center;
    width: 250px;
    max-width: 100%;
  }

  .button.whatsapp-btn {
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-link.lang-link {
    font-size: .7rem;
  }

  .section.home-hero-section {
    background-position: 50%;
    background-size: cover;
    min-height: 680px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.bg-celeste-chiarissimo {
    padding-top: 10px;
  }

  .section.gradient-bg-home-hero.make-it-rain {
    padding-top: 100px;
  }

  .wrapper.garanzia-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .wrapper.footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper.footer-wrapper.partnership {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrapper.evento-speciale-grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-home-wrapper {
    height: 70vh;
    min-height: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .polaroid-img-wrapper {
    flex-flow: column;
  }

  .polaroid-2 {
    height: 300px;
    max-height: none;
    margin-top: -37px;
    position: relative;
    top: auto;
    left: auto;
  }

  .polaroid-3 {
    width: 100%;
    height: 300px;
    max-height: none;
    margin-top: -43px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .orari-maxi-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .card-img {
    max-height: 200px;
  }

  .come-funziona-grid {
    flex-flow: column;
    display: flex;
  }

  .come-funziona-grid.margin-btm-24 {
    grid-template-columns: 1fr;
  }

  .come-funziona-card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .come-funziona-img {
    height: 60px;
    margin-bottom: 0;
    margin-right: -20px;
  }

  .come-funziona-text-card {
    text-align: left;
    padding-top: 30px;
    padding-left: 36px;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .manu-btn {
    padding: 10px;
  }

  .whatsapp-icon {
    width: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .card-scroll-destro-bg-video {
    width: 250px;
    height: 350px;
  }

  .card-scroll-destro-text-wrapper {
    padding: 8px;
  }

  .card-scroll-destro-img {
    width: 300px;
  }

  .mappa-obsidian {
    margin-bottom: 20px;
  }

  .chi-siamo-bg-video {
    width: 100%;
    height: 720px;
  }

  .social-footer-wrapper {
    flex-flow: row;
  }

  .logo-footer {
    height: 60px;
  }

  .slider-sp {
    height: 350px;
  }

  .left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .social-contatti-wrapper {
    flex-flow: row;
  }

  .contatti-bg-video {
    width: 100%;
    height: 70vh;
  }

  .contatti-bg-maxi-wrapper {
    width: 100%;
  }

  .flex-horizontal-center-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cloud-garanzia-1, .cloud-garanzia-2 {
    display: none;
  }

  .cloud-garanzia-3 {
    top: -4%;
    right: -15%;
  }

  .cloud-garanzia-4 {
    top: -5%;
    left: -15%;
    right: auto;
  }

  .bel-tempo-video {
    max-height: 250px;
  }

  .partner-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
  }
}

#w-node-_72c59744-84e4-1f87-c715-ca39f3920a03-94649939 {
  align-self: start;
}

#w-node-_575ff9d4-0cb4-d90b-2ae8-b769aba85ad4-94649939 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ee721289-d0f1-37fd-d77d-be4ff96086e2-94649939 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_72c59744-84e4-1f87-c715-ca39f3920a03-94649939 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb2a88ca-756d-ace0-b61e-a31185052aab-85052a9c {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Breeserif';
  src: url('../fonts/BreeSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.grecaptcha-badge { 
    visibility: hidden !important;
}