:root {
  --charleston-green: #282e30;
  --white: white;
  --tan: #cfb499;
  --white-coffee: #e8ded4;
  --dark-electric-blue: #5f737a;
  --opal: #b1bfc2;
  --black: #000;
}

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

body {
  color: var(--charleston-green);
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: haboro-contrast-extended, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h3 {
  color: var(--white);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--tan);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.header_component {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: relative;
}

.header_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header-background {
  background-color: var(--charleston-green);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.footer_component {
  background-color: var(--charleston-green);
  position: sticky;
  bottom: 0;
}

.footer_container {
  color: var(--white-coffee);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 60px;
  font-size: 11px;
  display: flex;
}

.footer-line {
  background-color: #e8ded480;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--tan);
  white-space: nowrap;
  cursor: pointer;
  font-size: 10px;
  transition: color .25s;
}

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

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

.footer_div.is-disclaimer {
  margin-left: 60px;
}

.disclaimer-txt {
  color: var(--tan);
  text-align: right;
  font-size: 8px;
  line-height: 12px;
}

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

.footer-txt {
  color: var(--tan);
  font-size: 10px;
}

.partner-logo {
  width: 120px;
  height: 40px;
  transition: all .25s;
}

.partner-logo:hover {
  filter: brightness(150%);
}

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

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

.partner_div.is-contacts {
  justify-content: center;
  align-items: flex-start;
}

.header_wrap {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: absolute;
}

.header-hover {
  z-index: 1;
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.overflow-hidden_div {
  padding-bottom: 5px;
  overflow: hidden;
}

.location_div {
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 20px;
  padding-bottom: 3px;
}

.contact-txt {
  color: var(--tan);
  letter-spacing: .5px;
  font-size: 12px;
}

.contact-link {
  color: var(--tan);
  cursor: pointer;
  text-decoration: underline;
  transition: color .25s;
}

.contact-link:hover {
  color: var(--white-coffee);
}

.button_wrap {
  text-decoration: none;
}

.button_wrap.is-margin {
  margin-top: 30px;
}

.button_wrap.is-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.btn {
  background-color: var(--tan);
  cursor: pointer;
  border-radius: 20px;
  min-width: 180px;
  padding: 12px 30px;
}

.button-txt-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-txt {
  color: var(--white);
  font-weight: 500;
}

.button-txt.is-absolute {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.form_component {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#5f737ae6, #5f737ae6), url('../images/GiuntoliArgegno_ProposteLogo_REV02-6.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  height: 100vh;
  padding: 100px 60px 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.form_component.is-static {
  width: 100%;
  height: auto;
  position: static;
  overflow: visible;
}

.form_container {
  z-index: 10;
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_container.is-static {
  display: flex;
  position: static;
}

.close-form {
  border: 1px solid var(--tan);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.icon-close {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.form_wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form_wrap.is-static {
  width: 70%;
}

.form_link {
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: underline;
}

.dropdown_choice {
  color: var(--white);
  font-weight: 300;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice.w--current {
  color: var(--white);
}

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

.dropdown_list {
  font-weight: 400;
}

.dropdown_list.w--open {
  background-color: var(--dark-electric-blue);
  border-bottom: 1px solid #cfb49980;
  border-left: 1px solid #cfb49980;
  border-right: 1px solid #cfb49980;
  margin-top: -1px;
}

.form_field {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #cfb49980;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 300;
}

.form_field:focus {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--tan);
}

.form_field::placeholder {
  color: var(--opal);
  font-size: 11px;
  font-weight: 400;
}

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

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

.form_field.is-message {
  min-width: 100%;
  max-width: 100%;
  min-height: 70px;
  max-height: 100px;
}

.policy-flag {
  color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  font-size: 10px;
  line-height: 14px;
  display: flex;
}

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

.display-none {
  display: none;
}

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

.form_label {
  color: var(--opal);
  margin-bottom: 0;
  font-family: haboro-contrast-extended, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.dropdown_close {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  cursor: pointer;
  font-size: 14px;
}

.button.is-submit {
  background-color: var(--tan);
  border-radius: 100px;
  align-self: flex-start;
  min-width: 180px;
  padding: 12px 30px;
  font-size: 12px;
  transition: all .25s;
}

.button.is-submit:hover {
  background-color: var(--white);
  color: var(--charleston-green);
}

.form_container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form_text {
  color: var(--white);
  letter-spacing: .2px;
  font-size: 10px;
}

.icon {
  color: var(--white);
  font-size: 12px;
}

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

.main-txt {
  color: var(--white);
  font-family: haboro-contrast-extended, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.medium-txt {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.form-txt_div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.disclaimer-link {
  color: var(--tan);
  text-align: right;
  white-space: nowrap;
  font-size: 8px;
  line-height: 14px;
  transition: all .25s;
}

.disclaimer-link:hover {
  color: var(--white-coffee);
}

.legal-txt_section {
  z-index: 1;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 100px 40px 60px;
  display: flex;
  position: relative;
}

.rich-text-block {
  width: 100%;
  max-width: 1200px;
}

.rich-text-block h4 {
  color: var(--charleston-green);
  font-family: haboro-contrast-extended, sans-serif;
  font-size: 22px;
}

.rich-text-block h5 {
  font-weight: 500;
}

.rich-text-block p {
  font-size: 11px;
  line-height: 18px;
}

.rich-text-block ol {
  font-size: 11px;
  line-height: 18px;
  list-style-type: lower-alpha;
}

.rich-text-block ul {
  font-size: 11px;
  line-height: 18px;
}

.rich-text-block a {
  color: var(--dark-electric-blue);
  font-weight: 600;
}

.rich-text-block h1 {
  color: var(--charleston-green);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.rich-text-block h2 {
  color: var(--charleston-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.code-embed {
  width: 100%;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-technical {
  padding: 220px 5vw 10vw;
}

.section.is-technical.background-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AC5077_VP05_Exterior_Piscina_V2_Rev00.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.p-canvas {
  color: #fff;
}

.text_container {
  z-index: 1;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.button_component {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #a39bff;
  justify-content: center;
  align-items: center;
  padding: 12px 35px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_component:hover {
  color: #a39bff;
  background-color: #f8f8f8;
}

.heading-large {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container.is-technical {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #f8f8f8;
  align-self: center;
  width: auto;
  padding: 5vw;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .header_component {
    min-height: 650px;
  }

  .header-img {
    object-position: 10% 50%;
  }

  .footer_component {
    min-height: 400px;
  }

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

  .footer-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-row {
    flex-flow: column;
  }

  .footer_div {
    justify-content: center;
    align-items: center;
  }

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

  .partner_div.is-contacts {
    justify-content: center;
    align-items: center;
  }

  .header_wrap {
    margin-bottom: 70px;
  }

  .form_component {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    overflow: auto;
  }

  .form_container {
    height: 100vh;
    display: none;
  }

  .form_field {
    line-height: 20px;
  }

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

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .header_component {
    min-height: 500px;
  }

  .header_wrap {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .form_component {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .main-txt {
    font-size: 36px;
  }

  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-large {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 45px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  h3 {
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 22px;
  }

  .header-img {
    object-position: 10% 50%;
  }

  .footer_container {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-link {
    font-size: 12px;
  }

  .footer_div {
    text-align: center;
  }

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

  .footer-txt {
    font-size: 12px;
  }

  .partner-logo {
    width: 130px;
    height: 45px;
  }

  .header_wrap {
    min-width: 300px;
    max-width: 400px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-hover {
    background-color: #00000080;
  }

  .location_div {
    padding-bottom: 3px;
  }

  .button_wrap.is-flex {
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 40px;
  }

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

  .button.is-submit {
    min-width: 100%;
  }

  .form_container-2 {
    grid-template-columns: 1fr;
  }

  .legal-txt_section {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text-block ul {
    padding-left: 20px;
  }

  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.is-technical {
    justify-content: center;
    align-items: flex-end;
    padding-top: 120px;
  }

  .button_component {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-large {
    font-size: 22px;
    line-height: 1.4;
  }

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

#w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbc6-2467dbb4, #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd2-2467dbb4, #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd6-2467dbb4, #policyFlagsContainer.w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd9-2467dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbdc-2467dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbdd-2467dbb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbc6-2467dbb4, #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd2-2467dbb4, #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd6-2467dbb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #policyFlagsContainer.w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd9-2467dbb4, #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbdc-2467dbb4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbc6-2467dbb4, #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd2-2467dbb4, #w-node-_20a1c4d8-7baf-8d59-17dc-3c692467dbd6-2467dbb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


