:root {
  --teatro-luxury-apartments-landing-page---palette--bronze: #bd7234;
  --teatro-luxury-apartments-landing-page---palette--white: white;
  --teatro-luxury-apartments-landing-page---palette--aregean-blue: #263746;
  --teatro-luxury-apartments-landing-page---palette--offwhite: #f4f1e9;
  --teatro-luxury-apartments-landing-page---palette--grey: #6e6e6e;
  --teatro-luxury-apartments-landing-page---palette--text: #646363;
  --teatro-luxury-apartments-landing-page---palette--offwhite-2: #fdfcfa;
  --teatro-luxury-apartments-landing-page---palette--black: black;
  --offwhite-2: #fdfcfa;
  --text: #646363;
  --black: black;
  --bronze-light: #d19b6e;
  --offwhite: #f4f1e9;
  --bronze: #bd7234;
  --grey\<deleted\|variable-152a630f\>: #6e6e6e;
  --white: white;
  --padd-y: 100px;
  --padd-x: 7vw;
  --aegean-blue: #263746;
  --half-padd-x: 3.5vw;
  --cta\<deleted\|variable-ffe68e0c\>: #c5c5c5;
  --hover-dark\<deleted\|variable-a81f6dd0\>: #0006;
  --light\<deleted\|variable-65d5c109\>: #f4f4f4;
  --hover-light\<deleted\|variable-a878cc5d\>: #fffc;
  --offwhite-3: #f8f6f1;
  --teatro-luxury-apartments-landing-page---palette--offwhite-3: #f8f6f1;
  --teatro-luxury-apartments-landing-page---palette--bronze-light: #d19b6e;
}

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

.teatro-luxury-apartments-landing-page--section {
  padding: 100px 60px;
  position: relative;
}

