:root {
  --white-smoke: #ececec;
  --firebrick: #d30d0e;
  --black: #201e1e;
  --light-grey: #d0cfcd;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
}

a {
  color: var(--white-smoke);
  font-family: Jost, sans-serif;
  text-decoration: none;
}

.brand {
  z-index: 50;
  justify-content: center;
  display: flex;
  position: relative;
  left: 51px;
}

.navbar {
  background-color: var(--firebrick);
  height: 10vh;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white-smoke);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 10px 10px 17px;
  font-size: 14px;
  transition: all .3s;
}

.nav-link:hover {
  border-bottom: 0px solid var(--white-smoke);
  color: var(--firebrick);
  margin-bottom: 0;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--white-smoke);
  margin-left: 10px;
  margin-right: 10px;
}

.section-home {
  height: 100%;
}

.wrapper-home {
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-left: 106px;
  margin-right: 106px;
  padding-bottom: 17px;
  display: flex;
}

.logo-home {
  margin-top: 8px;
  margin-bottom: 8px;
}

.logo-nav {
  object-fit: fill;
  position: relative;
}

.heading {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
}

.section-folders {
  height: 100%;
}

.grid {
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-folder {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.626, .015, .25, 1);
  display: flex;
}

.div-folder:hover {
  opacity: 1;
  filter: saturate(200%);
  transform: scale(1.1);
}

.heading-folder {
  text-align: center;
  font-weight: 400;
}

.image-folder {
  filter: hue-rotate(146deg);
}

