:root {
  --elements-webflow-library-neutral--100: white;
  --white: white;
  --dim-grey: #6d6d6d;
  --white-smoke: #fff;
  --black-2: #0000001c;
  --firebrick: #c91f22;
  --light-sea-green: #ff8400;
  --color: #c91f22;
  --gainsboro: #e6e6e6;
  --silver: #bbb;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --black: black;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --white-2: #fafafa;
  --ghost-white: #f3f3f3;
  --cadet-blue: #10bdc5;
  --black-3: #5fca5f;
  --tomato: #fc4141;
  --gainsboro-2: #e5e4e4;
  --dodger-blue: #3898ec;
  --dodger-blue-2: #57a7ec;
  --dark-cyan: #058b92;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.immagine {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 100em;
}

.body {
  clear: none;
  color: var(--elements-webflow-library-neutral--100);
  object-fit: fill;
  background-color: #f8fbfc;
}

.container {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.saraemo {
  color: #fff;
  text-align: center;
  position: absolute;
  inset: 0% 0% auto;
}

.flex-block {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

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

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 0;
  column-count: auto;
  margin-top: 50px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2 {
  color: #4b1d1d;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-3 {
  color: #acacac;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 50px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  position: static;
}

.container-2 {
  clear: none;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 140px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.footer-dark {
  z-index: 6;
  float: none;
  -webkit-text-stroke-color: var(--white);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
  position: sticky;
  inset: auto 0%;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.footer-copyright-center {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.quick-stack {
  grid-column-gap: 9px;
  grid-row-gap: 5px;
  border-top: 1px solid var(--white-smoke);
  background-color: var(--white);
  padding: 15px 40px 10px;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 6px;
}

.image-2 {
  text-align: right;
}

.cell-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.cell-3 {
  background-color: var(--white);
  box-shadow: 0 2px 14px 6px var(--black-2);
  text-align: left;
  border-radius: 11px;
  align-items: center;
  padding: 0 20px 20px;
}

.container-4 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  margin-bottom: 40px;
  padding: 0;
}

.text-block {
  color: var(--dim-grey);
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.heading-4 {
  background-color: var(--firebrick);
  box-shadow: 0 2px 7px 1px var(--black-2);
  color: var(--white);
  text-align: left;
  border-radius: 10px;
  justify-content: space-between;
  margin: -24px 0 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.button {
  background-color: var(--light-sea-green);
  opacity: 1;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 30px 80px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  transition: all 1s;
  display: flex;
}

.button:hover {
  opacity: .5;
}

.button.div {
  background-color: #0000;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 10px 0 20px;
}

.button.no-margin {
  background-color: var(--color);
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  transition-property: all;
  transition-duration: 1s;
}

.div-block {
  border: 1px solid var(--gainsboro);
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.cell-4 {
  background-color: var(--white);
  box-shadow: 0 2px 14px 6px var(--black-2);
  border-radius: 10px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-5 {
  background-color: var(--silver);
  box-shadow: 0 2px 7px 1px var(--black-2);
  text-align: center;
  border-radius: 10px;
  margin-top: -26px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  inset: auto;
}

.button-2 {
  background-color: var(--dim-grey);
  border-radius: 10px;
  margin-top: 111px;
  margin-bottom: 10px;
  padding: 30px 80px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  transition: all 1s;
}

.button-2:hover {
  opacity: .5;
  color: var(--white);
}

.paragraph {
  color: var(--dim-grey);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.div-block-2 {
  border: 1px solid var(--gainsboro);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-link {
  border: 1px solid var(--white);
  color: var(--dim-grey);
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 20px;
  transition: color 1s;
}

.brix---header-nav-link:hover {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

.brix---header-nav-link.w--current {
  color: var(--dim-grey);
  margin-left: 10px;
}

.brix---header-nav-link.w--current:focus, .brix---header-nav-link.w--current:visited {
  color: var(--light-sea-green);
}

.brix---header-nav-list-item {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  margin-top: -16px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.brix---container-default {
  max-width: none;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  border-bottom: 1px solid #ccc;
  margin-top: 444px;
  padding-top: 30px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  top: 0;
}

.text-block-2 {
  border: 1px solid var(--white);
  color: var(--black);
  border-radius: 5px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  transition: all 1s;
}

.text-block-2:hover {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

.button-3 {
  background-color: var(--black);
  text-align: center;
  border-bottom-left-radius: 5px;
  width: 120px;
  height: 50px;
  font-size: 30px;
  line-height: 33px;
  transition: opacity .475s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-3:hover {
  opacity: .5;
}

.button-3.w--current {
  background-color: var(--firebrick);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  column-count: auto;
  border-bottom-left-radius: 8px;
  width: 170px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 40px;
  font-size: 32px;
}

.heading-6 {
  color: var(--color);
  margin-top: 60px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  border: 1px solid var(--color);
  justify-content: center;
  width: 150px;
  display: inline-block;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 30px;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  align-items: center;
}

.brix---footer-bottom-v12 {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  position: fixed;
  inset: auto 0% 0%;
}

.cell-5 {
  justify-content: center;
}

.paragraph-2 {
  text-align: justify;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.heading-7 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.heading-8 {
  color: var(--color);
  text-align: center;
  margin-top: 60px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.link, .link-2, .link-3, .link-4 {
  color: var(--dim-grey);
  font-weight: 700;
  text-decoration: none;
}

.container-5 {
  margin-top: 0;
}

.body-2 {
  background-color: #c5c5ca14;
}

.body-3 {
  background-color: var(--elements-webflow-library-neutral--100);
}

.container-6 {
  z-index: 5;
  border: 3px solid var(--white);
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex: 0 auto;
  width: 220px;
  height: auto;
  margin: 120px 28px 0 0;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 3px 16px 10px -5px #0000001a;
}

.text-field {
  border: 1px solid var(--white-smoke);
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field-2 {
  border: 1px solid var(--white-smoke);
  border-radius: 5px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--light-sea-green);
  text-align: center;
  border-radius: 5px;
  margin-top: 40px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.container-7 {
  background-color: var(--white-2);
  text-align: center;
  justify-content: center;
  max-width: 300px;
  margin-top: 40px;
  margin-bottom: 100px;
  display: block;
}

.text-block-3 {
  background-color: var(--ghost-white);
  color: var(--dim-grey);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.form {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  text-align: left;
  font-weight: 400;
}

.field-label-3, .field-label-4 {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

.link-5 {
  color: var(--light-sea-green);
  text-align: left;
  margin-left: -82px;
  font-size: 15px;
  text-decoration: none;
}

.checkbox-label {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 3px;
  margin-left: 11px;
  font-size: 15px;
}

.checkbox-field {
  text-align: left;
}

.text-field-3, .text-field-4 {
  border: 1px solid var(--white-smoke);
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-block {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
}

.text-block-4 {
  background-color: var(--ghost-white);
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.checkbox {
  width: 20px;
  height: 20px;
}

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

.html-embed {
  margin-top: 60px;
}

.cell-6 {
  background-color: var(--ghost-white);
  text-align: justify;
  border-radius: 10px;
  align-items: stretch;
}

.heading-9 {
  color: var(--firebrick);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.heading-10 {
  background-color: var(--firebrick);
  color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-11 {
  border-top: 1px solid var(--gainsboro);
  background-color: var(--white-2);
  color: var(--dim-grey);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.button-4 {
  background-color: var(--firebrick);
  text-align: center;
  border-radius: 0 0 5px 5px;
  width: 214px;
  margin-top: -6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
  transition: opacity .4s;
}

.button-4:hover {
  opacity: .51;
}

.heading-12 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
}

.heading-13 {
  color: var(--light-sea-green);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-3 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.cell-7 {
  background-color: var(--white);
  -webkit-text-stroke-color: var(--white);
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 332px;
}

.quick-stack-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
}

.perche {
  color: var(--light-sea-green);
  text-align: left;
  margin-top: 140px;
  margin-bottom: 0;
  margin-left: -27px;
  font-family: Lato, sans-serif;
  font-size: 250px;
  font-weight: 300;
  display: block;
}

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

.slider, .image-3 {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.slide {
  width: 100%;
  height: 800px;
}

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

.section-2 {
  width: 100%;
  height: 600px;
  margin-bottom: 50px;
}

.slide-nav {
  margin-bottom: 0;
  font-size: 0;
}

.container-8 {
  margin-bottom: 60px;
}

.image-4 {
  column-count: 1;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  border-right: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.image-5 {
  height: 60px;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  height: 60px;
}

.container-10 {
  text-align: center;
  border-left: 0 #000;
  border-right: 0 #000;
  padding-right: 0;
}

.image-7 {
  height: 60px;
}

.heading-14 {
  color: var(--light-sea-green);
}

.heading-15 {
  color: var(--color);
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-5 {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  transition: color 1s;
}

.text-block-5:hover {
  color: var(--light-sea-green);
}

.dropdown-toggle {
  border: 1px solid var(--white);
  border-radius: 5px;
  margin-left: 10px;
  padding: 10px 20px 10px 10px;
  transition: color 1s;
}

.dropdown-toggle:hover {
  border-color: var(--light-sea-green);
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.dropdown-link-4 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--light-sea-green);
  color: var(--dim-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  transition: all .375s;
}

.dropdown-link-4:hover {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

.dropdown-link-4.w--current {
  color: var(--dim-grey);
}

.dropdown-link-4.w--current:hover, .dropdown-link-4.w--current:visited {
  color: var(--light-sea-green);
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  width: 170px;
  margin-top: -1px;
  margin-left: 2px;
  padding: 0 10px 20px;
  box-shadow: 1px 3px 8px #0000001f;
}

.icon {
  margin-right: 5px;
}

.heading-16 {
  font-family: Lato, sans-serif;
}

.heading-17 {
  color: var(--dim-grey);
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
}

.heading-18 {
  color: var(--color);
  margin-top: 114px;
  margin-bottom: 97px;
  margin-left: -13px;
  font-family: Lato, sans-serif;
  font-size: 230px;
  font-weight: 400;
}

.container-11 {
  margin-bottom: 40px;
}

.container-12 {
  font-family: Lato, sans-serif;
  font-size: 200px;
  font-weight: 400;
}

.heading-19 {
  color: var(--color);
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: -24px;
  font-size: 350px;
  font-weight: 400;
}

.image-8, .section-3 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.paragraph-6 {
  color: var(--dim-grey);
  font-size: 50px;
}

.paragraph-7 {
  text-align: justify;
  margin: 10px 20px 40px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-20 {
  color: var(--color);
  margin-top: 180px;
  font-size: 40px;
  font-weight: 400;
}

.heading-21 {
  color: var(--color);
  font-size: 40px;
  font-weight: 400;
}

.quick-stack-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-22 {
  color: var(--color);
  margin-top: 18px;
  margin-bottom: 40px;
  font-size: 120px;
  font-weight: 400;
}

.section-4 {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 140px;
}

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

.image-10 {
  width: 100%;
  height: auto;
}

.section-5 {
  object-fit: cover;
  width: auto;
  height: auto;
}

.heading-23 {
  color: var(--color);
  object-fit: cover;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-top: 69px;
  margin-bottom: 95px;
  margin-left: -11px;
  font-family: Lato, sans-serif;
  font-size: 320px;
  font-weight: 400;
  line-height: 300px;
  display: flex;
}

.heading-24 {
  color: var(--light-sea-green);
  text-align: center;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-25 {
  background-color: var(--black-3);
  text-align: center;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.quick-stack-5 {
  grid-column-gap: 10px;
  border: 2px none var(--black-3);
  padding: 0 0 10px;
}

.cell-8 {
  border: 3px solid var(--black-3);
  background-color: var(--black-3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
}

.cell-9 {
  border: 3px solid var(--black-3);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.cell-10 {
  border: 3px solid var(--tomato);
  background-color: var(--tomato);
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
}

.cell-11 {
  border: 3px solid var(--black-3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.cell-12 {
  border: 3px solid var(--black-3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.bold-text {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 400;
}

.text-block-6 {
  color: var(--dim-grey);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 24px;
}

.text-block-7 {
  color: var(--white);
  font-family: Lato, sans-serif;
}

.quick-stack-6 {
  grid-column-gap: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-13 {
  border: 0px none var(--black-3);
  background-color: var(--tomato);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.text-block-9 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.bold-text-2 {
  font-weight: 700;
}

.bold-text-3 {
  color: var(--white);
  font-family: Lato, sans-serif;
}

.bold-text-6 {
  color: var(--color);
}

.paragraph-8 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bold-text-7 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.div-block-4 {
  border: 2px solid var(--color);
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-14 {
  width: auto;
}

.heading-30 {
  text-align: left;
  margin-top: 47px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-31 {
  color: var(--color);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
}

.container-15 {
  text-align: left;
  margin-top: 267px;
  margin-bottom: 40px;
}

.paragraph-9 {
  border: 1px solid var(--silver);
  color: var(--dim-grey);
  text-align: justify;
  border-radius: 7px;
  margin-bottom: 40px;
  padding: 10px 15px 12px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.section-6 {
  background-color: var(--color);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.button-5 {
  background-color: var(--black);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: opacity .325s;
}

.button-5:hover {
  opacity: .45;
}

.paragraph-10 {
  color: var(--dim-grey);
  margin-top: 10px;
  padding-right: 792px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.div-donazione-privato {
  width: 100%;
  height: 300px;
}

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

.heading-32 {
  color: var(--color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image-11, .slide-2 {
  width: 100%;
  height: 100%;
}

.icon-2 {
  font-family: Lato, sans-serif;
  font-size: 0;
}

.icon-3 {
  font-family: Lato, sans-serif;
  font-size: 1px;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

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

.heading-33 {
  color: var(--color);
  text-align: left;
  margin-top: 60px;
  margin-bottom: 72px;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 300;
}

.text-block-10 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.container-16 {
  text-align: left;
  background-color: #0000;
  margin-top: 23px;
}

.text-block-11 {
  color: var(--dim-grey);
  margin-top: 13px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.image-13, .slide-4 {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.image-14 {
  margin-bottom: 20px;
}

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

.section-7 {
  width: 100%;
}

.heading-34 {
  color: var(--gainsboro);
  text-align: right;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 130px;
}

.heading-35 {
  color: var(--color);
  text-align: left;
  width: auto;
  min-width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-top: 140px;
  margin-bottom: 123px;
  font-family: Lato, sans-serif;
  font-size: 210px;
  font-weight: 400;
}

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

.image-16 {
  margin-top: 26px;
  margin-bottom: 78px;
}

.container-18 {
  display: flex;
}

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

.container-19 {
  align-self: center;
  margin-top: 26px;
}

.container-20 {
  grid-column-gap: 20px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-12 {
  grid-column-gap: 20px;
  color: var(--dim-grey);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.container-21 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  margin-top: -24px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.quick-stack-7 {
  margin: 10px 20px 20px;
  padding: 0;
}

.text-block-13 {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Lato, sans-serif;
  line-height: 18px;
}

.text-block-14 {
  color: var(--dim-grey);
  margin-left: 20px;
  font-family: Lato, sans-serif;
  line-height: 17px;
}

.image-17 {
  opacity: 1;
  margin-top: 10px;
  margin-bottom: -4px;
}

.body-4 {
  background-color: #0000;
}

.bold-text-8 {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

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

.section-10 {
  width: 100%;
  height: 37.5788%;
}

.button-7 {
  border: 1px solid var(--white);
  color: var(--dim-grey);
  background-color: #0000;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.button-7:hover {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

.navbar-no-shadow {
  background-color: var(--white);
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  border: 1px solid var(--white);
  color: var(--dim-grey);
  letter-spacing: .25px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  border-color: var(--color);
  color: var(--color);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  z-index: 30;
  border: 1px solid var(--white);
  letter-spacing: .25px;
  border-radius: 5px;
  margin-top: -3px;
  padding: 0 30px 8px 10px;
  font-size: 14px;
  line-height: 20px;
  transition: all .35s;
}

.nav-dropdown-toggle:hover {
  border-color: var(--color);
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-dropdown-link {
  border: 1px solid var(--white);
  color: var(--dim-grey);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  transition: all .325s;
}

.nav-dropdown-link:hover {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--dim-grey);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link:visited {
  color: var(--light-sea-green);
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-15 {
  color: var(--dim-grey);
  margin-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  transition: all .3s;
}

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

.body-5 {
  background-color: var(--silver);
}

.link-6 {
  color: var(--light-sea-green);
  text-decoration: none;
}

.cell-15 {
  align-items: stretch;
}

.submit-button-2 {
  background-color: var(--light-sea-green);
  border-radius: 5px;
  margin-top: 21px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-field-5, .text-field-6 {
  border-radius: 5px;
}

.textarea {
  color: var(--silver);
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.field-label-5, .field-label-6 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cell-16 {
  border-right: 1px none var(--silver);
}

.form-3 {
  text-align: left;
}

.container-23 {
  margin-top: 10px;
}

.field-label-7 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.quick-stack-8 {
  margin-bottom: 220px;
}

.heading-36 {
  color: var(--silver);
  text-align: justify;
  margin-top: 57px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-11 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.container-24 {
  text-align: center;
  margin-bottom: 154px;
}

.heading-37 {
  color: var(--color);
  margin-top: 65px;
  margin-bottom: 38px;
  font-family: Lato, sans-serif;
  font-size: 120px;
  font-weight: 400;
}

.heading-38 {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.checkbox-label-2 {
  color: var(--dim-grey);
  margin-top: 2px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
}

.link-7 {
  color: var(--dim-grey);
  margin-left: 29px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .4s;
}

.link-7:hover {
  color: var(--silver);
}

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

.heading-39 {
  font-size: 27px;
}

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

.paragraph-12 {
  background-color: var(--firebrick);
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
}

.text-block-17 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-18 {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.div-block-5 {
  border-top: 1px solid #000;
}

.button-8 {
  z-index: 1;
  background-color: var(--color);
  color: var(--white);
  border-radius: 0 0 0 5px;
  font-family: Lato, sans-serif;
  transition: all .275s;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: auto;
}

.button-8:hover {
  opacity: .51;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  background-color: var(--white);
  border: 1px #bbb;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100px;
  margin-left: 5px;
  margin-right: 3px;
  padding: 15px 5px 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--light-sea-green);
  font-family: Oswald, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: -5px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
}

.container-25 {
  z-index: 3;
  border: 2px none var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 496px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-19 {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 383px;
  margin-bottom: 8px;
  margin-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  display: flex;
}

.section-11 {
  border: 2px solid var(--white);
  border-radius: 13px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 7px;
}

.heading-40 {
  color: var(--dim-grey);
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.heading-41 {
  border: 2px solid var(--light-sea-green);
  color: var(--light-sea-green);
  text-align: center;
  border-radius: 11px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
}

.section-12 {
  text-align: center;
  width: 350px;
  margin-top: 18px;
}

.button-9 {
  border: 2px solid var(--light-sea-green);
  background-color: var(--white);
  color: var(--dim-grey);
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.paragraph-14 {
  color: var(--dim-grey);
  text-align: center;
  width: 100%;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.container-26 {
  width: 400px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.field-label-8 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 3px;
  padding-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.field-label-9 {
  color: var(--dim-grey);
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.submit-button-3 {
  background-color: var(--color);
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  transition: all .525s;
}

.submit-button-3:hover {
  opacity: .41;
}

.form-4 {
  text-align: left;
  width: 100%;
  margin-top: 15px;
}

.text-field-7 {
  border: 3px solid var(--color);
  opacity: .56;
  color: var(--dim-grey);
  text-align: center;
  border-radius: 5px;
  height: 50px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 22px;
}

.text-field-8, .text-field-9, .text-field-10, .text-field-11, .text-field-12, .text-field-13 {
  color: var(--dim-grey);
  border-radius: 5px;
}

.text-field-14 {
  color: var(--dim-grey);
  border-radius: 5px;
  font-family: Lato, sans-serif;
}

.heading-42 {
  border-bottom: 2px solid var(--black-2);
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.form-block-3 {
  width: 100%;
}

.popup-card {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 400px;
  max-width: 560px;
  height: auto;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.close-x {
  color: #fff;
  justify-content: center;
  font-size: 20px;
}

.popup-items {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 480px;
  margin: 5px 5px 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.images-container {
  width: 500px;
  height: auto;
  margin-bottom: 0;
}

.popup-image {
  object-fit: cover;
  width: 350px;
  height: 480px;
  margin: 0 10px 10px 5px;
}

.home-page-container {
  opacity: .19;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.paragraph-15 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.heading-43 {
  color: var(--firebrick);
  text-align: center;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-16 {
  color: var(--dim-grey);
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.heading-44 {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-17 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.button-10 {
  background-color: var(--firebrick);
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
  transition: all .575s;
}

.button-10:hover {
  opacity: .56;
}

.container-27 {
  z-index: 5;
  border: 3px solid var(--white);
  background-color: var(--white);
  border-radius: 5px;
  width: 220px;
  height: auto;
  margin-top: 467px;
  margin-right: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-45 {
  background-color: var(--cadet-blue);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-46 {
  color: var(--cadet-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-47 {
  background-color: var(--cadet-blue);
  color: var(--white);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bold-text-10 {
  color: var(--color);
}

.heading-48 {
  background-color: var(--white);
  color: var(--light-sea-green);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-49 {
  background-color: var(--light-sea-green);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-50 {
  background-color: var(--light-sea-green);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-21 {
  color: var(--silver);
  text-align: left;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-6 {
  border-top: 1px dashed var(--dim-grey);
}

.section-13 {
  border: 1px solid var(--silver);
  border-radius: 7px;
  margin-top: 10px;
  padding: 5px 10px;
}

.quick-stack-9 {
  text-align: right;
  padding: 5px 0;
}

.cell-17 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.heading-51 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  position: static;
}

.text-span-2 {
  color: var(--color);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-28 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  z-index: 30;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.container-29 {
  text-align: center;
  width: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-52 {
  background-color: var(--firebrick);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-11 {
  background-color: var(--firebrick);
  font-family: Lato, sans-serif;
}

@media screen and (min-width: 1280px) {
  .section, .immagine, .body {
    height: 100ch;
  }

  .footer-dark {
    margin-top: 139px;
  }

  .footer-copyright-center {
    letter-spacing: 0;
  }

  .container-4 {
    margin-bottom: 20px;
  }

  .brix---container-default {
    text-align: left;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    margin-bottom: 100px;
  }

  .image-9 {
    height: auto;
  }

  .heading-23 {
    margin-bottom: 220px;
  }

  .heading-25 {
    background-color: var(--black-3);
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack-5 {
    padding: 0 0 10px;
  }

  .cell-8 {
    background-color: var(--black-3);
    justify-content: center;
    align-items: center;
  }

  .cell-9 {
    border: 3px solid var(--black-3);
    justify-content: center;
    align-items: center;
  }

  .cell-10 {
    border: 3px solid var(--tomato);
    background-color: var(--tomato);
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }

  .cell-11 {
    border: 3px solid var(--black-3);
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cell-12 {
    border: 3px solid var(--black-3);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bold-text {
    color: var(--white);
    font-family: Lato, sans-serif;
    font-size: 38px;
    font-weight: 400;
  }

  .text-block-6 {
    color: var(--dim-grey);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    display: block;
  }

  .text-block-7 {
    color: var(--white);
    font-family: Lato, sans-serif;
    font-size: 24px;
  }

  .text-block-8 {
    color: var(--white);
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .quick-stack-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-13 {
    border: 3px solid var(--tomato);
    background-color: var(--tomato);
    border-radius: 10px;
  }

  .text-block-9 {
    color: var(--white);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 26px;
  }

  .text-block-11 {
    margin-top: 10px;
    font-family: Lato, sans-serif;
  }

  .image-14 {
    margin-bottom: 100px;
  }

  .container-17 {
    margin-bottom: 91px;
  }

  .container-23 {
    margin-bottom: 100px;
  }

  .popup-card {
    width: 450px;
    height: auto;
  }

  .popup-items {
    width: 440px;
    height: 600px;
  }

  .images-container {
    width: 440px;
    height: 590px;
  }

  .popup-image {
    width: 450px;
    height: 590px;
    margin-left: 0;
  }

  .navbar-wrapper-2 {
    background-color: #fff0;
  }
}

@media screen and (min-width: 1440px) {
  .heading-3 {
    color: #747474;
  }

  .footer-dark {
    margin-top: auto;
    margin-bottom: 82px;
  }

  .container-4 {
    margin-top: 100px;
  }

  .brix---header-content-wrapper {
    justify-content: space-between;
  }

  .brix---container-default {
    max-width: none;
    margin-right: 40px;
  }

  .container-6 {
    margin-top: 120px;
  }

  .image-3 {
    width: 100%;
    height: 100%;
  }

  .dropdown-list.w--open {
    margin-left: 2px;
    padding-left: 10px;
  }

  .section-6 {
    margin-bottom: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    z-index: 30;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    height: 100%;
  }

  .footer-dark {
    clear: none;
    margin-top: auto;
    margin-bottom: auto;
    position: sticky;
    inset: auto 0% -198px;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .container-4 {
    margin-bottom: 140px;
  }

  .brix---header-logo {
    max-width: 300px;
    display: inline-block;
  }

  .brix---header-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    place-content: space-around space-between;
    display: flex;
  }

  .brix---container-default {
    text-align: left;
    max-width: none;
    margin-left: 40px;
  }

  .heading-8 {
    font-size: 60px;
  }

  .container-6 {
    width: 240px;
    height: auto;
    margin-top: 120px;
    font-size: 55px;
  }

  .heading-9 {
    margin-bottom: 10px;
    font-size: 47px;
  }

  .heading-10 {
    font-size: 22px;
  }

  .heading-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-3 {
    margin-right: 285px;
  }

  .perche {
    font-size: 220px;
  }

  .image-3 {
    width: 100%;
    height: 100%;
  }

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

  .image-8, .section-3 {
    height: 600px;
  }

  .image-9 {
    height: auto;
  }

  .heading-23 {
    margin-top: 154px;
  }

  .button-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .heading-33 {
    margin-bottom: 60px;
    font-size: 80px;
  }

  .text-block-10, .text-block-11 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .body-4 {
    background-color: #fcfcfc;
  }

  .navbar-no-shadow-container {
    margin-left: auto;
    margin-right: auto;
  }

  .container-23 {
    margin-bottom: 139px;
  }

  .heading-36 {
    color: var(--gainsboro-2);
    margin-top: 58px;
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }

  .paragraph-11 {
    color: var(--dim-grey);
    margin-top: 5px;
    font-family: Lato, sans-serif;
    font-size: 26px;
    line-height: 38px;
  }

  .container-24 {
    margin-top: 20px;
    margin-bottom: 180px;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  .clock-label {
    margin-bottom: 5px;
  }

  .container-25 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 675px;
    display: flex;
    inset: 0% 0% auto;
  }

  .text-block-19 {
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    width: 385px;
    margin-left: 0;
    display: flex;
  }

  .paragraph-13 {
    color: var(--dim-grey);
    font-family: Ubuntu, Helvetica, sans-serif;
  }

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

  .popup-card {
    inset: 0% 0% auto;
  }

  .heading-51 {
    font-size: 24px;
  }

  .cell-18 {
    text-align: left;
  }
}

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

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

  .footer-dark {
    z-index: 6;
    color: var(--white);
    margin-top: auto;
    position: relative;
    inset: 14px 0% 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-copyright-center {
    letter-spacing: 0;
  }

  .quick-stack {
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .cell-2 {
    padding-bottom: 10px;
  }

  .cell-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    justify-content: space-around;
    width: auto;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    flex: 1;
  }

  .text-block {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4 {
    position: absolute;
  }

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

  .div-block {
    width: 100%;
  }

  .cell-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2 {
    width: 90%;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    margin-right: 7px;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-link {
    opacity: 1;
    color: var(--white);
    text-align: center;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    overflow-wrap: normal;
    background-color: #0000;
    border-style: solid;
    flex: 1;
    align-self: center;
    width: 200px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    transition-property: all;
    transition-duration: .5s;
    display: block;
  }

  .brix---header-nav-link:hover {
    border-color: var(--white);
    opacity: .5;
    color: var(--white);
  }

  .brix---header-nav-link:active {
    color: var(--white);
  }

  .brix---header-nav-link:focus {
    opacity: 1;
    outline-color: var(--white);
    outline-offset: 0px;
    color: var(--white);
    letter-spacing: normal;
    -webkit-text-stroke-color: var(--white);
    text-transform: none;
    white-space: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0000;
    background-clip: padding-box;
    border-radius: 5px;
    outline-width: 0;
    outline-style: solid;
    margin-left: 0;
    overflow: visible;
  }

  .brix---header-nav-link:focus-visible, .brix---header-nav-link[data-wf-focus-visible] {
    opacity: 1;
    outline-offset: 0px;
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    outline: 2px solid #0000;
  }

  .brix---header-nav-link:visited {
    border-color: var(--white);
    opacity: 1;
    outline-color: var(--white);
    outline-offset: 0px;
    color: var(--white);
    -webkit-text-stroke-color: transparent;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    background-color: #158186;
    outline-width: 0;
    outline-style: solid;
  }

  .brix---header-nav-list-item {
    color: var(--white);
    flex-flow: row;
    flex: 0 auto;
    place-content: flex-start space-between;
    align-self: center;
    align-items: center;
    width: 250px;
    height: auto;
    margin-top: -3px;
    margin-bottom: 10px;
    padding-left: 0;
    font-family: Lato, sans-serif;
    display: flex;
  }

  .brix---header-nav-list-item:hover, .brix---header-nav-list-item:active {
    color: var(--white);
  }

  .brix---dropdown-link {
    text-align: center;
  }

  .brix---dropdown-links-grid {
    justify-items: center;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---dropdown-chevron {
    color: var(--white);
  }

  .brix---dropdown-toggle.w--open {
    justify-content: center;
  }

  .brix---header-nav-menu-list {
    color: var(--white);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--light-sea-green);
    text-align: center;
    padding: 24px 24px 40px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---container-default {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---header-wrapper {
    padding-top: 20px;
    padding-bottom: 24px;
  }

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

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---grid-footer-v12 {
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cell-5 {
    padding-right: 23px;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .container-5 {
    margin-top: 20px;
  }

  .container-6 {
    z-index: 5;
    background-color: var(--white);
    height: auto;
    margin-top: 115px;
    margin-right: 27px;
  }

  .heading-9 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .heading-10 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .button-4 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -12px;
    font-size: 28px;
    display: block;
  }

  .heading-12 {
    margin-top: 0;
  }

  .cell-7 {
    padding-right: 43px;
  }

  .quick-stack-3 {
    margin-top: 8px;
    margin-left: 36px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .perche {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 180px;
  }

  .slider, .image-3, .slide, .mask, .section-2 {
    height: 500px;
  }

  .container-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-5 {
    color: var(--white);
    transition-duration: 1s;
  }

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

  .dropdown-toggle {
    border: 1px solid var(--white);
    text-align: center;
    border-radius: 5px;
    width: 240px;
    margin-top: 0;
    margin-left: 8px;
    padding-top: 10px;
    display: block;
  }

  .dropdown-link-4 {
    border-color: transparent transparent var(--white);
    color: var(--white);
    margin-bottom: 10px;
  }

  .dropdown-link-4:hover {
    border-color: var(--white);
    background-color: var(--cadet-blue);
    color: var(--white);
  }

  .dropdown-link-4.w--current {
    color: var(--white);
    margin-bottom: 10px;
  }

  .dropdown-link-4.w--current:hover {
    border-color: var(--white-smoke);
    background-color: var(--cadet-blue);
    color: var(--white);
  }

  .dropdown-list.w--open {
    background-color: var(--light-sea-green);
    width: 200px;
    margin-left: 0;
  }

  .icon {
    margin-right: 14px;
  }

  .heading-18 {
    margin-left: -14px;
    font-size: 185px;
  }

  .container-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-12 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-19 {
    margin-top: 0;
    font-size: 255px;
  }

  .dropdown {
    align-items: flex-start;
    margin-top: -25px;
    margin-bottom: 6px;
    display: block;
  }

  .image-8, .section-3 {
    height: 400px;
  }

  .section-4, .image-9 {
    height: auto;
  }

  .heading-23 {
    justify-content: space-around;
    margin-top: 36px;
    margin-bottom: 41px;
    font-size: 245px;
    display: flex;
  }

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

  .text-block-6 {
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .text-block-7, .bold-text-3, .bold-text-4 {
    font-size: 20px;
  }

  .bold-text-5 {
    font-family: Lato, sans-serif;
  }

  .bold-text-7 {
    line-height: 40px;
  }

  .container-14 {
    width: auto;
  }

  .heading-30 {
    margin-bottom: 20px;
  }

  .heading-31 {
    line-height: 85px;
  }

  .container-15 {
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-9 {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-10 {
    margin-right: 453px;
    padding-right: 0;
  }

  .image-12, .slide-3 {
    height: 500px;
  }

  .heading-33, .text-block-10 {
    text-align: left;
  }

  .container-16 {
    text-align: center;
    margin-left: 30px;
  }

  .text-block-11 {
    margin-bottom: 100px;
  }

  .image-13, .slide-4 {
    height: 500px;
  }

  .image-14 {
    width: 100%;
  }

  .heading-35 {
    color: var(--light-sea-green);
    text-align: left;
    justify-content: space-around;
    margin-top: 95px;
    font-family: Lato, sans-serif;
    font-size: 160px;
    font-weight: 400;
    display: flex;
  }

  .container-20 {
    margin-left: 0;
  }

  .text-block-14 {
    text-align: left;
    margin-left: 0;
  }

  .section-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-22 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-8 {
    text-align: left;
  }

  .image-19, .image-20, .image-21 {
    width: 100%;
  }

  .button-6 {
    font-size: 20px;
  }

  .button-7 {
    border: 1px solid var(--white);
    color: var(--white);
    background-color: #0000;
    border-radius: 5px;
    width: 250px;
    font-family: Lato, sans-serif;
    font-size: 21px;
    font-weight: 300;
    transition: opacity .2s;
  }

  .button-7:hover {
    color: var(--white);
  }

  .navbar-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--ghost-white);
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    width: 200px;
    margin: 10px 0;
    padding: 10px 5px;
    display: inline-block;
  }

  .nav-dropdown {
    margin-top: 10px;
  }

  .nav-dropdown-toggle {
    text-align: center;
    width: 200px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    width: 250px;
    margin-left: -25px;
  }

  .nav-dropdown-link {
    border-color: var(--gainsboro-2);
    width: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--light-sea-green);
    color: #fff;
  }

  .icon-4 {
    justify-content: space-around;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    font-family: Lato, sans-serif;
    font-size: 45px;
    font-weight: 300;
    display: flex;
  }

  .list-item {
    align-self: center;
    width: 200px;
  }

  .submit-button-2 {
    transition: all .2s;
  }

  .submit-button-2:hover {
    opacity: .38;
  }

  .container-23 {
    margin-top: 44px;
  }

  .paragraph-11 {
    text-align: left;
    line-height: 24px;
  }

  .container-24 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-23 {
    margin-bottom: 100px;
  }

  .paragraph-12 {
    margin-top: 8px;
    margin-bottom: 15px;
  }

  .container-25 {
    margin-top: 480px;
  }

  .heading-40 {
    font-size: 28px;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .container-26 {
    width: 320px;
  }

  .popup-card {
    justify-content: flex-start;
    align-items: stretch;
    width: 400px;
    max-width: none;
    height: auto;
    padding-bottom: 40px;
  }

  .popup-items {
    width: 330px;
    height: 470px;
  }

  .images-container {
    width: 330px;
    height: 465px;
  }

  .popup-image {
    width: auto;
    min-width: 100px;
    height: auto;
    margin-left: 0;
  }

  .container-27 {
    margin-top: 448px;
  }

  .heading-51 {
    text-align: left;
    line-height: 23px;
  }

  .container-28 {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--white-smoke);
    color: #fff;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 60;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .icon-5 {
    color: var(--dim-grey);
    border: 1px #000;
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    margin: 40px 60px 100px;
  }

  .footer-dark {
    clear: none;
    margin-top: 0;
    padding: 0 0 10px;
    position: relative;
    inset: 0 0%;
  }

  .container-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .footer-copyright-center {
    line-height: 18px;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

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

  .cell-3 {
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .container-4 {
    justify-content: space-around;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 73px;
    text-align: center;
    margin-bottom: 0;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .heading-4 {
    position: absolute;
  }

  .button {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .button.no-margin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block {
    width: 100%;
    margin-top: 0;
  }

  .cell-4 {
    grid-column-gap: 1px;
    grid-row-gap: 50px;
    padding-top: 69px;
  }

  .heading-5 {
    margin-top: -89px;
  }

  .button-2 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .paragraph {
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .div-block-2 {
    margin-top: -41px;
  }

  .brix---header-nav-link {
    color: var(--white);
    transition-property: all;
  }

  .brix---header-nav-link:focus {
    outline-color: var(--white);
    outline-offset: 0px;
    color: var(--white);
    mix-blend-mode: normal;
    background-color: #0000;
    outline-width: 1px;
    outline-style: solid;
    font-size: 21px;
  }

  .brix---header-nav-link:focus-visible, .brix---header-nav-link[data-wf-focus-visible] {
    color: var(--white);
  }

  .brix---header-nav-link:visited {
    opacity: 1;
    color: var(--white);
    -webkit-text-stroke-color: transparent;
    outline-width: 1px;
    padding-right: 10px;
    font-size: 21px;
    display: block;
  }

  .brix---header-nav-list-item {
    justify-content: center;
    display: flex;
  }

  .brix---header-nav-menu-list {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---header-menu-wrapper {
    padding-bottom: 40px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---container-default {
    margin-top: 30px;
  }

  .brix---header-wrapper {
    padding-top: 0;
  }

  .heading-6 {
    margin-top: 20px;
    font-size: 45px;
    line-height: 48px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .cell-5 {
    padding-right: 7px;
  }

  .paragraph-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-7 {
    margin-left: 40px;
    margin-right: 40px;
    line-height: 36px;
  }

  .container-5 {
    margin-top: 10px;
  }

  .container-6 {
    z-index: 5;
    width: 200px;
    height: auto;
    margin-top: 116px;
    margin-right: 20px;
  }

  .heading-9 {
    margin-bottom: 5px;
    font-size: 34px;
  }

  .heading-10 {
    font-size: 15px;
  }

  .heading-11 {
    margin-top: 20px;
    margin-bottom: -6px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .button-4 {
    width: auto;
    margin-top: -12px;
    font-size: 26px;
  }

  .heading-12 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .cell-7 {
    padding-right: 0;
  }

  .quick-stack-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .perche {
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 125px;
  }

  .slider, .image-3, .slide, .mask {
    height: 400px;
  }

  .heading-17 {
    margin-top: 0;
  }

  .heading-18 {
    margin-bottom: 63px;
    font-size: 135px;
  }

  .heading-19 {
    font-size: 180px;
  }

  .image-8, .section-3 {
    height: 300px;
  }

  .paragraph-7 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-20 {
    margin-top: 100px;
  }

  .heading-22 {
    font-size: 170px;
    line-height: 160px;
  }

  .section-4 {
    height: auto;
    margin-bottom: 100px;
  }

  .image-9 {
    height: auto;
  }

  .heading-23 {
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-top: 65px;
    margin-bottom: 100px;
    font-size: 180px;
    line-height: 180px;
  }

  .heading-24 {
    margin-bottom: 20px;
  }

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

  .text-block-6, .text-block-7 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-9 {
    font-size: 15px;
    line-height: 16px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 16px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .container-13 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .bold-text-7 {
    font-size: 30px;
  }

  .container-14 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    display: block;
  }

  .heading-31 {
    font-size: 80px;
    line-height: 80px;
  }

  .container-15 {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-9 {
    text-align: left;
  }

  .paragraph-10 {
    margin-right: 303px;
  }

  .image-12, .slide-3 {
    height: 400px;
  }

  .text-block-10 {
    text-align: left;
  }

  .container-16 {
    margin-left: 20px;
  }

  .text-block-11 {
    margin-bottom: 20px;
  }

  .image-13, .slide-4 {
    height: 400px;
  }

  .heading-35 {
    text-align: left;
    margin-top: 57px;
    margin-bottom: 100px;
    font-size: 115px;
    overflow: visible;
  }

  .container-17 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-20 {
    margin-right: 0;
  }

  .quick-stack-7 {
    margin-top: -13px;
    margin-bottom: 0;
  }

  .text-block-13 {
    text-align: justify;
    margin-top: -28px;
  }

  .text-block-14 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .bold-text-8 {
    text-align: left;
  }

  .navbar-no-shadow-container {
    z-index: 6;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-left: 2px;
  }

  .mobile-margin-top-10 {
    margin-top: 5px;
  }

  .cell-16 {
    border-bottom: 1px none var(--silver);
    border-right-style: none;
    border-right-width: 0;
    padding-bottom: 20px;
  }

  .container-23 {
    margin-top: 20px;
  }

  .form-block-2 {
    margin-top: 23px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .container-24 {
    margin-top: 184px;
  }

  .heading-37 {
    margin-top: -33px;
  }

  .image-23 {
    margin-bottom: 60px;
  }

  .paragraph-12 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .bold-text-9 {
    font-size: 12px;
  }

  .container-25 {
    margin-top: 493px;
  }

  .heading-40 {
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-12 {
    margin-top: -16px;
  }

  .paragraph-14 {
    margin-top: -18px;
  }

  .container-26 {
    width: 380px;
  }

  .form-4 {
    margin-top: 0;
  }

  .form-block-3 {
    margin-top: -28px;
    margin-bottom: 0;
  }

  .popup-card {
    width: 280px;
    height: auto;
    margin-top: 180px;
    margin-left: 40px;
    margin-right: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-items {
    width: 340px;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .images-container {
    width: 340px;
    height: 470px;
  }

  .popup-image {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-43, .heading-44 {
    font-size: 34px;
  }

  .container-27 {
    width: 200px;
    margin-top: 439px;
    margin-right: 20px;
  }

  .heading-45 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .heading-46 {
    font-size: 34px;
  }

  .heading-47 {
    font-size: 12px;
  }

  .heading-51 {
    font-size: 17px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2.w--open {
    background-color: #fff0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 100%;
    height: 100vh;
  }

  .heading {
    letter-spacing: 0;
    font-size: 24px;
  }

  .heading-3 {
    letter-spacing: 1px;
    font-size: 24px;
  }

  .container-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-dark {
    float: none;
    clear: left;
    margin-top: auto;
    padding-bottom: 0;
    position: relative;
    inset: 0 0%;
  }

  .container-3 {
    max-width: none;
  }

  .footer-block {
    margin-bottom: -7px;
    padding-bottom: 0;
  }

  .footer-social-block {
    justify-content: center;
    margin-left: 0;
    margin-right: 21px;
    padding-left: 0;
  }

  .footer-copyright-center {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
  }

  .quick-stack {
    margin-top: 0;
    padding-top: 10px;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .cell-2 {
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .cell-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    justify-content: space-around;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-2 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .text-block {
    text-align: justify;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 16px;
  }

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

  .button.no-margin {
    padding: 20px 12px;
    font-size: 22px;
  }

  .div-block {
    justify-content: space-between;
    width: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-4 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    margin: -42px 0 20px;
  }

  .div-block-2 {
    width: 80%;
    margin-top: -42px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .brix---header-nav-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
  }

  .brix---header-nav-list-item {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .brix---header-nav-menu-list {
    align-items: center;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .button-3.w--current {
    border-bottom-left-radius: 0;
    width: auto;
    padding-top: 20px;
    inset: 0% 0% auto;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-5 {
    align-items: center;
    padding-bottom: 0;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-8 {
    font-size: 45px;
  }

  .container-6 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 180px 10px 20px;
    display: block;
    inset: 0% 0% auto;
  }

  .heading-9 {
    font-size: 38px;
  }

  .heading-10 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 17px;
  }

  .heading-11 {
    font-size: 17px;
    line-height: 22px;
  }

  .button-4 {
    margin-top: 1px;
  }

  .heading-13 {
    text-align: left;
    margin-bottom: 10px;
    line-height: 35px;
  }

  .quick-stack-3 {
    margin-top: 295px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .perche {
    margin-left: 0;
    font-size: 67px;
  }

  .slider {
    max-width: 100%;
    height: 250px;
    min-height: 100%;
  }

  .image-3 {
    width: 100%;
    height: 250px;
  }

  .slide, .mask {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  .section-2 {
    object-fit: cover;
  }

  .container-8 {
    margin-top: 252px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-15 {
    line-height: 36px;
  }

  .heading-17 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-18 {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: -5px;
    font-size: 70px;
  }

  .container-11 {
    margin-top: 194px;
  }

  .container-12 {
    margin-top: 286px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-19 {
    margin-left: -11px;
    font-size: 100px;
  }

  .image-8, .section-3 {
    height: 200px;
  }

  .paragraph-7 {
    margin: 0 0 10px;
  }

  .heading-20 {
    margin-top: 60px;
    font-size: 30px;
  }

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

  .quick-stack-4 {
    margin-bottom: 20px;
  }

  .heading-22 {
    margin-top: 0;
    margin-left: -4px;
    font-size: 100px;
    line-height: 80px;
  }

  .section-4 {
    margin-bottom: 60px;
  }

  .image-9 {
    height: auto;
  }

  .heading-23 {
    max-height: 100%;
    margin-top: 299px;
    margin-bottom: 40px;
    margin-left: -2px;
    font-size: 100px;
    line-height: 100px;
  }

  .heading-25 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    display: flex;
  }

  .quick-stack-5 {
    grid-column-gap: 2px;
    padding-bottom: 10px;
  }

  .bold-text {
    font-family: Oswald, sans-serif;
    font-size: 20px;
    line-height: 18px;
  }

  .text-block-6 {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-7 {
    align-self: center;
    font-family: Oswald, sans-serif;
    font-size: 12px;
  }

  .quick-stack-6 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-13 {
    border-style: none;
    border-color: var(--tomato);
    padding-top: 0;
    display: flex;
  }

  .text-block-9 {
    align-self: center;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 14px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }

  .bold-text-3 {
    font-family: Oswald, sans-serif;
    font-size: 12px;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }

  .container-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-5 {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .bold-text-6 {
    font-size: 30px;
  }

  .cell-14 {
    justify-content: center;
    align-items: center;
    line-height: 10px;
  }

  .bold-text-7 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-14 {
    margin-top: -1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .heading-26 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-27 {
    line-height: 26px;
  }

  .heading-28 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-29 {
    font-size: 19px;
    line-height: 24px;
  }

  .heading-30 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-31 {
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .container-15 {
    text-align: center;
    margin-top: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-9 {
    text-align: left;
    margin-top: 40px;
  }

  .paragraph-10 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .icon-2, .icon-3 {
    font-size: 0;
  }

  .image-12, .slide-3 {
    height: 250px;
  }

  .heading-33 {
    margin-top: 0;
    margin-bottom: 31px;
    font-size: 70px;
  }

  .container-16 {
    margin: 40px 20px 131px;
  }

  .image-13, .slide-4 {
    height: 250px;
  }

  .left-arrow {
    font-size: 0;
  }

  .image-14 {
    margin-bottom: 20px;
  }

  .heading-34 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 90px;
  }

  .heading-35 {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 212px;
    margin-bottom: 20px;
    font-size: 65px;
  }

  .container-17 {
    text-align: justify;
  }

  .image-16 {
    margin-bottom: 40px;
  }

  .container-20 {
    grid-column-gap: 12px;
    margin-top: -13px;
    margin-left: 0;
  }

  .text-block-12 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-13 {
    margin-top: -64px;
    padding-top: 31px;
  }

  .bold-text-8 {
    font-size: 16px;
  }

  .navbar-no-shadow-container {
    padding-bottom: 16px;
  }

  .container-regular {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    margin-right: -17px;
  }

  .image-22 {
    margin-top: 19px;
    margin-left: -11px;
  }

  .container-23 {
    margin-top: 297px;
  }

  .heading-36 {
    text-align: left;
    margin-top: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-11 {
    font-size: 20px;
    line-height: 24px;
  }

  .container-24 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-37 {
    margin-top: 23px;
    font-size: 90px;
  }

  .heading-38 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-12 {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .bold-text-9 {
    font-size: 15px;
  }

  .button-8 {
    text-align: center;
    border-bottom-left-radius: 0;
    inset: 0% 0% auto;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    width: 72px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    font-size: 3.5rem;
  }

  .container-25 {
    margin-top: 653px;
    inset: 0% 0% auto;
  }

  .text-block-19 {
    width: 320px;
    font-size: 14px;
  }

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

  .section-12 {
    margin-top: -18px;
  }

  .button-9 {
    margin-top: 6px;
  }

  .paragraph-14 {
    margin-top: -23px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .container-26 {
    width: 280px;
  }

  .field-label-8 {
    text-align: left;
    margin-top: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
  }

  .form-4 {
    margin-top: -26px;
  }

  .text-field-7 {
    height: 55px;
  }

  .popup-card {
    border-width: 10px;
    flex-flow: column;
    width: auto;
    height: auto;
    margin-top: 180px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    inset: 0% 0% auto;
  }

  .popup-items {
    width: 260px;
    height: 380px;
    padding: 40px 10px;
  }

  .images-container {
    flex-flow: column;
    justify-content: center;
    width: 260px;
    height: 420px;
    margin-top: -39px;
    display: flex;
  }

  .popup-image {
    width: 260px;
    margin-top: 0;
    margin-left: 0;
  }

  .heading-43, .heading-44 {
    font-size: 30px;
    line-height: 36px;
  }

  .container-27 {
    width: auto;
    margin-top: 626px;
    margin-left: 10px;
    margin-right: 10px;
    inset: 0% 0% auto;
  }

  .container-28 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--white-smoke);
    color: var(--gainsboro);
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .icon-5 {
    margin-left: 10px;
  }
}

#w-node-f72cea41-b0ea-571c-7c78-7e827a638263-a5c9cf17 {
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr minmax(0, .25fr);
}

#w-node-f72cea41-b0ea-571c-7c78-7e827a638264-a5c9cf17, #w-node-_3018ac5b-6dd3-4c8a-4ca5-6c64ca8fe20d-a5c9cf17, #w-node-ee413e28-11df-9b45-8040-a6b62a26bea3-a5c9cf17, #w-node-e2b04a3f-fb08-214b-93b1-4a8aa01a8f21-a5c9cf17, #w-node-f72cea41-b0ea-571c-7c78-7e827a638265-a5c9cf17, #w-node-e2ee29ee-5340-e6b4-f4ef-bb06a5c9cf1d-a5c9cf17, #w-node-dbdd3baf-13b1-9f66-5663-e9b6eaebc301-a5c9cf17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_649f42f6-6cfa-d743-c2b2-fbbe180df9c8-f8bbc295 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: grid;
}

#w-node-_4e711768-8f81-462b-f3b0-65113e59c547-f8bbc295, #w-node-bea590a1-0dfa-f4e9-aff3-ad8f62b7ef77-44a0c7f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6c8b495-08e0-2457-eb30-974fffdfcce3-6a77bc94, #w-node-d0d5aae9-32b1-2916-9dba-7895e6cd78b0-6a77bc94 {
  grid-template-rows: auto;
  grid-template-columns: 4.75fr 1fr;
}

#w-node-edd40854-84bd-0c9a-f579-57a8b5c65ad9-6a77bc94, #w-node-c59ff70f-afaa-c4a6-74c0-7d0f5818da8c-6a77bc94, #w-node-ded10e65-6b59-fd74-9bff-f64796b28cac-6a77bc94, #w-node-a26cc859-9b74-324f-a0a1-ea1ff980b25e-6a77bc94 {
  grid-template-rows: auto;
  grid-template-columns: 6.5fr 1fr;
}

#w-node-_3549a03c-f5fb-73fe-15c3-bd5517cd2098-829113bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-edd40854-84bd-0c9a-f579-57a8b5c65ad9-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 4.75fr 1fr;
  }

  #w-node-c59ff70f-afaa-c4a6-74c0-7d0f5818da8c-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 6.25fr 1fr;
  }

  #w-node-ded10e65-6b59-fd74-9bff-f64796b28cac-6a77bc94, #w-node-a26cc859-9b74-324f-a0a1-ea1ff980b25e-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f72cea41-b0ea-571c-7c78-7e827a638263-a5c9cf17 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr minmax(0, .25fr);
  }

  #w-node-_649f42f6-6cfa-d743-c2b2-fbbe180df9c8-f8bbc295 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-b6c8b495-08e0-2457-eb30-974fffdfcce3-6a77bc94, #w-node-d0d5aae9-32b1-2916-9dba-7895e6cd78b0-6a77bc94, #w-node-edd40854-84bd-0c9a-f579-57a8b5c65ad9-6a77bc94, #w-node-c59ff70f-afaa-c4a6-74c0-7d0f5818da8c-6a77bc94, #w-node-ded10e65-6b59-fd74-9bff-f64796b28cac-6a77bc94, #w-node-a26cc859-9b74-324f-a0a1-ea1ff980b25e-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f72cea41-b0ea-571c-7c78-7e827a638263-a5c9cf17 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr minmax(0, .25fr);
  }

  #w-node-_649f42f6-6cfa-d743-c2b2-fbbe180df9c8-f8bbc295 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-bea590a1-0dfa-f4e9-aff3-ad8f62b7ef77-44a0c7f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0d5aae9-32b1-2916-9dba-7895e6cd78b0-6a77bc94, #w-node-edd40854-84bd-0c9a-f579-57a8b5c65ad9-6a77bc94, #w-node-ded10e65-6b59-fd74-9bff-f64796b28cac-6a77bc94, #w-node-a26cc859-9b74-324f-a0a1-ea1ff980b25e-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
  }

  #w-node-_3549a03c-f5fb-73fe-15c3-bd5517cd2098-829113bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f72cea41-b0ea-571c-7c78-7e827a638263-a5c9cf17 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-e2b04a3f-fb08-214b-93b1-4a8aa01a8f21-a5c9cf17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_649f42f6-6cfa-d743-c2b2-fbbe180df9c8-f8bbc295 {
    grid-template-rows: auto;
    grid-template-columns: minmax(301px, .25fr);
  }

  #w-node-b6c8b495-08e0-2457-eb30-974fffdfcce3-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-d0d5aae9-32b1-2916-9dba-7895e6cd78b0-6a77bc94, #w-node-edd40854-84bd-0c9a-f579-57a8b5c65ad9-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 3fr;
  }

  #w-node-c59ff70f-afaa-c4a6-74c0-7d0f5818da8c-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-ded10e65-6b59-fd74-9bff-f64796b28cac-6a77bc94, #w-node-a26cc859-9b74-324f-a0a1-ea1ff980b25e-6a77bc94 {
    grid-template-rows: auto;
    grid-template-columns: 3fr;
  }

  #w-node-_3549a03c-f5fb-73fe-15c3-bd5517cd2098-829113bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


