:root {
  --black: #111;
  --white-smoke: #f8f8f8;
  --white: white;
  --blu: #51b8d1;
  --rosy-brown: #a25959;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--black);
  cursor: default;
  flex-direction: column;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: .04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  letter-spacing: .04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  line-height: 2;
}

li {
  margin-bottom: 12px;
}

label {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 2;
  display: block;
}

blockquote {
  background-color: var(--white-smoke);
  border-left: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 1.25rem;
  line-height: 1.6;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: .875rem;
  line-height: 1.5;
}

.navbar {
  z-index: 2000;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
}

.container-se {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-se.relative {
  position: relative;
}

.container-se.slidervideo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-se.collana {
  margin-bottom: 60px;
}

.container-se.altro {
  margin-bottom: 20px;
}

.nav-link {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 10px;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.button {
  color: #fff;
  background-color: #51b8d1;
  border-radius: 4px;
  margin-left: 20px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav-link.button:hover {
  background-color: #333;
  text-decoration: none;
}

.section {
  text-align: left;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section.hero {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.hero-for-pages-without-hero-image {
  margin-top: 60px;
}

.section.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section.book-class-page.mappe {
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.footer {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.cta {
  color: var(--white);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Untitled5.jpeg');
  background-position: 0 0, 50% 21%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._404 {
  color: var(--white);
  background-image: linear-gradient(#00000040, #00000040), url('../images/404-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner {
  background-color: #51b8d1;
  margin-bottom: 140px;
}

.section.collana {
  padding-top: 20px;
}

.absolute-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vertical-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.vertical-wrapper.font-align-center {
  text-align: center;
}

.page-title-over-image {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 5rem;
  line-height: 1;
}

.page-subtitle-over-image {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}

.horisontal-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.block-title-big {
  text-align: left;
  width: 100%;
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.1;
}

.block-title-big.banner {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.block-title-big.academy {
  text-align: left;
  margin-bottom: 0;
}

.italic {
  font-style: italic;
}

.paragraph-big {
  width: 100%;
  max-width: 640px;
  font-size: 1.333rem;
}

.grid-clw {
  width: 100%;
  margin-top: 40px;
}

.grid-cl {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.grid-cl._2-column {
  grid-template-columns: 1fr 1fr;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.grid-cli {
  width: 100%;
  max-width: 400px;
}

.title-decorative-block {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.grid-card-link-block {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 66.66%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.class-card-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.grid-card-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75rem;
  display: flex;
}

.decorative-link {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.horisontal-images-grid {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.image-small, .image-big {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.column-text-wrapper {
  column-count: 3;
  justify-content: space-between;
  column-gap: 40px;
  width: 100%;
}

.reviews-clw {
  width: 100%;
  margin-top: 40px;
}

.reviews-cl {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.reviews-cli {
  width: 100%;
}

.review-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.review-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: absolute;
  inset: 0%;
}

.review-name {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.block-title-smaller {
  font-size: 35px;
}

.instagram-link {
  font-size: 1rem;
  text-decoration: none;
}

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

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

.quote-paragraph {
  width: 100%;
  max-width: 840px;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.quote-author {
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 100%;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.text-field {
  border: 1px solid #707070;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  padding: 12px 20px;
  line-height: 1;
}

.text-field:hover {
  border-color: #000;
}

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

.text-field::placeholder {
  color: #727272;
  line-height: 1;
}

.submit-button {
  background-color: var(--blu);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.submit-button:hover {
  background-color: #333;
}

.checkbox {
  border-color: #727272;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
}

.checkbox.w--redirected-focus {
  border-color: var(--black);
  box-shadow: 0 0 3px 1px #ffffff1a;
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  line-height: 1.5;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  font-size: 1rem;
}

.success-message.booking-form {
  background-color: var(--white-smoke);
  color: var(--black);
}

.error-message {
  color: #fff;
  background-color: #b81c1c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .75rem;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.footer-column {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 140px;
  display: flex;
}

.brand {
  padding-left: 0;
}

.footer-link {
  font-size: .8rem;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.legal-text-in-footer {
  font-size: .75rem;
}

.target-audience-wrapper {
  flex-direction: column;
  align-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: inline-block;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: .9rem;
  line-height: 1;
  transition: opacity .2s;
}

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

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

.button.top-margin-20 {
  background-color: var(--blu);
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 1.4rem;
  display: flex;
}

.button.top-margin-20.bottonebanner {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  margin-top: 0;
}

.button.top-margin-20.acquista {
  margin-top: 40px;
  margin-left: 12px;
  margin-right: 12px;
}

.class-gallery-clw {
  width: 100%;
  margin-top: 80px;
}

.class-gallery-cl {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.class-gallery-cli {
  width: 100%;
}

.class-gallery-lightbox-link {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.cta-ribbon-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.logo {
  height: 40px;
}

.about-left-column {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  height: 100%;
  display: flex;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-big-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.about-article-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 80px;
  display: grid;
}

.certificates-clw {
  width: 100%;
}

.certificates-cl {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.certificates-cli {
  width: 100%;
}

.certificates-lightbox-link {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 140px;
}

.blog-page-tiitle {
  text-align: left;
  text-transform: capitalize;
  font-size: 48px;
}

.blog-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 70ch;
  display: flex;
}

.blog-author-block {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.blog-author-image {
  border-radius: 50%;
  width: 100%;
  max-width: 80px;
  max-height: 80px;
  margin-right: 20px;
}

.blog-page-image {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.paragraph-smaller {
  font-size: .875rem;
}

.review-text {
  font-size: 16px;
  font-style: italic;
}

.font-align-center {
  text-align: center;
  color: #51b8d1;
}

.privacy-policy-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-in-checkbox-label {
  color: #fff;
}

.book-class-wrapper {
  z-index: 10;
  color: #fffc;
  background-color: #797e8e80;
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 20px #00000059;
}

.book-class-form-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
}

.book-class-form-title.grazie {
  margin-bottom: 0;
}

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

.select-field {
  background-color: var(--white);
  border: 1px solid #727272;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.select-field:focus {
  color: #000;
  background-color: #fff;
}

.about-images-container {
  border-radius: 4px;
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.preloader {
  z-index: 3000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  max-width: 60px;
  max-height: 60px;
}

.instagram-link-block {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.style-guide-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 70ch;
  margin-top: 60px;
  display: flex;
}

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

.photography-link-block {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.subtitle {
  max-width: 640px;
}

.h1-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}

.review-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.review-link-block {
  text-decoration: none;
}

.certificate-wrapper {
  width: 100%;
  max-width: 800px;
  margin-top: 80px;
}

.sertificate-light-box, .certificate {
  width: 100%;
}

.other-certificates-wrapper {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

.certificate-link-block {
  width: 100%;
  text-decoration: none;
}

.certificate-thumbnail {
  width: 100%;
}

.photo-description {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
}

.style-guide-component-name {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 500;
}

.block-subtitle {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
}

.style-guide-component {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-3-column {
  column-count: 3;
  column-gap: 40px;
}

.block-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.lightbox-on-style-guide-page {
  margin-bottom: 40px;
}

.image-small-wrap {
  border-radius: 4px;
  width: 100%;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.image-big-wrap {
  border-radius: 4px;
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

.review-image-wrap {
  border-radius: 2px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #1113;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-scroll-down {
  width: 16px;
  position: absolute;
  bottom: 12px;
}

.class-cta-ribbon-wrapper {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#0003, #0003), url('../images/about-hero-1-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.max-60ch {
  text-align: justify;
  max-width: 60ch;
  line-height: 1.4;
}

.max-60ch.descrizionenovita {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
}

.socials-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.social-link {
  flex: none;
  width: 28px;
  padding: 4px;
  display: flex;
}

.no-top-margin {
  margin-top: 0;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button:hover, .radio-button.w--redirected-checked, .radio-button.w--redirected-focus {
  border-color: var(--black);
}

.radio-button-field {
  align-items: center;
  margin-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
  line-height: 1.5;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.paragrafobanner {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.container-5 {
  text-align: center;
  margin-bottom: 60px;
}

.slide-nav {
  font-size: 4px;
}

.vertical-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider {
  color: #fff;
  background-color: #51b8d1;
  width: 80%;
  height: 100%;
}

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

.section-2 {
  width: 100%;
  padding: 80px 60px;
}

.section-2.quotes {
  background-color: #51b8d1;
}

.text-block-6 {
  font-style: italic;
}

.container-6 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.section-3 {
  width: 100%;
  padding: 80px 60px;
}

.section-3.isrizion {
  padding-top: 0;
}

.container-7 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.vertical-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-2 {
  color: #fff;
  background-color: #5bc6e600;
  width: 80%;
  height: 100%;
}

.slide-nav-2 {
  color: #0000;
  font-size: 0;
  line-height: 1;
}

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

.heading-7 {
  color: #111;
  margin-top: 0;
  font-size: 2rem;
}

.text-block-7 {
  color: #111;
  margin-top: 20px;
  font-size: 15px;
}

.text-block-8 {
  color: #111;
  margin-top: 10px;
}

.text-span {
  color: #5bc6e6;
}

.heading-8, .heading-9 {
  margin-bottom: 0;
}

.mappaembed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-8, .container-9, .container-10 {
  text-align: center;
}

.about-big-image-video {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid.home {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.home.libri {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid.home.libri.holavoratocon {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.grid.soulfullness {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.heading-10 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

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

.section-5 {
  margin-bottom: 100px;
}

.section-prodotto {
  width: 100%;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-prodotto.hero {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-prodotto.hero-for-pages-without-hero-image {
  margin-top: 60px;
}

.section-prodotto.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section-prodotto.book-class-page.mappe {
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-prodotto.footer {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-prodotto.cta {
  color: var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/course-main-image-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-prodotto._404 {
  color: var(--white);
  background-image: linear-gradient(#00000040, #00000040), url('../images/404-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-prodotto.banner {
  background-color: #111;
  margin-bottom: 140px;
}

.section-prodotto-sotto {
  width: 100%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-prodotto-sotto.hero {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-prodotto-sotto.hero-for-pages-without-hero-image {
  margin-top: 60px;
}

.section-prodotto-sotto.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section-prodotto-sotto.book-class-page.mappe {
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-prodotto-sotto.footer {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-prodotto-sotto.cta {
  color: var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/course-main-image-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-prodotto-sotto._404 {
  color: var(--white);
  background-image: linear-gradient(#00000040, #00000040), url('../images/404-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-prodotto-sotto.banner {
  background-color: #111;
  margin-bottom: 140px;
}

.text-span-2 {
  float: right;
  text-transform: uppercase;
  font-size: 2rem;
  display: inline;
  position: relative;
}

.paragraph, .paragraph-2, .paragraph-3 {
  text-align: justify;
}

.container-sezioneshop {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-sezioneshop.relative {
  position: relative;
}

.container-sezioneshop.slidervideo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-wrapper-libri {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.vertical-wrapper-libri.font-align-center {
  text-align: center;
}

.section-academy {
  text-align: left;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section-academy.hero {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-academy.hero-for-pages-without-hero-image {
  margin-top: 60px;
}

.section-academy.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section-academy.book-class-page.mappe {
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-academy.footer {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-academy.cta {
  color: var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/photo_8_2024-03-21_16-32-18.jpg');
  background-position: 0 0, 50% 21%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-academy._404 {
  color: var(--white);
  background-image: linear-gradient(#00000040, #00000040), url('../images/404-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-academy.banner {
  background-color: #51b8d1;
  margin-bottom: 140px;
}

.image-librohome {
  object-fit: scale-down;
  width: 100%;
  max-height: 500px;
  margin-bottom: 20px;
}

.image-librohome.video {
  align-self: center;
  max-height: 300px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-2.nascosto {
  display: none;
}

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

.paragraph-4 {
  text-align: justify;
}

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

.grid-2.dicono {
  grid-template-rows: auto;
  margin-top: 20px;
}

.text-block-9 {
  font-style: italic;
}

.text-block-10 {
  margin-top: 10px;
  font-style: italic;
}

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

.container-11 {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-12, .container-13, .container-14, .container-15 {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-5 {
  text-align: justify;
}

.container-se-copy {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-se-copy.relative {
  position: relative;
}

.container-se-copy.slidervideo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sotototitololibro {
  text-align: justify;
  max-width: 60ch;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.sotototitololibro.descrizionenovita {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
}

.horisontal-wrapper-prodotto {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.icon, .icon-2 {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
}

.titolo-collana {
  margin-top: 40px;
}

.image-2 {
  align-self: center;
  max-height: 400px;
}

.cell {
  justify-content: space-around;
  align-items: stretch;
}

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

.button-2.carrella {
  margin-bottom: 12px;
}

.heading-12 {
  align-self: center;
  display: none;
}

.headingcheckout {
  margin-top: 120px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-2 Area-2"
                 "Area-3 Area-4 Area-4 Area-4"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: none;
}

.iconaacquisto {
  border-radius: 500px;
  width: 100px;
}

.titolo-oggetto {
  font-size: 1rem;
}

.grid-5 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  margin-top: 20px;
  padding-top: 40px;
  display: none;
}

.nascondilo {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bold-text-2 {
  text-shadow: 0 1px 1px #000000d6;
  font-size: 24px;
}

.sotototitololibro-copy {
  text-align: justify;
  max-width: 60ch;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.sotototitololibro-copy.descrizionenovita {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
}

.image-3 {
  max-width: 50%;
}

.text-field-2 {
  order: 0;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #00000059;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  text-align: center;
  cursor: pointer;
  flex: 1;
  align-self: center;
  line-height: 2;
}

.text-span-3 {
  cursor: pointer;
  color: #555;
}

.bold-text-3 {
  cursor: pointer;
  text-decoration: underline;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  flex: 1;
}

.heading-14 {
  text-align: right;
  flex: 1;
}

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

.section-copy {
  text-align: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
}

.section-copy.hero {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-copy.hero-for-pages-without-hero-image {
  margin-top: 60px;
}

.section-copy.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section-copy.book-class-page.mappe {
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-copy.footer {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-copy.cta {
  color: var(--white);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Untitled5.jpeg');
  background-position: 0 0, 50% 21%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-copy._404 {
  color: var(--white);
  background-image: linear-gradient(#00000040, #00000040), url('../images/404-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy.banner {
  background-color: #51b8d1;
  margin-bottom: 140px;
}

.section-copy.collana {
  padding-top: 20px;
}

.robealtr {
  margin-top: 60px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.columns-3, .column-3, .column-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottonimaster {
  border-bottom: 1px solid #c3bdbd;
  margin-top: 0;
  padding: 24px 60px;
}

.grid-6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.casdaasd {
  text-align: center;
  margin-left: 80px;
  margin-right: 80px;
}

.roboasd {
  grid-template-columns: 1fr;
}

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

.image-librohome-lavoratocon {
  object-fit: scale-down;
  width: 100%;
  height: 250px;
  max-height: 500px;
  margin-bottom: 0;
}

.image-librohome-lavoratocon.video {
  align-self: center;
  max-height: 300px;
}

@media screen and (min-width: 1280px) {
  .horisontal-images-grid {
    grid-column-gap: 140px;
  }

  .review-card {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .instagram-link-block {
    height: 180px;
  }
}

@media screen and (min-width: 1440px) {
  .submit-button {
    transition: all .2s;
  }

  .footer-wrapper {
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

  .button.top-margin-20.braccialetti {
    font-size: .9rem;
  }

  .font-align-center.titolo {
    margin-bottom: 50px;
  }

  .instagram-link-block {
    height: 205px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    flex-direction: column;
  }

  h1 {
    font-size: 72px;
  }

  p {
    font-size: 21px;
  }

  .container-se, .container-se.relative {
    max-width: 1600px;
  }

  .nav-link {
    font-size: 16px;
  }

  .section.book-class-page {
    align-items: center;
    display: flex;
  }

  .vertical-wrapper {
    margin-bottom: 30px;
  }

  .page-title-over-image {
    margin-bottom: 30px;
    font-size: 101px;
  }

  .page-subtitle-over-image {
    font-size: 35px;
  }

  .paragraph-big {
    font-size: 25px;
  }

  .grid-card-link-block {
    height: 260px;
  }

  .class-card-title {
    font-size: 35px;
  }

  .grid-card-details-wrapper {
    font-size: 18px;
  }

  .decorative-link {
    font-size: 21px;
  }

  .horisontal-images-grid {
    grid-column-gap: 255px;
  }

  .image-big {
    height: 640px;
  }

  .review-name {
    font-size: 16px;
  }

  .button, .paragraph-smaller, .review-text {
    font-size: 18px;
  }

  .lottie-animation {
    max-width: 50px;
    max-height: 50px;
  }

  .instagram-link-block {
    height: 235px;
  }

  .subtitle {
    text-align: center;
    width: 100%;
    max-width: 640px;
  }

  .review-wrapper {
    max-width: 1000px;
  }

  .photo-description {
    font-size: 16px;
  }

  .hero-wrapper {
    margin-bottom: 30px;
  }

  .paragrafobanner {
    align-items: center;
    display: flex;
  }

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

  .vertical-wrapper-2 {
    margin-bottom: 30px;
  }

  .container-6, .container-7 {
    max-width: 1600px;
  }

  .vertical-wrapper-3 {
    margin-bottom: 30px;
  }

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

  .section-prodotto.book-class-page, .section-prodotto-sotto.book-class-page {
    align-items: center;
    display: flex;
  }

  .container-sezioneshop, .container-sezioneshop.relative {
    max-width: 1600px;
  }

  .vertical-wrapper-libri {
    margin-bottom: 30px;
  }

  .section-academy.book-class-page {
    align-items: center;
    display: flex;
  }

  .container-se-copy, .container-se-copy.relative {
    max-width: 1600px;
  }

  .section-copy.book-class-page {
    align-items: center;
    display: flex;
  }
}

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

  .navbar {
    position: sticky;
  }

  .container-se {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-se.navigation-bar {
    padding-right: 10px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.button {
    margin-top: 12px;
    margin-left: 0;
  }

  .section.hero {
    min-height: 70vh;
  }

  .horisontal-wrapper {
    grid-column-gap: 60px;
  }

  .horisontal-wrapper.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .block-title-big {
    text-align: left;
  }

  .grid-card-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .horisontal-images-grid {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .column-text-wrapper {
    column-count: 2;
  }

  .review-card {
    grid-template-columns: 1fr;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .target-audience-wrapper, .about-left-column {
    max-width: none;
  }

  .about-article-wrapper {
    margin-top: 20px;
  }

  .certificates-lightbox-link {
    max-height: none;
  }

  .blog-page-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-images-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button {
    flex: none;
    width: 60px;
    height: 60px;
    padding: 16px;
  }

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

  .nav-menu {
    background-color: #fff;
    padding: 20px 20px 40px;
    box-shadow: 0 4px 4px #0000001a;
  }

  .photography-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .review-wrapper {
    align-items: start;
  }

  .block-subtitle {
    font-size: 16px;
  }

  .paragraph-3-column {
    column-count: 2;
  }

  .div-block {
    align-items: flex-start;
  }

  .container-6, .container-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-prodotto.hero, .section-prodotto-sotto.hero {
    min-height: 70vh;
  }

  .container-sezioneshop {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-sezioneshop.navigation-bar {
    padding-right: 10px;
  }

  .section-academy.hero {
    min-height: 70vh;
  }

  .container-se-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-se-copy.navigation-bar {
    padding-right: 10px;
  }

  .horisontal-wrapper-prodotto {
    grid-column-gap: 60px;
  }

  .horisontal-wrapper-prodotto.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sotototitololibro-copy {
    font-size: 18px;
  }

  .image-3 {
    max-width: 70%;
  }

  .section-copy.hero {
    min-height: 70vh;
  }

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

  .image-librohome-lavoratocon {
    height: 125px;
  }
}

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

  p {
    font-size: 16px;
  }

  .container-se.slidervideo {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-over-image.small {
    font-size: 4rem;
  }

  .horisontal-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .grid-cl {
    grid-template-columns: 1fr;
  }

  .grid-cl._2-column {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-cli {
    max-width: none;
  }

  .class-card-title {
    text-align: center;
  }

  .grid-card-details-wrapper {
    flex-direction: column;
  }

  .decorative-link.card {
    text-align: center;
  }

  .horisontal-images-grid {
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  .reviews-cl {
    grid-template-columns: 1fr;
  }

  .review-card {
    grid-template-columns: 1fr 1fr;
  }

  .block-title-smaller {
    font-size: 35px;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .class-gallery-cl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-page-tiitle {
    font-size: 40px;
  }

  .paragraph-smaller.card-description {
    text-align: center;
  }

  .review-text {
    max-width: none;
  }

  .photography-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-wrapper {
    flex-direction: column;
  }

  .paragraph-3-column {
    column-count: 1;
  }

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

  .columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .about-big-image-video.perlacollana {
    height: 800px;
    display: block;
  }

  .grid.home {
    grid-template-columns: 1fr 1fr;
  }

  .grid.home.libri.holavoratocon {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-sezioneshop.slidervideo, .container-se-copy.slidervideo {
    padding-left: 0;
    padding-right: 0;
  }

  .horisontal-wrapper-prodotto {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .casdaasd {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-librohome-lavoratocon {
    height: 100px;
  }
}

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

  h3 {
    font-size: 25px;
  }

  .container-se {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-se.book-class-page {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero {
    min-height: 50vh;
  }

  .section.book-class-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-title-over-image, .page-title-over-image.small {
    font-size: 2.5rem;
  }

  .page-subtitle-over-image {
    font-size: .75rem;
  }

  .horisontal-wrapper {
    grid-row-gap: 20px;
  }

  .block-title-big {
    max-width: 20ch;
    font-size: 2rem;
  }

  .block-title-big.academy, .block-title-big.socul {
    font-size: 2rem;
  }

  .paragraph-big {
    max-width: none;
  }

  .grid-clw {
    margin-top: 40px;
  }

  .grid-cl {
    grid-template-columns: 1fr;
  }

  .grid-card-details-wrapper {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .horisontal-images-grid {
    grid-column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column-text-wrapper {
    column-count: 1;
  }

  .reviews-clw {
    margin-top: 40px;
  }

  .reviews-cl {
    grid-template-columns: 1fr;
  }

  .review-card {
    flex-direction: column;
    grid-template-columns: .5fr 1fr;
  }

  .block-title-smaller {
    font-size: 25px;
  }

  .instagram-link {
    font-size: 16px;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .quote-paragraph {
    line-height: 1.5;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 50%;
    grid-auto-flow: row;
  }

  .footer-column {
    min-width: 0;
  }

  .footer-link.phonefooter {
    margin-bottom: 2.5rem;
  }

  .button.top-margin-20 {
    margin-bottom: 25px;
  }

  .class-gallery-clw {
    margin-top: 40px;
  }

  .cta-ribbon-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .blog-author-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .review-text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .book-class-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 40px 20px;
  }

  .book-class-form-title {
    font-size: 35px;
  }

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

  .photography-grid {
    margin-top: 20px;
  }

  .review-wrapper {
    grid-template-columns: 1fr;
  }

  .certificate-wrapper {
    margin-top: 40px;
  }

  .block-title-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .class-cta-ribbon-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-3.isrizion, .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid.home {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid.home.libri {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid.home.libri.holavoratocon {
    grid-template-columns: 1fr 1fr;
  }

  .grid.soulfullness {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-prodotto {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-prodotto.hero {
    min-height: 50vh;
  }

  .section-prodotto.book-class-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-prodotto-sotto {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-prodotto-sotto.hero {
    min-height: 50vh;
  }

  .section-prodotto-sotto.book-class-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-sezioneshop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-sezioneshop.book-class-page {
    padding-left: 0;
    padding-right: 0;
  }

  .section-academy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-academy.hero {
    min-height: 50vh;
  }

  .section-academy.book-class-page {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container-se-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-se-copy.book-class-page {
    padding-left: 0;
    padding-right: 0;
  }

  .horisontal-wrapper-prodotto {
    grid-row-gap: 20px;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .sotototitololibro-copy {
    text-align: left;
  }

  .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.hero {
    min-height: 50vh;
  }

  .section-copy.book-class-page {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .casdaasd {
    margin-left: 0;
    margin-right: 0;
  }

  .image-librohome-lavoratocon {
    height: 50px;
  }
}

#w-node-e6b14149-50c2-d11b-042d-890d38dffe27-4d388226 {
  justify-self: end;
}

#w-node-_08771c4c-d1e7-b570-4285-aeae95705c5a-4d388226, #w-node-f7a598e8-9404-1a95-5952-e7240e3734ae-4d388226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ea91355-3988-397d-866e-1b8537b54d52-4d388226 {
  justify-self: end;
}

#w-node-_897ab942-f55b-5bcd-eab6-4d750110b120-4d388226 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5953a90d-a6ce-7843-27fa-c71893cb1072-4d388227, #w-node-_5953a90d-a6ce-7843-27fa-c71893cb1076-4d388227 {
  justify-self: end;
}

#w-node-da51daa1-cc84-76cb-397a-4aae84e6ba60-4d388227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfa3998-ba60-b3d5-6a62-f65f8f20437a-4d388227 {
  justify-self: end;
}

#w-node-de334028-4db3-478e-4b14-4b1562cacfab-4d388227 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e0e9ddb1-dbcf-626a-1757-91d49921266c-4d388228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bf5ae0a-45d1-b66a-a180-e225fe6e3d90-df83a0db {
  place-self: auto end;
}

#w-node-_21f552af-3d7e-da4f-d728-f9f31cf50d81-df83a0db, #w-node-_21f552af-3d7e-da4f-d728-f9f31cf50d89-df83a0db, #w-node-_21f552af-3d7e-da4f-d728-f9f31cf50d91-df83a0db, #w-node-d472561a-7aa8-4019-269b-2978df63a2da-df83a0db, #w-node-_08c21772-fab5-12f2-9255-fddae2fb10c4-df83a0db, #w-node-df01105d-7ef9-5e93-7c4f-1a244d201f88-df83a0db, #w-node-ff2d9428-d1a8-6d71-6e30-18cbb5ed4ed7-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5af7-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5af9-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5aff-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5b01-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5b07-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5b09-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5b0f-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5b11-df83a0db, #w-node-fe2ff23c-d2b4-9957-e62e-c2c4833006e1-df83a0db, #w-node-fe2ff23c-d2b4-9957-e62e-c2c4833006e3-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b578-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b57a-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b580-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b582-df83a0db, #w-node-f6efef9c-8c48-215c-ee4c-b2d6f2857c4e-df83a0db, #w-node-f6efef9c-8c48-215c-ee4c-b2d6f2857c50-df83a0db, #w-node-f2795f6b-9ed1-af5c-1c80-cd935f814155-df83a0db, #w-node-f2795f6b-9ed1-af5c-1c80-cd935f814157-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b588-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b58a-df83a0db, #w-node-_427460aa-4842-44b4-1541-c29e5563a7ba-df83a0db, #w-node-_427460aa-4842-44b4-1541-c29e5563a7bc-df83a0db, #w-node-d8247ee1-f1b4-0a21-33d7-ac198e57339c-df83a0db, #w-node-d8247ee1-f1b4-0a21-33d7-ac198e57339e-df83a0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2229f37e-a254-077e-17bf-f32eec2db974-df83a0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_683613e8-493f-a55e-0a02-0075d6b5f0a3-df83a0db {
  place-self: center start;
}

#w-node-c708f316-4096-9291-b1d5-684ca6934b18-df83a0db {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402d9-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402db-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402e1-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402e3-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402e9-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402eb-42b4a3d4, #w-node-a8bfdef6-d05d-7f3b-c07d-7b57777d0c5b-42b4a3d4, #w-node-a8bfdef6-d05d-7f3b-c07d-7b57777d0c5d-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402f1-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402f3-42b4a3d4, #w-node-_7ee3f733-d0f0-7666-5f2c-1e784d486da3-42b4a3d4, #w-node-_7ee3f733-d0f0-7666-5f2c-1e784d486da6-42b4a3d4, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2468-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b246a-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2470-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2472-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2478-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b247a-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2480-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2482-8f5db1f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3785bbd-2a00-7c68-c647-485c475f7f7f-ce0ec89c, #w-node-f483fa77-6885-09fb-62b1-f4d7e3a55c49-ce0ec89c, #w-node-b0b05c12-8566-ef22-a2bb-4b0d16a8d40c-ce0ec89c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b18be674-df7c-dbf2-8227-411ecf4a7c3c-ce0ec89c {
  place-self: center stretch;
}

#w-node-a10afa31-4230-c6f9-a3ec-b1832380c109-efa0367e, #w-node-a10afa31-4230-c6f9-a3ec-b1832380c10b-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ebd-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ebf-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ec5-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ec7-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ecd-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ecf-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ed5-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ed7-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7edd-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7edf-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ee5-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ee7-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7eed-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7eef-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ef5-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ef7-efa0367e, #w-node-_160853c7-4991-a9fb-f90f-d54794424d41-686ee268, #w-node-_160853c7-4991-a9fb-f90f-d54794424d43-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236c3-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236c5-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236cb-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236cd-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236d3-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236d5-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236db-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236dd-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236e3-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236e5-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236eb-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236ed-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236f3-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236f5-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236fb-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236fd-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69104-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69106-686ee268, #w-node-_194f9249-a085-3da4-99a9-9f4ba3f04b16-686ee268, #w-node-_194f9249-a085-3da4-99a9-9f4ba3f04b18-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6910c-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6910e-686ee268, #w-node-b3ffb5d8-a746-1a5e-b731-1ffcfd8e648b-686ee268, #w-node-b3ffb5d8-a746-1a5e-b731-1ffcfd8e648d-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69114-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69116-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6911c-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6911e-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69124-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69126-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6912d-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6912f-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6913d-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6913f-686ee268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-da063d34 {
  justify-self: end;
}

#w-node-aea68133-3dd5-0a4b-6bac-e98c94686839-b3ad27f7, #w-node-aea68133-3dd5-0a4b-6bac-e98c9468683b-b3ad27f7, #w-node-cd182a0e-9056-eb0b-bdd1-20bdd9586e3d-b3ad27f7, #w-node-bc244fcc-c120-28c5-fb9f-2afbcb61ce29-b3ad27f7, #w-node-eaed6f43-71a2-f994-1cba-6cbf46e72d96-b3ad27f7, #w-node-eaed6f43-71a2-f994-1cba-6cbf46e72d98-b3ad27f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef6f330a-8f2a-e058-573a-c03b17e27988-52e5c88b, #w-node-_8e53469b-1d46-10ad-d768-18e859d41f7b-52e5c88b {
  justify-self: stretch;
}

#w-node-_28dc0301-fc7f-32f2-afb3-eb6d3bf4fdf3-52e5c88b, #w-node-_28dc0301-fc7f-32f2-afb3-eb6d3bf4fdf7-52e5c88b, #w-node-_28dc0301-fc7f-32f2-afb3-eb6d3bf4fdfb-52e5c88b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28dc0301-fc7f-32f2-afb3-eb6d3bf4fdff-52e5c88b {
  place-self: center stretch;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d96d-52e5c88b, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d971-52e5c88b, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-52e5c88b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d979-52e5c88b {
  place-self: center stretch;
}

#w-node-a1279fd4-7abc-d02b-3277-4410fb59417a-52e5c88b, #w-node-a1279fd4-7abc-d02b-3277-4410fb59417e-52e5c88b, #w-node-a1279fd4-7abc-d02b-3277-4410fb594182-52e5c88b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1279fd4-7abc-d02b-3277-4410fb594186-52e5c88b {
  place-self: center stretch;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d96d-91215828, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d971-91215828, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-91215828 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d979-91215828 {
  place-self: center stretch;
}

#w-node-c885f232-1a0d-1fcd-078d-f4a6662b90ba-5e7b1794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d96d-5e7b1794, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d971-5e7b1794, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-5e7b1794 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d979-5e7b1794 {
  place-self: center stretch;
}

#w-node-_0cb21c90-0279-2a59-705c-06585d0eba7e-02c52d1b, #w-node-_0cb21c90-0279-2a59-705c-06585d0eba7f-02c52d1b, #w-node-_0cb21c90-0279-2a59-705c-06585d0eba83-02c52d1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0cb21c90-0279-2a59-705c-06585d0eba87-02c52d1b {
  place-self: center stretch;
}

#w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ebd-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ebf-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ec5-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ec7-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ecd-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ecf-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ed5-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ed7-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7edd-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7edf-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ee5-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ee7-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7eed-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7eef-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ef5-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ef7-48c77fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-7b6320a6, #w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-3cd068d5, #w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-3cd1e5af {
  justify-self: end;
}

#w-node-_035e75c0-494f-0978-4bec-ab7ab8e793b6-58656304 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_609956bf-c0d8-bd53-8e63-5cff4eecf522-58656304, #w-node-a39433ac-54c4-3cfd-04aa-a42991e7a6ae-58656304 {
  grid-row: span 2 / span 2;
}

#w-node-_6831f196-ca0b-e909-fcef-45a0551d2888-97103fb8, #w-node-_6831f196-ca0b-e909-fcef-45a0551d288a-97103fb8, #w-node-_6831f196-ca0b-e909-fcef-45a0551d288c-97103fb8 {
  align-self: center;
}

#w-node-_6831f196-ca0b-e909-fcef-45a0551d2891-97103fb8, #w-node-e9c45656-7612-a0d6-991f-0b9b08cd9fd2-d0e3fe2e {
  place-self: center stretch;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d96d-6e1b2f16, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d971-6e1b2f16, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-6e1b2f16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ad0ae82-87af-63bc-e104-a0d53239d979-6e1b2f16 {
  place-self: center stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_5953a90d-a6ce-7843-27fa-c71893cb1076-4d388227, #w-node-_2dfa3998-ba60-b3d5-6a62-f65f8f20437a-4d388227 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_21f552af-3d7e-da4f-d728-f9f31cf50d89-df83a0db, #w-node-_21f552af-3d7e-da4f-d728-f9f31cf50d91-df83a0db, #w-node-d472561a-7aa8-4019-269b-2978df63a2da-df83a0db, #w-node-_08c21772-fab5-12f2-9255-fddae2fb10c4-df83a0db, #w-node-df01105d-7ef9-5e93-7c4f-1a244d201f88-df83a0db, #w-node-ff2d9428-d1a8-6d71-6e30-18cbb5ed4ed7-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5aff-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5b07-df83a0db, #w-node-ae2d72ab-0857-7a9d-525a-32ae489e5b0f-df83a0db, #w-node-fe2ff23c-d2b4-9957-e62e-c2c4833006e1-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b580-df83a0db, #w-node-f6efef9c-8c48-215c-ee4c-b2d6f2857c4e-df83a0db, #w-node-f2795f6b-9ed1-af5c-1c80-cd935f814155-df83a0db, #w-node-_4818d489-461c-e9c9-5aad-80966167b588-df83a0db, #w-node-_427460aa-4842-44b4-1541-c29e5563a7ba-df83a0db, #w-node-d8247ee1-f1b4-0a21-33d7-ac198e57339c-df83a0db, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402e1-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402e9-42b4a3d4, #w-node-a8bfdef6-d05d-7f3b-c07d-7b57777d0c5b-42b4a3d4, #w-node-_1bdab4a1-b9da-0bb0-5ea1-4ce795b402f1-42b4a3d4, #w-node-_7ee3f733-d0f0-7666-5f2c-1e784d486da3-42b4a3d4, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2470-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2478-8f5db1f2, #w-node-_3142d4fe-6427-3b6c-3ef0-06e5db9b2480-8f5db1f2, #w-node-a10afa31-4230-c6f9-a3ec-b1832380c109-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ec5-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ecd-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ed5-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7edd-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ee5-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7eed-efa0367e, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ef5-efa0367e, #w-node-_160853c7-4991-a9fb-f90f-d54794424d41-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236cb-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236d3-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236db-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236e3-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236eb-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236f3-686ee268, #w-node-e2fbc390-535b-e83d-a4bc-74eefa7236fb-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6910c-686ee268, #w-node-b3ffb5d8-a746-1a5e-b731-1ffcfd8e648b-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69114-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6911c-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d69124-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6912d-686ee268, #w-node-_025d86b8-0309-87ef-c199-9c4b33d6913d-686ee268, #w-node-aea68133-3dd5-0a4b-6bac-e98c94686839-b3ad27f7, #w-node-eaed6f43-71a2-f994-1cba-6cbf46e72d96-b3ad27f7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ec5-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ecd-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ed5-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7edd-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ee5-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7eed-48c77fb7, #w-node-_506fa49b-cb67-bf22-9a6e-1fb2ea7e7ef5-48c77fb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_52123024-6be2-6900-dc17-e4fe40d4eddb-40d4edd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1cf9be9c-d992-f563-0bcd-57166f9b8cc5-40d4edd8 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-_4bf5ae0a-45d1-b66a-a180-e225fe6e3d90-df83a0db, #w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-da063d34, #w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-7b6320a6, #w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-3cd068d5, #w-node-_04a48c68-82f1-6380-111c-db8cfd4a8d30-3cd1e5af {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52123024-6be2-6900-dc17-e4fe40d4eddb-40d4edd8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5953a90d-a6ce-7843-27fa-c71893cb1072-4d388227 {
    justify-self: start;
  }

  #w-node-_035e75c0-494f-0978-4bec-ab7ab8e793b6-58656304 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_609956bf-c0d8-bd53-8e63-5cff4eecf522-58656304, #w-node-a39433ac-54c4-3cfd-04aa-a42991e7a6ae-58656304 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_52123024-6be2-6900-dc17-e4fe40d4eddb-40d4edd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd040ecc-90ad-285f-7e08-58d54f680fa8-40d4edd8 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_1cf9be9c-d992-f563-0bcd-57166f9b8cc5-40d4edd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_897ab942-f55b-5bcd-eab6-4d750110b120-4d388226, #w-node-de334028-4db3-478e-4b14-4b1562cacfab-4d388227 {
    grid-column-start: 1;
  }

  #w-node-_098768ef-266d-b5b3-ac39-f08230d7fefd-df83a0db {
    justify-self: start;
  }

  #w-node-c708f316-4096-9291-b1d5-684ca6934b18-df83a0db {
    grid-column-start: 1;
  }

  #w-node-b0b05c12-8566-ef22-a2bb-4b0d16a8d40c-ce0ec89c {
    grid-column: span 1 / span 1;
  }

  #w-node-_098768ef-266d-b5b3-ac39-f08230d7fefd-da063d34, #w-node-e9d7ad46-c147-38fe-30e3-28b18dfccacb-da063d34 {
    justify-self: start;
  }

  #w-node-_28dc0301-fc7f-32f2-afb3-eb6d3bf4fdfb-52e5c88b, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-52e5c88b, #w-node-a1279fd4-7abc-d02b-3277-4410fb594182-52e5c88b, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-91215828, #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-5e7b1794, #w-node-_0cb21c90-0279-2a59-705c-06585d0eba83-02c52d1b {
    grid-column: span 1 / span 1;
  }

  #w-node-_098768ef-266d-b5b3-ac39-f08230d7fefd-7b6320a6, #w-node-e9d7ad46-c147-38fe-30e3-28b18dfccacb-7b6320a6, #w-node-_098768ef-266d-b5b3-ac39-f08230d7fefd-3cd068d5, #w-node-e9d7ad46-c147-38fe-30e3-28b18dfccacb-3cd068d5, #w-node-_098768ef-266d-b5b3-ac39-f08230d7fefd-3cd1e5af, #w-node-e9d7ad46-c147-38fe-30e3-28b18dfccacb-3cd1e5af {
    justify-self: start;
  }

  #w-node-_035e75c0-494f-0978-4bec-ab7ab8e793b6-58656304 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_609956bf-c0d8-bd53-8e63-5cff4eecf522-58656304, #w-node-a39433ac-54c4-3cfd-04aa-a42991e7a6ae-58656304 {
    grid-row: span 2 / span 2;
  }

  #w-node-_1ad0ae82-87af-63bc-e104-a0d53239d975-6e1b2f16 {
    grid-column: span 1 / span 1;
  }
}