.wrapper-embed {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-option {
  height: auto;
  overflow: visible;
}

.heading-2 {
  color: var(--black);
  margin-left: 0;
  font-size: 30px;
  font-weight: 800;
}

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

.html-embed {
  width: 100%;
  height: auto;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  display: flex;
}

.section-login {
  background-color: var(--black);
  color: var(--white-smoke);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.header-login {
  text-align: center;
  font-size: 31px;
}

.subtitle-login {
  margin-top: 0;
}

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

.html-embed-4 {
  color: var(--black);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.div-login-form {
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
}

.body-2 {
  background-color: var(--black);
}

.menu-button {
  margin-right: 10px;
}

.menu-button:hover {
  color: var(--black);
}

.menu-button.w--open {
  background-color: var(--black);
}

.menu-button.w--open:hover {
  color: var(--firebrick);
}

.nav-menu {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 20px;
}

.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;
  align-items: center;
  width: 80%;
  font-family: Jost, sans-serif;
  display: flex;
}

.contact-maintenance {
  text-align: center;
}

.link-icon.footer {
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-icon.footer:hover {
  transform: scale(1.1);
}

.icon-contact {
  filter: invert();
  max-width: 80%;
  height: auto;
  max-height: 30px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.icon-contact:hover {
  opacity: .8;
}

.social-icon {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  display: flex;
}

.social-icon.alt {
  filter: brightness(110%) invert(160%);
}

.menu-text {
  color: var(--black);
  font-family: Jost, sans-serif;
  font-size: 30px;
  transition: all .25s ease-in;
}

.menu-text:hover {
  color: var(--firebrick);
  font-weight: 700;
}

.menu-text.cta {
  border: 3px solid var(--firebrick);
  background-color: var(--firebrick);
  color: var(--white-smoke);
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 27px;
  transition: all .2s ease-in;
}

.menu-text.cta:hover {
  border: 3px solid var(--firebrick);
  background-color: var(--white-smoke);
  color: var(--black);
}

.link-block-menu {
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  transition: color .25s ease-in;
  display: flex;
}

.link-block-menu:hover {
  color: var(--firebrick);
}

.link-block-menu.w--current {
  justify-content: flex-start;
  width: auto;
  margin-bottom: 40px;
}

.logo-menu {
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15%;
  margin-left: 50px;
  display: flex;
  position: relative;
}

.image {
  z-index: 50;
  max-height: 160%;
  position: relative;
}

.hero-section {
  flex-direction: row;
  height: 100vh;
  display: flex;
}

.hero-section.kids {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 10vh;
}

.body {
  background-color: var(--white-smoke);
  font-family: Jost, sans-serif;
}

.heading-4 {
  perspective: 1098px;
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
}

.about-wrapper {
  width: 50%;
  height: 100vh;
}

.about-wrapper.left {
  background-color: var(--black);
  perspective: 1000px;
  color: #0d0d0d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 10vh;
}

.about-wrapper.right {
  border: 0 solid #fff200;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-p-service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.button {
  border: 2px solid var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s ease-in;
}

.button:hover {
  border: 2px solid var(--white-smoke);
  color: #fafafa;
  background-color: #0000;
}

.button.red {
  border-color: var(--firebrick);
  background-color: var(--firebrick);
  color: var(--white-smoke);
}

.button.red:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.link-about {
  color: var(--white-smoke);
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.link-about:hover {
  opacity: 1;
  color: var(--white-smoke);
  text-transform: none;
  text-decoration: none;
}

.link-about.w--current {
  text-align: center;
  text-transform: none;
  border-left: 3px solid #ecececc4;
  border-right: 0 solid #000;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 0;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  transform: none;
}

.link-about.w--current:hover {
  color: var(--white-smoke);
}

.div-line {
  background-color: var(--white-smoke);
  width: 0%;
  height: 2px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-section {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.red-tezt {
  opacity: .77;
  color: var(--firebrick);
  font-style: normal;
  text-decoration: none;
}

.about-big {
  font-size: 20px;
}

.heading-section {
  opacity: .1;
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  position: static;
  left: -34px;
}

.heading-section.about-us {
  margin-top: 70px;
}

.heading-section.black {
  color: var(--black);
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 80px;
}

.heading-section.contact {
  color: var(--black);
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 120px;
  display: block;
  overflow: visible;
}

.heading-section.allievi {
  opacity: .3;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.wrap-link-about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
}

.section-corsi {
  background-color: var(--black);
  height: auto;
  display: flex;
}

.wrapper-corsi {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.image-corsi {
  max-width: 22%;
  margin-top: 75px;
  margin-left: 76px;
  display: block;
}

.image-corsi.chitarra {
  max-width: 23%;
  margin-left: 0;
  margin-right: 38px;
  position: relative;
}

.div-header-corsi {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  margin-top: 75px;
  margin-bottom: 75px;
  display: flex;
}

.div-corso {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 85%;
  display: flex;
}

.div-corso.left {
  align-items: stretch;
  height: 100vh;
}

.div-corso.left.reverse {
  flex-direction: row-reverse;
}

.header-corso {
  color: var(--white-smoke);
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: 177px;
  font-size: 80px;
}

.paragraph-corso {
  text-align: left;
  padding-left: 98px;
  padding-right: 140px;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}

.wrapper-text-corso {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 21px;
  line-height: 26px;
  display: flex;
}

.red-text-corso {
  color: var(--firebrick);
  text-align: left;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 32px;
  display: flex;
}

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

.div-call-to-action {
  background-color: var(--firebrick);
  justify-content: space-around;
  align-items: center;
  height: 20vh;
  display: flex;
}

.logo {
  max-width: none;
  max-height: 18vh;
  margin-left: 0;
}

.fiv-cta-text {
  color: var(--white-smoke);
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-cta {
  margin-bottom: 0;
}

.sedi-section {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-bottom: 35px;
  display: flex;
}

.sedi-section.kids {
  padding-bottom: 0;
  position: static;
}

.sedi-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 90vh;
  display: flex;
}

.sedi-right {
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  height: 90vh;
  display: flex;
}

.wrapper-sedi {
  width: 100%;
  display: flex;
}

.div-sedi {
  flex-flow: column wrap;
  display: block;
}

.heading-sedi {
  margin-top: 0;
  font-weight: 900;
}

.link-sedi {
  color: var(--black);
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
}

.link-sedi.italia {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.link-sedi.italia:hover {
  color: var(--firebrick);
  font-weight: 800;
}

.footer {
  background-color: var(--black);
  color: var(--white-smoke);
  text-align: center;
  align-items: flex-start;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: auto;
  min-width: auto;
  max-width: 30%;
  max-height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

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

.image-2 {
  max-width: 80%;
}

.link-footer {
  justify-content: center;
  width: 22%;
}

.div-inside-sedi {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.testo-rosso {
  font-size: 18px;
  line-height: 20px;
}

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

.div-her-header {
  background-color: var(--black);
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 0;
  font-size: 14px;
  display: flex;
  box-shadow: 1px 0 20px #000;
}

.heading-hero {
  text-align: left;
  font-size: 50px;
  line-height: 50px;
}

.subheading-hero {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 300;
}

.span-red, .text-span-7 {
  color: var(--firebrick);
}

.div-shadow {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px 3px #000;
}

.nav {
  z-index: 200;
  background-color: var(--black);
  justify-content: space-between;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-lottie {
  align-items: center;
  width: 10vw;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.lottie-hamburger {
  filter: invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 15vh;
  display: block;
}

.wrap-link-menu {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 80%;
  display: flex;
}

.wrap-menu {
  z-index: 100;
  border-left: 6px solid var(--black);
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 90vh;
  margin-top: 10vh;
  padding-top: 0;
  padding-left: 70px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-menu {
  margin-bottom: 40px;
  font-weight: 600;
}

.link-menu:hover {
  color: var(--white-smoke);
}

.link-menu.w--current {
  margin-left: 10px;
  text-decoration: none;
  transition: all .25s ease-in;
}

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

.link-block {
  flex-direction: column;
  align-items: center;
  width: 80%;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

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

.menu-corsi {
  z-index: 190;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
  position: sticky;
  inset: 10vh 0% auto;
}

.scroll-bar-corsi {
  background-color: var(--firebrick);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  width: 110%;
  height: 3px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrpper-link-corsi {
  justify-content: space-around;
  width: 80%;
  display: flex;
}

.link-menu-corsi {
  color: var(--white-smoke);
  margin-right: 0;
  transition: all .2s ease-in;
}

.link-menu-corsi:hover {
  color: var(--firebrick);
}

.link-menu-corsi.w--current {
  font-weight: 700;
}

.wrapper-scroll-bar {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.section-contact {
  background-color: var(--white-smoke);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-gmap {
  width: 35%;
}

.div-contact {
  width: 100%;
  padding-left: 0;
}

.html-embed-5 {
  height: 90vh;
  position: sticky;
  top: 10vh;
}

.wrapper-contact {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.wrapper-contact.sedi {
  margin-top: 0;
}

.body-3 {
  font-family: Jost, sans-serif;
}

.link-contact {
  color: var(--white-smoke);
  padding-left: 0;
}

.link-contact.sede {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.link-contact.sede.alt, .link-contact.alt {
  color: var(--black);
}

.wrapper-contacts {
  flex-flow: column wrap;
  margin-top: 20px;
  display: flex;
}

.div-contact-sardegna {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-links-sardegna {
  flex-direction: column;
  margin-right: 20px;
  display: flex;
}

.div-program-description {
  height: auto;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-bollettino {
  border-radius: 110px;
  max-width: 70%;
}

.wrapper-programmi {
  background-color: #f0eff0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 5vh;
  display: flex;
}

.wrapper-programmi.cagliari {
  padding-top: 5vh;
}

.heading-program {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 44px;
}

.heading-program.alt {
  font-weight: 500;
}

.div-spacer {
  text-align: right;
  border-bottom: 1px solid #a1a1a1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: 5%;
  margin: 20px 20px 20px 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.div-spacer.tirloni {
  height: 7%;
}

.div-spacer.center {
  height: 9%;
}

.div-spacer.menu {
  height: 1%;
}

.div-spacer.social {
  height: 1%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.square-logo {
  background-color: #ddd;
  width: 35%;
  height: 90%;
  margin-left: 15px;
  margin-right: 15px;
}

.square-logo.sx {
  border: 0px solid var(--black);
  background-color: var(--white-smoke);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 70%;
  display: flex;
  box-shadow: 1px 1px 20px -9px #000;
}

.square-logo.sx.tirloni {
  background-color: #333;
}

.square-logo.dx {
  background-color: var(--black);
  color: var(--white-smoke);
  border: 1px solid #ddd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 28%;
  height: 70%;
  margin-right: 100px;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.description-program {
  font-weight: 300;
  line-height: 19px;
}

.div-program-header {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.menu-contact {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  padding-top: 20vh;
  padding-left: 30px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-contact.phone {
  display: none;
}

.wrapper-link-contact {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.link-menu-contact {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .25s;
}

.link-menu-contact:hover {
  font-weight: 600;
}

.link-menu-contact.w--current {
  color: var(--firebrick);
  text-transform: none;
  font-weight: 600;
  text-decoration: none;
}

.subheading-menu-contact {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-menu-contact {
  margin-bottom: 0;
}

.link-hover {
  transition: color .2s;
}

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

.section-multimedia {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-review {
  flex-direction: column;
  height: 50vh;
  display: flex;
}

.div-header-review {
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
}

.div-video-review {
  height: 80%;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  font-size: 18px;
  line-height: 1.6em;
}

.slide-nav {
  display: none;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  overflow: hidden;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.five {
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-image.one {
  background-image: url('../images/Portrait003.jpg');
}

.speaker-image.two {
  background-image: url('../images/Portrait002.jpg');
}

.speaker-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.speaker-image.six {
  background-image: url('../images/Portrait004.jpg');
  background-position: 50% 0;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slide-image {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: radial-gradient(circle, #303030c4, #000);
  background-position: 0 0;
  height: 101%;
  display: none;
  position: absolute;
  inset: 0%;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.speaker-name {
  z-index: 10;
  font-size: 64px;
  position: relative;
}

.slide-arrow {
  width: 18px;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

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

.section-allievi {
  background-color: var(--firebrick);
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  transition: all .2s ease-in;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 50px -20px #000;
}

.slider {
  background-color: #0000;
  justify-content: center;
  width: auto;
  display: flex;
}

.slide-allievi {
  margin-right: 10px;
}

.mask {
  width: 33.33%;
  overflow: visible;
}

.wrapper-slider {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.lightbox-allievi {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.background-video-4, .youtube-allievi {
  height: 100%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.left-arrow:hover {
  background-color: #201e1e70;
}

.right-arrow {
  transition: background-color .2s;
}

.right-arrow:hover {
  background-color: #201e1e70;
}

.div-header-allievi {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.image-3 {
  max-width: 10%;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-5 {
  color: var(--white-smoke);
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-size: 80px;
}

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

.text-span-9 {
  color: var(--black);
  font-weight: 900;
}

.comtact-section-alt {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10vh;
  display: flex;
}

.comtact-section-alt.kids {
  justify-content: center;
  align-items: center;
}

.wrapper-left {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
}

.wrapper-left.red {
  background-color: var(--firebrick);
}

.wrapper-left.cagliari {
  height: 100vh;
  padding-top: 10vh;
}

.wrapper-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
}

.wrapper-right.black {
  background-color: var(--black);
  color: var(--white-smoke);
}

.wrapper-right.cagliar {
  height: 100vh;
  padding-top: 10vh;
}

.image-4 {
  max-width: 60%;
}

.div-contact-alt {
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 80%;
  display: flex;
}

.div-contact-alt.kids {
  color: var(--black);
}

.wrapper-contact-alt {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.wrapper-contact-alt.kids {
  width: 100vw;
}

.menu-social {
  clear: none;
  flex-flow: row;
  place-content: center space-around;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 20px auto 20px 0;
  display: flex;
  position: static;
  inset: auto 0% auto auto;
}

.link-block-13 {
  flex-direction: row;
  margin: 3px 5px;
  display: block;
}

.social-icon-2 {
  transition: all .3s cubic-bezier(.785, .135, .421, 1.213);
}

.social-icon-2:hover {
  filter: invert();
  border: 0 solid #f4ad1a;
  border-radius: 20px;
  margin-right: 0;
  transform: scale(1.3);
}

.link-block-15 {
  margin: 3px 5px;
}

.section-instrument {
  flex-direction: row;
  height: 100vh;
  display: flex;
}

.section-instrument.black {
  background-color: var(--black);
  color: var(--white-smoke);
}

.drum-text {
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.drum-video {
  align-items: center;
  width: 60%;
  display: flex;
}

.paragraph-4 {
  width: 90%;
  line-height: 20px;
}

.paragraph-4.kids {
  font-size: 15px;
}

.background-video-strumenti {
  opacity: .99;
  background-image: linear-gradient(to right, #ececec, #0000 49%);
  width: 100%;
  height: 100%;
}

.background-video-strumenti.black {
  background-image: linear-gradient(to right, var(--black), transparent 49%);
  opacity: .99;
}

.heading-6 {
  margin-bottom: 40px;
}

.bold-text-2 {
  font-size: 27px;
  line-height: 30px;
}

.red-letter {
  color: var(--firebrick);
}

.gradient {
  background-image: linear-gradient(to right, var(--black), transparent 50%);
  position: absolute;
  inset: 0%;
}

.gradient.white {
  background-image: linear-gradient(to right, var(--white-smoke), transparent 50%);
}

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

.div-text-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
  position: relative;
}

.text-with-bg {
  background-image: radial-gradient(circle, #f80000, #fff);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 230px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-5 {
  max-width: 34%;
}

.link-404 {
  color: var(--black);
  font-size: 14px;
}

.link-404:hover {
  border: 1px #000;
  font-size: 15px;
}

.section-bateras-online {
  z-index: 50;
  height: 50vh;
  display: flex;
  position: relative;
}

.div-baterasonline {
  background-color: var(--black);
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-baterasonline {
  margin-bottom: 0;
}

.subheading-baterasonline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
}

.link-block-baterasonline {
  justify-content: center;
  transition: opacity .2s;
  display: flex;
}

.link-block-baterasonline:hover {
  opacity: .7;
}

.image-baterasonline {
  max-width: 80%;
}

.redonline {
  color: var(--firebrick);
  text-transform: none;
  font-size: 25px;
  font-weight: 400;
}

.link-block-footer {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.link-block-footer:hover {
  font-size: 1em;
}

.text-block-6 {
  display: inline;
}

.text-orbit {
  color: #ffe38f;
  font-family: Orbit, sans-serif;
  line-height: 1.3;
}

.text-orbit:hover {
  color: #ebebeb;
}

.text-orbit.logo {
  color: #ffe38f;
  height: auto;
  font-size: 2em;
  line-height: 1.3;
  display: block;
}

.text-orbit.logo:hover {
  color: #ebebeb;
  text-transform: uppercase;
  text-shadow: 0 0 4px #ffe38fc4;
}

.wrapper-video_kids {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.wrap-par-kids {
  background-color: var(--light-grey);
  color: var(--white-smoke);
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.youtube {
  background-image: none;
  height: 100%;
}

.ytube-mob {
  display: none;
}

.small-text-kids {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .button {
    font-size: 20px;
    font-weight: 600;
  }

  .button.red {
    font-size: 16px;
  }

  .button.red:hover {
    border-color: var(--firebrick);
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-cta {
    font-size: 29px;
    line-height: 31px;
  }

  .link-sedi {
    font-size: 18px;
  }

  .link-sedi.italia {
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 26px;
  }

  .div-inside-sedi {
    font-size: 14px;
  }

  .testo-rosso {
    font-size: 25px;
    line-height: 27px;
  }

  .section.home-hero-section {
    min-height: 60vh;
  }

  .section-allievi {
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: inset 0 0 50px -9px #000;
  }

  .section-instrument {
    height: 90vh;
  }

  .drum-text {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    max-height: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 23px;
  }

  .background-video-strumenti {
    opacity: .99;
    background-image: none;
  }

  .background-video-strumenti.black {
    opacity: .99;
    background-image: none;
    position: relative;
  }

  .heading-6 {
    font-size: 55px;
    font-weight: 900;
  }

  .red-letter {
    color: var(--firebrick);
  }

  .gradient {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--black), transparent 50%);
    position: absolute;
    inset: 0%;
  }

  .gradient.white {
    background-image: linear-gradient(to right, var(--white-smoke), transparent 50%);
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
  }

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

  .nav-link.w--current {
    color: var(--firebrick);
    font-weight: 700;
  }

  .div-block {
    justify-content: flex-end;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .nav-menu {
    background-color: #201e1e;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .icon-contact {
    height: 30px;
    margin-bottom: 17px;
  }

  .link-block-menu {
    width: 17%;
  }

  .logo-menu {
    margin-left: 25px;
  }

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

  .about-wrapper.left {
    padding-left: 20px;
  }

  .about-wrapper.right {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .button.red {
    font-size: 15px;
  }

  .link-about, .link-about.w--current {
    font-size: 25px;
  }

  .paragraph-3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-section.about-us {
    font-size: 50px;
  }

  .heading-section.allievi {
    font-size: 55px;
  }

  .image-corsi {
    margin-left: 20px;
  }

  .image-corsi.chitarra {
    margin-right: 10px;
  }

  .div-corso.left.reverse {
    height: auto;
  }

  .header-corso {
    margin-left: 130px;
  }

  .paragraph-corso {
    padding-left: 50px;
    padding-right: 90px;
    font-size: 19px;
    line-height: 21px;
  }

  .wrapper-text-corso {
    margin-bottom: 35px;
  }

  .red-text-corso {
    font-size: 21px;
    line-height: 21px;
  }

  .paragraph-cta {
    font-size: 17px;
  }

  .div-sedi {
    flex-flow: column wrap;
    align-items: stretch;
    display: flex;
  }

  .link-sedi.italia {
    margin-bottom: 10px;
  }

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

  .div-inside-sedi {
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    display: flex;
  }

  .testo-rosso {
    line-height: 23px;
  }

  .div-her-header {
    padding-left: 25px;
  }

  .heading-hero {
    font-size: 37px;
    line-height: 40px;
  }

  .subheading-hero {
    font-size: 18px;
  }

  .wrap-menu {
    width: 60vw;
  }

  .section-contact {
    margin-top: 0;
  }

  .link-contact.sede, .link-contact.sede.alt {
    text-align: left;
  }

  .image-bollettino {
    max-width: 30%;
  }

  .wrapper-programmi {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10vh;
    padding-top: 0;
  }

  .heading-program {
    width: 100%;
    margin-top: 0;
  }

  .heading-program.alt {
    text-align: left;
  }

  .heading-program.alt.kids {
    font-size: 20px;
  }

  .div-spacer {
    height: 0%;
  }

  .square-logo.sx {
    width: 65%;
    height: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .square-logo.dx {
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 10px;
    overflow: visible;
  }

  .div-program-header {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-contact {
    padding-left: 15px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

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

  .section.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .mask {
    width: 40%;
  }

  .div-contact-alt {
    align-items: flex-start;
  }

  .menu-social {
    justify-content: space-around;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .social-icon-2 {
    border-radius: 0;
    max-width: 100%;
  }

  .section-instrument {
    flex-direction: row;
  }

  .drum-text, .drum-video {
    width: 50%;
  }

  .heading-baterasonline {
    text-align: center;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    font-size: 25px;
  }

  .link-icon {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-icon.footer {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-contact {
    height: 29px;
    margin-bottom: 19px;
  }

  .menu-text {
    font-size: 25px;
  }

  .menu-text.cta {
    font-size: 23px;
  }

  .hero-section {
    z-index: 50;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 44px;
  }

  .about-wrapper.left {
    padding-left: 10px;
  }

  .about-wrapper.right {
    justify-content: center;
    padding: 10px 15px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .link-about, .link-about.w--current {
    font-size: 20px;
  }

  .paragraph-3 {
    flex-direction: column;
    margin-top: 40px;
    display: block;
  }

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

  .heading-section.about-us {
    font-size: 40px;
  }

  .heading-section.black {
    font-size: 60px;
  }

  .heading-section.black.kids {
    margin-bottom: 35px;
  }

  .heading-section.allievi {
    font-size: 40px;
  }

  .header-corso {
    margin-left: 30px;
  }

  .paragraph-corso {
    padding-right: 40px;
  }

  .div-call-to-action {
    justify-content: space-around;
  }

  .paragraph-cta {
    text-align: center;
  }

  .sedi-left {
    width: 100%;
    height: auto;
  }

  .sedi-right {
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-sedi {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

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

  .link-sedi {
    text-align: center;
    margin-right: 0;
  }

  .link-sedi.italia {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    height: auto;
    padding: 20px 20px 40px;
  }

  .link-footer {
    margin-bottom: 40px;
  }

  .div-inside-sedi {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container {
    flex-flow: column wrap;
    align-content: stretch;
    display: flex;
  }

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

  .div-her-header {
    align-items: center;
    width: 100%;
    height: 50vh;
    padding-top: 10vh;
    padding-bottom: 20px;
  }

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

  .subheading-hero {
    margin-bottom: 10px;
  }

  .div-lottie {
    width: 20vw;
  }

  .wrap-menu {
    width: 80vw;
  }

  .image-bollettino {
    max-width: 40%;
  }

  .wrapper-programmi {
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .wrapper-programmi.cagliari {
    margin-top: 25vh;
  }

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

  .div-spacer {
    height: 0;
    margin-top: 20px;
  }

  .div-spacer.menu {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .square-logo.sx {
    margin-left: 20px;
  }

  .square-logo.dx {
    justify-content: center;
    height: 50%;
    margin-left: 20px;
  }

  .description-program {
    font-size: 14px;
    line-height: 19px;
  }

  .div-program-header {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-contact {
    display: none;
  }

  .menu-contact.phone {
    align-items: center;
    width: 100vw;
    height: 32vh;
    padding-top: 10vh;
    padding-left: 0;
    display: flex;
    inset: 0% 0% auto;
  }

  .wrapper-link-contact {
    flex-direction: row;
    margin-top: 0;
  }

  .link-menu-contact {
    margin-right: 20px;
  }

  .subheading-menu-contact {
    font-size: 15px;
  }

  .heading-menu-contact {
    margin-top: 10px;
    font-size: 25px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image {
    min-height: 400px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .mask {
    width: 60%;
  }

  .comtact-section-alt {
    margin-top: 32vh;
  }

  .comtact-section-alt.kids {
    margin-top: 0;
  }

  .wrapper-left {
    border-top: 2px solid var(--white-smoke);
    width: 100%;
    height: 30vh;
    padding-top: 0;
  }

  .wrapper-left.red, .wrapper-left.cagliari {
    width: 100%;
    height: 30vh;
    padding-top: 0;
  }

  .wrapper-right, .wrapper-right.black {
    width: 100%;
    height: auto;
    padding-top: 5vh;
  }

  .wrapper-right.cagliar {
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 5vh;
  }

  .image-4 {
    max-width: 20%;
  }

  .wrapper-contact-alt {
    flex-direction: column;
    width: 100%;
  }

  .menu-social {
    margin-top: 20px;
  }

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

  .section-instrument {
    flex-direction: column;
    height: auto;
  }

  .drum-text {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .drum-video {
    width: 100%;
    height: 50vh;
  }

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

  .gradient {
    background-image: linear-gradient(to bottom, var(--black), transparent);
  }

  .gradient.white {
    background-image: linear-gradient(to bottom, var(--white-smoke), transparent);
  }

  .section-bateras-online {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .div-baterasonline {
    border: 1px #000;
    width: 100%;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .div-baterasonline.white {
    background-color: var(--white-smoke);
    color: var(--black);
  }

  .link-block-baterasonline {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

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

  .wrap-par-kids.kids {
    width: 100%;
    padding-top: 20px;
  }

  .ytube-desk-tab {
    display: none;
  }

  .ytube-mob {
    display: block;
  }

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

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

  .wrapper-home {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .wrapper-folders {
    font-size: 14px;
  }

  .grid {
    text-align: center;
  }

  .heading-folder {
    font-size: 16px;
    line-height: 22px;
  }

  .wrapper-embed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-login {
    text-align: center;
  }

  .link-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-contact {
    height: 25px;
  }

  .logo-menu {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    margin-left: 0;
  }

  .hero-section {
    height: 90vh;
    margin-top: 10vh;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
  }

  .about-wrapper.left {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .about-wrapper.right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-about {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .link-about.w--current {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 19px;
  }

  .about-section {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .heading-section.about-us {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-section.black {
    margin-left: 25px;
    padding-left: 0;
  }

  .heading-section.allievi {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-link-about {
    flex-wrap: nowrap;
    height: auto;
    margin-top: 5px;
    line-height: 20px;
  }

  .image-corsi {
    max-width: 40%;
    margin-top: 20px;
  }

  .image-corsi.chitarra {
    max-width: 40%;
  }

  .div-corso.left {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .div-corso.left.reverse {
    flex-direction: column;
  }

  .header-corso {
    margin-bottom: 50px;
    margin-left: 0;
    font-size: 50px;
  }

  .paragraph-corso {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .wrapper-text-corso {
    align-items: center;
  }

  .div-call-to-action {
    flex-flow: wrap;
    place-content: space-around center;
    height: 25vh;
  }

  .logo {
    display: none;
  }

  .paragraph-cta {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 19px;
    line-height: 22px;
  }

  .sedi-right {
    height: auto;
    margin-top: 20px;
  }

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

  .footer {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-flex-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .link-footer {
    justify-content: center;
    width: 56%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-about-us {
    display: block;
  }

  .div-her-header {
    height: 40vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-hero {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 31px;
  }

  .subheading-hero {
    font-size: 16px;
  }

  .div-shadow {
    height: 50vh;
  }

  .nav {
    justify-content: center;
  }

  .wrap-link-menu {
    width: 90%;
  }

  .wrap-menu {
    width: 100vw;
    padding-left: 40px;
    display: none;
  }

  .wrpper-link-corsi {
    width: 100%;
  }

  .link-menu-corsi {
    font-size: 12px;
  }

  .wrapper-scroll-bar {
    width: 100%;
  }

  .image-bollettino {
    max-width: 40%;
  }

  .wrapper-programmi {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wrapper-programmi.cagliari {
    height: 100vh;
  }

  .heading-program {
    margin-right: 0;
    font-size: 30px;
  }

  .div-spacer {
    height: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-spacer.menu {
    height: 25%;
    margin-top: 5px;
    padding-top: 0;
  }

  .square-logo.sx {
    width: 90%;
    height: 30%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .square-logo.dx {
    justify-content: center;
    width: 90%;
    height: 50%;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-program-header {
    height: 20%;
  }

  .menu-contact.phone {
    height: 34vh;
    box-shadow: 1px 1px 20px -10px #000;
  }

  .wrapper-link-contact {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-menu-contact {
    padding-bottom: 5px;
  }

  .subheading-menu-contact {
    margin-bottom: 0;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

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

  .section.home-hero-section {
    padding-bottom: 36px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .mask {
    width: 74%;
  }

  .wrapper-slider {
    height: auto;
  }

  .image-4 {
    max-width: 40%;
  }

  .menu-social {
    flex-direction: row;
    display: flex;
    inset: auto 0% 0%;
  }

  .heading-baterasonline {
    font-size: 25px;
  }

  .subheading-baterasonline {
    font-size: 18px;
  }

  .redonline {
    font-size: 20px;
  }

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

#w-node-f6e31f25-678a-dba3-5a7e-22b318511527-aa654020 {
  justify-self: center;
}


