.how-it-works {
  background: #F7F7F7;
}
.how-it-works .hero {
  position: relative;
  overflow: auto;
}
.how-it-works .hero.organizers {
  background: url("/assets/pages/value-proposition/icons/hero/organisers.png") no-repeat center;
  background-size: cover;
}
.how-it-works .hero.venue-hosts {
  background: url("/assets/pages/value-proposition/icons/hero/venue-hosts.png") no-repeat center;
  background-size: cover;
}
.how-it-works .hero .page-title {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 50px;
  color: var(--syi-color-light);
  margin-top: 150px;
  margin-left: 50px;
  margin-bottom: 100px;
  text-shadow: 0 5px 10px #0000004D;
}
.how-it-works .hero .hero-tab-container {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}
.how-it-works .hero .hero-tab-container .hero-tab-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 25px 15px 0 15px;
  background: #fff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.how-it-works .hero .hero-tab-container .hero-tab-menu .hero-tab {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 23px;
  color: rgba(112, 112, 112, 0.5);
  border-bottom: 5px solid transparent;
  cursor: pointer;
  margin: 0 20px;
}
.how-it-works .hero .hero-tab-container .hero-tab-menu .hero-tab.active {
  font-family: "Mont-Bold", sans-serif;
  font-size: 23px;
  color: #707070;
  border-bottom: 5px solid var(--syi-color-primary);
}
.how-it-works .center-container {
  width: 1366px;
  margin: 0 auto;
}
.how-it-works .paper-section {
  margin-bottom: 170px;
}
.how-it-works .paper-section .center-container {
  background: url("/assets/pages/value-proposition/icons/paper.png") no-repeat center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.how-it-works .paper-section .tab-content {
  padding: 40px 25px 20px 25px;
  display: none;
}
.how-it-works .paper-section .tab-content.active {
  display: block;
}
.how-it-works .paper-section .tab-content .col-md-4 {
  padding: 0 25px;
}
.how-it-works .paper-section .tab-content .icon {
  display: flex;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.how-it-works .paper-section .tab-content .icon img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.how-it-works .paper-section .tab-content .title {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 57px;
  text-align: center;
}
.how-it-works section.primary-section .center-container {
  padding: 220px 0;
}
.how-it-works section.primary-section .center-container .story-header h1.title {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 50px;
  color: #707070;
}
.how-it-works section.primary-section .center-container .story-header p.subtitle {
  font-family: "Mont-Light", sans-serif;
  font-size: 20px;
  color: #555555;
}
.how-it-works section.primary-section.benefits {
  background: #fff;
}
.how-it-works section.primary-section.benefits .benefits-tiles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile {
  background: #fff;
  border-radius: 24px;
  text-align: center;
  margin: 0 15px;
  padding: 25px;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile .benefits-title {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile .benefits-description {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.quality {
  box-shadow: 0 3px 20px #9FEEEE99;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.contact {
  box-shadow: 0 3px 20px #BEE49299;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.low-price {
  box-shadow: 0 3px 20px #F7BE8499;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.free {
  box-shadow: 0 3px 20px #FCCCCF99;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.targeting {
  box-shadow: 0 3px 20px #C2D9FF;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.presentation {
  box-shadow: 0 3px 20px #C7D6DF;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.vacancy {
  box-shadow: 0 3px 20px #E5D3FD;
}
.how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile.side-by-side {
  box-shadow: 0 3px 20px #F3DD9C;
}
.how-it-works section.primary-section.faq {
  background: #fff url("/assets/pages/value-proposition/icons/q-mark-pattern.png");
}
.how-it-works section.primary-section.faq .story-header .title {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 50px;
  color: rgba(112, 112, 112, 0.5);
}
.how-it-works section.primary-section.faq .question-container {
  margin-top: 60px;
  margin-bottom: 15px;
}
.how-it-works section.primary-section.faq .question-container .question {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 36px;
  color: #333333;
}
.how-it-works section.primary-section.faq .question-container p.answer {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 20px;
  color: rgba(112, 112, 112, 0.8);
  margin: 0;
  line-height: 40px;
}

@media only screen and (max-width: 600px) {
  .how-it-works .hero .page-title {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 200px;
    margin-bottom: 20px;
  }

  .how-it-works .center-container {
    width: auto;
  }

  .how-it-works .hero .hero-tab-container {
    width: auto;
  }

  .how-it-works .hero .hero-tab-container .hero-tab-menu {
    position: relative;
    margin: 0 10px;
    padding-top: 15px;
  }

  .how-it-works .hero .hero-tab-container .hero-tab-menu .hero-tab {
    margin: 0 10px;
    font-size: 18px;
  }

  .how-it-works .hero .hero-tab-container .hero-tab-menu .hero-tab.active {
    font-size: 18px;
  }

  .how-it-works .paper-section {
    margin: 0;
  }

  .how-it-works section.primary-section .center-container {
    padding: 100px 0;
    overflow: hidden;
  }

  .how-it-works .paper-section .tab-content {
    overflow: auto;
  }

  .how-it-works .paper-section .tab-content .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .how-it-works .paper-section .tab-content .title {
    font-size: 17px;
    line-height: 35px;
  }

  .how-it-works section.primary-section .center-container .story-header h1.title {
    font-size: 30px;
    margin: 0 15px;
    line-height: 40px;
  }

  .how-it-works section.primary-section.benefits .benefits-tiles .benefits-tile {
    width: 85%;
    margin: 15px;
  }

  .how-it-works section.primary-section .center-container.faq-section .story-header h1.title {
    font-size: 37px;
  }

  .how-it-works section.primary-section.faq .question-container .question {
    font-size: 24px;
    color: #333333;
    line-height: 50px;
    margin-bottom: 8px;
  }

  .how-it-works section.primary-section.faq .question-container {
    padding: 10px;
  }

  .how-it-works section.primary-section.faq .question-container p.answer {
    font-size: 16px;
    color: #707070;
  }
}

/*# sourceMappingURL=style.css.map */
