h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
}

.body {
  height: 100%;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 160%;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo {
  position: absolute;
  left: 60px;
  top: 40px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 10%;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6351bf;
  background-image: url('../images/hero_02.png'), url('../images/hero_01.png'), url('../images/hero_03.png'), url('../images/bg-hero-mobile.png'), url('../images/bg-logo.svg');
  background-position: 103% 100%, 80% 50%, 110% -20%, 150% 100%, 0% 0%;
  background-size: 300px, 320px, 380px, 700px, 350px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  color: #fff;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 110%;
  font-style: italic;
  font-weight: 900;
}

.paragraph {
  width: 45%;
  margin-bottom: 20px;
  color: #ffb146;
  font-size: 16px;
  font-weight: 900;
}

.paragraph.bold-text {
  width: 100%;
  color: #fff;
}

.paragraph.bold-text.white {
  font-weight: 700;
}

.heading-1 {
  width: 55%;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 6rem;
  line-height: 105%;
  font-style: italic;
  font-weight: 900;
}

.heading-1.home {
  width: 65%;
  font-size: 4.8rem;
}

.heading-1.yellow {
  color: #fff;
  font-size: 3.8rem;
}

.paragraph-3 {
  max-width: 55%;
}

.button {
  padding: 20px 30px;
  border-style: solid;
  border-color: #000;
  border-radius: 20px;
  background-color: #ff2c52;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button:hover {
  background-color: #d8193b;
}

.footer {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #000;
  font-size: 14px;
}

.link-footer {
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
}

.link-footer.left {
  margin-left: 0px;
}

.link-footer.left:hover {
  color: #fca937;
}

.link-footer.privacy_popup_link:hover {
  color: #fca937;
}

.content-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header_novita {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  background-color: #6351bf;
  background-image: url('../images/border-header.svg'), url('../images/bg_image_profilo_novita.png');
  background-position: 50% 100%, 100% 0%;
  background-size: 120%, 45%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.label {
  width: 100%;
  margin-bottom: 20px;
  color: #ffb146;
  font-size: 16px;
  line-height: 140%;
  font-weight: 900;
}

.paragraph-2 {
  max-width: 680px;
  padding-bottom: 60px;
  font-size: 22px;
  line-height: 180%;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content.light {
  max-width: none;
  padding-right: 60px;
  padding-left: 60px;
  background-image: url('../images/bg-wave-yellow.svg');
  background-position: 50% 105%;
  background-size: auto;
  background-repeat: no-repeat;
}

.content.light.no-bg {
  background-image: none;
}

.content.black {
  padding-right: 140px;
  padding-bottom: 40px;
  padding-left: 140px;
  background-color: #6351bf;
}

.content.yellow {
  padding-bottom: 40px;
  background-color: #fca937;
}

.heading-9 {
  width: 60%;
  margin-bottom: 40px;
  margin-left: 0px;
  color: #000;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
}

.heading-9.centered {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.italic-text {
  padding: 60px;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col._1 {
  padding-top: 40px;
}

.col._2 {
  padding-top: 100px;
}

.image-post {
  margin-bottom: 30px;
}

.dark {
  color: #000;
  text-align: center;
}

.firma {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.centered {
  width: 100%;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.centered.italic-text {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  font-style: italic;
}

.image-10 {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-anchor {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2000px;
  background-color: #ff2c52;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-anchor:hover {
  background-color: #d8193b;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_diversita {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  background-color: #6351bf;
  background-image: url('../images/border-header.svg'), url('../images/bg_image_profilo_diversita.png');
  background-position: 50% 100%, 100% 0%;
  background-size: 120%, 45%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.header_cultura {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  background-color: #6351bf;
  background-image: url('../images/border-header.svg'), url('../images/bg_image_profilo_cultura.png');
  background-position: 50% 100%, 100% 0%;
  background-size: 120%, 45%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.header_relazioni {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  background-color: #6351bf;
  background-image: url('../images/border-header.svg'), url('../images/bg_image_profilo_relazioni.png');
  background-position: 50% 100%, 100% 0%;
  background-size: 120%, 45%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.header_divertimento {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  background-color: #6351bf;
  background-image: url('../images/border-header.svg'), url('../images/bg_image_profilo_divertimento.png');
  background-position: 50% 100%, 100% 0%;
  background-size: 120%, 45%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.header_crescita {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  background-color: #6351bf;
  background-image: url('../images/border-header.svg'), url('../images/bg_image_profilo_crescita.png');
  background-position: 50% 100%, 100% 0%;
  background-size: 120%, 45%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.form-block {
  width: 500px;
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-field {
  border-radius: 10px;
}

.field-label {
  display: none;
}

.bold-text-2 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
}

.checkbox-label {
  font-size: 14px;
}

.checkbox {
  margin-top: 8px;
}

.text-block-3 {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
}

.heading-10 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  text-align: center;
}

.heading-10.centered {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.dark-2 {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-position: 100% 100%, 75% 45%, 105% -10%, 130% 100%, 0% 0%;
    background-size: 20%, 30%, 25%, 780px, 320px;
  }

  .heading-1.yellow {
    margin-bottom: 20px;
    font-size: 6rem;
  }

  .header_novita {
    display: block;
    padding-top: 240px;
    background-size: 120%, auto 60%;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 50px;
  }

  .content.light {
    background-position: 50% 105%;
    background-size: 120%;
  }

  .content.black {
    max-width: none;
  }

  .content.yellow {
    max-width: none;
  }

  .heading-9 {
    width: 50%;
  }

  .centered.italic-text {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .header_diversita {
    display: block;
    padding-top: 240px;
    background-size: 120%, auto 60%;
  }

  .header_cultura {
    display: block;
    padding-top: 240px;
    background-size: 120%, auto 60%;
  }

  .header_relazioni {
    display: block;
    padding-top: 240px;
    background-size: 120%, auto 60%;
  }

  .header_divertimento {
    display: block;
    padding-top: 240px;
    background-size: 120%, auto 60%;
  }

  .header_crescita {
    display: block;
    padding-top: 240px;
    background-size: 120%, auto 60%;
  }

  .text-field {
    border: 1px solid #000;
    color: #000;
  }

  .dark-2 {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 16px;
    line-height: 140%;
  }

  .hero {
    height: 100%;
    padding-right: 60px;
    background-image: url('../images/bg-hero-mobile.png'), url('../images/bg-logo.svg');
    background-position: 100% 110%, 0% 0%;
    background-size: 550px, 355px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, scroll;
  }

  .paragraph.bold-text.white {
    max-width: 640px;
  }

  .heading-1.home {
    font-size: 4em;
  }

  .heading-1.yellow {
    font-size: 4.7rem;
  }

  .label {
    max-width: 60%;
  }

  .content.light {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-position: 50% 101%;
    background-size: 120%;
  }

  .heading-9 {
    width: 80%;
  }

  .col {
    padding-top: 40px;
  }

  .col._1 {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .button-anchor {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 80px;
    border-radius: 0px;
  }

  .heading-10 {
    width: 100%;
  }

  .dark-2 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: auto;
    padding: 220px 30px 30px;
    background-position: 100% 100%, 0% 0%;
    background-size: 70%, 355px;
  }

  .heading-1.home {
    width: 100%;
    font-size: 2.8em;
  }

  .heading-1.yellow {
    font-size: 10vw;
  }

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

  .header_novita {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 120%, 50%;
  }

  .content.light {
    background-position: 50% 100%;
    background-size: 120%;
  }

  .col {
    margin-bottom: 60px;
    padding-top: 0px;
  }

  .col._1 {
    padding-top: 0px;
  }

  .col._2 {
    padding-top: 0px;
  }

  .header_diversita {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 120%, 50%;
  }

  .header_cultura {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 120%, 50%;
  }

  .header_relazioni {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 120%, 50%;
  }

  .header_divertimento {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 120%, 50%;
  }

  .header_crescita {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 120%, 50%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    left: 10px;
  }

  .hero {
    padding-top: 45%;
    padding-bottom: 10%;
  }

  .heading-1.home {
    font-size: 2.5em;
  }

  .heading-1.yellow {
    width: 100%;
    font-size: 2.3rem;
    line-height: 110%;
  }

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

  .footer {
    padding: 20px 30px;
    border-style: none;
  }

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

  .label {
    max-width: none;
    font-size: 0.8rem;
    line-height: 150%;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 150%;
  }

  .content.light {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content.black {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-9 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.4rem;
    text-align: center;
  }

  .col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-anchor {
    height: 70px;
  }

  .form-block {
    max-width: 300px;
  }

  .heading-10 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.4rem;
    text-align: center;
  }

  .dark-2 {
    width: 100%;
  }
}

