@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-RegularItalic.otf') format("opentype"), url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --palette--canvas: #fdfbfa;
  --font--sans-serif: acumin-pro-semi-condensed, sans-serif;
  --palette--black: #3b3733;
  --padding--padding-small: 1.5rem;
  --padding--padding-medium: 2rem;
  --palette--secondary: var(--palette--primary);
  --palette--accent-acqua: #a1d0d1;
  --palette--primary: #f6eee2;
  --palette--accent-blue: #4c4395;
  --palette--accent-red: #ea5154;
  --gap--gap-medium: 2rem;
  --gap--gap-large: 4rem;
  --gap--gap-small: 1.5rem;
  --padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>: 40px;
  --padding--padding-large: 6rem;
  --hover--hover-light: #0003;
  --padding--padding-navbar: 10px;
  --palette--tertiary: var(--palette--black);
  --font--serif: ador-hairline, sans-serif;
  --light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>: #e0e0e0;
  --_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>: #55bad4;
  --_base-collection-2---persian-green\<deleted\|variable-5e84f378-a47e-c3c1-111d-405523601e82\>: #00a68e;
  --_base-collection-2---green-blue\<deleted\|variable-f6ab602f-9f88-452a-fbdb-852054a760f9\>: #0f69b7;
  --palette--on-primary: #5b4dff;
  --hover--hover-medium: #00000080;
  --hover--hover-dark: #000000b3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--palette--canvas);
  font-family: var(--font--sans-serif);
  color: var(--palette--black);
  font-size: 14px;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

