@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito&display=swap");
body {
  margin: 0;
  font-family: Nunito, sans-serif;
  overflow-x: hidden; }

img {
  max-width: 100%; }

h2 {
  font-size: 3rem;
  margin: .5rem 0 1rem;
  color: #00A89C; }
  @media (max-width: 550px) {
    h2 {
      font-size: 1.8rem;
      margin-left: .5rem;
      margin-right: .5rem; } }

h3 {
  font-size: 2rem;
  margin: .5rem 2rem 1rem 0rem; }

h4 {
  font-size: 1.5rem;
  margin: .5rem 2rem 1rem 0rem; }

.btn {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  padding: 1rem 5rem;
  border-radius: 5rem;
  border: 3px solid;
  font-weight: bold; }
  @media (max-width: 550px) {
    .btn {
      padding: .5rem 2rem; } }

.badge {
  text-decoration: none;
  display: inline-block;
  margin: 0 .5rem; }
  .badge img {
    height: 60px; }
    @media (max-width: 550px) {
      .badge img {
        width: 200px !important;
        height: auto; } }
  .badge.soon {
    opacity: .8;
    cursor: default; }
    .badge.soon:before {
      content: 'Soon';
      position: absolute;
      background-color: #E61566;
      color: #fff;
      display: inline-block;
      transform: rotateZ(-3deg);
      padding: 0 1.1rem;
      font-size: .8rem;
      margin: 8px 0 0 52px; }

.video-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none; }
  .video-overlay iframe {
    width: 90vw;
    min-height: 51vw;
    box-shadow: 0 1rem 2rem #000; }
  .video-overlay:before {
    content: '×';
    color: #fff;
    position: fixed;
    top: .5rem;
    right: .5rem;
    height: 2vw;
    width: 2vw;
    text-align: center;
    font-size: 3rem;
    line-height: 1.5rem; }
  .video-overlay.active {
    display: flex; }

.nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  padding: 2vw; }
  .nav .nav-brand img {
    width: 80px; }
  .nav .nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .nav .nav-links a {
      display: inline-block;
      padding: 1rem;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
      @media (max-width: 550px) {
        .nav .nav-links a {
          padding: .6rem; } }

.header {
  height: 56vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #216194;
  background: url(/assets/bebop-header.jpg) no-repeat center;
  background-size: cover;
  color: #fff; }
  @media (max-width: 550px) {
    .header {
      height: 50vh;
      overflow: hidden; }
      .header video,
      .header source {
        position: static !important;
        height: 50vh;
        width: 89vh !important;
        margin-right: 0; } }
  .header .btn-watch {
    position: absolute;
    z-index: 1400;
    cursor: pointer; }
  .header .header-description {
    width: 45vw;
    margin: 0 0 0 50vw;
    font-size: 2rem; }
  .header video {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0; }

.header-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #216194;
  background: url(/assets/bebop-header.jpg) no-repeat center;
  background-size: cover;
  color: #fff; }
  @media (max-width: 550px) {
    .header-privacy {
      height: 50vh;
      overflow: hidden; }
      .header-privacy video,
      .header-privacy source {
        position: static !important;
        height: 50vh;
        width: 89vh !important;
        margin-right: 0; } }
  .header-privacy h2 {
    color: white; }

.waww-privacy {
  text-align: left;
  padding: 8vh 0 6vh; }
  .waww-privacy .superline {
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #666; }
  .waww-privacy .description {
    width: 80vw;
    margin: 0 auto; }
  .waww-privacy p {
    font-size: 1.2rem; }
  .waww-privacy h3.description,
  .waww-privacy h4.description {
    margin: .5rem auto; }
  .waww-privacy ul {
    margin-bottom: 0;
    margin-top: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-left: 1.5rem; }

.waww-intro {
  text-align: center;
  padding: 8vh 0 2vh; }
  .waww-intro .game-superline {
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #666; }
  .waww-intro .game-description {
    width: 80vw;
    margin: 0 auto; }
    @media (min-width: 550px) {
      .waww-intro .game-description {
        width: 50vw;
        font-size: 1.5rem; } }

.waww-cta .game-description {
  color: black; }

.waww-screenshots {
  background-image: linear-gradient(to bottom, #fff 40%, #34D1BB 80%);
  display: flex;
  padding: 0 4vw; }
  .waww-screenshots .game-screenshot {
    margin: .5vw;
    border: 8px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
    .waww-screenshots .game-screenshot img {
      display: block; }
  @media (max-width: 550px) {
    .waww-screenshots {
      flex-wrap: wrap; }
      .waww-screenshots .game-screenshot {
        width: 42vw;
        border-width: 1.5vw; } }

.waww-cta {
  background-image: linear-gradient(to top, #16E6D8 0%, #34D1BB 80%);
  padding-top: 5vw;
  padding-bottom: 7vw;
  text-align: center;
  color: #fff; }
  .waww-cta .game-description {
    width: 80vw;
    margin: 0 auto 2rem; }
    @media (min-width: 550px) {
      .waww-cta .game-description {
        width: 50vw;
        font-size: 1.5rem; } }

.waww-logo {
  margin: 30px 0px; }

.game {
  border-top: 1vw solid #eee;
  display: flex;
  text-align: center;
  flex-direction: column; }
  .game .game-image {
    height: auto; }
    @media (min-width: 550px) {
      .game .game-image {
        width: 60vw; } }
    .game .game-image .btn-watch {
      position: absolute; }
    .game .game-image .play-video {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .game .game-image .play-video:hover .btn-watch {
        background-color: rgba(0, 0, 0, 0.8); }
    .game .game-image img {
      display: block; }
  .game .game-info {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .game .game-info .game-logo {
      width: 60%; }
    .game .game-info .game-description {
      padding: 1vw 5vw;
      font-size: 1.2vw; }
    @media (min-width: 550px) {
      .game .game-info {
        width: 40vw; } }
    @media (max-width: 550px) {
      .game .game-info {
        padding-top: 2rem;
        padding-bottom: 2rem; }
        .game .game-info .game-description {
          font-size: 1rem; } }
  .game.game-sjl .game-logo {
    padding-bottom: 1rem;
    width: 50%; }
  .game.game-sn {
    border-top: 0vw solid #eee; }
    .game.game-sn .game-logo {
      width: 50%; }
    .game.game-sn .game-description {
      margin-bottom: 1rem; }
  @media (min-width: 550px) {
    .game.game-sjl {
      flex-direction: row; }
    .game.game-jg, .game.game-sn {
      flex-direction: row-reverse; }
    .game.game-jg {
      border-bottom: 1vw solid #eee; } }
  @media (max-width: 550px) {
    .game.game-jg .game-description {
      margin-top: .5rem;
      margin-bottom: .5rem; } }

.team-intro {
  padding: 7vw 0 5vw;
  text-align: center; }
  .team-intro .team-description {
    width: 80vw;
    margin: 0 auto 1rem; }
    @media (min-width: 550px) {
      .team-intro .team-description {
        width: 50vw;
        font-size: 1.5rem; } }

.jobs-intro {
  padding: 3vw 0 1vw;
  text-align: center; }
  .jobs-intro .description {
    width: 80vw;
    margin: 0 auto 1rem; }
    @media (min-width: 550px) {
      .jobs-intro .description {
        width: 50vw;
        font-size: 1.5rem;
        font-weight: normal; } }
  .jobs-intro .cb-logo {
    width: 200px; }

.team-members {
  display: flex;
  padding: 0 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  flex-wrap: wrap;
  background-color: #35D1BB;
  background-image: linear-gradient(to top, #fff 0%, #fff 10%, #35D1BB 10%, #35D1BB 90%, #fff 90%, #fff 100%); }
  .team-members .team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15vw;
    margin: .5vw;
    text-align: center;
    padding-bottom: 1rem;
    background-color: #F8F9E9;
    box-sizing: border-box;
    border: 8px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /*&:nth-child(5),
    &:nth-child(1), 
    &:nth-child(2), 
    &:nth-child(3), 
    &:nth-child(4)  {
    	margin-top: -5vw;
    }
    &:nth-child(6),
    &:nth-child(7), 
    &:nth-child(8), 
    &:nth-child(9), 
    &:nth-child(10)  {
    	margin-bottom: -5vw;
    }*/ }
    @media (max-width: 550px) {
      .team-members .team-member {
        width: 30vw;
        margin: 1.33vw; } }
    .team-members .team-member .team-photo {
      text-align: center; }
      .team-members .team-member .team-photo img {
        margin-top: 1vw;
        margin-bottom: 1vw;
        width: 80%;
        border-radius: 100%; }
    .team-members .team-member .team-title {
      margin-top: .5rem;
      text-transform: uppercase;
      font-size: .75rem; }

.video {
  text-align: center;
  padding: 7vw 5vw; }
  .video .game-video {
    display: inline-block;
    margin-bottom: 2rem; }
    .video .game-video .game-phone {
      margin-top: 1rem;
      max-width: 320px; }
    .video .game-video iframe {
      height: 640px;
      background-color: #fff; }
      @media (max-width: 550px) {
        .video .game-video iframe {
          width: 100%;
          height: 580px; } }

.playgame {
  text-align: center;
  padding: 3vw 5vw;
  border-top: 1vw solid #eee; }
  .playgame .game-video {
    display: inline-block;
    margin-bottom: 2rem; }
    .playgame .game-video .game-phone {
      margin-top: 1rem;
      max-width: 320px; }
    .playgame .game-video iframe {
      height: 640px;
      background-color: #fff; }
      @media (max-width: 550px) {
        .playgame .game-video iframe {
          width: 100%;
          height: 580px; } }

.footer {
  padding-top: 5em;
  padding-bottom: 20vw;
  background: #eee url(/assets/footer_v02.jpg) no-repeat bottom center;
  background-size: contain;
  color: #999; }
  .footer ul,
  .footer li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  .footer a {
    color: #00A89C;
    text-decoration: none; }
  .footer .row {
    display: flex;
    width: 80vw;
    margin: 0 auto; }
    .footer .row .columns {
      flex-grow: 1;
      width: 40vw; }
    @media (max-width: 550px) {
      .footer .row {
        flex-direction: column; } }

.slick__slider {
  overflow: hidden; }

/* Animations */
.invisible {
  transition: all .3s ease-in-out; }
  .invisible.game-description, .invisible.game-title, .invisible.game-superline, .invisible.team-title, .invisible.team-description {
    opacity: 0;
    transform: translateY(1rem); }
  @media (min-width: 550px) {
    .invisible.game-screenshot {
      transform: rotateZ(1deg) translateY(2rem); }
      .invisible.game-screenshot:nth-child(2n+1) {
        transform: rotateZ(-1deg) translateY(-1rem); } }
  .invisible.game-logo {
    opacity: 0;
    transform: scale(1.2); }
  .invisible.team-member {
    transform: rotateZ(-3deg) scale(1.05); }
    .invisible.team-member:nth-child(2n+1) {
      transform: rotateZ(2deg) scale(0.95); }

.visible {
  opacity: 1;
  transition: all .3s ease-in-out; }
  .visible.game-screenshot {
    transform: rotateZ(2deg) translateY(0rem); }
    .visible.game-screenshot:nth-child(2n+1) {
      transform: rotateZ(-2deg) translateY(0rem); }
  .visible.game-logo {
    opacity: 1;
    transform: scale(1); }

.waww-interview {
  padding: 0 4vw; }
  .waww-interview h4 {
    font-size: 1.2rem;
    margin: .5rem 0.5rem 1rem;
    color: black; }
  .waww-interview ul,
  .waww-interview li {
    margin-left: 30px;
    padding-left: 0; }
  .waww-interview a {
    color: black; }

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif; }

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 50px auto;
  width: 40vw;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px; }

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400; }

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%; }

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px; }

#contact label {
  display: block;
  width: 100%;
  min-width: 100%; }

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa; }

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none; }

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px; }

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

.jobs h2 {
  text-align: center; }

.jobs_content {
  display: flex;
  padding: 0 5vw; }
  .jobs_content .jobs_tabs {
    min-width: 15rem;
    padding-top: 2rem;
    list-style: none; }
    .jobs_content .jobs_tabs li a {
      text-decoration: none;
      color: #000;
      display: block;
      padding: .5rem 1rem; }
      .jobs_content .jobs_tabs li a:hover, .jobs_content .jobs_tabs li a.active {
        background: #F6FAE7; }
    .jobs_content .jobs_tabs li.active {
      background: #F6FAE7; }
  .jobs_content .jobs_posts {
    padding: 2rem;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.5); }
  .jobs_content .btn-primary {
    background: #00A89C;
    margin: 1rem 0; }
  .jobs_content .job_image {
    width: 20vw;
    margin-left: 2rem;
    margin-bottom: 2rem;
    float: right; }
