:root {
  --black: #0a0a0a;
  --white: #fbfbfb;
  --primary-800: #a41015;
  --grey-400: #454d56;
  --primary-900: #881418;
  --primary-950: #4a0507;
  --primary-50: #fff1f1;
  --primary-100: #ffdfe0;
  --grey-100: #e8e8e8;
  --grey-300: #7c8a97;
  --primary-600: #2a8890;
  --grey-200: #979797;
}

.w-layout-grid {
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-auto-flow: dense;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.nav-bar-desktop {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00bce600;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-wrapper.center {
  justify-content: center;
}

.uplift-logo {
  height: 100px;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text {
  color: var(--black);
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
}

.gradient-background {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._4 {
  z-index: 1;
  background-color: #038db7;
  width: 50vw;
  height: 20vw;
  inset: 0% 0% auto auto;
}

.bg-circle._3 {
  z-index: 1;
  background-color: #00bce6;
  width: 30vw;
  height: 30vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._1 {
  z-index: 1;
  opacity: 1;
  background-color: #00bce6;
  border-radius: 20%;
  width: 50vw;
  height: 20vw;
  margin-top: -16%;
  margin-left: -16%;
}

.image {
  margin-bottom: 40px;
}

.image.invert {
  opacity: 1;
  filter: invert();
}

._100vh-section-desktop {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

.icon {
  color: #fff;
  max-width: 40px;
}

.dropdown-list {
  background-color: #856f6f;
}

.dropdown-list.w--open {
  background-color: #00000078;
}

.section100vh {
  display: none;
}

.h1 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.div-hero {
  display: none;
}

.language {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  transition: all .2s;
}

.language:hover {
  opacity: .61;
}

.cta {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

.cta.big, .cta.secondary, .cta.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
}

.nav-bar-mobile {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00bce600;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 50px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div {
  display: none;
}

.uplift-logo-2 {
  height: 160px;
}

.text-size-medium {
  font-size: 1.125rem;
}

.uplift-logo-3 {
  height: 60px;
}

._100vh-section-desktop-2 {
  background-image: linear-gradient(#591c1c, #591c1c);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

.hero-text-2 {
  color: #ffffffd9;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.normal-section {
  display: none;
}

.h1-2 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.section100vh-2 {
  display: none;
}

.h1-3 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.div-bottom {
  display: none;
}

.h1-4, .h1-5 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.section100vh-3 {
  display: none;
}

.h1-6 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.bottom-bar {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

.bottom-bar.big, .bottom-bar.secondary, .bottom-bar.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
}

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

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

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

.section100vh-4 {
  display: none;
}

.cta-2 {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

.cta-2.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
}

.h1-7 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.cta-3 {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

.cta-3.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
}

.h1-8 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.section100vh-5 {
  display: none;
}

.h1-9 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .nav-bar-desktop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-circle._4 {
    width: 60vw;
    height: 60vw;
  }

  .bg-circle._3, .bg-circle._1 {
    margin-top: 0%;
    margin-left: 0%;
  }

  ._100vh-section-desktop {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-2 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .icon {
    margin-right: 2px;
  }

  .language {
    font-size: 1.5rem;
  }

  .nav-bar-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._100vh-section-desktop-2 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .uplift-logo {
    height: 140px;
  }

  ._100vh-section-desktop {
    padding-top: 40px;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .cta.big, .cta.secondary, .cta.big {
    padding: 1.5rem 1rem;
  }

  .uplift-logo-2 {
    height: 140px;
  }

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

  .uplift-logo-3 {
    height: 60px;
  }

  ._100vh-section-desktop-2 {
    padding-top: 40px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .bottom-bar.big, .bottom-bar.secondary, .bottom-bar.big, .cta-2.big, .cta-3.big {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-desktop {
    height: 80px;
    display: none;
  }

  .container {
    flex-flow: row;
  }

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

  .nav-wrapper.right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-wrapper.left {
    justify-content: flex-start;
  }

  .nav-wrapper.right {
    justify-content: flex-end;
  }

  .uplift-logo {
    max-width: none;
    height: auto;
    max-height: 50px;
    margin-bottom: 0;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
  }

  .hero-text {
    font-size: 14px;
  }

  .bg-circle._4 {
    background-color: #038db7;
    width: 70vw;
    height: 80vw;
  }

  .bg-circle._3 {
    background-color: #00bce6;
  }

  ._100vh-section-desktop {
    display: none;
  }

  .dropdown-toggle-2 {
    color: #004226;
    font-family: Lexend Deca, sans-serif;
  }

  .icon {
    color: #004225;
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .section100vh {
    background-color: var(--white);
    min-height: 100vh;
    max-height: 100vh;
    padding: 0 0 20px;
    display: block;
    overflow: hidden;
  }

  .section100vh.scrolling {
    padding-bottom: 20px;
    overflow: visible;
  }

  .section100vh._100-whitebg {
    background-color: #fff;
  }

  .dropdown-2 {
    position: absolute;
    inset: 10px 1em auto auto;
  }

  .h1 {
    color: var(--primary-800);
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
  }

  .h1.space-bottom {
    margin-bottom: 20px;
  }

  .h1.no-space {
    text-align: left;
    margin-bottom: 0;
  }

  .h1.no-space.black {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
  }

  .h1.black {
    color: var(--black);
    font-weight: 600;
  }

  .h1.black.align-left {
    text-align: left;
  }

  .div-hero {
    background-color: #f3f3f3;
    min-height: auto;
    padding: 80px 0 0;
    display: block;
  }

  .div-hero.no-padding._100vh {
    color: var(--grey-400);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 0;
    display: flex;
  }

  .div-hero.no-padding {
    min-height: auto;
    padding: 60px 0 0;
  }

  .div-hero.no-padding.white {
    background-color: #fff;
    padding-top: 80px;
  }

  .language {
    color: #004225;
    font-size: 1.2rem;
  }

  .cta {
    border-color: var(--primary-800);
    background-color: var(--primary-800);
    border-radius: 600px;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 18px;
    transition: all .2s;
  }

  .cta:active {
    background-color: var(--primary-900);
  }

  .cta.big {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary-950);
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .cta.secondary {
    border-color: var(--primary-800);
    background-color: var(--primary-50);
    color: var(--primary-800);
    border-radius: 50px;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Familjen Grotesk, sans-serif;
    font-weight: 600;
    transition: all .2s;
  }

  .cta.secondary:hover {
    background-color: #f0fbfa00;
  }

  .cta.secondary:active {
    background-color: var(--primary-100);
    color: var(--primary-800);
  }

  .cta.secondary.small {
    margin-bottom: 20px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 14px;
    line-height: 140%;
  }

  .cta.big {
    background-color: #591c1c;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    transition: all .2s;
  }

  .cta.big:hover {
    background-color: #3a1111;
  }

  .cta.big:active {
    background-color: #004225;
  }

  .cta.big.secondary {
    border-width: 2px;
    border-color: var(--primary-950);
    color: var(--primary-950);
    background-color: #591c1c00;
  }

  .cta.big.secondary:active {
    background-color: #f6d2d2;
  }

  .cta.big.secondary.no100-wight {
    border-color: var(--primary-950);
    color: var(--primary-950);
    background-color: #14323800;
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
  }

  .cta.big.secondary.no100-wight:active {
    background-color: #82b2bc33;
  }

  .cta.big.no100-wight {
    background-color: var(--primary-900);
    min-width: 48%;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .cta.big.no100-wight:active {
    background-color: var(--primary-950);
  }

  .nav-bar-mobile {
    background-color: #f3f3f3;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .nav-bar-mobile.green {
    background-color: var(--primary-950);
  }

  .nav-bar-mobile.title {
    background-color: var(--grey-100);
  }

  .nav-bar-mobile.back {
    background-color: #004225;
  }

  .div {
    background-color: var(--white);
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px 1em;
    display: block;
  }

  .div.padding-laterale {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div.padding-laterale.fixed {
    z-index: 2;
    background-color: rgba(0,0,0,0);
    margin-bottom: 0;
    padding-top: 10px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div.padding-laterale.fixed.no-padding {
    padding: 0 0;
  }

  .div.padding-laterale {
    background-color: rgba(0,0,0,0);
    min-width: 100%;
    padding: 60px 1rem 20px;
  }

  .div.padding-laterale.less-padding-verticale {
    padding-top: 20px;
  }

  .div.padding-laterale {
    background-color: rgba(0,0,0,0);
    padding: 60px 1rem 20px;
  }

  .div.padding-laterale.fixed {
    position: fixed;
    inset: auto 0% 0%;
  }

  .div.padding-laterale.fixed.center {
    background-color: rgba(0,0,0,0);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

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

  .div.padding-verticale {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div.no-space-low {
    margin-bottom: 0;
  }

  .image-decoration {
    object-fit: cover;
    object-position: 50% 100%;
    min-width: 100%;
    max-height: 240px;
  }

  .uplift-logo-2 {
    max-width: none;
    height: auto;
    max-height: 50px;
    margin-bottom: 0;
  }

  .text-size-medium {
    color: var(--grey-300);
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
    line-height: 130%;
  }

  .text-size-medium.centered {
    color: var(--grey-300);
    text-align: center;
    margin-bottom: 20px;
    font-family: Familjen Grotesk, sans-serif;
    font-weight: 400;
  }

  .text-size-medium.centered.link {
    color: var(--primary-600);
    font-size: 12px;
    font-weight: 400;
  }

  .text-size-medium.no-space {
    margin-bottom: 0;
    font-size: 12px;
  }

  .text-size-medium.small {
    margin: 10px;
    /* margin-top: 10px; */
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    font-size: 12px;
  }

  .text-size-medium.inline-block {
    color: var(--black);
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
  }

  .logo-mobile {
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .uplift-logo-3 {
    max-width: none;
    height: auto;
    max-height: 50px;
    margin-bottom: 0;
  }

  ._100vh-section-desktop-2 {
    display: none;
  }

  .hero-text-2 {
    font-size: 14px;
  }

  .grid1 {
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid1.h-full {
    grid-template-rows: minmax(180px, 100%);
    grid-auto-rows: minmax(180px, 1fr);
    min-height: 100%;
  }

  .back-icon {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .back-icon.invert {
    filter: invert();
  }

  .normal-section {
    background-color: #f3f3f3;
    min-height: auto;
    max-height: none;
    padding: 0 0;
    display: block;
    overflow: visible;
  }

  .block {
    margin-bottom: 0;
    padding-left: 14px;
  }

  .text-cta {
    color: var(--black);
    font-family: Familjen Grotesk, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }

  .text-cta.center {
    color: var(--black);
    text-align: center;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .text-cta.white {
    color: var(--primary-50);
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
  }

  .cta-outline {
    color: #151515;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-family: Lexend Deca, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .cta-outline:active {
    background-color: #ececec;
  }

  .cta-outline._1 {
    background-image: url('../images/a-lush-landscape-with-a-green-forest-and-tall-tree-1.avif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }

  .cta-outline._2 {
    background-image: url('../images/a-person-sitting-on-a-blanket-in-the-middle-of-a-g-1.avif');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }

  .cta-outline._3 {
    background-image: url('../images/a-community-garden-with-people-of-all-ages-working-1.avif');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }

  .cta-outline._4 {
    background-image: url('../images/a-vibrant-scene-of-group-art-creation-with-people-1.avif');
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }

  .cta-outline._5 {
    background-image: url('../images/a-lively-classroom-with-children-sitting-at-desks-1.avif');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }

  .cta-outline._6 {
    background-image: url('../images/a-spacious-modern-museum-featuring-interactive-art-1.avif');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }

  .text-size-small {
    color: var(--grey-200);
    margin-bottom: 0;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }

  .text-size-small.bold {
    font-weight: 600;
  }

  .text-size-small.center {
    color: var(--primary-950);
    text-align: center;
    font-family: Lexend Deca, sans-serif;
  }

  .link-block {
    margin-right: 10px;
  }

  .link-block.no-margin {
    margin-right: 0;
  }

  .link-block.no-margin.absolute {
    position: absolute;
    inset: 2% 3% auto auto;
  }

  .h1-2 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-2.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-2.center.no-space-up {
    margin-top: 0;
  }

  .h1-2.center.no-space-up.no-space-down {
    margin-bottom: 0;
    line-height: 100%;
  }

  .h1-2.center.no-space-up.no-space-down.title {
    text-align: left;
    font-size: 22px;
    line-height: 65%;
  }

  .image-2 {
    position: relative;
    top: -21px;
    left: -15px;
  }

  .section100vh-2 {
    background-color: #f3f3f3;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0 0 20px;
    display: block;
    overflow: visible;
  }

  .text-size-small-2 {
    margin-bottom: 0;
  }

  .text-size-small-2.space-orizontal {
    margin-left: 6px;
    margin-right: 6px;
  }

  .image-decoration-2 {
    min-width: 100%;
  }

  .image-decoration-2.down-absolute {
    position: absolute;
    inset: auto 0% 0%;
  }

  .next-cta {
    position: static;
    inset: auto 20px auto auto;
  }

  .link-next {
    position: absolute;
    inset: auto 1em 1em auto;
  }

  .h1-3 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-3.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-3.center.no-space-up {
    margin-top: 0;
  }

  .h1-3.center.no-space-up.no-space-down {
    margin-bottom: 0;
  }

  .text-size-medium-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .text-size-medium-2.center {
    color: #333;
    text-align: center;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    font-family: Lexend Deca, sans-serif;
    font-size: 12px;
    display: flex;
  }

  .div-bottom {
    background-color: #f3f3f3;
    min-height: auto;
    padding: 20px 0;
    display: block;
  }

  .div-bottom.padding-laterale {
    background-color: rgba(0,0,0,0);
    min-width: 100%;
    padding: 60px 1rem 20px;
  }

  .div-bottom.padding-laterale.less-padding-verticale._100-wight {
    padding: 0 0;
  }

  .div-bottom.padding-laterale.fixed.center {
    background-color: rgba(0,0,0,0);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-bottom.padding-laterale.fixed.center.player {
    background-color: #dbdbdb;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-bottom.padding-laterale.fixed.center.player.smaller {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-bottom.padding-laterale.less-padding-verticale {
    padding-top: 20px;
  }

  .div-bottom.padding-laterale.less-padding-verticale.h-full {
    min-height: 100vh;
  }

  .div-bottom.padding-laterale.less-padding-verticale._100-wight {
    padding-left: 0;
    padding-right: 0;
  }

  .div-bottom.padding-laterale.less-padding-verticale.space-low {
    padding-bottom: 140px;
  }

  .div-bottom.padding-laterale.padding-low {
    padding-top: 20px;
    padding-bottom: 130px;
  }

  .div-bottom.padding-laterale.padding-low.h-full {
    min-height: 100vh;
  }

  .div-bottom.padding-laterale.padding-low._100-wight {
    padding-left: 0;
    padding-right: 0;
  }

  .div-bottom.padding-laterale {
    background-color: rgba(0,0,0,0);
    padding: 60px 1rem 20px;
  }

  .div-bottom.padding-laterale.fixed {
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-bottom.padding-laterale.fixed.center {
    z-index: 1;
    background-color: rgba(0,0,0,0);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 100px;
    display: flex;
  }

  .caption {
    color: #fdfdfd;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 500;
  }

  .caption.grey {
    color: #333;
    margin-top: 20px;
    margin-bottom: 100px;
    font-family: Familjen Grotesk, sans-serif;
    font-weight: 300;
  }

  .caption.grey.center {
    color: #7c8a97;
    text-align: center;
  }

  .caption.grey.center.space-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h1-4 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-4.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .div-block-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    min-height: 100%;
    display: flex;
  }

  .no-scrolling-body {
    overflow: hidden;
  }

  .text-size-small-3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .text-size-small-3.bold {
    font-weight: 600;
  }

  .h1-5 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-5.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-5.center.no-space-up {
    margin-top: 0;
  }

  .h1-5.center.no-space-up.no-space-down {
    margin-bottom: 0;
    line-height: 100%;
  }

  .h1-5.center.no-space-up.no-space-down.title {
    text-align: left;
    font-size: 22px;
    line-height: 65%;
  }

  .form-block {
    min-width: 100%;
    margin-bottom: 0;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 100%;
    display: flex;
  }

  .form.vertical {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    max-width: 100%;
  }

  .section100vh-3 {
    background-color: #f3f3f3;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0 0 20px;
    display: block;
    overflow: visible;
  }

  .section100vh-3.popup-section {
    background-color: #000000b3;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1-6 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-6.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-6.center.no-space-up {
    margin-top: 0;
  }

  .popup {
    background-color: #fdfdfd;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    padding: 20px;
    display: flex;
    position: absolute;
    inset: auto 5%;
  }

  .popup.decoration-left {
    background-image: url('../images/decorazione.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 55px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .text-field {
    background-color: #fff0;
    border: 1px #000;
    border-bottom: 2px solid #000;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-field.nospace {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bottom-bar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--primary-900);
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Lexend Deca, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .bottom-bar:active {
    background-color: var(--primary-950);
  }

  .bottom-bar.big {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary-950);
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .bottom-bar.secondary {
    border-color: var(--primary-950);
    color: var(--primary-950);
    background-color: #14323800;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    transition: all .2s;
  }

  .bottom-bar.secondary:hover {
    background-color: var(--primary-50);
  }

  .bottom-bar.secondary:active {
    background-color: #004225;
  }

  .bottom-bar.big {
    background-color: #591c1c;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    transition: all .2s;
  }

  .bottom-bar.big:hover {
    background-color: #3a1111;
  }

  .bottom-bar.big:active {
    background-color: #004225;
  }

  .bottom-bar.big.secondary {
    color: #a13434;
    background-color: #591c1c00;
    border-width: 2px;
    border-color: #a13434;
  }

  .bottom-bar.big.secondary:active {
    background-color: #f6d2d2;
  }

  .bottom-bar.big.secondary.no100-wight {
    border-color: var(--primary-950);
    color: var(--primary-50);
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
  }

  .bottom-bar.big.no100-wight {
    background-color: var(--primary-950);
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
  }

  .image-3 {
    margin-bottom: 10px;
  }

  .image-4 {
    object-fit: cover;
    min-width: 100%;
    max-height: 150px;
  }

  .medium {
    font-weight: 500;
  }

  .image-5 {
    max-height: 35px;
  }

  .div-block-4 {
    background-color: var(--white);
    min-width: 100%;
    padding: 6px;
    position: relative;
  }

  .image-6 {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .image-8 {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .grid {
    grid-template: "Area Area"
                   ". ."
                   ". ."
                   / 1fr 1fr;
    place-items: center;
  }

  .loghi {
    max-width: 90%;
    max-height: 70px;
  }

  .icon-map {
    max-width: 40px;
  }

  .section100vh-4 {
    background-color: #f3f3f3;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0 0 20px;
    display: block;
    overflow: visible;
  }

  .section100vh-4.popup-section {
    background-color: #000000b3;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-2.big {
    background-color: #591c1c;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    transition: all .2s;
  }

  .cta-2.big:hover {
    background-color: #3a1111;
  }

  .cta-2.big:active {
    background-color: #004225;
  }

  .h1-7 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-7.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-7.center.no-space-up {
    margin-top: 0;
  }

  .image-9 {
    margin-bottom: 10px;
  }

  .div-block-6 {
    background-color: #dbdbdb;
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .div-block-6.no-bg {
    background-color: #dbdbdb00;
  }

  .cta-3.big {
    background-color: #591c1c;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    transition: all .2s;
  }

  .cta-3.big:hover {
    background-color: #3a1111;
  }

  .cta-3.big:active {
    background-color: #004225;
  }

  .cta-3.big.no100-wight {
    background-color: var(--primary-900);
    border-style: none;
    border-radius: 600px;
    min-width: 48%;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .cta-3.big.no100-wight:active {
    border-color: var(--primary-950);
    border-radius: 600px;
    font-family: Familjen Grotesk, sans-serif;
    font-weight: 500;
  }

  .cta-3.big._100-wight {
    background-color: var(--primary-900);
    border-style: none;
    border-radius: 600px;
    min-width: 100%;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .cta-3.big._100-wight:active {
    border-color: var(--primary-950);
    border-radius: 600px;
    font-family: Familjen Grotesk, sans-serif;
    font-weight: 500;
  }

  .h1-8 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-8.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-8.center.no-space-up {
    margin-top: 0;
  }

  .section100vh-5 {
    background-color: #f3f3f3;
    min-height: 100vh;
    max-height: 100vh;
    padding: 20px 0;
    display: block;
  }

  .h1-9 {
    color: #151515;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
  }

  .h1-9.title-navbar {
    color: #f3f3f3;
    text-transform: uppercase;
    font-size: 19px;
    position: absolute;
  }

  .image-10 {
    min-width: 32px;
    max-width: 32px;
  }

  .image-11 {
    object-fit: contain;
    min-width: 100%;
    min-height: auto;
    max-height: 87vh;
  }

  .close {
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .label {
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 6px;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: inline-block;
    position: absolute;
    inset: 10px auto auto 10px;
  }

  .label.center {
    color: var(--black);
    text-align: center;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .label.white {
    color: var(--primary-50);
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
  }

  .div-label {
    background-color: var(--white);
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: flex;
    position: absolute;
    inset: 21% auto auto 9%;
  }

  .div-block-7 {
    position: absolute;
    top: 116px;
    left: 22.238px;
  }

  .tabs-menu {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .tab-link-tab-2 {
    border-bottom: 2px solid var(--grey-200);
    background-color: var(--primary-50);
    justify-content: center;
    align-items: center;
    min-width: 33.3%;
    max-width: 100%;
    padding: 18px 10px;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    border-bottom-color: var(--primary-800);
    background-color: var(--primary-50);
    min-width: 33.3%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tabs {
    min-width: 100%;
  }

  .link-block-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-right: 10px;
    text-decoration: none;
    display: flex;
  }

  .link-block-2.no-outline {
    border-style: none;
    padding-right: 0;
  }

  .link-block-2.no-outline.space-low {
    margin-bottom: 20px;
  }

  .image-12 {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .image-12.bigger {
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
  }

  .tab-pane-tab-1 {
    padding: 20px 1rem 5rem;
  }

  .grid-2 {
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-grey-normal {
    color: var(--grey-400);
    text-align: center;
    font-weight: 400;
  }

  .slogan, .slogan.center {
    color: var(--black);
    text-align: center;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .slogan.white {
    color: var(--primary-50);
    font-family: Familjen Grotesk, sans-serif;
    font-size: 16px;
  }

  .div-block-8 {
    background-color: var(--grey-100);
    margin-top: 20px;
    padding: 10px;
  }

  .h2 {
    font-family: Familjen Grotesk, sans-serif;
    font-size: 22px;
  }

  .h2.space-low {
    color: var(--primary-900);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
  }

  .h2.center {
    text-align: center;
    margin-top: 0;
  }

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

  .label-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 12px;
    line-height: 130%;
  }

  .label-text.space-low {
    color: var(--primary-900);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
  }

  .label-text.center {
    text-align: center;
    margin-top: 0;
  }

  .label-input {
    min-width: 100%;
  }

  .label-input.space-low, .radio-button-field {
    margin-bottom: 10px;
  }

  .radio-button-field.no-space-low, .form-block-2 {
    margin-bottom: 0;
  }

  .grid3 {
    grid-column-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .book {
    aspect-ratio: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 200px;
    max-height: 300px;
  }

  .div-outline {
    background-color: var(--white);
    border: 2px solid #000;
    min-width: 100%;
    /* max-width: none; */
    min-height: 100%;
    text-decoration: none;
    position: relative;
  }

  .grid2 {
    grid-column-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .foto-grid-alternate {
    grid-template-areas: "Area Area"
                         "Area-2 Area-3";
  }

  .foto-grid-alternate.space-low {
    margin-bottom: 20px;
  }

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

  .slider {
    min-height: 66vh;
  }

  /* .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4"
                         "Area-5 Area-5";
  } */

  .opera {
    aspect-ratio: auto;
    object-fit: cover;
    min-width: 100%;
    /* height: 240px; */
  }

  .opera.bigger {
    min-height: 160px;
    max-height: 160px;
  }

  .image-13 {
    min-width: 24px;
    max-width: 24px;
    margin-right: 0;
  }

  .div-block-9 {
    background-color: #0000009e;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

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

  .div-block-9-copy {
    background-color: #0000009e;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .text-size-large {
    font-size: 18px;
    line-height: 140%;
  }

  .text-size-large.semibold {
    font-weight: 600;
  }

  .text-size-large.space-orizontal {
    margin-left: 10px;
    margin-right: 10px;
  }

  #w-node-_20774ee2-c5e5-dcf3-a80c-0b8c3116ec89-1c2acb9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d12b1aba-a4f8-590c-83b9-dbe775c511a4-1c2acb9b {
    grid-area: Area;
  }

  #w-node-c1d86383-b638-a4eb-71f1-576b2ecb5e9e-72902299, #w-node-_7ee9fc24-ab45-cba4-02d6-3fe41f536972-72902299, #w-node-_022e19bb-8b3e-813b-11b0-4b02a57f7617-72902299 {
    place-self: center;
  }

  #w-node-_66c07008-81d0-f02e-5ac5-2e7c1fd82ed6-98eea569 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


