@font-face {
  font-family: "Acumin Pro Condensed";
  src: url("fonts/9d98f534f006d8c613a5dc3ace7fe507.eot");
  /* IE9*/
  src: url("fonts/9d98f534f006d8c613a5dc3ace7fe507.eot?#iefix") format("embedded-opentype"), url("fonts/9d98f534f006d8c613a5dc3ace7fe507.woff2") format("woff2"), url("fonts/9d98f534f006d8c613a5dc3ace7fe507.woff") format("woff"), url("fonts/9d98f534f006d8c613a5dc3ace7fe507.ttf") format("truetype"), url("fonts/9d98f534f006d8c613a5dc3ace7fe507.svg#Acumin Pro Condensed") format("svg");
  /* iOS 4.1- */ }
.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

body {
  margin: 0; }

h2 {
  font-family: "Acumin Pro Condensed", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #4e4e4e;
  line-height: 145%;
  margin-top: 0;
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 32px;
      line-height: 110%; } }

p,
li {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #4e4e4e;
  line-height: 170%;
  font-weight: 300; }
  @media only screen and (max-width: 600px) {
    p,
    li {
      font-size: 16px; } }

em {
  font-weight: 700;
  font-style: normal; }

a {
  font-family: "Open Sans", sans-serif;
  color: #ff481e;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover, a:active {
    color: #d32d07; }

.block {
  padding: 70px 0 70px 0;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 1200px) {
    .block {
      padding: 70px 40px 70px 40px; } }
  @media only screen and (max-width: 600px) {
    .block {
      padding: 40px 20px 40px 20px; } }
  .block.gray {
    background-color: #f9f9f9; }
  .block.green {
    background-color: #cafff1; }
  .block > .content {
    width: 100%;
    max-width: 1200px; }

.titlebar-block {
  background: url("img/hero-background2.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px; }
  @media only screen and (max-width: 600px) {
    .titlebar-block {
      height: 60px; } }
  .titlebar-block > .titlebar-content {
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      .titlebar-block > .titlebar-content {
        width: calc(100% - 20px); } }
  .titlebar-block .titlebar-date {
    color: white;
    opacity: 0.95;
    font-family: "Open Sans", sans-serif;
    margin-right: 16px;
    font-weight: 300; }
    @media only screen and (max-width: 800px) {
      .titlebar-block .titlebar-date {
        display: none; } }

.logo-wrapper {
  display: flex;
  align-items: center; }

.logo {
  height: 30px; }
  @media only screen and (max-width: 600px) {
    .logo {
      height: inherit;
      width: 100%; } }

.logo-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .logo-text {
      display: none; } }

.titlebar-menu-item {
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none; }
  @media only screen and (max-width: 600px) {
    .titlebar-menu-item {
      font-size: 13px;
      margin-right: 10px; } }
  .titlebar-menu-item:hover, .titlebar-menu-item:active {
    text-decoration: underline; }

.titlebar-button {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 5px 14px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px; }
  @media only screen and (max-width: 600px) {
    .titlebar-button {
      display: none; } }
  .titlebar-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: white; }

.hero-block {
  background: url("img/hero-background2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-top: 90px;
  padding: 25px 0 55px 0; }
  @media only screen and (max-width: 600px) {
    .hero-block {
      padding: 15px 0 35px 0;
      margin-top: 60px; } }
  .hero-block > .hero-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .hero-block > .hero-content > .hero-logo {
      width: 100%;
      max-width: 720px; }

.hero-image {
  width: 500px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 1200px) {
    .hero-image {
      margin-left: 40px; } }
  @media only screen and (max-width: 1000px) {
    .hero-image {
      width: 100%;
      margin-left: 0; } }

.partners-container {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .partners-container.desktop {
    display: block; }
  .partners-container.mobile {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .partners-container.desktop {
      display: none; }
    .partners-container.mobile {
      display: block; } }

.hero-partners-row {
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }
  .hero-partners-row:last-child {
    margin-bottom: 65px; }
  @media only screen and (max-width: 1200px) {
    .hero-partners-row {
      margin-bottom: 0;
      flex-wrap: wrap; }
      .hero-partners-row:last-child {
        margin-bottom: 16px; } }

.hero-partner {
  height: 44px;
  margin-left: 21px;
  margin-right: 21px;
  filter: brightness(0%);
  opacity: 0.73; }
  @media only screen and (max-width: 1200px) {
    .hero-partner {
      height: 33px;
      margin-right: 11px;
      margin-left: 11px;
      margin-bottom: 20px; } }

h1 {
  font-family: "Acumin Pro Condensed", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 145%;
  color: white;
  margin: 40px 0 16px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media only screen and (max-width: 600px) {
    h1 {
      max-width: 330px;
      font-size: 36px;
      margin: 0 0 13px 0; } }

.subtitle {
  margin: 0 0 44px 0; }
  @media only screen and (max-width: 600px) {
    .subtitle {
      margin-bottom: 32px; } }

.button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-radius: 18px;
  background-color: white;
  color: #4e4e4e;
  padding: 7px 16px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 0.2rem 0.5rem rgba(103, 110, 144, 0.2), 0 0 0 0.1rem rgba(103, 110, 144, 0.05); }
  @media only screen and (max-width: 600px) {
    .button {
      padding: 6px 14px;
      font-size: 14px; } }
  .button.primary {
    margin-right: 20px; }
    @media only screen and (max-width: 1000px) {
      .button.primary {
        margin-bottom: 20px; } }
  .button.secondary {
    background-color: rgba(255, 255, 255, 0.43); }
    @media only screen and (max-width: 1000px) {
      .button.secondary {
        margin-bottom: 40px; } }
  .button.how-it-works {
    margin-top: 20px; }
  .button:hover, .button:active {
    color: #4e4e4e;
    box-shadow: 0 0.2rem 0.5rem rgba(103, 110, 144, 0.4), 0 0 0 0.1rem rgba(103, 110, 144, 0.05); }

.tagline-block {
  background-color: #63bfcc;
  display: flex;
  justify-content: center;
  padding: 30px 0 30px 0; }
  @media only screen and (max-width: 1200px) {
    .tagline-block {
      padding: 20px 20px 22px 20px; } }
  .tagline-block > .tagline-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.tagline {
  font-family: "Acumin Pro Condensed", sans-serif;
  color: white;
  font-size: 50px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 140%;
  margin: 0 0 12px 0; }
  @media (max-width: 600px) {
    .tagline {
      font-size: 40px; } }

.tagline-subtitle {
  font-family: "Acumin Pro Condensed", sans-serif;
  color: white;
  text-align: center;
  margin: 0;
  font-size: 37px;
  letter-spacing: 2px; }
  .tagline-subtitle > a {
    color: white;
    font-family: "Acumin Pro Condensed", sans-serif; }
  @media (max-width: 600px) {
    .tagline-subtitle {
      font-size: 18px; } }

.main-cta {
  color: white;
  font-size: 36px;
  font-family: "Acumin Pro Condensed", sans-serif;
  margin-bottom: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center; }
  .main-cta a {
    font-family: "Acumin Pro Condensed", sans-serif;
    color: white; }
  @media (max-width: 600px) {
    .main-cta {
      font-size: 29px;
      margin-bottom: 5px; } }

h2 {
  color: #4e4e4e;
  font-size: 30px;
  font-family: "Acumin Pro Condensed", sans-serif;
  margin-bottom: 24px; }
  @media (max-width: 600px) {
    h2 {
      margin-bottom: 20px;
      font-size: 26px;
      line-height: 110%; } }

.content-blocks-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .content-blocks-row {
      flex-direction: column;
      margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .content-blocks-row.how-it-works, .content-blocks-row.validation {
      flex-direction: column-reverse; } }

.content-block {
  border-radius: 5px;
  width: calc(50% - 80px);
  padding: 30px; }
  .content-block.blue {
    background-color: #e6f6f8; }
  .content-block.orange {
    background-color: #fff2ef; }
  @media (max-width: 600px) {
    .content-block {
      margin-bottom: 30px;
      width: calc(100% - 40px);
      padding: 20px; }
      .content-block:last-child {
        margin-bottom: 0; }
      .content-block#how-it-works-text {
        margin-bottom: 0; }
      .content-block#how-it-works-image {
        margin-bottom: 30px; }
      .content-block#example-icebreakers {
        margin-bottom: 0; }
      .content-block#aftermovie {
        margin-bottom: 30px; } }
  .content-block > p:last-child {
    margin-bottom: 0; }

.content-block#how-it-works-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.how-it-works-image {
  width: 100%; }

.watch-movie-link {
  color: #3faebd; }
  .watch-movie-link.stats {
    color: #4e4e4e;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #4e4e4e; }

.block.bottom-cta {
  padding-top: 0;
  padding-bottom: 0; }

.bottom-cta-title {
  color: #4e4e4e;
  text-align: center;
  font-size: 50px;
  line-height: 140%;
  margin: 0 0 20px 0; }
  @media (max-width: 600px) {
    .bottom-cta-title {
      font-size: 32px;
      margin-bottom: 16px; } }

.bottom-cta-subtitle {
  color: #4e4e4e;
  text-align: center;
  line-height: 140%;
  margin: 0; }
  .bottom-cta-subtitle.with-margin-bottom {
    margin-bottom: 1em; }

.logos-container {
  width: 100%; }

.logos {
  margin-bottom: 80px;
  width: 100%; }
  @media (max-width: 600px) {
    .logos {
      margin-bottom: 40px;
      display: none; } }
  .logos.mobile {
    display: none; }
    @media (max-width: 600px) {
      .logos.mobile {
        display: block; } }

.how-it-works-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1200px) {
    .how-it-works-container {
      flex-direction: column-reverse; } }

.device-screenshot {
  width: 560px;
  margin-left: 90px;
  border: 0; }
  @media only screen and (max-width: 1200px) {
    .device-screenshot {
      margin: 0 0 20px 0; } }
  @media only screen and (max-width: 600px) {
    .device-screenshot {
      width: 100%; } }

.example-icebreaker-container {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid white; }
  .example-icebreaker-container:first-child {
    padding-top: 0; }
  .example-icebreaker-container:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.example-icebreaker-bio {
  display: flex;
  align-items: top; }

.example-icebreaker-picture {
  margin-bottom: 10px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px; }
  @media (max-width: 600px) {
    .example-icebreaker-picture {
      width: 46px;
      height: 46px;
      margin-right: 16px; } }

.example-icebreaker-name {
  color: #888888;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 4px 0;
  line-height: 145%; }
  @media (max-width: 600px) {
    .example-icebreaker-name {
      font-size: 15px; } }

.example-icebreaker-job {
  font-size: 16px;
  color: #888888;
  margin: 0;
  line-height: 145%; }
  @media (max-width: 600px) {
    .example-icebreaker-job {
      font-size: 14px; } }

.example-icebreaker-type {
  font-weight: 700; }

.example-icebreaker-description {
  font-size: 20px;
  line-height: 145%;
  margin: 0; }
  @media (max-width: 600px) {
    .example-icebreaker-description {
      font-size: 16px; } }

.block.validation-cta {
  padding-top: 0;
  padding-bottom: 100px; }

.sponsor-link {
  color: #4e4e4e; }
  .sponsor-link:hover, .sponsor-link:active {
    color: black; }

.content-block.sponsor {
  background-image: url("img/sponsor.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 90px 90px; }
  @media (max-width: 600px) {
    .content-block.sponsor {
      background-size: 65px 65px; } }

.stats-emoji {
  margin-left: 20px; }

.stats-left {
  width: 240px;
  display: inline-block; }
  @media (max-width: 600px) {
    .stats-left {
      width: auto;
      margin-right: 12px; } }

.donate-button {
  background-color: #ff481e;
  color: white;
  padding: 5px 18px;
  border-radius: 20px;
  text-decoration: none; }
  .donate-button:hover, .donate-button:active {
    background-color: #d32d07;
    color: white; }

.content.faq {
  display: flex;
  justify-content: center; }

.faq-questions-container {
  width: min(1200px, 100%);
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .faq-questions-container {
      margin-bottom: 30px; } }

.faq-question-container {
  border: 1px solid #e1e8ed;
  border-bottom: 0;
  padding: 0 20px;
  display: flex; }
  .faq-question-container:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .faq-question-container:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #e1e8ed; }
  .faq-question-container.active a {
    color: #4e4e4e;
    text-decoration: none; }

.faq-question-toggle {
  color: #ff481e;
  font-weight: 700;
  margin-right: 16px;
  font-size: 18px;
  display: block; }

.faq-question-title {
  display: inline-block;
  font-size: 18px; }
  @media (max-width: 600px) {
    .faq-question-title {
      font-size: 16px; } }
  .faq-question-title > a {
    color: #a0a0a0;
    font-weight: 300; }
    .faq-question-title > a:hover {
      color: #4e4e4e; }

.faq-question-answer {
  display: none;
  font-size: 18px;
  margin-top: 0;
  color: #a0a0a0; }
  @media (max-width: 600px) {
    .faq-question-answer {
      font-size: 16px; } }
  .faq-question-answer > a {
    color: #a0a0a0 !important;
    font-weight: 300;
    text-decoration: underline !important; }

.footer {
  color: #a0a0a0;
  font-size: 18px; }
  @media only screen and (max-width: 600px) {
    .footer {
      font-size: 14px; } }
  .footer a {
    color: #a0a0a0;
    font-weight: 600; }
    .footer a:hover, .footer a:active {
      color: #4e4e4e; }

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