:root {
  --goldenrod: #ffb429;
}

a {
  color: #fff;
  text-decoration: none;
}

.hero-section {
  background-image: linear-gradient(#000, #fff0 55%), linear-gradient(#0000004d, #0000004d), url('../images/the-olimpic-game.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 650px;
  padding-top: 150px;
}

.navbar {
  background-color: #000;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navlinks {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 5px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: transform .2s, color .2s;
}

.navlinks:hover {
  color: red;
  border: 0 solid #ffb429;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: translate(0, -3px);
}

.navlinks.w--current {
  color: red;
}

.logo {
  color: #ffb429;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 100;
}

.logo-two {
  font-style: normal;
  font-weight: 800;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
  font-size: 84px;
  font-weight: 900;
  line-height: 82px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: -12px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hero-subheading.two {
  color: #ffb429;
  margin-top: 0;
}

.hero-subheading.contatti {
  font-size: 30px;
  line-height: 40px;
}

.hero-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 30px;
  padding: 12px 20px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  transition: background-color .2s, color .2s;
  position: static;
}

.hero-button:hover {
  color: #fff;
  background-color: red;
}

.arrow {
  width: 24px;
  position: relative;
  inset: 78px 0 0 151px;
}

.sections {
  background-color: #fff;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.sections.dark {
  background-color: #131313;
  background-image: linear-gradient(#131313a1, #131313a1), url('../images/roulette.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sections.dark.consulenza {
  background-image: linear-gradient(#0006, #0006), url('../images/consulenza.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sections.third {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.sections.tabs {
  background-color: #151515;
  height: auto;
  padding-top: 70px;
  padding-bottom: 90px;
}

.sections.fourth {
  background-image: url('../images/quote-bg.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 45px;
}

.sections.fourth.contact-us {
  background-color: red;
  background-image: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sections.fourth.contact-us.fields {
  background-color: #151515;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sections.fourth.contact-us.footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sections.locations {
  background-color: #fff;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-weight: 900;
  line-height: 32px;
}

.section-heading.two {
  text-align: left;
}

.section-heading._3 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}

.section-heading._4 {
  text-align: left;
  margin-top: 30px;
}

.section-paragraph {
  color: #000;
  text-align: justify;
  margin-top: 34px;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.section-paragraph.two, .section-paragraph.b {
  text-align: left;
}

.button {
  float: left;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: red;
  background-color: #000;
  border-color: #000;
}

.button.two {
  float: left;
}

.button.third {
  float: none;
}

.button.third.white {
  color: #fff;
  border-color: #fff;
}

.button.third.aa {
  background-color: #fefeff;
}

.button.third.aa:hover {
  background-color: #000;
}

.button.fourth {
  float: right;
  width: auto;
  margin-top: 6px;
  margin-left: auto;
  margin-right: 20%;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.trainer-image {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 25px 0 0;
}

.facts-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 28px;
}

.facts-heading.icons {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.facts-heading.third {
  color: #000;
  text-align: left;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 900;
  line-height: 34px;
}

.facts-heading.fourth.locations {
  margin-bottom: 30px;
}

.facts-heading.fourth.locations.e {
  color: #000;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
}

.facts-heading.fourth.quote {
  margin-top: 19px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.facts-heading.quote {
  text-shadow: 0 1px 3px #0000004d;
}

.facts-heading.a1 {
  color: #000;
  text-shadow: none;
}

.line {
  border-top: 2px solid #c8c8c8;
  width: 25%;
  height: 2%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icons-facts {
  width: 66px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.facts-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.facts-bg {
  background-color: #ffffff0d;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.facts-bg:hover {
  background-color: #ffffff42;
}

.facts-subheading {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.facts-subheading.third {
  color: #000;
  text-align: justify;
  width: 100%;
  font-size: 16px;
}

.facts-subheading.third.white {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.facts-subheading.third.white.a2 {
  color: #000;
  text-shadow: none;
  width: 70%;
  margin-bottom: 20px;
}

.facts-subheading.fourth {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #0000004d;
  margin-top: 7px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.facts-subheading.new {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.photo {
  background-image: url('../images/woman-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: static;
}

.tablink {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 2px;
  width: 14%;
  margin-right: 1.25%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .3s, color .3s;
}

.tablink:hover {
  color: #ffb429;
  background-color: #2f2f2f;
}

.tablink.w--current {
  float: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffb429;
  border-color: #ffb429;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.tablink.w--current:hover {
  color: #000;
  background-color: #d69214;
}

.tabs-menu {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-content {
  width: 100%;
}

.training-image-bg {
  background-image: url('../images/Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 220px;
  position: relative;
}

.training-image-bg.two {
  background-image: url('../images/Image-2.jpg'), url('../images/Image-4.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.training-image-bg.two.fitness {
  background-image: url('../images/Image-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.three {
  background-image: url('../images/Image-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.four {
  background-image: url('../images/Image-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.five {
  background-image: url('../images/Image-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.six {
  background-image: url('../images/Image-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.seven {
  background-image: url('../images/Image-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.eight {
  background-image: url('../images/Image-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.nine {
  background-image: url('../images/Image-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hover {
  opacity: 0;
  background-color: #0000;
  border: 2px solid #a2a2a280;
  border-radius: 3px;
  width: 80%;
  height: 80%;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 10px 3px #0006;
}

.hover:hover {
  opacity: 1;
  background-color: #00000073;
  border-top-width: 1px;
  border-top-color: #ffffff80;
  border-radius: 0;
}

.training-headings {
  color: #ffb429;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.training-paragraphs {
  color: #c8c8c8;
  text-align: center;
  width: 88%;
  margin: 10px auto 0;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 22px;
  display: block;
}

.woman-image {
  width: 493px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.locations-image {
  background-image: url('../images/1.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 210px;
  padding-top: 65px;
  transition: opacity .4s;
  position: relative;
}

.locations-image:hover {
  opacity: 1;
}

.locations-image.two {
  background-image: url('../images/2.jpeg'), url('../images/chicago.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.locations-image.three {
  background-image: url('../images/3.jpeg'), url('../images/chicago.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.locations-image.four {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.locations-image.five {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-size: cover;
}

.locations-image.six {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.locations-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.locations-header.two {
  letter-spacing: 1px;
  height: auto;
  margin-top: -5px;
  font-size: 26px;
  font-weight: 700;
  transition: color .5s;
}

.locations-header.two:hover {
  color: #ffb429;
}

.rows {
  margin-bottom: 20px;
}

.contact-us-text {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 9px;
  margin-left: 20%;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.contact-wrapper {
  text-align: center;
  position: relative;
}

.contact-wrapper.two {
  text-align: left;
}

.text-fields {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-fields.message {
  height: 110px;
}

.message-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-weight: 800;
  transition: background-color .2s, color .2s;
  display: block;
}

.message-button:hover {
  color: #000;
  background-color: red;
}

.contact-paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.contact-form {
  background-color: #151515;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/slotmachine.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-text {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin: 0 12px 0 auto;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.footer-text:hover {
  color: #ffb429;
}

.footer-text.two {
  float: none;
  color: #fff;
  margin-top: -8px;
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 25px;
}

.quote-wrapper {
  border: 3px solid #fff;
  width: 70%;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 1px 3px #0003;
}

.inspiration {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #0000004d;
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.navmenu {
  justify-content: center;
  display: block;
}

.locations-hover {
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  inset: 0;
  box-shadow: 1px 1px 3px #000;
}

.locations-hover:hover {
  background-color: #ffffff4d;
}

.column {
  text-align: center;
  padding: 60px 20px;
}

.column._1 {
  background-image: url('../images/the-olimpic-game.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  padding: 0;
}

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

.div-block {
  background-image: linear-gradient(#0003, #0003), url('../images/calcio-balilla.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-block._2 {
  background-image: linear-gradient(#0003, #0003), url('../images/Pinball-Wizard-The-Who-arcade.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.container {
  text-align: center;
}

.image {
  float: right;
  margin-right: 100px;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.div-block-2 {
  height: 55vh;
}

.html-embed {
  height: 100%;
}

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

.background-video {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.column-3 {
  background-image: url('../images/video-slot.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 550px;
}

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

.image-2 {
  float: right;
  margin-bottom: 0;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-family: Exo, sans-serif;
}

.row-2 {
  margin-bottom: 20px;
}

._2 {
  padding: 60px 20px;
}

.image-3 {
  float: none;
}

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

.row-3.b {
  border-bottom: 1px #000;
  box-shadow: 1px 1px 3px #000;
}

.button-form {
  text-transform: uppercase;
  background-color: #dd1a1a;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 13px;
  transition: all .5s;
  display: block;
}

.button-form:hover {
  background-color: #444546;
}

.success-message-2 {
  background-color: #042ca8;
}

.div-block-26 {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-28 {
  background-color: #dd1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.field-select {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.field-select:focus {
  color: #b1b1b1;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.div-block-25 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roulette_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-27 {
  float: left;
}

.div-block-13 {
  text-align: center;
}

.text-field {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.text-field:focus {
  border-color: #dd1a1a;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.text-block-16 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-14 {
  background-color: #dd1a1a;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
}

.text-block-3-big-copy {
  color: #fff;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.form-block {
  background-color: #fff;
  border-radius: 5px;
  margin: 60px;
}

.div-block-27-copy {
  float: right;
  background-color: #fff;
  padding-top: 0;
}

.image-4 {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-5 {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-6 {
  clear: none;
  position: static;
}

.image-7 {
  margin-right: 10px;
}

.row-4 {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-4 {
  text-align: center;
  background-color: #fefeff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-32 {
  background-color: red;
  width: 10%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-33 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-8 {
  margin-right: 20px;
}

.image-9 {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.div-block-34 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-10 {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.div-block-35 {
  background-image: linear-gradient(#0003, #0003), url('../images/videogiochi-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.image-11 {
  float: left;
}

.column-3-chi-siamo {
  background-image: url('../images/macchinette.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 550px;
}

.column-3-chi-siamo.cc {
  padding-left: 0;
  padding-right: 0;
}

.div-block-36 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-37 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  background-image: url('../images/biliardo-a-catania---olimpic-game.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.intro {
  margin-top: 60px;
  margin-bottom: 120px;
}

.intro-wrapper {
  max-width: 720px;
}

.h3 {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

.h1 {
  margin-top: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.white-background {
  background-color: #fff;
  width: 65vw;
  height: 510px;
  position: absolute;
  top: 100px;
  left: 0;
}

.about-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 870px;
  display: flex;
  position: relative;
}

.image-12 {
  width: 300px;
  position: absolute;
  bottom: 180px;
  left: 60px;
}

.image-13 {
  width: 620px;
  position: absolute;
  top: 0;
  right: 0;
}

.h2 {
  text-align: left;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.about {
  margin-bottom: 120px;
  position: relative;
}

.about-text {
  flex-wrap: wrap;
  width: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 60px;
}

.bold-text {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.italic-text {
  color: red;
  text-decoration: none;
}

.div-block-38-copy {
  background-image: url('../images/videogames-a-catania.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.div-block-38-slot-machine {
  background-image: url('../images/slot-machine-a-catania.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.column-3-chi-siamo-copy {
  background-image: url('../images/allestimento-a-catania.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 750px;
}

.div-block-35-allestimento {
  background-image: linear-gradient(#0003, #0003), url('../images/allestimento-sala.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

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

.div-block-35-contatti {
  background-image: linear-gradient(#00000073, #00000073), url('../images/conttatti.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.div-block-39 {
  background-image: url('../images/envelope.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.text-block-17 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-39-copy {
  background-image: url('../images/001-smartphone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.a1 {
  color: #fff;
  text-decoration: none;
}

.b {
  text-decoration: none;
}

.c {
  color: #fff;
  text-decoration: none;
}

.text-block-3-big-copy-copy9 {
  color: #fff;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-39-copya, .div-block-39-copy-copy {
  background-image: url('../images/003-phone-call.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.code-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-2 {
  margin-left: 10px;
}

.button-2.w--current {
  margin-top: 0;
}

html.w-mod-js [data-ix="button-arrow"] {
  opacity: 0;
  transform: translate(0, -22px);
}

html.w-mod-js [data-ix="image-slide-in"] {
  opacity: 0;
  transform: translate(20px);
}

html.w-mod-js [data-ix="contact-section"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="logo-slide-in"], html.w-mod-js [data-ix="nav-slide-in"], html.w-mod-js [data-ix="nav-slide-in-2"], html.w-mod-js [data-ix="nav-slide-in-3"] {
  opacity: 0;
  transform: translate(0, -43px);
}

html.w-mod-js [data-ix="hero-section-slide-in"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="content-slide-in"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="new-interaction-3"] {
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .div-block-26 {
    width: 95%;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3-big-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-38 {
    height: 60vh;
  }

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

  .intro-wrapper {
    max-width: 100%;
  }

  .image-12 {
    left: 0;
  }

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

  .div-block-38-copy, .div-block-38-slot-machine {
    height: 60vh;
  }

  .text-block-3-big-copy-copy9 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .navlinks {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo, .hero-heading, .hero-subheading, .hero-button, .arrow {
    margin-left: 20px;
  }

  .sections {
    height: auto;
    padding-bottom: 80px;
  }

  .sections.dark {
    height: auto;
  }

  .section-heading {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-heading.two {
    text-align: center;
    margin-top: 60px;
    margin-left: 20px;
  }

  .section-heading._3, .section-heading._4 {
    text-align: center;
  }

  .section-paragraph {
    text-align: center;
    margin-right: 20px;
  }

  .section-paragraph.two {
    text-align: center;
    margin-left: 20px;
  }

  .button {
    float: none;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.two {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.third {
    width: 45%;
  }

  .button.fourth {
    margin-right: 3%;
  }

  .trainer-image {
    width: 40%;
    display: none;
  }

  .facts-heading.third {
    text-align: center;
  }

  .facts-heading.quote {
    font-size: 26px;
  }

  .facts-bg {
    margin-bottom: 20px;
  }

  .facts-subheading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: block;
  }

  .facts-subheading.third {
    text-align: center;
    width: 80%;
  }

  .tablink {
    text-align: center;
    width: 18%;
  }

  .tablink.w--current {
    text-align: center;
    width: 15%;
    margin-right: 10px;
  }

  .woman-image {
    display: none;
  }

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

  .contact-us-text {
    margin-left: 3%;
  }

  .text-fields, .message-button {
    width: 90%;
  }

  .quote-wrapper {
    width: 90%;
    height: 115px;
  }

  .navmenu {
    background-color: #000c;
  }

  .menu-btn {
    color: #fff;
    background-color: #0000;
  }

  .menu-btn.w--open {
    color: #fff;
    background-color: #000c;
  }

  .column {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block._2 {
    padding-right: 20px;
  }

  .row, .row-3.b {
    flex-direction: column;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-3-big-copy {
    margin-bottom: 25px;
  }

  .text-block-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-30 {
    justify-content: center;
  }

  .row-5 {
    flex-direction: column;
  }

  .div-block-34 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .h3.align-right {
    text-align: left;
    width: 100%;
  }

  .white-background {
    height: 450px;
  }

  .about-wrapper {
    height: 660px;
  }

  .image-12 {
    width: 210px;
    bottom: 210px;
  }

  .image-13 {
    width: 360px;
  }

  .h2 {
    flex: 0 auto;
  }

  .about-text {
    width: 240px;
    right: 0;
  }

  .text-block-3-big-copy-copy9 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero-subheading {
    line-height: 22px;
  }

  .sections.dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sections.third {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sections.fourth.contact-us.footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading._3, .section-heading._4 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-paragraph {
    margin-right: 0;
  }

  .section-paragraph.b {
    text-align: center;
  }

  .button, .button.third {
    width: 70%;
  }

  .button.fourth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .facts-heading {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 30px;
  }

  .facts-subheading.third {
    width: 90%;
  }

  .facts-subheading.third.white {
    width: 100%;
  }

  .facts-subheading.new {
    width: auto;
  }

  .tablink {
    width: 55%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tablink.w--current {
    width: 55%;
    position: relative;
  }

  .contact-us-text {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 21px;
    display: block;
  }

  .quote-wrapper {
    width: 100%;
    height: 150px;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    height: auto;
    padding: 20px 10px;
  }

  .div-block._2 {
    padding-right: 10px;
  }

  .div-block-26 {
    width: auto;
  }

  .field-select {
    font-size: 12px;
  }

  .div-block-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-8 {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 20px;
  }

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .image-8 {
    margin-bottom: 5px;
  }

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

  .div-block-35 {
    height: 60vh;
  }

  .image-11 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-36 {
    width: auto;
  }

  .intro {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .h3 {
    text-align: center;
  }

  .h1 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .about-wrapper {
    height: 720px;
  }

  .image-12 {
    width: 200px;
    top: 100px;
    bottom: auto;
    left: 0;
  }

  .image-13 {
    width: 150px;
  }

  .h2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .about {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .about-text {
    width: auto;
    left: 20px;
    right: 20px;
  }

  .div-block-38-copy, .div-block-38-slot-machine {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35-allestimento, .div-block-35-contatti {
    height: 60vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-39 {
    margin-bottom: 10px;
  }

  .div-block-40 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-39-copy {
    margin-bottom: 10px;
  }

  .a1 {
    color: #fff;
    text-decoration: none;
  }

  .b {
    color: red;
    text-decoration: none;
  }

  .c {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }

  .div-block-39-copya, .div-block-39-copy-copy {
    margin-bottom: 10px;
  }
}