p {
  max-width: 500px;
  margin-top: var(--padding--padding-small);
  color: var(--palette--black);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

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

.todelete strong {
  font-weight: 800;
}

.form_component {
  width: 100%;
}

.footer_component {
  padding: var(--padding--padding-medium);
  background-color: var(--palette--black);
  letter-spacing: .2px;
  background-image: url('../images/Vitrum---Backround-Paper---V2_Clean.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--palette--secondary);
  background-color: var(--palette--secondary);
  color: var(--palette--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 3rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.button:hover {
  color: var(--palette--secondary);
  background-color: #fdfbfa00;
}

.button.is-icon {
  color: var(--palette--accent-acqua);
  text-transform: none;
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition-property: color;
}

.button.is-icon:hover {
  color: var(--palette--primary);
}

.button.gradient01 {
  background-color: var(--palette--canvas);
  background-image: linear-gradient(90deg, var(--palette--accent-blue), #a8a4c9);
  color: var(--palette--canvas);
  border-style: none;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.button.gradient01:where(.w-variant-00a9dc89-addc-aa27-a7c1-644be0333dea), .button.gradient01:where(.w-variant-8cc1b59a-b6f5-63d2-6b21-e6969be412eb) {
  display: none;
}

.button.gradient01:hover {
  background-color: var(--palette--accent-acqua);
  color: var(--palette--canvas);
}

.button.gradient02 {
  background-color: var(--palette--canvas);
  background-image: linear-gradient(90deg, var(--palette--accent-red), #f5b7b8);
  color: var(--palette--canvas);
  border-style: none;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.button.gradient02:where(.w-variant-00a9dc89-addc-aa27-a7c1-644be0333dea) {
  display: flex;
}

.button.gradient02:where(.w-variant-8cc1b59a-b6f5-63d2-6b21-e6969be412eb) {
  display: none;
}

.button.gradient02:hover {
  border-color: var(--palette--accent-acqua);
  background-color: var(--palette--accent-acqua);
  color: var(--palette--canvas);
}

.button.gradient03 {
  background-color: var(--palette--canvas);
  background-image: linear-gradient(90deg, var(--palette--accent-blue), #a8a4c9);
  color: var(--palette--canvas);
  border-style: none;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.button.gradient03:where(.w-variant-8cc1b59a-b6f5-63d2-6b21-e6969be412eb) {
  display: flex;
}

.button.gradient03:hover {
  border-color: var(--palette--accent-acqua);
  background-color: var(--palette--accent-acqua);
  color: var(--palette--canvas);
}

.button.is-submit {
  background-image: linear-gradient(90deg, var(--palette--accent-blue), #ea5154de 72%, #4c439559);
  color: var(--palette--primary);
  border-style: none;
  border-color: #000;
}

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

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container.is-contatti {
  z-index: 3;
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-direction: row;
  justify-content: center;
  max-width: 1300px;
  margin-bottom: 0;
}

.container.gap-40 {
  grid-column-gap: var(--gap--gap-large);
  grid-row-gap: var(--gap--gap-large);
  flex: 1;
  justify-content: center;
}

.container.is-technical {
  width: auto;
  padding: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>) var(--padding--padding-medium);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--palette--primary);
  text-align: center;
}

.container.is-large {
  max-width: 1300px;
}

.container.is-large.is-map {
  width: auto;
  max-width: 1300px;
  margin-top: var(--gap--gap-large);
  border: 3px solid var(--palette--accent-acqua);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section {
  padding: var(--padding--padding-large) var(--padding--padding-medium);
  position: relative;
}

.section.is-technical {
  align-items: flex-start;
  display: flex;
}

.section.background-color-primary {
  padding-top: var(--padding--padding-medium);
  padding-bottom: var(--padding--padding-medium);
  background-color: var(--palette--primary);
}

.section.is-atterraggio {
  background-image: url('../images/vitrum_pit_01-color.svg'), url('../images/Vitrum---Backround-Paper---V2_Architecture.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto 120vh, auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.background-color-dark-texture {
  background-image: url('../images/Vitrum---Backround-Paper---V2_Architecture.webp');
  background-position: 50%;
  background-size: cover;
}

.section.background-paper01 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.header_component {
  height: 100vh;
  min-height: 700px;
  color: var(--palette--canvas);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_container {
  z-index: 1;
  width: 50%;
  height: 100%;
  padding: var(--padding--padding-medium);
  background-color: var(--palette--primary);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.header_container.is-full {
  z-index: 4;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #f8f8f800;
  justify-content: center;
  width: 100%;
  display: flex;
}

.header_hover {
  z-index: 2;
  background-color: var(--hover--hover-light);
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header_hover.is-pattern {
  background-color: #0000;
  background-image: url('../images/vitrum_pit_01-opacity.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_image {
  z-index: 1;
  background-image: url('../images/placeholder-elegant.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 75vw;
  min-height: 120%;
  position: relative;
}

.header_image.is-full {
  filter: none;
  background-image: none;
  width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
}

.nav_component {
  z-index: 5;
  width: 100%;
  height: auto;
  padding: var(--padding--padding-navbar) var(--padding--padding-medium);
  grid-row-gap: 48px;
  background-color: var(--palette--secondary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.logo-wrapper {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 15rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.logo-wrapper.is-footer {
  height: auto;
}

.logo-wrapper.is-multiple {
  flex-flow: column;
}

.container_scroll-down {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 118px;
  margin-top: 40px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.linea {
  background-color: var(--palette--tertiary);
  width: 1px;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}

.dot_scroll {
  z-index: 2;
  background-color: var(--palette--tertiary);
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  left: auto;
  right: 4px;
}

.footer_wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer_row {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: 4px;
  color: var(--palette--canvas);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.footer_row.margin-bottom-10 {
  margin-bottom: 10px;
}

.footer_link {
  color: var(--palette--accent-acqua);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: #ea5154b3;
}

.footer_link.small {
  text-transform: capitalize;
  font-size: 12px;
  text-decoration: underline;
}

.footer_link.capitalize-none {
  text-transform: none;
}

.footer_link.capitalize-none.size-16 {
  color: var(--palette--secondary);
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 26px;
}

.footer_link.capitalize-none.size-16:hover {
  color: #ea5154b3;
}

.heading-medium {
  max-width: 750px;
  font-family: var(--font--serif);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

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

.heading-small {
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.partner_container {
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.partner_container.is-flex {
  grid-column-gap: var(--gap--gap-large);
  grid-row-gap: var(--gap--gap-large);
  flex-flow: wrap;
  align-items: stretch;
}

.partner_wrapper {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: var(--gap--gap-small);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text_footer {
  font-family: var(--font--serif);
  color: var(--palette--accent-acqua);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 17px;
}

.link-partner {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 80px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.link-partner.is-medium {
  width: 150px;
}

.form_wrapper {
  width: 100%;
  margin-bottom: 0;
}

.form_message {
  opacity: 0;
  background-color: #0000;
  padding: 0;
}

.form_container {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.form {
  width: 50%;
  height: 100%;
  padding: var(--padding--padding-medium);
  background-color: var(--palette--secondary);
  background-image: url('../images/Vitrum---Backround-Paper---V3_Nature.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-navbar {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  display: flex;
  overflow: clip;
}

.form_text {
  margin-bottom: 5px;
}

.button-wrap {
  margin-top: 2vw;
}

.form_link {
  color: var(--palette--accent-red);
  transition: color .35s;
}

.form_link:hover {
  color: #af3c3e;
}

.policyflagscontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.stylesheet {
  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: none;
  position: relative;
}

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

.display-none {
  display: none;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--palette--tertiary);
  width: 100%;
  font-family: var(--font--sans-serif);
  color: #686665;
  letter-spacing: .5px;
  background-color: #fff0;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 400;
}

.form_field:focus {
  border-bottom: 1px solid var(--palette--tertiary);
  color: #686665;
}

.form_field::placeholder {
  color: #686665;
}

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

.form_field.is-message {
  min-height: 100px;
}

.form_field_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}

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

.text_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text_container.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.contact_container {
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_wrapper {
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_wrapper.is-flex {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: var(--gap--gap-small);
  flex-flow: column;
}

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

.horizontal-line {
  background-color: var(--palette--primary);
  width: 100%;
  height: 1px;
}

.horizontal-line.is-gradient {
  background-image: url('../images/gradient-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3px;
}

.horizontal-line.is-gradient.is-abs {
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-line.is-gradient.is-spacer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pittogramma-wrapper {
  z-index: 4;
  background-color: var(--light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.header_image_wrap {
  z-index: 1;
  background-color: var(--light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>);
  width: 50%;
  height: 100%;
}

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

.gdpr {
  width: 100%;
}

.gdpr h1 {
  font-family: var(--font--serif);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.gdpr h2 {
  color: var(--palette--black);
  margin-top: 20px;
  font-weight: 700;
}

.gdpr h3 {
  color: var(--palette--black);
  font-size: 14px;
}

.gdpr p {
  max-width: none;
  margin-bottom: 10px;
  font-size: 14px;
}

.gdpr a {
  color: var(--palette--accent-red);
  transition: color .35s;
}

.gdpr a:hover {
  color: #e08788;
}

.gdpr ol {
  list-style-type: disc;
}

.dropdown_choice {
  border-bottom: 1px solid var(--hover--hover-light);
  color: var(--palette--black);
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: var(--palette--secondary);
}

.dropdown_choice.w--current {
  color: #3ea6a8;
}

.dropdown_close {
  color: #686665;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.dropdown_list {
  background-color: var(--palette--primary);
  color: var(--palette--black);
  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;
}

.section-2.cc-hero {
  min-height: 100vh;
  position: relative;
}

.main-container {
  max-width: 90rem;
  padding: 6rem;
}

.main-container.cc-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.gradient-canvas {
  position: absolute;
  inset: 0%;
}

.section_logo {
  color: #fff;
  display: flex;
}

.section_logo-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
}

.interactive-fluid-gradient_script {
  position: fixed;
}

.interactive-fluid-gradient_scripts {
  display: none;
}

.section-3.cc-hero {
  min-height: 100vh;
  position: relative;
}

.main-container-2 {
  max-width: 90rem;
  padding: 6rem;
}

.main-container-2.cc-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.gradient-canvas-2 {
  position: absolute;
  inset: 0%;
}

.section_logo-2 {
  color: #fff;
  display: flex;
}

.section_logo-wrapper-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
}

.interactive-fluid-gradient_script-2 {
  position: fixed;
}

.interactive-fluid-gradient_scripts-2 {
  display: none;
}

.header_background {
  background-color: var(--palette--accent-acqua);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.box_wrapper {
  z-index: 1;
  filter: blur(160px);
  min-width: 100%;
  min-height: 90vh;
  position: absolute;
  overflow: hidden;
}

.color-box {
  height: 80vh;
  position: absolute;
}

.color-box._01 {
  background-color: var(--palette--secondary);
  border-radius: 50%;
  width: 60vw;
  top: -25%;
  left: 1%;
}

.color-box._02 {
  background-color: var(--palette--accent-acqua);
  border-radius: 50%;
  width: 80vw;
  top: -25%;
  right: -10%;
}

.color-box._03 {
  background-color: var(--palette--accent-red);
  border-radius: 50%;
  width: 80vw;
  bottom: -39%;
  left: -4%;
}

.color-box._04 {
  background-color: var(--palette--accent-blue);
  border-radius: 50%;
  width: 80vw;
  bottom: -25%;
  right: -25%;
}

.header_background-2 {
  background-color: var(--_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.box_wrapper-2 {
  z-index: 1;
  filter: blur(160px);
  min-width: 100%;
  min-height: 90vh;
  position: absolute;
  overflow: hidden;
}

.color-box-2 {
  height: 80vh;
  position: absolute;
}

.color-box-2._01 {
  background-color: var(--_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>);
  border-radius: 50%;
  width: 60vw;
  top: -25%;
  left: 1%;
}

.color-box-2._02 {
  background-color: var(--_base-collection-2---persian-green\<deleted\|variable-5e84f378-a47e-c3c1-111d-405523601e82\>);
  border-radius: 50%;
  width: 80vw;
  top: -25%;
  right: -10%;
}

.color-box-2._03 {
  background-color: var(--_base-collection-2---green-blue\<deleted\|variable-f6ab602f-9f88-452a-fbdb-852054a760f9\>);
  border-radius: 50%;
  width: 80vw;
  bottom: -39%;
  left: -4%;
}

.color-box-2._04 {
  background-color: var(--_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>);
  border-radius: 50%;
  width: 80vw;
  bottom: -25%;
  right: -25%;
}

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

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

.form_info {
  grid-column-gap: var(--padding--padding-medium);
  grid-row-gap: var(--padding--padding-medium);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 0;
  display: flex;
}

.button-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient.is01 {
  background-color: #fdfbfa52;
  background-image: linear-gradient(272deg, #ea5154de, #4c439559);
  top: -3.3px;
  left: 3.3px;
  right: 0%;
}

.button-gradient.is02 {
  background-image: linear-gradient(272deg, var(--palette--accent-blue), #d8d4f873);
  top: -3.3px;
  left: 3.3px;
  right: 0%;
}

.button-gradient.is03 {
  background-image: linear-gradient(272deg, #7cb8b9, #dedfdf4a);
  top: -3.3px;
  left: 3.3px;
  right: 0%;
}

.button-text {
  z-index: 2;
  position: relative;
  bottom: 2.5px;
}

.footer-text {
  color: #fdfbfa96;
  letter-spacing: .8px;
  line-height: 18px;
}

.background-paper01 {
  background-image: url('../images/Vitrum---Backround-Paper---V3_Clean.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pittogramma_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  width: 100px;
  height: 75px;
  margin-bottom: 3rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.pittogram_item {
  object-fit: contain;
  width: 50px;
  position: static;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-map {
  background-color: var(--palette--accent-blue);
  background-image: linear-gradient(234deg, var(--palette--accent-blue), var(--palette--accent-red));
  color: #f7f2e8;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  inset: auto 20px 20px auto;
}

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

.button-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--palette--secondary);
  color: var(--palette--secondary);
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.button-border:where(.w-variant-4136c41b-f30d-b7e7-4d4a-6ae3ccbef4d1) {
  border-color: var(--palette--accent-acqua);
  color: var(--palette--accent-acqua);
}

.button-border:where(.w-variant-436a23cf-9b74-c293-beb6-b5b225f98053) {
  border-color: var(--palette--accent-red);
  color: var(--palette--accent-red);
}

.button-border:where(.w-variant-e734004a-5dc0-c85a-672f-0985756f2923) {
  border-color: var(--palette--on-primary);
  color: var(--palette--on-primary);
}

.button-border:hover {
  background-color: var(--palette--primary);
  color: var(--palette--black);
}

.button-border:hover:where(.w-variant-4136c41b-f30d-b7e7-4d4a-6ae3ccbef4d1) {
  background-color: var(--palette--accent-acqua);
}

.button-border:hover:where(.w-variant-436a23cf-9b74-c293-beb6-b5b225f98053) {
  background-color: var(--palette--accent-red);
  color: var(--palette--primary);
}

.button-border:hover:where(.w-variant-e734004a-5dc0-c85a-672f-0985756f2923) {
  background-color: var(--palette--accent-blue);
  color: var(--palette--primary);
}

.text-color-dark {
  color: var(--palette--black);
}

.heading-medium-large {
  font-family: var(--font--serif);
  font-size: 22px;
  line-height: 27px;
}

.text-san-serif {
  font-family: var(--font--serif);
  color: #d1fcfd;
  font-style: italic;
  font-weight: 400;
}

.scroll_lottie {
  width: 35px;
  height: 50px;
}

.scroll_lottie.is-negative {
  display: flex;
}

.text-allcaps {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

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

.contact-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact_hover {
  z-index: 2;
  background-color: #3b141db8;
  background-image: linear-gradient(#360f18e3, #3b141deb 61%, #300a12b5);
  position: absolute;
  inset: 0%;
}

.contact_hover.is-01 {
  background-color: #f6eee2e6;
  background-image: none;
}

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

.header-video.is-bw {
  filter: grayscale();
}

.list-order-item {
  list-style-type: lower-alpha;
}

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

@media screen and (max-width: 991px) {
  .form_component {
    width: 100%;
    height: 100%;
  }

  .footer_component {
    padding-top: var(--padding--padding-medium);
    padding-bottom: var(--padding--padding-medium);
  }

  .container.is-contatti {
    flex-direction: column;
  }

  .container.gap-40 {
    grid-column-gap: var(--gap--gap-medium);
    grid-row-gap: var(--gap--gap-medium);
  }

  .container.is-large.is-map {
    max-width: none;
  }

  .section {
    padding: var(--padding--padding-large) var(--padding--padding-medium);
  }

  .section.is-technical {
    padding-top: 200px;
  }

  .section.is-footer.background-color-dark-texture {
    padding-bottom: var(--padding--padding-medium);
  }

  .header_component {
    flex-direction: column;
    align-items: center;
  }

  .header_container {
    width: 90%;
    padding-top: var(--padding--padding-large);
    padding-bottom: var(--padding--padding-large);
    grid-column-gap: var(--gap--gap-large);
    grid-row-gap: var(--gap--gap-large);
    align-self: center;
  }

  .header_container.is-full {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .header_hover {
    display: none;
  }

  .header_hover.is-pattern {
    background-image: radial-gradient(circle at 50% 20%, #0000000f 21%, #0000 36%), url('../images/vitrum_pit_01-opacity.svg'), url('../images/bg_gradient.png');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    display: flex;
  }

  .header_image {
    background-position: 50% 30%;
    width: 100%;
    height: 80vh;
    min-height: 700px;
  }

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

  .logo-wrapper {
    margin-bottom: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
  }

  .logo-wrapper.is-footer {
    width: 10rem;
    margin-bottom: 0;
  }

  .container_scroll-down {
    margin-top: 40px;
  }

  .footer_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link {
    white-space: nowrap;
  }

  .heading-medium {
    max-width: 650px;
    font-size: 35px;
    line-height: 45px;
  }

  .partner_container {
    flex-wrap: wrap;
    width: 80%;
  }

  .form_wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
  }

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

  .form {
    order: -9999;
    width: 100%;
  }

  .logo-navbar {
    width: 160px;
    height: 60px;
  }

  .form_field {
    letter-spacing: .5px;
    line-height: 20px;
  }

  .header_image_wrap {
    background-position: 50% 30%;
    width: 100%;
    height: 80vh;
    min-height: 700px;
  }

  .form_info {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    width: 100%;
    min-height: 600px;
    display: flex;
    position: relative;
  }

  .icon-map {
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-allcaps {
    font-size: 30px;
  }

  .contact_hover {
    background-image: linear-gradient(#092126, #406280 40%, #50718feb 52%, #6c7985fa 84%, #a28771f0 96%, #cc9262e6);
  }
}

@media screen and (max-width: 767px) {
  .container.gap-40 {
    grid-column-gap: var(--gap--gap-small);
    grid-row-gap: var(--gap--gap-small);
  }

  .container.is-large.is-map {
    margin-top: var(--gap--gap-medium);
  }

  .section.is-technical {
    padding-top: 180px;
  }

  .section.is-atterraggio {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.background-paper01, .section.is-footer {
    padding-top: var(--padding--padding-medium);
    padding-bottom: var(--padding--padding-medium);
  }

  .header_component.is-full {
    min-height: 600px;
  }

  .header_container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .header_container.is-full {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header_hover.is-pattern {
    background-image: radial-gradient(circle farthest-corner at 0% 100%, #ea51544d, #fff0 31%), linear-gradient(184deg, var(--palette--accent-acqua), #d8ecec00 28%), url('../images/vitrum_pit_01-opacity.svg'), url('../images/bg_gradient.png');
    background-position: 0 0, 0 0, 50% 100%, 50%;
    background-repeat: repeat, repeat, no-repeat, no-repeat;
    background-size: auto, auto, 150%, auto;
  }

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

  .logo-wrapper {
    width: 160px;
  }

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

  .heading-medium {
    max-width: 550px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-small {
    font-size: 14px;
  }

  .heading-small.text-color-dark.landscape-maxw-350 {
    max-width: 350px;
  }

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

  .button-wrap {
    margin-top: 4vw;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .horizontal-line.is-gradient.is-spacer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header_background {
    height: 100vh;
    min-height: 600px;
    display: none;
  }

  .color-box._01 {
    height: 60vw;
    top: -10%;
  }

  .color-box._02 {
    height: 80vw;
    top: -16%;
  }

  .color-box._03 {
    height: 80vw;
    bottom: -12%;
  }

  .color-box._04 {
    height: 80vw;
    bottom: 6%;
  }

  .header_background-2 {
    height: 100vh;
    min-height: 600px;
  }

  .form_info {
    min-height: 500px;
  }

  .pittogramma_wrapper {
    width: 60px;
    height: 45px;
  }

  .pittogram_item {
    width: 30px;
  }

  .icon-map {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 0;
    bottom: 10px;
    right: 10px;
  }

  .heading-medium-large {
    font-size: 18px;
  }

  .text-allcaps {
    font-size: 28px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .container.is-technical {
    padding-right: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    padding-left: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section {
    padding-top: var(--padding--padding-medium);
    padding-bottom: var(--padding--padding-medium);
  }

  .section.is-technical {
    padding-top: 140px;
  }

  .section.is-footer {
    padding-right: var(--padding--padding-small);
    padding-left: var(--padding--padding-small);
  }

  .header_component.is-full {
    min-height: 550px;
  }

  .header_container {
    padding-top: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    padding-bottom: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .header_container.is-full {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header_hover.is-pattern {
    background-size: auto, auto, 220%, auto;
  }

  .header_image {
    min-height: 450px;
  }

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

  .footer_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer_row {
    flex-direction: column;
  }

  .partner_container {
    grid-column-gap: var(--gap--gap-large);
    grid-row-gap: var(--gap--gap-large);
  }

  .link-partner {
    width: 90px;
    height: 50px;
  }

  .logo-navbar {
    width: 140px;
    height: 40px;
  }

  .button-wrap {
    margin-top: 4vw;
  }

  .form_field {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .contact_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .pittogramma-wrapper {
    width: 50px;
    height: 50px;
  }

  .header_image_wrap {
    min-height: 450px;
  }

  .gdpr h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .color-box._01, .color-box._02 {
    height: 50vh;
  }

  .color-box._03 {
    height: 80vh;
  }

  .color-box._04 {
    height: 50vh;
  }

  .form_info {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-items: center;
    min-height: 400px;
  }

  .icon-map {
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-allcaps {
    font-size: 23px;
    line-height: 24px;
  }

  .contact_hover {
    background-image: linear-gradient(#092126, #00000057 20%, #406280 40%, #50718feb 52%, #6c7985fa 84%);
  }
}

#w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2d7-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2e3-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31b-8a50c9f9, #policyFlagsContainer.w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31e-8a50c9f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec322-8a50c9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a4a249-8e30-43cf-432e-ac8e29cd3d20-c1529551 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-f474142d-8e56-1a42-9687-3c8b10347fba-c1529551 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-b682948d-1625-7a72-d509-733eb415d80d-c1529551 {
  grid-area: 2 / 2 / 4 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2d7-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2e3-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31b-8a50c9f9, #policyFlagsContainer.w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31e-8a50c9f9 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-RegularItalic.otf') format('opentype'), url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}