.teatro-luxury-apartments-landing-page--section.teatro-luxury-apartments-landing-page--is-tipologici {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teatro-luxury-apartments-landing-page--heading-medium {
  font-size: 2rem;
  line-height: 1.2;
}

.teatro-luxury-apartments-landing-page--heading-medium.teatro-luxury-apartments-landing-page--taglio {
  color: #f4f1e9;
  width: 100%;
  font-family: libre-bodoni, sans-serif;
}

.teatro-luxury-apartments-landing-page--heading-medium.teatro-luxury-apartments-landing-page--serif {
  font-family: libre-bodoni, sans-serif;
}

.teatro-luxury-apartments-landing-page--container {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.teatro-luxury-apartments-landing-page--container.teatro-luxury-apartments-landing-page--slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: grid;
}

.teatro-luxury-apartments-landing-page--container.teatro-luxury-apartments-landing-page--slider.teatro-luxury-apartments-landing-page--is-flex {
  flex-flow: wrap;
  display: flex;
}

.teatro-luxury-apartments-landing-page--image-cover {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.teatro-luxury-apartments-landing-page--button_secondary {
  border: 1px none var(--teatro-luxury-apartments-landing-page---palette--bronze);
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
  text-transform: uppercase;
  background-color: #bd7234;
  padding: 14px 40px;
  font-size: .9rem;
  line-height: 1.4;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.teatro-luxury-apartments-landing-page--button_secondary:hover {
  border-color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  background-color: var(--teatro-luxury-apartments-landing-page---palette--aregean-blue);
  color: #fff;
}

.teatro-luxury-apartments-landing-page--button_wrap {
  text-decoration: none;
  position: relative;
}

.teatro-luxury-apartments-landing-page--button_component {
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.teatro-luxury-apartments-landing-page--slide_button_wrap {
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  font-size: .8rem;
  line-height: 1;
}

.teatro-luxury-apartments-landing-page--slide_tile_img_wrap {
  z-index: 1;
  aspect-ratio: 16 / 9;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teatro-luxury-apartments-landing-page--slide_button_icon-2 {
  border: 1px solid #bd7234;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.teatro-luxury-apartments-landing-page--sup_tagli {
  color: #d19b6e;
  font-size: 18px;
  font-weight: 700;
}

.teatro-luxury-apartments-landing-page--slide_tile_txt_wrap {
  background-color: #263746;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
}

.teatro-luxury-apartments-landing-page--show-detail {
  color: #f4f1e9;
}

.teatro-luxury-apartments-landing-page--cta_tipologici {
  cursor: pointer;
  display: none;
}

.teatro-luxury-apartments-landing-page--slide_wrap_tiles {
  cursor: auto;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  min-width: 300px;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.teatro-luxury-apartments-landing-page--sup_icon {
  flex: none;
  width: 40px;
}

.teatro-luxury-apartments-landing-page--details_tipologici {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teatro-luxury-apartments-landing-page--claim_tipologici {
  color: var(--teatro-luxury-apartments-landing-page---palette--offwhite);
  font-style: italic;
  line-height: 1.6;
}

.teatro-luxury-apartments-landing-page--slide_title_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.teatro-luxury-apartments-landing-page--details_card_text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.teatro-luxury-apartments-landing-page--note_txt p {
  max-width: none;
}

.teatro-luxury-apartments-landing-page--note_txt h2 {
  font-size: 1.8em;
}

.teatro-luxury-apartments-landing-page--note_txt h1 {
  letter-spacing: 0;
  font-size: 2.1em;
}

.teatro-luxury-apartments-landing-page--note_txt a {
  color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  text-decoration: none;
}

.teatro-luxury-apartments-landing-page--footer_link {
  color: #6e6e6e;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.teatro-luxury-apartments-landing-page--footer_link:hover {
  color: #000;
  transform: translate(8px);
}

.teatro-luxury-apartments-landing-page--footer_link.w--current {
  font-weight: 700;
}

.teatro-luxury-apartments-landing-page--footer_link.w--current:hover {
  transform: none;
}

.teatro-luxury-apartments-landing-page--footer_logo {
  height: 60px;
}

.teatro-luxury-apartments-landing-page--footer_column {
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.teatro-luxury-apartments-landing-page--footer_column.teatro-luxury-apartments-landing-page--logo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.teatro-luxury-apartments-landing-page--footer_title {
  color: var(--teatro-luxury-apartments-landing-page---palette--grey);
  margin-bottom: 8px;
  font-family: Gotham;
  font-weight: 700;
}

.teatro-luxury-apartments-landing-page--footer_wrap {
  justify-content: space-between;
  display: flex;
}

.teatro-luxury-apartments-landing-page--footer_component {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--offwhite);
  padding: 100px 60px 40px;
}

.teatro-luxury-apartments-landing-page--footer_component:where(.w-variant-d0e6a2c3-01b3-7f63-ff82-2154584cd734) {
  padding-bottom: 200px;
}

.teatro-luxury-apartments-landing-page--footer_component:where(.w-variant-3e543c4b-903c-0124-3981-7a156e86ddcf) {
  padding-bottom: 140px;
}

.teatro-luxury-apartments-landing-page--footer_par {
  text-transform: none;
  max-width: 350px;
  font-size: 16px;
  line-height: 1.6;
}

.teatro-luxury-apartments-landing-page--tecma_txt {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  border-top: 1px solid #bd723480;
  padding-top: 20px;
  font-size: 11px;
}

.teatro-luxury-apartments-landing-page--partner-logo {
  width: 80px;
  height: 80px;
}

.teatro-luxury-apartments-landing-page--partner-logo.teatro-luxury-apartments-landing-page--isbluienoble {
  width: 120px;
}

.teatro-luxury-apartments-landing-page--partner-logo.teatro-luxury-apartments-landing-page--is-starhotels {
  width: 130px;
}

.teatro-luxury-apartments-landing-page--div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teatro-luxury-apartments-landing-page--div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teatro-luxury-apartments-landing-page--div-block-12 {
  background-color: #bd723480;
  width: 100%;
  height: 1px;
}

.teatro-luxury-apartments-landing-page--div-block-13 {
  background-color: #64636380;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.teatro-luxury-apartments-landing-page--footer-link {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  transition: color .2s;
}

.teatro-luxury-apartments-landing-page--footer-link:hover {
  color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
}

.teatro-luxury-apartments-landing-page--form_field {
  z-index: 1;
  background-color: var(--teatro-luxury-apartments-landing-page---palette--offwhite-2);
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  border: 1px solid #bd723480;
  border-radius: 0;
  width: 100%;
  min-height: 50px;
  margin-bottom: 16px;
  font-weight: 500;
  position: relative;
}

.teatro-luxury-apartments-landing-page--form_field:focus-visible, .teatro-luxury-apartments-landing-page--form_field[data-wf-focus-visible] {
  border-color: #bd723480;
}

.teatro-luxury-apartments-landing-page--form_field::placeholder {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.teatro-luxury-apartments-landing-page--form_field.teatro-luxury-apartments-landing-page--message {
  z-index: 0;
  border-style: solid;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
  padding: 10px;
  position: relative;
}

.teatro-luxury-apartments-landing-page--form_field.teatro-luxury-apartments-landing-page--capitalize {
  text-transform: capitalize;
}

.teatro-luxury-apartments-landing-page--form_field.teatro-luxury-apartments-landing-page--capitalize::placeholder {
  text-transform: none;
}

.teatro-luxury-apartments-landing-page--form_field.teatro-luxury-apartments-landing-page--is-interest {
  z-index: 4;
}

.teatro-luxury-apartments-landing-page--form {
  grid-column-gap: 20px;
  color: var(--teatro-luxury-apartments-landing-page---palette--grey);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.teatro-luxury-apartments-landing-page--form_link {
  color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
}

.teatro-luxury-apartments-landing-page--checkbox_txt {
  font-size: 11px;
  line-height: 1.4;
}

.teatro-luxury-apartments-landing-page--form_wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 700px;
  max-width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.teatro-luxury-apartments-landing-page--button_primary {
  border: 1px solid var(--teatro-luxury-apartments-landing-page---palette--black);
  background-color: var(--teatro-luxury-apartments-landing-page---palette--black);
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
  text-transform: uppercase;
  padding: 16px 40px;
  font-size: .85rem;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.teatro-luxury-apartments-landing-page--button_primary:hover {
  color: var(--teatro-luxury-apartments-landing-page---palette--black);
  background-color: #0000;
}

.teatro-luxury-apartments-landing-page--button_primary.teatro-luxury-apartments-landing-page--submit {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  border-style: none;
  min-width: 200px;
  margin-top: 16px;
  font-size: .9rem;
}

.teatro-luxury-apartments-landing-page--button_primary.teatro-luxury-apartments-landing-page--submit:hover {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--aregean-blue);
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
}

.teatro-luxury-apartments-landing-page--form_component {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teatro-luxury-apartments-landing-page--display-none {
  display: none;
}

.teatro-luxury-apartments-landing-page--policy-flag {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.teatro-luxury-apartments-landing-page--top_icon {
  color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.teatro-luxury-apartments-landing-page--top_txt {
  margin-top: 20px;
}

.teatro-luxury-apartments-landing-page--top_link {
  color: var(--teatro-luxury-apartments-landing-page---palette--grey);
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.teatro-luxury-apartments-landing-page--txt_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.teatro-luxury-apartments-landing-page--par-large {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  max-width: 700px;
}

.teatro-luxury-apartments-landing-page--policy-flags {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

.teatro-luxury-apartments-landing-page--icon-embed-xxsmall-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.teatro-luxury-apartments-landing-page--div-block-7 {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.teatro-luxury-apartments-landing-page--dropdown_close {
  z-index: 1;
  color: #0a0a0a96;
  width: 100%;
  padding: 10px;
  font-size: 15px;
}

.teatro-luxury-apartments-landing-page--dropdown_list {
  z-index: 3;
  font-weight: 400;
}

.teatro-luxury-apartments-landing-page--dropdown_list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #8a8a8a66;
  border-left: 1px solid #8a8a8a66;
  border-right: 1px solid #8a8a8a66;
  margin-top: -1px;
}

.teatro-luxury-apartments-landing-page--dropdown_choice {
  background-color: #dac3b1;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.teatro-luxury-apartments-landing-page--dropdown_choice:hover {
  background-color: #eeddcf;
}

.teatro-luxury-apartments-landing-page--dropdown_choice.w--current {
  color: #143b3d;
  background-color: #eeddcf;
}

.teatro-luxury-apartments-landing-page--field_wrapper {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  flex-flow: column;
  display: flex;
}

.teatro-luxury-apartments-landing-page--form_label {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.teatro-luxury-apartments-landing-page--stylesheet {
  display: none;
}

body {
  background-color: var(--offwhite-2);
  color: var(--text);
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

h1 {
  letter-spacing: .3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: libre-bodoni, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Droid Serif, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  max-width: 530px;
  margin-bottom: 0;
  line-height: 1.6;
}

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

img {
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

.to-delete {
  text-align: left;
  background-color: #ffe837;
  max-width: none;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

.to-delete p {
  max-width: none;
  margin-bottom: 0;
}

.to-delete strong {
  font-weight: 800;
}

.form_checkbox {
  color: var(--black);
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

.form_checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
}

.form_checkbox.w--redirected-focus {
  box-shadow: none;
}

.form_field {
  border: 1px solid var(--bronze-light);
  color: var(--offwhite);
  background-color: #0000;
  width: 100%;
  min-height: 50px;
  margin-bottom: 16px;
  font-weight: 500;
}

.form_field:focus-visible, .form_field[data-wf-focus-visible] {
  border-color: var(--bronze);
}

.form_field::placeholder {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.form_field.message {
  border-style: solid;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
  padding: 10px;
}

.form_field.capitalize {
  text-transform: capitalize;
}

.form_field.capitalize::placeholder {
  text-transform: none;
}

.form {
  grid-column-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_link {
  color: var(--bronze);
  transition: color .6s cubic-bezier(.165, .84, .44, 1);
}

.form_link:hover {
  color: var(--bronze);
}

.checkbox_txt {
  color: var(--offwhite);
  font-size: 11px;
  line-height: 1.4;
}

.checkbox_txt.space {
  margin-top: 16px;
}

.footer_link {
  color: #6e6e6e;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  line-height: 1.2;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.footer_link:hover {
  color: #000;
  transform: translate(8px);
}

.footer_link.w--current {
  border-bottom-color: var(--grey\<deleted\|variable-152a630f\>);
}

.footer_link.w--current:hover {
  transform: none;
}

.nav_component {
  z-index: 30;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 40px 38px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header_component {
  z-index: 21;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  min-height: 600px;
  padding: 260px 100px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_component.technical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-image: url('../images/Teatro-Luxury-Apartments_Fi_Exterior-10-copia.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 220px;
  padding-bottom: 220px;
}

.nav_logo_wrap {
  z-index: 2;
  flex: none;
  width: 240px;
  height: 80px;
  position: relative;
}

.nav_link_wrap {
  z-index: 2;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav_link_line {
  background-color: var(--white);
  flex: none;
  height: 1px;
  margin-top: 2px;
}

.nav_link_line.w--current {
  background-color: var(--white);
  width: 100%;
  display: none;
}

.section {
  padding: var(--padd-y) var(--padd-x);
  position: relative;
}

.section.nav-page {
  min-height: 80vh;
  padding-top: 280px;
}

.section.full-image {
  height: 77vw;
}

.section.bg_light {
  background-color: var(--offwhite);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.section.no-padding-up {
  padding-top: 0;
}

.section.bg_light_giglio_left {
  background-color: var(--offwhite);
  background-image: linear-gradient(#f4f1e9f2, #f4f1e9f2), url('../images/giglio_bronzo.svg');
  background-position: 0 0, -20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 140%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.section.no-padd {
  padding: 0;
}

.section.bg-blue {
  background-color: var(--aegean-blue);
}

.section.bg_light_leed {
  background-color: var(--offwhite);
  background-image: linear-gradient(#f4f1e9f2, #f4f1e9f2), url('../images/W882-RCI-Ristorante-A-Cam-B-05-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.is-form {
  background-image: linear-gradient(180deg, var(--offwhite), white);
}

.section.is-tipologici {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.bg-gradient {
  background-image: linear-gradient(180deg, var(--white), var(--offwhite) 55%);
}

.heading-xsmall {
  color: var(--bronze);
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-xsmall.bg-white {
  font-size: 1rem;
}

.heading-xsmall.negative {
  color: var(--offwhite);
}

.heading-xsmall.negative.is_poi {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: libre-bodoni, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.heading-large {
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-large.no-padding-bottom {
  margin-bottom: 0;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
}

.heading-medium.serif {
  font-family: libre-bodoni, sans-serif;
}

.heading-medium.serif.negative {
  color: var(--offwhite);
}

.heading-medium.taglio {
  color: #f4f1e9;
  font-family: libre-bodoni, sans-serif;
}

.container {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.header_home {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.header_home.max-w-full {
  max-width: 1200px;
}

.container.margin-up {
  margin-top: var(--padd-x);
}

.container.is_half {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  min-height: 800px;
  display: grid;
}

.container.slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: grid;
}

.card-big_item {
  flex: 1;
}

.card-big_mask {
  width: 100%;
  height: 30vw;
  min-height: 250px;
  max-height: 450px;
  overflow: hidden;
}

.card-big_mask.bg-white {
  height: 24vw;
  max-height: 320px;
}

.card-big_txt {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.card-big_txt.bg-white {
  background-color: var(--white);
  text-align: center;
  align-items: center;
  padding: 40px;
}

.half_img {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.half_img.is_service.is-relative {
  position: relative;
}

.half_txt {
  padding: var(--padd-y) var(--padd-x);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.half_txt.bg-light {
  background-image: linear-gradient(#f4f1e9f2, #f4f1e9f2), url('../images/Details-4-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half_txt.is_info_txt {
  padding: var(--half-padd-x);
}

.image-cover {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.image-cover.top0 {
  object-position: 50% 0%;
}

.button_tertiary {
  color: var(--grey\<deleted\|variable-152a630f\>);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  line-height: 1;
}

.button_secondary {
  border: 1px none var(--bronze);
  color: var(--white);
  text-transform: uppercase;
  background-color: #bd7234;
  padding: 14px 40px;
  font-size: .9rem;
  line-height: 1.4;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button_secondary:hover {
  border-color: var(--bronze);
  background-color: var(--aegean-blue);
  color: #fff;
}

.button_secondary.negative {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff0;
}

.button_secondary.negative:hover {
  background-color: var(--white);
  color: var(--black);
}

.button_secondary.is-text {
  text-transform: lowercase;
  background-color: #bd723400;
  border-style: none;
  padding: 0;
}

.button_wrap {
  text-decoration: none;
  position: relative;
}

.button_wrap.contatti {
  margin-top: 0;
}

.form_wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 700px;
  max-width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.footer_logo {
  height: 60px;
}

.footer_column {
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.footer_column.logo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.footer_title {
  color: var(--grey\<deleted\|variable-152a630f\>);
  margin-bottom: 8px;
  font-family: Gotham;
  font-weight: 700;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.nav_link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  padding-bottom: 10px;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link.w--current {
  border-bottom: 1px solid var(--white);
  margin-bottom: 2px;
  padding-bottom: 10px;
  font-weight: 700;
}

.grid_img_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hero_par {
  line-height: 1.4;
}

.hero_par.with-booking-widget {
  font-size: 1rem;
}

.button_primary {
  border: 1px solid var(--aegean-blue);
  background-color: var(--aegean-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 40px;
  font-size: .85rem;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.button_primary:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button_primary.negative {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button_primary.negative:hover {
  color: var(--white);
  background-color: #fff0;
}

.button_primary.submit {
  background-color: var(--bronze);
  letter-spacing: 3px;
  border-style: none;
  min-width: 200px;
  margin-top: 16px;
  font-family: libre-bodoni, sans-serif;
  font-size: .9rem;
}

.button_primary.submit:hover {
  background-color: var(--bronze-light);
  color: var(--white);
}

.button-icon {
  border: 2px solid var(--cta\<deleted\|variable-ffe68e0c\>);
  background-color: var(--cta\<deleted\|variable-ffe68e0c\>);
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-icon:hover {
  color: var(--cta\<deleted\|variable-ffe68e0c\>);
  background-color: #8764b800;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form_component {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.x_wrap {
  z-index: 10;
  background-color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.x_asta {
  background-color: var(--black);
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.x_asta._2 {
  transform: rotate(-45deg);
}

.x_asta.negative {
  background-color: var(--white);
}

.header_img {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.header_img.home {
  background-color: var(--black);
}

.header_img.is-pag {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
}

.header_img.is-pag.max-w-2560 {
  max-width: 2560px;
}

.heading-small {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.heading-small.is-serif {
  text-transform: none;
  font-family: libre-bodoni, sans-serif;
  font-weight: 400;
}

.display-none {
  display: none;
}

.hero_container {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  display: flex;
  position: relative;
}

.flags_wrap {
  z-index: 29;
  position: relative;
}

.fixed_flags {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40vh;
  display: flex;
  position: fixed;
  top: -130px;
  right: 40px;
}

.footer_wrap {
  justify-content: space-between;
  display: flex;
}

.header_hover {
  z-index: 2;
  background-color: #0006;
  background-image: linear-gradient(#0006, #0000 30% 65%, #0006);
  position: absolute;
  inset: 0;
}

.nav_links {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.flag_line {
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 90%;
}

.flag_component {
  background-color: var(--white);
  color: var(--white);
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  box-shadow: 0 0 6px 1px #0000001a;
}

.flag_component.promo {
  background-color: var(--cta\<deleted\|variable-ffe68e0c\>);
}

.flag_component.promo:hover {
  background-color: var(--black);
}

.flag_icon_wrap {
  z-index: 2;
  border: 1px solid var(--white);
  background-color: var(--bronze);
  color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag_icon_wrap:hover {
  background-color: var(--aegean-blue);
}

.flag_icon_wrap.is-login {
  background-color: #5f83a2;
}

.flag_icon_wrap.is-login:hover {
  background-color: var(--aegean-blue);
}

.flag_txt_wrap {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag_txt {
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
}

.nav_background {
  z-index: 1;
  background-color: var(--offwhite-2);
  opacity: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 6px 2px #0000001a;
}

.nav_hamburger {
  display: none;
}

.slide_img_wrap {
  z-index: 1;
  aspect-ratio: 16 / 9;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_component {
  background-color: var(--offwhite);
  padding: 100px 60px 40px;
}

.style_guide {
  z-index: 300;
  color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0091ff;
  background-clip: border-box;
  margin-bottom: 0;
  padding: 40px 4rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: block;
  position: relative;
}

.style_guide p {
  max-width: none;
  margin-bottom: 0;
}

.style_guide strong {
  font-weight: 800;
}

.style_guide sub {
  border-bottom: 1px solid var(--white);
  font-size: 18px;
  bottom: -.5px;
}

.button_component {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button_component.is-icon {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--bronze);
  color: var(--white);
  text-transform: lowercase;
  flex-flow: row;
  padding: 14px 20px;
  transition: background-color .2s;
}

.button_component.is-icon:hover {
  background-color: var(--aegean-blue);
}

.button_component.is-bookingwidget-01 {
  display: none;
}

.style_container {
  border: 1px solid #00000029;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: flex-start start;
  padding: 2rem;
  display: flex;
}

.style_label {
  color: #0009;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.style_elements {
  grid-column-gap: 2rem;
  border-radius: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: flex-start start;
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 12px #0000001a;
}

.style_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  background-color: #00000029;
  border: 1px solid #00000029;
  border-radius: 0 .5rem .5rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  min-width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  display: grid;
  position: relative;
}

.style_wrap.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.style_wrap.left {
  justify-items: start;
}

.style_wrap.none {
  opacity: 0;
}

.style_header {
  color: #0009;
  border-bottom: 1px solid #00000029;
  width: 100%;
  margin-bottom: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: .9;
}

.style_header h2 {
  color: var(--cta\<deleted\|variable-ffe68e0c\>);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.style_header p {
  max-width: none;
  margin-bottom: 10px;
}

.popup-area_wrap {
  z-index: 50;
  background-image: linear-gradient(to bottom, var(--hover-dark\<deleted\|variable-a81f6dd0\>), var(--hover-dark\<deleted\|variable-a81f6dd0\>));
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-area_container {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  position: relative;
}

.popup-area_box {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 40px;
  display: flex;
  position: relative;
}

.popup-area_box.iscriviti {
  max-width: 530px;
  margin-left: 60px;
}

.popup-area_icon-box {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.popup-area_line {
  background-color: var(--cta\<deleted\|variable-ffe68e0c\>);
  flex: none;
  width: 80%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-area_title {
  max-width: 400px;
  font-size: 1.7em;
  line-height: 1.2;
}

.popup-area_title.small {
  max-width: 260px;
}

.area_row {
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.area_icon-row {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.color {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 1.1;
  display: flex;
}

.color.cta {
  background-color: var(--cta\<deleted\|variable-ffe68e0c\>);
}

.color.light {
  background-color: var(--light\<deleted\|variable-65d5c109\>);
  color: var(--black);
}

.color.hover-dark {
  background-color: var(--hover-dark\<deleted\|variable-a81f6dd0\>);
}

.color.hover-light {
  background-color: var(--hover-light\<deleted\|variable-a878cc5d\>);
  color: var(--black);
}

.banners_wrap {
  width: 0;
  height: 0;
}

.background_img {
  z-index: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.background_img.max-w-2560 {
  max-width: 2560px;
}

.h2-intro {
  color: var(--aegean-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: libre-bodoni, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.full_img {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.form_icon {
  color: var(--grey\<deleted\|variable-152a630f\>);
  width: 24px;
  height: 24px;
}

.video_icon_wrap {
  border: 1px solid var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.lightbox_icon {
  flex: none;
  width: 100%;
  height: 100%;
}

.lightbox_icon.video {
  background-image: url('../images/icon_play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.lightbox_icon.image {
  background-image: url('../images/icon_plus-white.svg');
}

.form_title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1;
}

.form_par {
  max-width: 450px;
  margin-bottom: 40px;
}

.policy-flag {
  color: var(--text);
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.top_icon {
  color: var(--bronze);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.top_txt {
  margin-top: 20px;
}

.top_link {
  color: var(--grey\<deleted\|variable-152a630f\>);
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.footer_par {
  text-transform: none;
  max-width: 350px;
  font-size: 16px;
  line-height: 1.6;
}

.tecma_txt {
  color: var(--text);
  border-top: 1px solid #bd723480;
  padding-top: 20px;
  font-size: 11px;
}

.heading_hero {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.4;
}

.heading_hero.with-booking-widget {
  font-size: 1.5rem;
}

.txt-italic {
  color: var(--grey\<deleted\|variable-152a630f\>);
  margin-bottom: 30px;
  font-family: Cormorant;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.txt-italic.light {
  color: var(--cta\<deleted\|variable-ffe68e0c\>);
  max-width: 370px;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.moodboard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.25fr .4fr 1.25fr 1fr;
  height: 50vw;
  min-height: 500px;
  max-height: 730px;
}

.moodboard._w-space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  height: 500px;
  min-height: auto;
  max-height: none;
}

.txt_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.txt_wrap.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.txt_wrap.center.is-intro {
  max-width: 700px;
}

.slide_button_wrap {
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  font-size: .8rem;
  line-height: 1;
  display: flex;
}

.slide_button_icon {
  border: 1px solid var(--bronze);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.par-large {
  max-width: 700px;
}

.par-large.negative {
  color: var(--offwhite);
}

.accordion_head {
  border-bottom: 1px solid var(--grey\<deleted\|variable-152a630f\>);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  transition: background-color .4s;
  display: flex;
}

.accordion_img_wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_icon_wrap {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 13px;
  display: flex;
}

.download_component {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 3px #0000001a;
}

.download_column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.download_img {
  align-self: stretch;
  height: 300px;
}

.download_form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--grey\<deleted\|variable-152a630f\>);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download_wrap {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.download_anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: -220px;
}

.lightbox_x {
  z-index: 10;
  background-color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.nav_logo {
  position: absolute;
  inset: 0;
}

.nav_logo.positive {
  opacity: 0;
}

.button_tertiary_line {
  background-color: var(--black);
  align-self: center;
  height: 1px;
}

.card-big_wrap {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  display: flex;
  position: relative;
}

.flag_icon {
  width: 100%;
  height: 100%;
}

.top_anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.policy-flags {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

.asdasdasdsdf {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.note-legali {
  max-width: 1300px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.note_txt p {
  max-width: none;
}

.note_txt h2 {
  font-size: 1.8em;
}

.note_txt h1 {
  letter-spacing: 0;
  font-size: 2.1em;
}

.note_txt a {
  color: var(--bronze);
  text-decoration: none;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.orange-span {
  color: var(--bronze);
  font-style: italic;
  font-weight: 500;
}

.slide_txt {
  text-align: center;
  flex: none;
  width: 80%;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.slide_txt.margin-bot {
  margin-bottom: 30px;
}

.slide_txt.margin-bot.full-9 {
  margin-bottom: 0;
}

.slide_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide_img.position-top {
  object-position: 50% 0%;
}

.tiles_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.scroll_button {
  grid-column-gap: 20px;
  color: var(--offwhite);
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall-2 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.text-block {
  letter-spacing: 1px;
  font-weight: 500;
}

.div-block-7 {
  background-color: var(--bronze);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.link-footer-txt {
  color: var(--text);
}

.partner-logo {
  width: 80px;
  height: 80px;
}

.partner-logo.isbluienoble {
  width: 120px;
}

.partner-logo.is-starhotels {
  width: 130px;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-12 {
  background-color: #bd723480;
  width: 100%;
  height: 1px;
}

.div-block-13 {
  background-color: #64636380;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.no-wrap {
  white-space: nowrap;
}

.no-wrap.orange-span {
  color: var(--bronze-light);
}

.no-wrap.bronze-span {
  color: var(--bronze);
  font-style: italic;
  font-weight: 500;
}

.text-color-orange {
  color: var(--bronze);
  font-weight: 500;
}

.footer-link {
  color: var(--text);
  transition: color .2s;
}

.footer-link:hover {
  color: var(--bronze);
}

.button_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.dropdown_close {
  color: #0a0a0a96;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
}

.dropdown_list {
  font-weight: 400;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #8a8a8a66;
  border-left: 1px solid #8a8a8a66;
  border-right: 1px solid #8a8a8a66;
  margin-top: -1px;
}

.dropdown_choice {
  background-color: #dac3b1;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: #eeddcf;
}

.dropdown_choice.w--current {
  color: #143b3d;
  background-color: #eeddcf;
}

.bg_video {
  height: 100%;
}

.bg_absolute {
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

.bg_absolute.is {
  background-color: var(--aegean-blue);
  height: 50vh;
  min-height: 400px;
}

.slider-servizi_wrapper {
  overflow: hidden;
}

.image-fit-cover {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.image-fit-cover.is-header.pos-bot {
  object-position: 50% 100%;
}

.splide_embed {
  line-height: 1;
}

.splide__list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  list-style-type: none;
  display: flex;
}

.splide__pagination {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
}

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

.slide-content {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 40%;
  list-style-type: none;
}

.text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 20px 25px 30px 30px;
  display: flex;
}

.text-wrap.is-technical {
  border: 1px solid var(--offwhite-2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #263746c2;
  justify-content: center;
  align-items: center;
}

.splide__track {
  width: 100%;
}

.splide__arrow {
  border: 1px solid var(--bronze);
  color: var(--bronze);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .6s cubic-bezier(.165, .84, .44, 1), border-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.splide__arrow:hover {
  border-color: var(--bronze-light);
  color: var(--bronze-light);
}

.splide {
  z-index: 1;
  width: 100%;
  position: relative;
}

.splide.slider-servizi {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.splide__arrows {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.form_label {
  color: var(--offwhite);
  font-size: 14px;
  font-weight: 300;
}

.text-block-3, .icon-3 {
  color: var(--offwhite);
}

.stylesheet {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  background-color: #00000029;
  border: 1px solid #00000029;
  border-radius: 0 .5rem .5rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  place-items: flex-start center;
  min-width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  font-size: 12px;
  line-height: 18px;
  display: none;
  position: relative;
}

.leed-gold {
  width: 100%;
  max-width: 110px;
}

.show-detail {
  color: var(--offwhite);
}

.modal_tipologici {
  z-index: 100;
  padding: 150px var(--half-padd-x) var(--half-padd-x);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #263746d9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.tab_tipologici {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.tab_content {
  background-color: var(--offwhite);
  width: 100%;
  height: 100%;
}

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

.info_tipologici {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.tab_planimetrie {
  padding: var(--half-padd-x) var(--half-padd-x) 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.plani_slider {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.slide_tipo_content {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.slide-nav-2 {
  height: 50px;
  padding-top: 10px;
  transform: translate(0, 100%);
}

.slide-nav-2.hide {
  display: none;
}

.tab_link_tipologici {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--aegean-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 50px;
  transition: color .4s;
  display: flex;
}

.tab_link_tipologici:hover {
  color: var(--bronze-light);
}

.tab_link_tipologici.w--current {
  background-color: var(--offwhite);
  height: 50px;
}

.tab_link_tipologici.last {
  width: 34%;
}

.tab_link_tipologici.last.w--current {
  color: var(--bronze);
}

.tabs-menu {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.close_modal_tipologici {
  background-color: var(--bronze);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-weight: 500;
  line-height: 30px;
  transition: background-color .6s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close_modal_tipologici:hover {
  background-color: var(--bronze-light);
}

.arrow_slider {
  background-color: var(--bronze);
  width: 50px;
  height: 50px;
  transition: background-color .6s;
}

.arrow_slider:hover {
  background-color: var(--bronze-light);
}

.mask_tipologici {
  width: 100%;
  height: 100%;
}

.x-icon {
  width: 30px;
  height: 30px;
}

.sup_tagli {
  color: var(--bronze-light);
}

.sup_icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.map_wrapper {
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.distanze {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--bronze);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab_distanze {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 40px 120px;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.icon_dist {
  max-height: 25px;
}

.distanze_wrapper {
  padding: var(--half-padd-x);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bronze);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 500px);
  grid-auto-columns: 1fr;
  display: flex;
}

.icon_tipo {
  width: 100%;
  max-width: 25px;
  max-height: 25px;
  line-height: 25px;
}

.time-bar {
  background-image: linear-gradient(90deg, #263746 15%, #0000 40%);
  border: 1px solid #f4f1e9;
  width: 120px;
  height: 15px;
  margin-bottom: 30px;
}

.time-bar.medium {
  background-image: linear-gradient(90deg, #263746 45%, #0000 70%);
}

.time-bar.medium.margin-bot {
  margin-bottom: 30px;
}

.time-bar.long {
  background-image: linear-gradient(90deg, #263746 75%, #0000);
}

.time-bar.long.margin-bot {
  margin-bottom: 30px;
}

.slide_divisore-2 {
  background-color: #263746;
  flex: none;
  width: 20%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.slide_divisore-2.margin-top-bot {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-14 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #f8f6f1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.div-block-14.full-3 {
  margin-top: 0;
}

.tile-affitto-2 {
  background-color: #d19b6e;
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  min-width: 272px;
  height: 592.656px;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.tile-affitto-2:where(.w-variant-ca540c20-009a-9c5f-1b95-277f500f53f0) {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
}

.tile-affitto-2:where(.w-variant-6f35b65f-cc82-570a-1b9d-8d1107e6fcf6), .tile-affitto-2:where(.w-variant-baefd4fa-00d5-3422-c0b3-aacd48fb7df0) {
  width: 100%;
}

.tile-affitto-2:where(.w-variant-1cd7cc3f-7196-184e-19f6-facc0ccd2c6d) {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
}

.tile-affitto-2.is-empty {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tile-affitto-2.is-empty.is-large {
  width: 50%;
  height: 400px;
  padding-bottom: 0;
}

.tile-affitto-2.is-full {
  width: 100%;
}

.tile-affitto-2.is-full.large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}

.tile-affitto-2.is-full._50percent {
  width: 50%;
  height: 400px;
}

.tile-affitto-2.is-full.large-10 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
}

.tile-affitto-2.pad-10 {
  background-color: var(--bronze);
}

.tile-affitto-2.full-2 {
  width: 100%;
  height: auto;
}

.slide_nome-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-family: libre-bodoni, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.slide_nome-2.align-left {
  text-align: left;
}

.slide_nome-2.align-left.color-white {
  color: var(--white);
}

.durata {
  color: var(--aegean-blue);
  text-transform: none;
  font-family: libre-bodoni, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-15 {
  opacity: .25;
  background-image: radial-gradient(circle closest-side, #fff0, #d19b6ebf), url('../images/Teatro-Luxury-Apartments_outline.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.claim_tipologici {
  color: #f4f1e9;
  line-height: 1.6;
}

.slide_tile_img_wrap {
  z-index: 1;
  aspect-ratio: 16 / 9;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_tipologici {
  cursor: pointer;
  display: none;
}

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

.slide_wrap_tiles {
  cursor: auto;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 35vw;
  max-height: 44vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slide_tile_txt_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #263746;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 250px;
  padding: 20px;
  display: flex;
  position: relative;
}

.slide_button_icon-2 {
  border: 1px solid #bd7234;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.treatments_menu {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 370px;
  display: flex;
}

.serv_menu_link {
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/icon_servizio-plus_04.svg'), url('../images/icon_servizio-plus_01.svg');
  background-position: 0 38%, 0 38%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 20px;
  max-width: 420px;
  padding-left: 40px;
  font-family: libre-bodoni, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  transition: color .6s cubic-bezier(.165, .84, .44, 1);
}

.serv_menu_link.is_spa, .serv_menu_link.is_box, .serv_menu_link.is_rest {
  background-image: url('../images/icon_servizio-plus_01.svg');
  background-position: 0 38%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serv_menu_link.is_rest.is_active {
  color: #bd7234;
}

.serv_menu_link.is_active {
  color: var(--bronze);
  background-image: url('../images/icon_servizio-plus_04.svg');
  background-position: 0 38%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.otherservices_focus_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-xsmall-3 {
  color: #bd7234;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}

.txt_wrap-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.txt_wrap-3.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.txt_wrap-3.center.is-relative {
  z-index: 5;
  position: relative;
}

.otherservices_content {
  z-index: 5;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.bg_otherservices {
  z-index: 4;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.bg_otherservices.is_rest {
  background-image: linear-gradient(#f4f1e9cc, #f4f1e9cc), url('../images/Teatro-Luxury-Apartments_Fi_Hall-8-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg_otherservices.is_rest.is_active {
  opacity: .45;
  background-image: linear-gradient(#f4f1e9e6, #f4f1e9e6), url('../images/Teatro-Luxury-Apartments_Fi_Hall-8-copia.webp');
  background-position: 0 0, 50%;
}

.bg_otherservices.is_spa {
  background-image: linear-gradient(#f4f1e9cc, #f4f1e9cc), url('../images/gym.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.bg_otherservices.is_box {
  opacity: 0;
  background-image: linear-gradient(#f4f1e9cc, #f4f1e9cc), url('../images/garage.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg_otherservices.is_active {
  opacity: 1;
}

.section-2 {
  padding: 100px 60px;
  position: relative;
}

.section-2.is_otherservices {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.serv_focus {
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  display: block;
}

.serv_focus.is_spa, .serv_focus.is_box {
  display: none;
}

.serv_focus.is_rest {
  display: block;
}

.orange-span-2 {
  color: #bd7234;
  font-style: italic;
  font-weight: 500;
}

.slide_txt__wrap-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.slide_divisore-3 {
  background-color: #263746;
  flex: none;
  width: 20%;
  height: 1px;
}

.div-block-16 {
  background-color: #bd7234;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-embed-xxsmall-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.bookingwidget-01 {
  background-color: var(--bronze);
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  min-height: 90px;
  padding: 32px 60px;
  display: flex;
  position: relative;
}

.bookingwidget-01_fixed {
  z-index: 8;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid var(--bronze-light);
  background-color: var(--bronze);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.bookingwidget-01_close {
  display: none;
}

.flag_component_language {
  color: #fff;
  cursor: pointer;
  background-color: #d19b6e;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  box-shadow: 0 0 6px 1px #0000001a;
}

.flag_component_language:hover {
  color: #fff;
  background-color: #263746;
}

.flag_component_language.w--current {
  background-color: #263746;
}

.flag_language-wrap01 {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-3 {
  padding: 100px 60px;
  position: relative;
}

.container-2 {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: grid;
}

.container-2.slider._3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.container-2.slider.is-flex {
  flex-flow: wrap;
  display: flex;
}

.icon-embed-xxsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stylesheet-2 {
  display: none;
}

.nota {
  color: var(--aegean-blue);
  text-align: center;
  height: 24px;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-style: italic;
}

.space {
  color: var(--aegean-blue);
  height: 24px;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-style: italic;
}

.popup_component {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup_box-area {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 40px;
  display: flex;
  position: relative;
}

.popup_box-area.is-accedi {
  background-color: var(--bronze-light);
  min-width: 510px;
  max-width: 600px;
}

.popup_box-area.is-iscriviti {
  background-color: var(--bronze-light);
  min-width: 510px;
  max-width: 600px;
  margin-bottom: 20px;
}

.popup_x-area {
  z-index: 10;
  color: var(--aegean-blue);
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 12px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.popup_x-area:hover {
  background-color: #bd723466;
}

.popup_container-area {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  position: relative;
}

.button-technical_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b27e57;
  border: 1px solid #b27e57;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  transition: border-color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #0b394a;
  border-color: #0b394a;
}

.button.is-icon {
  background-color: var(--aegean-blue);
  color: var(--white);
  text-transform: none;
  border-style: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  transition: background-color .35s, color .35s;
}

.button.is-icon:hover {
  background-color: var(--white);
  color: var(--bronze);
}

.nav_link_wrap_button {
  z-index: 2;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav_link_wrap_button.is-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav_link_icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.nav_link_wrapper-2 {
  z-index: 3;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_link_wrapper-2:hover {
  color: #cc7d44;
}

.nav_link_wrapper-2.int-submenu {
  z-index: 0;
  background-color: var(--bronze);
  color: var(--white);
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .35s, color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav_link_wrapper-2.int-submenu:hover {
  background-color: var(--aegean-blue);
}

.istruzioni-booking {
  z-index: 30;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.istruzioni-booking.tablet-hide {
  flex-flow: column;
}

.bookingwidget_hero {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--bronze);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.icon-embed-xxsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--aegean-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.flag_component-2 {
  color: #fff;
  cursor: pointer;
  flex-direction: row-reverse;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav_buttons {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--white);
  background-color: var(--bronze);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color .35s, color .35s, background-color .35s;
  display: flex;
}

.nav_buttons:hover {
  border-color: var(--bronze);
  background-color: var(--white);
  color: var(--bronze);
}

.nav_buttons.negative {
  background-color: var(--white);
  color: var(--bronze);
  text-align: center;
  text-decoration: none;
}

.nav_buttons.negative:hover {
  background-color: var(--bronze);
  color: var(--white);
}

.x_wrap-2 {
  z-index: 10;
  cursor: pointer;
  background-color: #474747;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.buttons-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff3;
  flex-flow: column;
  align-self: flex-end;
  min-width: 215px;
  padding: 10px;
  display: none;
}

.nav-button-wrap {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 170px;
  display: flex;
  position: absolute;
  top: 32px;
  right: 40px;
}

.icon-embed-xxsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.div-block-18 {
  border: 10px solid var(--bronze);
}

.heading-medium-2 {
  font-size: 2rem;
  line-height: 1.2;
}

.heading-medium-2.serif {
  font-family: libre-bodoni, sans-serif;
}

.form_field-2 {
  z-index: 1;
  background-color: var(--teatro-luxury-apartments-landing-page---palette--offwhite-2);
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  border: 1px solid #bd723480;
  border-radius: 0;
  width: 100%;
  min-height: 50px;
  margin-bottom: 16px;
  font-weight: 500;
  position: relative;
}

.form_field-2:focus-visible, .form_field-2[data-wf-focus-visible] {
  border-color: #bd723480;
}

.form_field-2::placeholder {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.form_field-2.message {
  z-index: 0;
  border-style: solid;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
  padding: 10px;
  position: relative;
}

.form_field-2.capitalize {
  text-transform: capitalize;
}

.form_field-2.capitalize::placeholder {
  text-transform: none;
}

.form_field-2.is-interest {
  z-index: 4;
}

.form-2 {
  grid-column-gap: 20px;
  color: var(--teatro-luxury-apartments-landing-page---palette--grey);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_link-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
}

.checkbox_txt-2 {
  font-size: 11px;
  line-height: 1.4;
}

.form_wrap-2 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 700px;
  max-width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.button_primary-2 {
  border: 1px solid var(--teatro-luxury-apartments-landing-page---palette--black);
  background-color: var(--teatro-luxury-apartments-landing-page---palette--black);
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
  text-transform: uppercase;
  padding: 16px 40px;
  font-size: .85rem;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.button_primary-2:hover {
  color: var(--teatro-luxury-apartments-landing-page---palette--black);
  background-color: #0000;
}

.button_primary-2.submit {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  border-style: none;
  min-width: 200px;
  margin-top: 16px;
  font-size: .9rem;
}

.button_primary-2.submit:hover {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--aregean-blue);
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
}

.form_component-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-none-2 {
  display: none;
}

.policy-flag-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.top_icon-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.top_txt-2 {
  margin-top: 20px;
}

.top_link-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--grey);
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.txt_wrap-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.par-large-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  max-width: 700px;
}

.policy-flags-2 {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

.icon-embed-xxsmall-8 {
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.div-block-19 {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.dropdown_close-2 {
  z-index: 1;
  color: #0a0a0a96;
  width: 100%;
  padding: 10px;
  font-size: 15px;
}

.dropdown_list-2 {
  z-index: 3;
  font-weight: 400;
}

.dropdown_list-2.w--open {
  background-color: #fff;
  border-bottom: 1px solid #8a8a8a66;
  border-left: 1px solid #8a8a8a66;
  border-right: 1px solid #8a8a8a66;
  margin-top: -1px;
}

.dropdown_choice-2 {
  background-color: #dac3b1;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice-2:hover {
  background-color: #eeddcf;
}

.dropdown_choice-2.w--current {
  color: #143b3d;
  background-color: #eeddcf;
}

.field_wrapper {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  flex-flow: column;
  display: flex;
}

.form_label-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.stylesheet-3 {
  display: none;
}

.heading-medium-3 {
  font-size: 2rem;
  line-height: 1.2;
}

.heading-medium-3.serif {
  font-family: libre-bodoni, sans-serif;
}

.form_field-3 {
  z-index: 1;
  background-color: var(--teatro-luxury-apartments-landing-page---palette--offwhite-2);
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  border: 1px solid #bd723480;
  border-radius: 0;
  width: 100%;
  min-height: 50px;
  margin-bottom: 16px;
  font-weight: 500;
  position: relative;
}

.form_field-3:focus-visible, .form_field-3[data-wf-focus-visible] {
  border-color: #bd723480;
}

.form_field-3::placeholder {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.form_field-3.message {
  z-index: 0;
  border-style: solid;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
  padding: 10px;
  position: relative;
}

.form_field-3.capitalize {
  text-transform: capitalize;
}

.form_field-3.capitalize::placeholder {
  text-transform: none;
}

.form-3 {
  grid-column-gap: 20px;
  color: var(--teatro-luxury-apartments-landing-page---palette--grey);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_link-3 {
  color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
}

.checkbox_txt-3 {
  font-size: 11px;
  line-height: 1.4;
}

.form_wrap-3 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 700px;
  max-width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.button_primary-3 {
  border: 1px solid var(--teatro-luxury-apartments-landing-page---palette--black);
  background-color: var(--teatro-luxury-apartments-landing-page---palette--black);
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
  text-transform: uppercase;
  padding: 16px 40px;
  font-size: .85rem;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.button_primary-3:hover {
  color: var(--teatro-luxury-apartments-landing-page---palette--black);
  background-color: #0000;
}

.button_primary-3.submit {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  border-style: none;
  min-width: 200px;
  margin-top: 16px;
  font-size: .9rem;
}

.button_primary-3.submit:hover {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--aregean-blue);
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
}

.form_component-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-none-3 {
  display: none;
}

.policy-flag-3 {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.txt_wrap-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.par-large-3 {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  max-width: 700px;
}

.policy-flags-3 {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

.icon-embed-xxsmall-9 {
  color: var(--teatro-luxury-apartments-landing-page---palette--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.div-block-20 {
  background-color: var(--teatro-luxury-apartments-landing-page---palette--bronze);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.dropdown_close-3 {
  z-index: 1;
  color: #0a0a0a96;
  width: 100%;
  padding: 10px;
  font-size: 15px;
}

.dropdown_list-3 {
  z-index: 3;
  font-weight: 400;
}

.dropdown_list-3.w--open {
  background-color: #fff;
  border-bottom: 1px solid #8a8a8a66;
  border-left: 1px solid #8a8a8a66;
  border-right: 1px solid #8a8a8a66;
  margin-top: -1px;
}

.dropdown_choice-3 {
  background-color: #dac3b1;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice-3:hover {
  background-color: #eeddcf;
}

.dropdown_choice-3.w--current {
  color: #143b3d;
  background-color: #eeddcf;
}

.field_wrapper-2 {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  flex-flow: column;
  display: flex;
}

.form_label-3 {
  color: var(--teatro-luxury-apartments-landing-page---palette--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.stylesheet-4 {
  display: none;
}

.div-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.opening-soon {
  background-color: var(--bronze-light);
  color: var(--white);
  letter-spacing: .5px;
  height: 26px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.opening-soon.is-absolute {
  background-color: var(--white);
  color: var(--bronze);
  height: auto;
  font-size: 18px;
  position: absolute;
  inset: 2vw 2vw auto auto;
  box-shadow: 2px 2px 5px 3px #0003;
}

.opening-soon.is-absolute:where(.w-variant-a2993dd6-4168-e330-7299-bfa8a1395a16), .opening-soon.is-absolute.positions-sx {
  left: 2vw;
  right: auto;
}

.text-spaces {
  height: 26px;
}

@media screen and (max-width: 991px) {
  .teatro-luxury-apartments-landing-page--section {
    padding: 60px;
  }

  .teatro-luxury-apartments-landing-page--section.teatro-luxury-apartments-landing-page--is-tipologici {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .teatro-luxury-apartments-landing-page--heading-medium.teatro-luxury-apartments-landing-page--taglio {
    font-size: 1.7rem;
  }

  .teatro-luxury-apartments-landing-page--container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .teatro-luxury-apartments-landing-page--container.teatro-luxury-apartments-landing-page--slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .teatro-luxury-apartments-landing-page--container.teatro-luxury-apartments-landing-page--slider.teatro-luxury-apartments-landing-page--is-flex {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-right: 60px;
    overflow: auto;
  }

  .teatro-luxury-apartments-landing-page--button_wrap {
    align-self: auto;
  }

  .teatro-luxury-apartments-landing-page--slide_tile_img_wrap {
    flex: none;
  }

  .teatro-luxury-apartments-landing-page--slide_tile_txt_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .teatro-luxury-apartments-landing-page--slide_wrap_tiles {
    flex: 0 auto;
    min-width: 300px;
    height: auto;
    max-height: none;
  }

  .teatro-luxury-apartments-landing-page--footer_column {
    grid-row-gap: 10px;
    order: 3;
  }

  .teatro-luxury-apartments-landing-page--footer_column.teatro-luxury-apartments-landing-page--logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: 1;
    width: 100%;
  }

  .teatro-luxury-apartments-landing-page--footer_column.teatro-luxury-apartments-landing-page--explore {
    order: 2;
  }

  .teatro-luxury-apartments-landing-page--footer_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .teatro-luxury-apartments-landing-page--footer_component {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teatro-luxury-apartments-landing-page--tecma_txt {
    width: 100%;
  }

  .teatro-luxury-apartments-landing-page--div-block-10 {
    justify-content: center;
    align-items: flex-start;
  }

  .teatro-luxury-apartments-landing-page--form_field {
    line-height: 20px;
  }

  .teatro-luxury-apartments-landing-page--form_wrap {
    width: 100%;
    max-width: none;
  }

  .teatro-luxury-apartments-landing-page--form_component {
    flex-direction: column;
  }

  body {
    --offwhite-2: #fdfcfa;
    --text: #646363;
    --black: black;
    --bronze-light: #d19b6e;
    --offwhite: #f4f1e9;
    --bronze: #bd7234;
    --white: white;
    --padd-y: 60px;
    --padd-x: 7vw;
    --aegean-blue: #263746;
    --half-padd-x: 3.5vw;
    --cta\<deleted\|variable-ffe68e0c\>: #c5c5c5;
    --offwhite-3: #f8f6f1;
  }

  .form_field {
    line-height: 20px;
  }

  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 27px;
  }

  .header_component {
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_logo_wrap {
    z-index: 3;
  }

  .nav_link_wrap.first {
    margin-top: auto;
  }

  .nav_link_wrap.last {
    margin-bottom: auto;
  }

  .nav_link_line {
    background-color: var(--bronze);
  }

  .nav_link_line.w--current {
    background-color: var(--bronze);
    display: flex;
  }

  .section {
    padding: 60px;
  }

  .section.nav-page {
    padding-top: 140px;
  }

  .section.is-tipologici {
    padding-right: 0;
  }

  .container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .container.header_home {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .card-big_mask {
    flex: none;
    align-self: stretch;
  }

  .card-big_txt {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .half_txt {
    width: 100%;
  }

  .image-cover.position-right {
    object-position: 80% 50%;
  }

  .button_wrap {
    align-self: auto;
  }

  .form_wrap {
    width: 100%;
    max-width: none;
  }

  .footer_column {
    grid-row-gap: 10px;
    order: 3;
  }

  .footer_column.logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: 1;
    width: 100%;
  }

  .footer_column.explore {
    order: 2;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .nav_link {
    letter-spacing: 0;
    border-bottom: 1px #000;
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 1rem;
    font-weight: 700;
  }

  .nav_link.w--current {
    border-bottom-style: none;
  }

  .button_primary:hover {
    color: var(--aegean-blue);
  }

  .form_component {
    flex-direction: column;
  }

  .x_wrap {
    background-color: #0000;
    width: 60px;
    height: 60px;
  }

  .x_asta {
    background-color: var(--white);
  }

  .fixed_flags {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    top: 110px;
    right: 0;
  }

  .footer_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .nav_links {
    z-index: 2;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .flag_icon_wrap {
    color: var(--white);
  }

  .flag_txt_wrap {
    width: 0;
  }

  .nav_hamburger {
    z-index: 3;
    filter: invert();
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .nav_lottie {
    flex: none;
  }

  .slide_img_wrap {
    flex: none;
    height: 200px;
  }

  .footer_component {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .button_component.is-bookingwidget-01 {
    background-color: var(--white);
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .popup-area_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-area_container {
    flex-direction: column;
    position: static;
  }

  .popup-area_box {
    flex: none;
    position: static;
  }

  .popup-area_box.iscriviti {
    margin-top: 60px;
    margin-left: 0;
  }

  .full_img {
    max-height: 60vw;
  }

  .tecma_txt {
    width: 100%;
  }

  .moodboard {
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
  }

  .moodboard._w-space {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 400px;
  }

  .accordion_img_wrap {
    height: 30vw;
  }

  .download_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
  }

  .download_column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .download_img {
    flex: none;
    align-self: auto;
    width: 100%;
  }

  .download_wrap {
    height: auto;
  }

  .nav_logo {
    background-position: 0%;
  }

  .nav_logo.positive, .nav_logo.negative {
    background-position: 0 0;
  }

  .card-big_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .note-legali {
    max-width: 100%;
    margin-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide_img.position-right {
    object-position: 100% 50%;
  }

  .tiles_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tiles_wrapper.no-gap {
    flex-flow: row;
  }

  .scroll_button {
    align-self: flex-start;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-start;
  }

  .bg_absolute.is {
    height: 30vh;
    min-height: 350px;
  }

  .slider-servizi_wrapper {
    width: 100%;
  }

  .splide__list {
    padding-left: 0;
  }

  .splide__slide {
    flex: none;
    width: 50%;
  }

  .text-wrap {
    height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab_tipologici {
    margin-top: auto;
    margin-bottom: auto;
  }

  .distanze {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .tab_distanze {
    grid-row-gap: 6px;
    grid-template-columns: 1fr 40px 90px;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .tile-affitto-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .tile-affitto-2.is-empty.is-large {
    width: 100%;
  }

  .tile-affitto-2.full-2 {
    padding-bottom: 0;
  }

  .slide_tile_img_wrap {
    flex: none;
  }

  .slide_wrap_tiles {
    flex: 0 auto;
    height: auto;
    max-height: none;
  }

  .treatments_menu {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 100%;
    max-width: none;
  }

  .otherservices_content {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
  }

  .section-2 {
    padding: 60px;
  }

  .serv_focus, .serv_focus.is_rest {
    text-align: left;
  }

  .bookingwidget-01 {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .bookingwidget-01_fixed {
    flex-flow: column;
    max-height: 100vh;
    display: flex;
    overflow: visible;
  }

  .bookingwidget-01_close {
    z-index: 1000;
    color: var(--aegean-blue);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .flag_language-wrap01 {
    color: #fff;
  }

  .section-3 {
    padding: 60px;
  }

  .container-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .container-2.slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .container-2.slider._3-cols {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .container-2.slider.is-flex {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-right: 60px;
    display: flex;
    overflow: auto;
  }

  .icon-embed-xxsmall-4 {
    color: var(--white);
  }

  .nota {
    font-size: 12px;
  }

  .popup_component {
    padding: 40px;
  }

  .popup_box-area {
    flex: none;
    position: static;
  }

  .popup_box-area.is-iscriviti {
    margin-top: 60px;
    margin-left: 0;
  }

  .popup_x-area {
    background-color: #fff0;
  }

  .popup_x-area:hover {
    background-color: #ffffff1a;
  }

  .popup_container-area {
    flex-direction: column;
    position: static;
  }

  .nav_link_wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav_link_wrapper-2.int-submenu {
    padding-bottom: 0;
  }

  .istruzioni-booking.tablet-hide {
    text-align: center;
    align-self: center;
    margin-top: 30px;
    display: none;
  }

  .bookingwidget_hero {
    display: none;
  }

  .nav_buttons {
    z-index: 4;
    width: 100%;
  }

  .x_wrap-2 {
    background-color: #0000;
    width: 60px;
    height: 60px;
  }

  .nav-button-wrap {
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 40px;
    right: 100px;
  }

  .div-block-18 {
    width: 100%;
  }

  .form_field-2 {
    line-height: 20px;
  }

  .form_wrap-2 {
    width: 100%;
    max-width: none;
  }

  .form_component-2 {
    flex-direction: column;
  }

  .form_field-3 {
    line-height: 20px;
  }

  .form_wrap-3 {
    width: 100%;
    max-width: none;
  }

  .form_component-3 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .teatro-luxury-apartments-landing-page--section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .teatro-luxury-apartments-landing-page--heading-medium.teatro-luxury-apartments-landing-page--taglio {
    width: auto;
  }

  .teatro-luxury-apartments-landing-page--container.teatro-luxury-apartments-landing-page--slider {
    flex-flow: column;
    display: flex;
  }

  .teatro-luxury-apartments-landing-page--slide_tile_img_wrap {
    height: 100%;
  }

  .teatro-luxury-apartments-landing-page--slide_tile_txt_wrap {
    min-height: 230px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .teatro-luxury-apartments-landing-page--footer_wrap {
    grid-column-gap: 32px;
  }

  .teatro-luxury-apartments-landing-page--footer_component {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .teatro-luxury-apartments-landing-page--footer_component:where(.w-variant-d0e6a2c3-01b3-7f63-ff82-2154584cd734) {
    padding-bottom: 200px;
  }

  .teatro-luxury-apartments-landing-page--form_field {
    margin-bottom: 15px;
  }

  .teatro-luxury-apartments-landing-page--form_component {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  body {
    --offwhite-2: #fdfcfa;
    --text: #646363;
    --black: black;
    --bronze-light: #d19b6e;
    --offwhite: #f4f1e9;
    --bronze: #bd7234;
    --white: white;
    --padd-y: 40px;
    --padd-x: 7vw;
    --aegean-blue: #263746;
    --half-padd-x: 3.5vw;
    --cta\<deleted\|variable-ffe68e0c\>: #c5c5c5;
    --offwhite-3: #f8f6f1;
  }

  h1 {
    font-size: 2.4rem;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .nav_component {
    background-color: var(--white);
  }

  .header_component {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: var(--offwhite);
    color: var(--black);
    flex-direction: column-reverse;
    height: auto;
    padding: 80px 0 60px;
  }

  .header_component.technical {
    color: var(--white);
    flex-flow: column;
  }

  .nav_logo_wrap {
    width: 200px;
    height: 70px;
  }

  .nav_link_line {
    display: none;
  }

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

  .section.bg_light_giglio_left {
    background-image: linear-gradient(#f4f1e9f2, #f4f1e9f2), url('../images/giglio_bronzo.svg');
    background-position: 0 0, -200%;
  }

  .heading-large {
    font-size: 2rem;
  }

  .container.header_home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container.margin-up {
    margin-top: 60px;
  }

  .container.is_half {
    display: flex;
  }

  .container.is_half.reverse {
    flex-flow: column-reverse;
  }

  .container.slider {
    flex-flow: column;
    display: flex;
  }

  .card-big_item {
    flex-direction: column;
  }

  .card-big_mask {
    width: 100%;
    height: 56vw;
  }

  .card-big_txt {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .half_img.is_service {
    aspect-ratio: 16 / 9;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .nav_link {
    color: var(--black);
  }

  .nav_link.w--current {
    border-bottom-color: var(--black);
    padding-bottom: 6px;
  }

  .grid_img_wrap.exclude-landscape {
    display: none;
  }

  .form_component {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .header_img {
    flex: none;
    width: 100%;
    height: 80vw;
    position: static;
  }

  .header_img.home {
    position: relative;
  }

  .header_img.is-pag {
    height: 100vw;
    min-height: 400px;
    position: relative;
    overflow: hidden;
  }

  .hero_container {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.2rem;
  }

  .fixed_flags {
    top: 150px;
    right: 0;
  }

  .footer_wrap {
    grid-column-gap: 32px;
  }

  .nav_links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fffc;
  }

  .flag_component {
    top: 28px;
  }

  .nav_hamburger {
    filter: none;
    width: 40px;
    height: 40px;
  }

  .footer_component {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .style_container, .style_elements {
    padding: 1.75rem;
  }

  .popup-area_box.iscriviti {
    margin-top: 40px;
  }

  .video_icon_wrap {
    border-color: var(--text);
    width: 40px;
    height: 40px;
  }

  .heading_hero {
    color: var(--text);
    font-size: 1.8rem;
  }

  .moodboard {
    grid-template-columns: 1fr 1fr;
    height: 150vw;
    max-height: none;
  }

  .moodboard._w-space {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1.75fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .accordion_img_wrap {
    height: 44vw;
  }

  .lightbox_slide {
    margin-right: 10px;
  }

  .nav_logo.positive {
    opacity: 1;
  }

  .nav_logo.negative {
    display: none;
  }

  .card-big_wrap {
    flex-direction: column;
    align-self: stretch;
  }

  .icon-embed-xxsmall {
    color: var(--bronze);
  }

  .tiles_wrapper {
    flex-flow: column;
    display: flex;
  }

  .tiles_wrapper.no-gap {
    flex-flow: column;
  }

  .scroll_button {
    grid-column-gap: 10px;
    align-self: auto;
    margin-top: 20px;
  }

  .text-block {
    color: var(--text);
  }

  .bg_absolute.is {
    height: 30vh;
    min-height: 220px;
  }

  .splide__slide {
    width: 50%;
  }

  .text-wrap {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-wrap.is-technical {
    max-width: 90%;
  }

  .modal_tipologici {
    padding-top: 90px;
    padding-bottom: var(--padd-y);
  }

  .info_tipologici {
    flex-flow: column;
    display: flex;
  }

  .tab_link_tipologici {
    padding-left: 10px;
    padding-right: 10px;
  }

  .distanze_wrapper {
    padding: var(--padd-x);
  }

  .tab_title {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .div-block-14.full-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tile-affitto-2 {
    width: 100%;
  }

  .slide_tile_img_wrap {
    height: 100%;
  }

  .treatments_menu {
    width: 100%;
    max-width: none;
  }

  .serv_menu_link {
    font-size: 25px;
  }

  .serv_menu_link.is_spa {
    max-width: none;
  }

  .otherservices_focus_wrapper {
    min-height: 150px;
  }

  .otherservices_content {
    flex-flow: wrap;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .serv_focus {
    text-align: left;
  }

  .slide_txt__wrap-2 {
    padding-bottom: 0;
  }

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

  .bookingwidget-01_close {
    justify-content: center;
    align-items: center;
  }

  .flag_component_language {
    top: 28px;
  }

  .section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.slider {
    flex-flow: column;
    display: flex;
  }

  .popup_component {
    padding: 20px;
  }

  .popup_box-area.is-accedi {
    width: 100%;
    min-width: auto;
  }

  .popup_box-area.is-iscriviti {
    width: 100%;
    min-width: auto;
    margin-top: 0;
  }

  .button-technical_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .nav_buttons {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .nav_buttons.negative {
    background-color: var(--bronze);
    color: var(--white);
    text-align: center;
    width: auto;
  }

  .nav_buttons.negative:hover {
    border-color: var(--bronze);
    background-color: var(--white);
    color: var(--bronze);
  }

  .buttons-wrap {
    background-color: var(--white);
  }

  .nav-button-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 40px;
    top: 38px;
    right: 80px;
  }

  .icon-embed-xxsmall-6 {
    display: none;
  }

  .icon-embed-xxsmall-7 {
    width: auto;
    height: auto;
    display: block;
  }

  .mobile_display-none {
    display: none;
  }

  .form_field-2 {
    margin-bottom: 15px;
  }

  .form_component-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .form_field-3 {
    margin-bottom: 15px;
  }

  .form_component-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .opening-soon.is-absolute {
    left: var(--padd-x);
    top: auto;
    right: auto;
    bottom: var(--padd-x);
  }
}

@media screen and (max-width: 479px) {
  .teatro-luxury-apartments-landing-page--section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teatro-luxury-apartments-landing-page--heading-medium {
    font-size: 1.8rem;
  }

  .teatro-luxury-apartments-landing-page--heading-medium.teatro-luxury-apartments-landing-page--taglio {
    width: 100%;
  }

  .teatro-luxury-apartments-landing-page--container.teatro-luxury-apartments-landing-page--slider {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .teatro-luxury-apartments-landing-page--container.teatro-luxury-apartments-landing-page--slider.teatro-luxury-apartments-landing-page--is-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .teatro-luxury-apartments-landing-page--button_secondary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teatro-luxury-apartments-landing-page--slide_tile_img_wrap {
    aspect-ratio: auto;
  }

  .teatro-luxury-apartments-landing-page--slide_tile_txt_wrap {
    min-height: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .teatro-luxury-apartments-landing-page--sup_icon {
    top: 40px;
  }

  .teatro-luxury-apartments-landing-page--note_txt {
    font-size: .9em;
  }

  .teatro-luxury-apartments-landing-page--footer_link {
    font-size: .6rem;
  }

  .teatro-luxury-apartments-landing-page--footer_column, .teatro-luxury-apartments-landing-page--footer_column.teatro-luxury-apartments-landing-page--logo, .teatro-luxury-apartments-landing-page--footer_column.teatro-luxury-apartments-landing-page--explore {
    order: 0;
  }

  .teatro-luxury-apartments-landing-page--footer_wrap {
    flex-direction: column;
  }

  .teatro-luxury-apartments-landing-page--footer_component {
    padding: 60px 20px 20px;
  }

  .teatro-luxury-apartments-landing-page--footer_component:where(.w-variant-d0e6a2c3-01b3-7f63-ff82-2154584cd734) {
    padding-bottom: 200px;
  }

  .teatro-luxury-apartments-landing-page--form {
    grid-template-columns: 1fr;
  }

  .teatro-luxury-apartments-landing-page--button_primary.teatro-luxury-apartments-landing-page--submit {
    margin-top: 20px;
  }

  h1 {
    font-size: 2.1rem;
  }

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

  .footer_link {
    font-size: .6rem;
  }

  .nav_component {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_logo_wrap {
    width: 180px;
    height: 60px;
  }

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

  .heading-large, .heading-medium {
    font-size: 1.8rem;
  }

  .container.slider {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .card-big_txt {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_column, .footer_column.logo, .footer_column.explore {
    order: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .button_primary.submit {
    margin-top: 20px;
  }

  .header_img {
    min-height: 40vh;
  }

  .header_img.is-pag {
    min-height: 450px;
  }

  .hero_container {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1rem;
  }

  .fixed_flags {
    right: 0;
  }

  .footer_wrap {
    flex-direction: column;
  }

  .flag_component {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .slide_img_wrap {
    aspect-ratio: auto;
  }

  .footer_component {
    padding: 60px 20px 20px;
  }

  .style_container, .style_elements {
    border-style: none;
    padding: 0;
  }

  .style_header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .popup-area_wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .popup-area_box.iscriviti {
    margin-top: 20px;
  }

  .popup-area_box.accedi {
    align-self: stretch;
    max-width: none;
  }

  .area_row {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .h2-intro {
    margin-top: 0;
    font-size: 1.3rem;
  }

  .full_img {
    max-height: none;
  }

  .heading_hero {
    font-size: 1.6rem;
  }

  .download_component {
    padding: 0 20px 40px;
  }

  .download_column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .download_img {
    order: -1;
    align-self: stretch;
    width: auto;
    height: 70vw;
    margin-left: -20px;
    margin-right: -20px;
  }

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

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

  .note_txt {
    font-size: .9em;
  }

  .slide_txt {
    width: 90%;
  }

  .slide_txt.margin-bot.full-9 {
    font-size: 14px;
  }

  .slide_img {
    height: auto;
  }

  .scroll_button {
    margin-top: 0;
  }

  .bg_absolute.is {
    height: 50vw;
    min-height: 130px;
  }

  .slider-servizi_wrapper {
    width: 100%;
  }

  .splide__list {
    padding-left: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .text-wrap {
    padding-top: 30px;
  }

  .arrow_slider {
    width: 30px;
    height: 30px;
  }

  .sup_icon {
    top: 40px;
  }

  .map_wrapper {
    aspect-ratio: 1;
  }

  .tab_distanze {
    grid-column-gap: 15px;
    grid-template-columns: minmax(150px, 1fr) 25px 75px;
  }

  .icon_dist {
    max-height: 20px;
  }

  .tab_title {
    display: none;
  }

  .icon-arrow {
    margin-left: -5px;
    margin-right: 0;
    transform: scale(.5);
  }

  .slide_divisore-2 {
    flex: none;
  }

  .tile-affitto-2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slide_nome-2.mobile-max-w {
    max-width: 90%;
  }

  .slide_tile_img_wrap {
    aspect-ratio: auto;
  }

  .treatments_menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .otherservices_focus_wrapper {
    min-height: 200px;
  }

  .otherservices_content {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

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

  .slide_txt__wrap-2 {
    justify-content: flex-start;
    height: auto;
    min-height: 250px;
  }

  .slide_divisore-3 {
    flex: none;
  }

  .bookingwidget-01_fixed {
    z-index: 30;
  }

  .flag_component_language {
    top: auto;
    bottom: 0;
    left: 0;
  }

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

  .container-2.slider {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

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

  .popup_box-area.is-iscriviti {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.is-icon {
    font-size: 12px;
  }

  .div-block-17 {
    font-size: 14px;
  }

  .nav_buttons {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .nav_buttons.negative {
    background-color: var(--bronze);
    color: var(--white);
    width: auto;
  }

  .nav_buttons.negative:hover {
    background-color: var(--white);
    color: var(--bronze);
  }

  .buttons-wrap {
    position: absolute;
    top: 60px;
    right: 0;
  }

  .nav-button-wrap {
    width: 40px;
    height: 40px;
    top: 31px;
    right: 60px;
  }

  .icon-embed-xxsmall-7 {
    width: auto;
    height: auto;
    display: block;
  }

  .text-block-4, .mobile_display-none {
    display: none;
  }

  .heading-medium-2 {
    font-size: 1.8rem;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .button_primary-2.submit {
    margin-top: 20px;
  }

  .heading-medium-3 {
    font-size: 1.8rem;
  }

  .form-3 {
    grid-template-columns: 1fr;
  }

  .button_primary-3.submit {
    margin-top: 20px;
  }
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f0-4b9be268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f4-4b9be268 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f6-4b9be268, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905e8-4b4905c8, #field.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905f1-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905f4-4b4905c8, #customField_durata.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905fd-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b490600-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b490604-4b4905c8, #policyFlagsContainer.w-node-d07baa7e-5363-c8e2-1a24-78ae4b490606-4b4905c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d07baa7e-5363-c8e2-1a24-78ae4b490607-4b4905c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d07baa7e-5363-c8e2-1a24-78ae4b490609-4b4905c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_42349cec-3beb-2932-8f75-8b0341df2f7a-41df2f5a, #field.w-node-_42349cec-3beb-2932-8f75-8b0341df2f83-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f86-41df2f5a, #customField_durata.w-node-_42349cec-3beb-2932-8f75-8b0341df2f8f-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f92-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f96-41df2f5a, #policyFlagsContainer.w-node-_42349cec-3beb-2932-8f75-8b0341df2f98-41df2f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42349cec-3beb-2932-8f75-8b0341df2f99-41df2f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_42349cec-3beb-2932-8f75-8b0341df2f9b-41df2f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c840-4b9be2ca, #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c842-4b9be2ca, #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c849-4b9be2ca, #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c84e-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c853-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#btn-form.w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c855-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6943c723-2393-4d37-676a-ec068bcff6d5-4b9be2ca, #w-node-_6943c723-2393-4d37-676a-ec068bcff6d7-4b9be2ca, #w-node-_6943c723-2393-4d37-676a-ec068bcff6de-4b9be2ca, #w-node-_6943c723-2393-4d37-676a-ec068bcff6e3-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6943c723-2393-4d37-676a-ec068bcff6e8-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#btn-form1.w-node-_6943c723-2393-4d37-676a-ec068bcff6ea-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-ded8157a-4d26-c601-ccfa-4fff4571779b-4b9be2ca, #w-node-ded8157a-4d26-c601-ccfa-4fff4571779d-4b9be2ca, #w-node-ded8157a-4d26-c601-ccfa-4fff457177a4-4b9be2ca, #w-node-ded8157a-4d26-c601-ccfa-4fff457177a9-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ded8157a-4d26-c601-ccfa-4fff457177ae-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#btn-form2.w-node-ded8157a-4d26-c601-ccfa-4fff457177b0-4b9be2ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c507c20d-a35c-8943-e7f7-d1c7640df9f7-4b9be2ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#btn-form1.w-node-db76b314-7b5d-a6d6-783a-ec4465ce9412-4b9be2ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da795edf-163e-e298-b8fd-1e52442b14be-4b9be2ce, #w-node-_93a4f95b-575f-f860-cead-da5012078548-4b9be2ce, #w-node-b852fefb-80f4-8c5a-1833-d3cb023cde01-4b9be2ce, #w-node-_782a28b0-cf7b-b9f4-7af3-470c9c16aad9-4b9be2ce, #w-node-a886372d-b1a8-19b1-0dec-0f3cc258fa95-4b9be2ce, #w-node-_4bca9eee-4d81-403f-506f-e6e79c561651-4b9be2ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be0bc4b-e640-c828-aceb-77d65276c089-e2a0132f, #w-node-_11531f86-07c0-7d11-5706-7dec48190961-e2a0132f, #w-node-_091eba86-2ddf-1600-6969-3f196cac0528-e2a0132f, #w-node-e902e78b-f8d0-90c0-bd4e-dc87b562cbd6-e2a0132f, #w-node-c79f804d-8d5f-277a-288b-75a923d10fda-e2a0132f, #w-node-cf8ec0bb-893a-e5c7-a685-54e7f0175d1a-e2a0132f, #w-node-f3afa05a-806f-e997-caa2-ec5402c374df-e2a0132f, #w-node-f3afa05a-806f-e997-caa2-ec5402c374e4-e2a0132f, #w-node-f3afa05a-806f-e997-caa2-ec5402c374e9-e2a0132f, #w-node-f3afa05a-806f-e997-caa2-ec5402c374ee-e2a0132f, #w-node-f3afa05a-806f-e997-caa2-ec5402c374f3-e2a0132f, #w-node-f3afa05a-806f-e997-caa2-ec5402c374f8-e2a0132f {
  justify-self: end;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f0-4e49c500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f4-4e49c500 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f6-4e49c500 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f0-69a558f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f4-69a558f1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6900e750-c1ad-253b-aa81-66063ae426f6-69a558f1, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d50d-f9e4d4ed, #field.w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d516-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d519-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d525-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d529-f9e4d4ed, #policyFlagsContainer.w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d52b-f9e4d4ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d52c-f9e4d4ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d52e-f9e4d4ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_0be0bc4b-e640-c828-aceb-77d65276c089-2a8aaaf6, #w-node-_11531f86-07c0-7d11-5706-7dec48190961-2a8aaaf6, #w-node-_091eba86-2ddf-1600-6969-3f196cac0528-2a8aaaf6, #w-node-e902e78b-f8d0-90c0-bd4e-dc87b562cbd6-2a8aaaf6, #w-node-c79f804d-8d5f-277a-288b-75a923d10fda-2a8aaaf6, #w-node-cf8ec0bb-893a-e5c7-a685-54e7f0175d1a-2a8aaaf6, #w-node-f3afa05a-806f-e997-caa2-ec5402c374df-2a8aaaf6, #w-node-f3afa05a-806f-e997-caa2-ec5402c374e4-2a8aaaf6, #w-node-f3afa05a-806f-e997-caa2-ec5402c374e9-2a8aaaf6, #w-node-f3afa05a-806f-e997-caa2-ec5402c374ee-2a8aaaf6, #w-node-f3afa05a-806f-e997-caa2-ec5402c374f3-2a8aaaf6, #w-node-f3afa05a-806f-e997-caa2-ec5402c374f8-2a8aaaf6 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #field.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905f1-4b4905c8, #customField_durata.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905fd-4b4905c8, #field.w-node-_42349cec-3beb-2932-8f75-8b0341df2f83-41df2f5a, #customField_durata.w-node-_42349cec-3beb-2932-8f75-8b0341df2f8f-41df2f5a, #w-node-_5b4fa654-a80a-ce72-caf9-6d30f6085452-4e49c500, #w-node-c22aeb17-3e94-4ecc-4837-be91133fb1d4-69a558f1, #field.w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d516-f9e4d4ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6900e750-c1ad-253b-aa81-66063ae426f4-4b9be268 {
    grid-row: span 1 / span 1;
  }

  #field.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905f1-4b4905c8, #customField_durata.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905fd-4b4905c8, #field.w-node-_42349cec-3beb-2932-8f75-8b0341df2f83-41df2f5a, #customField_durata.w-node-_42349cec-3beb-2932-8f75-8b0341df2f8f-41df2f5a {
    grid-column: span 2 / span 2;
  }

  #w-node-_6900e750-c1ad-253b-aa81-66063ae426f4-4e49c500, #w-node-_6900e750-c1ad-253b-aa81-66063ae426f4-69a558f1 {
    grid-row: span 1 / span 1;
  }

  #field.w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d516-f9e4d4ed {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905d8-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905dc-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905e0-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905e4-4b4905c8, #field.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905f1-4b4905c8, #customField_durata.w-node-d07baa7e-5363-c8e2-1a24-78ae4b4905fd-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b490600-4b4905c8, #w-node-d07baa7e-5363-c8e2-1a24-78ae4b490604-4b4905c8, #policyFlagsContainer.w-node-d07baa7e-5363-c8e2-1a24-78ae4b490606-4b4905c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d07baa7e-5363-c8e2-1a24-78ae4b490607-4b4905c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d07baa7e-5363-c8e2-1a24-78ae4b490609-4b4905c8 {
    justify-self: start;
  }

  #w-node-_42349cec-3beb-2932-8f75-8b0341df2f6a-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f6e-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f72-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f76-41df2f5a, #field.w-node-_42349cec-3beb-2932-8f75-8b0341df2f83-41df2f5a, #customField_durata.w-node-_42349cec-3beb-2932-8f75-8b0341df2f8f-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f92-41df2f5a, #w-node-_42349cec-3beb-2932-8f75-8b0341df2f96-41df2f5a, #policyFlagsContainer.w-node-_42349cec-3beb-2932-8f75-8b0341df2f98-41df2f5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42349cec-3beb-2932-8f75-8b0341df2f99-41df2f5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_42349cec-3beb-2932-8f75-8b0341df2f9b-41df2f5a {
    justify-self: start;
  }

  #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c840-4b9be2ca, #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c842-4b9be2ca, #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c849-4b9be2ca, #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c84e-4b9be2ca, #w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c853-4b9be2ca {
    grid-column: span 1 / span 1;
  }

  #btn-form.w-node-_64b2cb3b-fa09-fc4b-f2f0-dece4bd0c855-4b9be2ca {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_6943c723-2393-4d37-676a-ec068bcff6d5-4b9be2ca, #w-node-_6943c723-2393-4d37-676a-ec068bcff6d7-4b9be2ca, #w-node-_6943c723-2393-4d37-676a-ec068bcff6de-4b9be2ca, #w-node-_6943c723-2393-4d37-676a-ec068bcff6e3-4b9be2ca, #w-node-_6943c723-2393-4d37-676a-ec068bcff6e8-4b9be2ca {
    grid-column: span 1 / span 1;
  }

  #btn-form1.w-node-_6943c723-2393-4d37-676a-ec068bcff6ea-4b9be2ca {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-ded8157a-4d26-c601-ccfa-4fff4571779b-4b9be2ca, #w-node-ded8157a-4d26-c601-ccfa-4fff4571779d-4b9be2ca, #w-node-ded8157a-4d26-c601-ccfa-4fff457177a4-4b9be2ca, #w-node-ded8157a-4d26-c601-ccfa-4fff457177a9-4b9be2ca, #w-node-ded8157a-4d26-c601-ccfa-4fff457177ae-4b9be2ca {
    grid-column: span 1 / span 1;
  }

  #btn-form2.w-node-ded8157a-4d26-c601-ccfa-4fff457177b0-4b9be2ca {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #btn-form1.w-node-db76b314-7b5d-a6d6-783a-ec4465ce9412-4b9be2ce {
    grid-column: span 1 / span 1;
  }

  #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d4fd-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d501-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d505-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d509-f9e4d4ed, #field.w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d516-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d525-f9e4d4ed, #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d529-f9e4d4ed, #policyFlagsContainer.w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d52b-f9e4d4ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d52c-f9e4d4ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_41cb599a-7b8f-7246-dbe8-e5edf9e4d52e-f9e4d4ed {
    justify-self: start;
  }
}


