body {
  height: 100%;
  background-color: #6d00af;
  font-family: CircularStd, sans-serif;
  color: #959595;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
  overflow-x: hidden;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Museosansrounded 900', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Museosansrounded 900', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0px;
}

a {
  -webkit-transition: all 260ms ease;
  transition: all 260ms ease;
  text-decoration: none;
}

tr > th {
  color: #333;
}

.hero-section {
  background-image: linear-gradient(rgba(109, 0, 175, 0.55), rgba(109, 0, 175, 0.55));
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.container {
  width: 1090px;
  margin-right: auto;
  margin-left: auto;
}

.container.small-container {
  width: 900px;
}

.container.small-container.blog {
  width: 830px;
}

.hero-section_bg-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 0, 143, 0.7)), to(rgba(89, 0, 143, 0.7))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(89, 0, 143, 0.7), rgba(89, 0, 143, 0.7)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.purple {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.navbar_menu-button {
  z-index: 1;
}

.navbar_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(170deg, #7b00c4, #5a008f);
  z-index: 99;
}

.navbar_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.navbar_links_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Museosansrounded 900', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.navbar_links_item.purple {
  color: #6d00af;
}

.navbar_links_item.purple:hover {
  color: #ff7b1f;
}

.navbar_links_item_line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0%;
  height: 4px;
  border-radius: 6px;
  background-color: #ff7b1f;
  box-shadow: 0 0 10px 0 rgba(255, 105, 0, 0.35);
}

.navbar_menu_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar_menu_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar_menu_links_item {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-family: 'Museosansrounded 900', sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.navbar_menu_links_item_text {
  line-height: 29px;
  letter-spacing: -0.4px;
}

.navbar_menu_links_item_line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0%;
  height: 4px;
  border-radius: 15px;
  background-color: #ff7b1f;
  box-shadow: 0 0 10px 0 rgba(255, 105, 0, 0.35);
}

.navbar_menu_divisor {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.1)), color-stop(50%, hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.65) 50%, hsla(0, 0%, 100%, 0.1));
}

.navbar_menu_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar_menu_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_socials_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_footer_infos {
  margin-bottom: 10px;
  color: #fff;
}

.navbar_menu_footer_infos.link {
  margin-bottom: 0px;
}

.navbar_menu_footer_infos.link:hover {
  color: #ff7b1f;
}

.navbar_menu_footer_copy {
  margin-top: 50px;
  color: #fff;
  font-size: 12px;
}

.navbar_menu_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 35px;
  margin-right: 35px;
}

.hero-section_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section_content_box {
  position: relative;
  top: -20px;
}

.hero-section_content_box.career-page {
  top: 0px;
  margin-top: 110px;
  padding-bottom: 60px;
}

.hero-section_content_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 4.3em;
  line-height: 0.8em;
  letter-spacing: -1.7px;
  text-transform: uppercase;
  color: #fff;
}

.hero-section_content_h1.career {
  margin-bottom: 25px;
  color: #fff;
}

.hero-section_content_text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: -0.5px;
}

.hero-section_content_text.career {
  width: 55%;
  font-size: 1.3em;
  line-height: 22px;
}

.button {
  position: relative;
  z-index: 10;
  padding: 20px 35px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7b1f;
  border-radius: 50px;
  background-color: #ff7b1f;
  box-shadow: 0 4px 0 0 #b24c05;
  font-family: 'Museosansrounded 900', sans-serif;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 0 #b24c05;
  color: #fff;
}

.button.hover-orange {
  padding-right: 50px;
  padding-left: 50px;
}

.button.hover-orange:hover {
  border-color: #ff7b1f;
  color: #ff7b1f;
}

.button.hover-orange.margin {
  padding-right: 35px;
  padding-left: 35px;
}

.button.careers-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  margin-right: 45px;
  margin-bottom: 45px;
}

.button.careers-fixed.hover-orange.careers {
  padding-right: 35px;
  padding-left: 35px;
  background-color: #fff;
  box-shadow: 0 4px 0 0 #b24c05;
}

.hero-section_content_graph {
  position: relative;
  left: -55px;
  top: -105px;
  z-index: 5;
  width: 100%;
  opacity: 0.12;
}

.hero-section_content_graph.about {
  opacity: 0.23;
}

.button.contact {
  margin-left: 15px;
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.hero-section_content_graph-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
}

.hero-section_socials {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -70px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section_socials_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-section_socials_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section_socials_line {
  width: 1px;
  height: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0));
}

.orange {
  color: #ff7b1f;
}

.bold {
  font-weight: 900;
}

.about-section {
  position: relative;
  background-color: #fff;
}

.about-section.career {
  margin-bottom: 315px;
  background-color: #6d00af;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.about-section_header {
  position: relative;
  top: -85px;
}

.about-section_header_divisor {
  position: relative;
  width: 102%;
  max-width: 105%;
}

.about-section_header_elipse1 {
  position: absolute;
  left: -110px;
  top: 41px;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: none;
}

.about-section_header_graph-box {
  position: absolute;
  left: auto;
  top: 0%;
  right: 35px;
  bottom: auto;
  margin-top: 180px;
}

.about-section_header_graph-box_circle2 {
  position: absolute;
  left: auto;
  top: -302px;
  right: -440px;
  bottom: auto;
  width: 780px;
  height: 780px;
  max-width: none;
}

.about-section_header_graph-box_circle3 {
  position: absolute;
  left: -407px;
  top: auto;
  right: auto;
  bottom: -469px;
  width: 313px;
  height: 312.9875183105469px;
  max-width: none;
}

.about-section_header_graph-box_mobile {
  position: absolute;
  left: auto;
  top: -216px;
  right: -48px;
  width: 478px;
  height: 638.1124877929688px;
  max-width: none;
}

.about-section_header_graph-box_cody {
  position: absolute;
  left: auto;
  top: -59px;
  right: 103px;
  max-width: none;
}

.about-section_content {
  position: relative;
  margin-top: 155px;
}

.about-section_content_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 45%;
  height: 100%;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 280px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 0, 175, 0.55)), to(rgba(109, 0, 175, 0.55))), url('../jpg/img_6633.jpg');
  background-image: linear-gradient(180deg, rgba(109, 0, 175, 0.55), rgba(109, 0, 175, 0.55)), url('../jpg/img_6633.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-section_content_video_icon {
  position: absolute;
  left: 0%;
  right: auto;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-top: 20vw;
}

.behind-the-scenes-video-icon {
  margin-top: 19vw;
}

.about-section_content_box {
  position: relative;
  z-index: 10;
  padding: 285px 95px 75px 50%;
}

.about-section_content_box_h2 {
  color: #6d00af;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about-section_content_box_p {
  opacity: 0.9;
  color: #606060;
  letter-spacing: -0.2px;
}

.careers-section {
  position: relative;
  margin-top: -3px;
  padding-top: 135px;
  padding-bottom: 130px;
  background-color: #fff;
  background-image: url('../svg/top-career-header-divisor-graph-purple.svg');
  background-position: 100% 101%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.careers-section_h2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 45px;
  color: #6d00af;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.careers-section_list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-section_list_item {
  margin-right: 48px;
  margin-bottom: 85px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 29%;
  -ms-flex: 0 29%;
  flex: 0 29%;
}

.careers-section_list_item_header {
  position: relative;
  height: 300px;
  border-radius: 10px;
  background-image: url('../jpg/img_6580.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.12);
}

.careers-section_list_item_header.art {
  background-image: url('../jpg/img_6434.jpg');
}

.careers-section_list_item_header.bi {
  background-image: url('../jpg/img_6527.jpg');
}

.careers-section_list_item_header.marketing {
  background-image: url('../jpg/img_6483.jpg');
  background-position: 0% 50%;
}

.careers-section_list_item_header.community {
  background-image: url('../jpg/img_6739.jpg');
}

.careers-section_list_item_header.product {
  background-image: url('../jpg/img_6658.jpg');
}

.careers-section_list_item_header.people {
  background-image: url('../jpg/img_6695.jpg');
  background-position: 50% 50%;
}

.careers-section_list_item_header.internship {
  background-image: url('../jpg/img_6768.jpg');
}

.careers-section_list_item_content_h3 {
  margin-bottom: 6px;
  color: #606060;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
}

.careers-section_list_item_content_p {
  min-height: 60px;
  margin-bottom: 15px;
  color: #959595;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.careers-section_list_item_content_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers-section_list_item_content_infos_circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #37d48d;
}

.careers-section_list_item_content_infos_txt {
  margin-left: 5px;
  color: #37d48d;
  font-size: 12px;
  text-transform: uppercase;
}

.careers-section_list_item_header_mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

.number {
  font-size: 14px;
}

.careers-section_graph-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  height: 100%;
}

.careers-section_graph-box_img {
  position: relative;
  left: -607px;
  margin-top: 75px;
}

.careers-section_list_graph {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -33px;
}

.number-section {
  position: relative;
  margin-top: 65px;
  padding-top: 140px;
  padding-bottom: 115px;
}

.number-section.about {
  margin-top: -55px;
}

.number-section_h2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.number-section_list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.number-section_list_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.number-section_list_item_h3 {
  display: flex;
  justify-content: start;
  align-items: baseline;
  margin-top: 0px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 0;
}

.number-section_list_item_p {
  color: hsla(0, 0%, 100%, 0.85);
  line-height: 19px;
  letter-spacing: -0.2px;
}

.number-section_graph {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  opacity: 0.12;
}

.number-section_graph.career-page {
  opacity: 0.15;
}

.bold-number {
  font-size: 60px;
  font-weight: 700;
}

.games-section {
  position: relative;
  margin-top: 65px;
}

.games-section_header {
  width: 100%;
  margin-bottom: -2px;
}

.games-section_content {
  position: relative;
  padding-top: 25px;
  padding-bottom: 90px;
  background-color: #fff;
}

.games-section_h2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 70px;
  color: #6d00af;
  font-size: 40px;
  line-height: 42px;
  text-align: right;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.games-section_list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.games-section_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-section_list_item_logo {
  max-width: 80%;
}

.games-section_list_item_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 75%;
  -ms-flex: 0 75%;
  flex: 0 75%;
}

.games-section_list_item_content.more {
  margin-top: 45px;
  text-align: center;
}

.games-section_list_item_content_title {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #6d00af;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.games-section_list_item_content_p {
  margin-bottom: 20px;
}

.games-section_list_item_content_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-section_list_item_content_links_store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-section_list_item_content_links_store_item {
  margin-left: 5px;
  padding: 5px 12px;
  border-radius: 7px;
  background-color: #040707;
}

.games-section_content_graph {
  position: absolute;
  left: auto;
  top: -100px;
  right: -70px;
  z-index: 5;
  opacity: 0.5;
}

.games-section_list_item_logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
}

.games-section_star {
  position: absolute;
  left: 7px;
  top: 56px;
  right: auto;
  bottom: auto;
}

.games-section_star.star2 {
  left: 79px;
  top: 112px;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.city-section {
  margin-top: -70px;
  padding-bottom: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../png/sp.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../png/sp.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.city-section_header {
  width: 100%;
}

.city-section_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 310px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.city-section_content_h2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.city-section_content_p {
  position: relative;
  z-index: 10;
  color: #fff;
}

.city-section_content_graph {
  position: absolute;
  left: 0%;
  top: -115px;
  right: auto;
  bottom: auto;
  z-index: 5;
  opacity: 0.18;
}

.city-section_content-box {
  position: relative;
  width: 45%;
}

.footer {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #fff;
}

.footer.purple {
  background-color: #6d00af;
}

.footer_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_header_socials_title {
  margin-bottom: 5px;
  color: #6d00af;
  font-size: 14px;
  font-weight: 900;
}

.footer_header_socials_title.white {
  color: #fff;@
}

.footer_header_socials_list_item {
  margin-right: 12px;
}

.footer_links {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid hsla(0, 0%, 62.4%, 0.15);
}

.footer_links.white {
  border-top-color: hsla(0, 0%, 100%, 0.1);
}

.footer_links_item {
  margin-right: 20px;
  color: #6d00af;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.footer_links_item:hover {
  color: #ff7b1f;
}

.footer_links_item.white {
  color: #fff;
}

.footer_links_item.white:hover {
  color: #ff7b1f;
}

.footer_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_infos_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_infos_links_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_infos_links_item.address {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_infos_links_item_text {
  color: #606060;
  letter-spacing: -0.5px;
}

.footer_infos_links_item_text:hover {
  color: #ff7b1f;
}

.footer_infos_links_item_text.address {
  margin-top: -2px;
  margin-left: 10px;
  line-height: 20px;
}

.footer_infos_links_item_text.white {
  color: #fff;
}

.footer_infos_links_item_text.white:hover {
  color: #ff7b1f;
}

.footer_infos_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_infos_copy_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_infos_copy_links_item {
  color: #606060;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.footer_infos_copy_links_item.white {
  color: #fff;
}

.footer_infos_copy_links_item_divisor {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #606060;
}

.footer_infos_copy_links_item_divisor.white {
  background-color: #fff;
}

.footer_infos_copy_txt {
  margin-left: 20px;
  color: #606060;
  font-size: 10px;
}

.footer_infos_copy_txt.white {
  color: #fff;
}

.footer_signature {
  margin-top: 75px;
  text-align: center;
}

.career-page_header_icon-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.career-page_header_tag {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.careers-page_hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 0, 143, 0.7)), to(rgba(89, 0, 143, 0.7))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../jpg/img_6430.jpg');
  background-image: linear-gradient(180deg, rgba(89, 0, 143, 0.7), rgba(89, 0, 143, 0.7)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../jpg/img_6430.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.careers-page_fanatee-section_h2 {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.careers-page_fanatee-section_list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 275px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-page_fanatee-section_list .apos-area-widget {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 275px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-page_fanatee-section_list_item {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 46%;
  -ms-flex: 0 46%;
  flex: 0 46%;
}

.careers-page_fanatee-section_list_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers-page_fanatee-section_list_item_header_title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fff;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: -1px;
}

.careers-page_fanatee-section_list_item_header_p {
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 19px;
  letter-spacing: -0.2px;
}

.careers-page_fanatee-section_list_graph {
  position: absolute;
  left: auto;
  top: -40px;
  right: -330px;
  bottom: auto;
  z-index: 5;
  max-width: none;
}

.careers-page_fanatee-section_list_item_header_icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-section {
  background-color: #fff;
}

.gallery-section.game-page {
  background-color: transparent;
}

.gallery-section.blog {
  padding-top: 50px;
}

.gallery-section_header {
  width: 100%;
  max-width: none;
}

.gallery-section_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-section_item {
  height: 355px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../jpg/img_6399.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.gallery-section_item.small {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.gallery-section_item.small.photo2 {
  background-image: url('../jpg/img_6456.jpg');
}

.gallery-section_item.small.game2 {
  background-image: url('../png/captura-de-tela-2020-02-26-%c3%a0s-12.10.22.png');
}

.gallery-section_item.medium {
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.gallery-section_item.medium.photo5 {
  background-image: url('../jpg/img_6629.jpg');
}

.gallery-section_item.medium.game5 {
  background-image: url('../png/captura-de-tela-2020-02-26-%c3%a0s-12.09.55.png');
}

.gallery-section_item.photo3 {
  background-image: url('../jpg/img_6434.jpg');
}

.gallery-section_item.photo4 {
  background-image: url('../jpg/img_6667.jpg');
}

.gallery-section_item.game1 {
  background-image: url('../png/bg-cody.png'), url('../jpg/img_6399.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
}

.gallery-section_item.game3 {
  background-image: url('../png/1_helloworld_edited.png');
}

.gallery-section_item.game4 {
  background-image: url('../png/captura-de-tela-2020-02-26-%c3%a0s-12.09.33.png');
}

.gallery-section_list {
  position: relative;
  top: -370px;
  z-index: 10;
}

.gallery-section_list.game-page {
  top: 0px;
}

.gallery-section_list.blog {
  top: 0px;
}

.about-career-section {
  margin-top: -250px;
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #fff;
  background-image: url('../svg/career-graph-circles.svg');
  background-position: -8px 100%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.about-career-section_header {
  position: relative;
  margin-bottom: 190px;
}

.about-career-section_header.dna {
  z-index: 15;
  margin-bottom: 75px;
}

.about-career-section_header_h2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #6d00af;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about-career-section_header_h2.join {
  margin-right: 50px;
}

.about-career-section_header_h2.dna {
  color: #ff7b1f;
}

.about-career-section_header_graph {
  position: absolute;
  left: -55px;
  top: -90px;
  right: auto;
  bottom: auto;
}

.about-career-section_topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -48px;
  margin-bottom: 110px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-career-section_topics_item {
  margin-right: 48px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 29%;
  -ms-flex: 0 29%;
  flex: 0 29%;
}

.about-career-section_topics_item_h3 {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #606060;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.about-career-section_topics_item_p {
  margin-bottom: 0px;
  color: #959595;
  line-height: 19px;
  letter-spacing: -0.2px;
}

.about-career-section_testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 170px;
  padding-left: 170px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-career-section_testimonial_photo {
  position: relative;
}

.about-career-section_testimonial_photo_img {
  position: relative;
  z-index: 1;
  max-width: 236px;
}

.about-career-section_testimonial_circle {
  position: absolute;
  left: -18px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #6d00af;
}

.about-career-section_testimonial_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.about-career-section_testimonial_content_p {
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 19px;
  letter-spacing: -0.3px;
}

.about-career-section_testimonial_content_name {
  display: flex;
  color: #606060;
  letter-spacing: -0.3px;
}

.join-section {
  padding-top: 110px;
  padding-bottom: 225px;
  background-color: #fff;
  background-image: url('../svg/top-career-header-divisor-graph-purple.svg');
  background-position: 0% 102%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.join-section_h2 {
  margin-top: 0px;
  margin-bottom: 55px;
  color: #6d00af;
  font-size: 38px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.join-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -27px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.join-section_list .apos-area {
  width: 100%;
}

.join-section_list .apos-area-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.join-section_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 21px;
  margin-bottom: 20px;
  padding: 22px 30px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 46.5%;
  -ms-flex: 0 46.5%;
  flex: 0 46.5%;
  border-style: solid;
  border-width: 1px;
  border-color: #6d00af;
  border-radius: 10px;
  color: #6d00af;
}

.join-section_list_item:hover {
  border-color: #ff7b1f;
  color: #ff7b1f;
}

.join-section_list_item.faq {
  margin-right: 27px;
  padding-top: 20px;
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  border-color: #fff;
  color: #fff;
}

.join-section_list_item.faq:hover {
  border-color: #ff7b1f;
  color: #ff7b1f;
}

.join-section_list_item_content_tag {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.join-section_list_item_content_h3 {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.join-section_list_item_content_h3.faq {
  margin-bottom: 0px;
}

.join-section_list_item_content_location {
  color: #959595;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.3px;
}

.join-section_list_item_arrow {
  opacity: 0;
}

.about-career-section_footer {
  width: 101%;
  max-width: none;
  margin-top: -60px;
}

.join-section_list_item_arrow-box {
  position: relative;
}

.join-section_list_item_arrow-white {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.didnt-section {
  padding-top: 195px;
  padding-bottom: 125px;
}

.didnt-section.career-page {
  padding-bottom: 70px;
}

.didnt-section_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.didnt-section_content_h2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.didnt-section_content_p {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  letter-spacing: -0.5px;
}

.didnt-section_content_graph {
  position: absolute;
  left: -140px;
  top: -70px;
  right: auto;
  bottom: auto;
  z-index: 5;
}

.didnt-section_content-box {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-page_header {
  position: relative;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 0, 175, 0.7)), to(rgba(109, 0, 175, 0.7))), url('../jpg/img_6527.jpg');
  background-image: linear-gradient(180deg, rgba(109, 0, 175, 0.7), rgba(109, 0, 175, 0.7)), url('../jpg/img_6527.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.career-page_header.photo2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 0, 175, 0.7)), to(rgba(109, 0, 175, 0.7))), url('../jpg/img_6802.jpg');
  background-image: linear-gradient(180deg, rgba(109, 0, 175, 0.7), rgba(109, 0, 175, 0.7)), url('../jpg/img_6802.jpg');
}

.career-page_header_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-page_header_infos_city {
  color: #fff;
  letter-spacing: -0.3px;
}

.career-page_header_infos_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-page_header_infos_share_txt {
  position: relative;
  top: 2px;
  margin-left: 6px;
  color: #fff;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.career-page_header_graph {
  position: absolute;
  left: -3px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 101%;
  max-width: 101%;
}

.career-page_content {
  position: relative;
  margin-top: -3px;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff;
}

.career-page_content_item {
  margin-bottom: 85px;
}

.career-page_content_item_h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: CircularStd, sans-serif;
  color: #6d00af;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -1.3px;
}

.career-page_content_item_p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.6px;
}

.career-page_content_item_p.blog {
  margin-bottom: 60px;
}

.career-page_content_item_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-page_content_item_list_item_circle {
  position: relative;
  top: 4px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #6d00af;
  border-radius: 100%;
}

.career-page_content_item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.career-page_content_join {
  position: relative;
  margin-top: 105px;
  margin-bottom: 190px;
}

.career-page_content_join_content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: center;
}

.game-page_hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../png/bg-cody.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.game-page_hero-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.game-page_hero-section_content_h1 {
  margin-top: 35px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 46px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.game-page_hero-section_content_subtitle {
  margin-bottom: 20px;
  font-family: 'Museosansrounded 900', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.game-page_hero-section_content_p {
  width: 40%;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.5px;
}

.game-page_hero-section_scroll-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23px;
  height: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
}

.game-page_hero-section_scroll-elipse {
  width: 5px;
  height: 5px;
  margin-top: 7px;
  border-radius: 100%;
  background-color: #fff;
}

.game-page_hero-section_scroll-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar_divisor {
  width: 6px;
  height: 6px;
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 100%;
  background-color: #fff;
}

.navbar_language_trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navbar_language_trigger_text {
  margin-right: 10px;
  font-family: 'Museosansrounded 900', sans-serif;
  color: #fff;
  font-size: 14px;
}

.navbar_language_menu {
  position: absolute;
  left: -12px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 80px;
  margin-top: 25px;
  border-radius: 4px;
  background-color: #fff;
}

.navbar_language_menu_item {
  text-transform: uppercase;
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(109, 0, 175, 0.1);
  font-family: 'Museosansrounded 900', sans-serif;
  color: #6d00af;
  text-align: center;
}

.navbar_language_menu_item:hover {
  background-color: #ff7b1f;
  color: #fff;
}

.game-page_intro-section {
  padding-top: 205px;
  padding-bottom: 335px;
}

.game-page_intro-section_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.game-page_intro-section_content_icon {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
}

.game-page_intro-section_content_h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 42px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.game-page_intro-section_content_p {
  margin-bottom: 50px;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 20px;
  letter-spacing: -0.3px;
}

.game-page_intro-section_graph {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.game-page_intro-section_graph_circle1 {
  position: absolute;
  left: -276px;
  top: -109px;
  right: auto;
  bottom: auto;
  max-width: none;
}

.game-page_intro-section_graph_circle2 {
  position: absolute;
  left: -44px;
  top: 267px;
  right: auto;
  bottom: auto;
  max-width: none;
}

.game-page_intro-section_graph_mobile {
  position: absolute;
  left: -78px;
  top: -170px;
  right: auto;
  bottom: auto;
  max-width: none;
}

.game-page_intro-section_graph_screen {
  position: absolute;
  left: 99px;
  top: -76px;
  right: auto;
  bottom: auto;
  width: 240px;
  height: 410.9875183105469px;
  max-width: none;
  -webkit-transform: rotate(-4deg) !important;
  -ms-transform: rotate(-4deg) !important;
  transform: rotate(-4deg) !important;
  border-radius: 12px;
}

.game-page_testimonial_section {
  margin-top: 5%;
  padding-top: 250px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 0, 175, 0.7)), to(rgba(109, 0, 175, 0.7))), url('../png/bg-testimonial.png');
  background-image: linear-gradient(180deg, rgba(109, 0, 175, 0.7), rgba(109, 0, 175, 0.7)), url('../png/bg-testimonial.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.game-page_testimonial_section_content_h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 42px;
  line-height: 40px;
  text-transform: uppercase;
}

.game-page_testimonial_section_content_item_quote {
  margin-bottom: 15px;
}

.game-page_testimonial_section_content_item_p {
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: -0.3px;
}

.game-page_testimonial_section_content_item_name {
  color: #fff;
  letter-spacing: -0.3px;
}

.game-page_testimonial_section_slider {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.game-page_testimonial_section_slider_mask {
  height: auto;
}

.game-page_testimonial_section_slider_arrow {
  display: none;
}

.game-page_testimonial_section_slider_nav {
  position: relative;
  margin-top: 25px;
  color: #fff;
  font-size: 9px;
  text-align: left;
}

.game-page_support-section {
  position: relative;
  padding-top: 195px;
  padding-bottom: 205px;
  background-position: -50px -70px;
  background-size: 190px;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

.game-page_support-section_h2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.game-page_support-section_socials {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.game-page_support-section_socials.contact {
  margin-bottom: 0px !important;
}

.game-page_support-section_socials_item {
  margin-right: 8px;
  margin-left: 8px;
}

.game-page_support-section_faq {
  position: absolute;
  left: auto;
  top: -642px;
  right: -314px;
  bottom: auto;
  max-width: none;
}

.game-page_behind-section {
  position: relative;
  z-index: 10;
  margin-bottom: 350px;
}

.game-page_behind-section_h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 48px;
  line-height: 42px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.game-page_behind-section_p {
  width: 33%;
  color: hsla(0, 0%, 100%, 0.8);
  letter-spacing: -0.3px;
}

.game-page_behind-section_video {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 55%;
  height: 430px;
  margin-top: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-image: url('../jpg/img_6629.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
}

.faq-page_header {
  padding-bottom: 90px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.faq-page_header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-page_header_content_icon {
  margin-top: -50px;
  margin-bottom: 45px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.faq-page_header_content_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.faq-page_header_content_box_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-page_header_content_box_link_txt {
  position: relative;
  top: 1px;
  margin-left: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.faq-page_header_content_box_h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.light {
  font-family: CircularStd, sans-serif;
  font-weight: 400;
}

.faq-page_questions-section {
  margin-bottom: 70px;
}

.faq-page_h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: CircularStd, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.faq-page_questions-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-page_questions-section_list_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.faq-page_questions-section_list_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 28px;
}

.faq-page_questions-section_list_item_header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-page_questions-section_list_item_header_left_icon-box {
  position: relative;
}

.faq-page_questions-section_list_item_header_left_icon-active {
  position: absolute;
  left: -18px;
  top: -8px;
  right: auto;
  bottom: auto;
}

.faq-page_questions-section_list_item_header_left_title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.faq-page_questions-section_list_item_header_arrow-box {
  position: relative;
}

.faq-page_questions-section_list_item_header_arrow-box_icon {
  transform: rotate(-90deg);
}

.faq-page_questions-section_list_item_header_arrow-box_icon-active {
  position: absolute;
  left: auto;
  top: 5px;
  right: 0%;
  bottom: auto;
}

.faq-page_questions-section_list_item_p {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  letter-spacing: -0.3px;
}

.faq-page_categories-section {
  margin-bottom: 85px;
}

.about-page_hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 0, 175, 0.7)), to(rgba(109, 0, 175, 0.7)));
  background-image: linear-gradient(180deg, rgba(109, 0, 175, 0.7), rgba(109, 0, 175, 0.7));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about-page_hero-section_content {
  position: relative;
  top: -20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page_hero-section_content_detail {
  position: relative;
  top: 100px;
}

.about-page_hero-section_content_box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.about-page_hero-section_content_box_h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 3.7em;
  line-height: 1em;
  letter-spacing: -1.7px;
  text-transform: uppercase;
}

.about-page_hero-section_content_box_p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.63px;
}

.about-page_hero-section_divisor {
  position: relative;
  top: -85px;
  width: 100%;
  max-width: 105%;
}

.about-page_global-section {
  position: relative;
  margin-top: -95px;
  padding-top: 100px;
  padding-bottom: 235px;
  background-color: #fff;
}

.about-page_global-section_map-box {
  position: relative;
}

.about-page_global-section_map-box_main-img {
  position: relative;
  z-index: 0;
}

.about-page_global-section_map-box_item {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
}

.about-page_global-section_map-box_item.brasil {
  left: 191px;
  bottom: 75px;
  z-index: 20;
}

.about-page_global-section_map-box_item.miami {
  left: 159px;
  bottom: 191px;
  z-index: 20;
}

.about-page_global-section_content {
  position: absolute;
  right: 20%;
  top: 0%;
  padding-left: 60%;
  z-index: 1;
}

.about-page_global-section_content_h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #6d00af;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.about-page_global-section_content_p {
  margin-bottom: 25px;
  color: #606060;
  letter-spacing: -0.5px;
}

.about-page_global-section_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-page_global-section_content_list_item {
  margin-right: 35px;
}

.about-page_global-section_content_list_item_number {
  color: #6d00af;
  font-size: 40px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: -1px;
}

.about-page_global-section_content_list_item_txt {
  color: #6d00af;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: lowercase;
}

.about-page_global-section_map-box_item_content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d00af), to(rgba(109, 0, 175, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../png/sp.png');
  background-image: linear-gradient(180deg, #6d00af, rgba(109, 0, 175, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../png/sp.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.about-page_global-section_map-box_item_content.miami {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d00af), to(rgba(109, 0, 175, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../png/miami.png');
  background-image: linear-gradient(180deg, #6d00af, rgba(109, 0, 175, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../png/miami.png');
}

.about-page_global-section_map-box_item_content_txt {
  position: relative;
  z-index: 30;
  padding-left: 75%;
}

.about-page_global-section_map-box_item_content_txt_title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Museosansrounded 900', sans-serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about-page_global-section_map-box_item_content_txt_subtitle {
  margin-bottom: 10px;
  font-family: 'Museosansrounded 900', sans-serif;
  color: #fff;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.about-page_global-section_map-box_item_content_txt_p {
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 18px;
  letter-spacing: -0.3px;
}

.about-page_global-section_map-box_graph {
  position: absolute;
  left: -325px;
  top: auto;
  right: auto;
  bottom: 0%;
}

.about-page_video-section {
  margin-top: -70px;
  padding-right: 25px;
  padding-bottom: 190px;
  padding-left: 25px;
  background-color: #fff;
  background-image: url('../svg/top-career-header-divisor-graph-purple.svg'), url('../svg/home-elipse-4.svg');
  background-position: 0% 102%, -130px 20%;
  background-size: 100%, 390px;
  background-repeat: no-repeat, no-repeat;
}

.about-page_video-section_link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 560px;
  border-radius: 15px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
}

.about-page_video-section_link_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 0, 175, 0.6)), to(rgba(109, 0, 175, 0.6)));
  background-image: linear-gradient(180deg, rgba(109, 0, 175, 0.6), rgba(109, 0, 175, 0.6));
}

.about-page_video-section_link_icon {
  margin-top: 70px;
}

.about-page_video-section_link_h2 {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 42px;
  line-height: 38px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about-page_video-section_link_txt {
  font-size: 14px;
  letter-spacing: -0.3px;
}

.youtube-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 150;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.youtube-modal_mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  padding-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.youtube-modal_mask_icon {
  cursor: pointer;
}

.youtube-modal_video {
  width: 76%;
  height: 80%;
}

.about-page_dna-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page_dna-section_list_item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  padding-top: 350px;
  padding-bottom: 20px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.47))), url('../jpg/img_6802.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.47)), url('../jpg/img_6802.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: default;
}

.about-page_dna-section_list_item.photo2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.47))), url('../jpg/img_6430.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.47)), url('../jpg/img_6430.jpg');
}

.about-page_dna-section_list_item.photo3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.47))), url('../jpg/img_6623.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.47)), url('../jpg/img_6623.jpg');
}

.about-page_dna-section_list_item.photo4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.47))), url('../jpg/img_6768.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.47)), url('../jpg/img_6768.jpg');
}

.about-page_dna-section_list_item.photo5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.47))), url('../jpg/img_6695.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.47)), url('../jpg/img_6695.jpg');
}

.about-page_dna-section_list_item_h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1.3px;
}

.about-page_dna-section_list_item_p {
  width: 50%;
  color: #fff;
  line-height: 19px;
  letter-spacing: -0.3px;
}

.about-page_dna-section_icon_box {
  margin-bottom: 95px;
  text-align: center;
}

.about-page_invite-section {
  padding-top: 100px;
  padding-bottom: 75px;
}

.about-page_invite-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page_invite-section_content_graph {
  position: relative;
}

.about-page_invite-section_content_graph_elipse1 {
  position: absolute;
  left: -364px;
  bottom: -6.587px;
  z-index: 5;
  max-width: none;
}

.about-page_invite-section_content_graph_elipse2 {
  position: absolute;
  left: -52px;
  bottom: -13.5875px;
  z-index: 6;
}

.about-page_invite-section_content_graph_cody {
  position: relative;
  z-index: 10;
}

.about-page_invite-section_content_txt {
  margin-left: 45px;
}

.about-page_invite-section_content_txt_title {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 38px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about-page_invite-section_content_txt_subtitle {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.8);
  letter-spacing: -0.3px;
}

.blog-body {
  background-color: #fff;
  background-image: url('../svg/blog-bg-graph.svg');
  background-position: 85% -90px;
  background-size: 40%;
  background-repeat: no-repeat;
}

.blog-body.white {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.blog-page_content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
}

.blog-page_content_h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #6d00af;
  font-size: 48px;
  line-height: 46px;
  letter-spacing: -2px;
}

.blog-page_content_p {
  width: 30%;
  letter-spacing: -0.3px;
}

.blog-page_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page_content_list_item {
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45.5%;
  -ms-flex: 0 45.5%;
  flex: 0 45.5%;
  color: #959595;
}

.blog-page_content_list_item_photo {
  overflow: hidden;
  height: 330px;
  border-radius: 10px;
  background-image: url('../jpg/img_6537.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
}

.blog-page_content_list_item_photo.photo2 {
  background-image: url('../jpg/img_6802.jpg');
}

.blog-page_content_list_item_content_h3 {
  margin-top: 25px;
  color: #606060;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.blog-page_content_list_item_content_p {
  margin-bottom: 15px;
  line-height: 19px;
  letter-spacing: -0.3px;
}

.blog-page_content_list_item_content_detail {
  font-size: 12px;
}

.blog-page_content_list_item_photo_mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(109, 0, 175, 0.7);
}

.blog-page_content_list_item_photo_mask_txt {
  margin-bottom: 25px;
  font-family: 'Museosansrounded 900', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.bold-black {
  color: #606060;
  font-weight: 900;
}

.blog-post_content {
  position: relative;
  margin-top: -5px;
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #fff;
}

.blog-post_content_full-image {
  margin-bottom: 60px;
  padding-right: 25px;
  padding-left: 25px;
}

.blog-post_content_full-image_item {
  height: 450px;
  border-radius: 10px;
  background-image: url('../jpg/img_6580.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.blog-post_content_full-image_alt {
  margin-top: 15px;
  color: #606060;
  font-style: italic;
  text-align: center;
  letter-spacing: -0.3px;
}

.contact-page_header {
  padding-bottom: 160px;
  background-image: url('../svg/home-elipse-4.svg');
  background-position: -90px -90px;
  background-size: 340px;
  background-repeat: no-repeat;
}

.contact-page_connect-section_h1 {
  margin-top: 0px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.contact-page_connect-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page_connect-section_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-page_connect-section_list_item_txt {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}

.contact-page_connect-section_list_item_txt.title {
  position: relative;
  top: 5px;
  margin-top: 0px;
  font-size: 22px;
  font-weight: 900;
}

.contact-page_form-section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.contact-page_form-section_form-block_form_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
}

.contact-page_form-section_form-block_form_item_label {
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.contact-page_form-section_form-block_form_item_input {
  height: 60px;
  margin-bottom: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.3px;
}

.contact-page_form-section_form-block_form_item_input:focus {
  border-color: #ff7b1f;
}

.contact-page_form-section_form-block_form_item_input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.contact-page_form-section_form-block_form_item_input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.contact-page_form-section_form-block_form_item_input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.contact-page_form-section_form-block_form_item_input::placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.contact-page_form-section_form-block_form_item_input.textarea {
  min-height: 120px;
  padding-top: 25px;
}

.contact-page_form-section_form-block_form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page_form-section_form-block_form_btn-box {
  text-align: right;
}

.contact-page_map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page_map-section_map-box {
  height: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-page_map-section_map-box_embed {
  height: 100%;
}

.contact-page_map-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #5a008f;
}

.contact-page_map-section_content_title {
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.3px;
}

.contact-page_map-section_content_address {
  margin-top: 15px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1px;
  max-width: 40%;
}

.contact-page_map-section_content_address:hover {
  color: #ff7b1f;
}

.therms-page_content {
  padding-top: 105px;
}

.therms-page_content_h1 {
  margin-top: 0px;
  margin-bottom: 45px;
  color: #6d00af;
  font-size: 38px;
  line-height: 38px;
  word-wrap: break-word;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.therms-page_content_item {
  margin-bottom: 65px;
}

.therms-page_content_item_h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: CircularStd, sans-serif;
  color: #606060;
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.therms-page_content_item_p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

.navbar_brand_logo_mobile {
  display: none;
}

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._404-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._404-content_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10%;
}

._404-content_box_txt {
  margin-left: 15px;
}

._404-content_box_title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 66px;
}

._404-content_box_p {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
}

.cookie-box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-box_content_left_title {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.cookie-box_content_left_txt {
  color: hsla(0, 0%, 100%, 0.7);
}

.cookie-box_content_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-box_content_right_link {
  margin-right: 20px;
  opacity: 0.7;
  color: #fff;
  text-decoration: underline;
}

.cookie-box {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 101;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 15px;
  background-color: #6d00af;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.16);
}

html.w-mod-js *[data-ix="movebottom-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="movebottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="movebottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media screen and (min-width: 1920px) {
  .hero-section_content_h1 {
    font-size: 5.8em;
    line-height: 1em;
  }
  .hero-section_content_h1.career {
    margin-bottom: 10px;
  }
  .hero-section_content_text {
    font-size: 1.7em;
  }
  .hero-section_content_text.career {
    width: 60%;
    font-size: 1.5em;
    line-height: 26px;
  }
  .about-section_header_divisor {
    top: -25px;
  }
  .about-section_content_box_h2 {
    font-size: 44px;
    line-height: 46px;
  }
  .about-section_content_box_p {
    font-size: 16px;
  }
  .careers-section_list_item_content_p {
    font-size: 16px;
    line-height: 22px;
  }
  .number-section_list_item_p {
    font-size: 16px;
    line-height: 21px;
  }
  .games-section_list_item_content_title {
    font-size: 26px;
    line-height: 34px;
  }
  .games-section_list_item_content_p {
    font-size: 16px;
    line-height: 22px;
  }
  .city-section_content_p {
    font-size: 16px;
    line-height: 22px;
  }
  .career-page_header_tag {
    margin-bottom: 6px;
  }
  .careers-page_fanatee-section_list_item_header_p {
    font-size: 16px;
    line-height: 21px;
  }
  .about-career-section_topics_item_p {
    font-size: 16px;
    line-height: 21px;
  }
  .about-career-section_testimonial_content_p {
    font-size: 16px;
    line-height: 21px;
  }
  .career-page_content_item_p {
    font-size: 18px;
    line-height: 27px;
  }
  .game-page_hero-section_content_p {
    font-size: 16px;
    line-height: 22px;
  }
  .game-page_intro-section_content_p {
    font-size: 16px;
    line-height: 22px;
  }
  .game-page_testimonial_section_content_item_p {
    font-size: 16px;
    line-height: 22px;
  }
  .game-page_testimonial_section_slider {
    width: 55%;
  }
  .game-page_behind-section_p {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-page_questions-section_list_item_p {
    font-size: 16px;
    line-height: 22px;
  }
  .about-page_global-section_content_p {
    font-size: 16px;
    line-height: 22px;
  }
  .about-page_dna-section_list_item_p {
    font-size: 16px;
    line-height: 21px;
  }
  .blog-page_content_p {
    width: 45%;
    font-size: 16px;
    line-height: 22px;
  }
  .blog-page_content_list_item_content_p {
    font-size: 16px;
    line-height: 21px;
  }
  .therms-page_content_item_p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1025px) {
  .container {
    width: 1000px;
  }
  .about-page_global-section_map-box {
    display: none;
  }
  .faq-page_header_content_box_link {
    margin-top: 70px;
  }
  .svg-group-game {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .about-page_global-section_content {
    position: relative;
    right: auto;
  }
  .city-section_content {
    padding-top: 220px;
  }
  .about-page_global-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .hero-section {
    height: auto;
  }
  .container {
    width: 90%;
  }
  .container.small-container {
    width: 88%;
  }
  .container.small-container.blog {
    width: 88%;
  }
  .navbar {
    padding-top: 25px;
    padding-left: 40px;
  }
  .navbar.purple {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .navbar_menu {
    display: none;
  }
  .navbar_menu_left {
    display: none;
  }
  .navbar_menu_right {
    margin-left: 0px;
  }
  .hero-section_content_box {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .hero-section_content_box.career-page {
    margin-top: 70px;
    padding-bottom: 0px;
  }
  .hero-section_content_h1.career {
    font-size: 2.8em;
  }
  .hero-section_content_text.career {
    width: auto;
  }
  .button.careers-fixed.hover-orange.careers {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .hero-section_socials {
    display: none;
  }
  .about-section {
    margin-bottom: 15px;
  }
  .about-section.career {
    overflow: hidden;
    margin-bottom: 45px;
    padding-top: 25px;
  }
  .about-section_header {
    top: 0px;
    padding-bottom: 489px;
  }
  .about-section_header.career {
    display: none;
  }
  .about-section_header_divisor {
    display: none;
  }
  .about-section_header_elipse1 {
    display: none;
  }
  .about-section_header_graph-box {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .about-section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-section_content_video {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 10px;
  }
  .about-section_content_box {
    margin-left: -25px;
    padding: 50px 0px 50px 0%;
  }
  .careers-section_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .careers-section_list_item {
    margin-right: 0px;
    margin-bottom: 55px;
  }
  .careers-section_list_graph {
    display: none;
  }
  .number-section {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .number-section.about {
    margin-top: 0px;
    padding-top: 60px;
  }
  .number-section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .number-section_list_item {
    margin-bottom: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .games-section_content {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .games-section_list_item {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .games-section_list_item_content {
    width: 100%;
    margin-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .games-section_star {
    display: none;
  }
  .city-section {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .city-section_content {
    padding-top: 120px;
  }
  .footer_signature {
    margin-top: 15px;
  }
  .careers-page_fanatee-section_h2 {
    margin-bottom: 45px;
    font-size: 35px;
    line-height: 42px;
  }
  .careers-page_fanatee-section_list {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .careers-page_fanatee-section_list_graph {
    top: -347px;
    display: none;
  }
  .gallery-section {
    padding-top: 30px;
  }
  .gallery-section_header {
    display: none;
  }
  .gallery-section_row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-section_item {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .gallery-section_item.small {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .gallery-section_item.medium {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .gallery-section_list {
    top: 0px;
  }
  .about-career-section {
    margin-top: 0px;
    padding-top: 105px;
  }
  .about-career-section_header {
    margin-bottom: 45px;
  }
  .about-career-section_header_h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .about-career-section_header_h2.join {
    font-family: 'Museosansrounded 900', sans-serif;
    font-weight: 400;
    letter-spacing: -1.5px;
  }
  .about-career-section_topics {
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-career-section_topics_item {
    margin-right: 0px;
    margin-bottom: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-career-section_testimonial {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .join-section {
    padding-top: 75px;
    padding-bottom: 15px;
  }
  .join-section_h2 {
    letter-spacing: -1px;
  }
  .join-section_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .join-section_list_item {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 80%;
  }
  .join-section_list_item.faq {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-career-section_footer {
    width: 100%;
    margin-top: 0px;
  }
  .didnt-section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .career-page_header {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .career-page_header_infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .career-page_header_infos_share {
    margin-top: 10px;
  }
  .career-page_header_graph {
    width: 103%;
    max-width: 103%;
  }
  .career-page_content_item {
    margin-bottom: 50px;
  }
  .career-page_content_join {
    margin-top: 145px;
    margin-bottom: 0px;
  }
  .game-page_hero-section {
    position: relative;
    height: auto;
  }
  .game-page_hero-section_content {
    margin-top: 65px;
    padding-bottom: 65px;
  }
  .game-page_hero-section_scroll-box {
    display: none;
  }
  .game-page_intro-section {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .game-page_intro-section_content {
    padding-left: 0px;
  }
  .game-page_intro-section_graph {
    left: -62px;
    top: -116px;
    display: none;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .game-page_testimonial_section {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .game-page_testimonial_section_content_h2 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 37px;
  }
  .game-page_support-section {
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 95px;
  }
  .game-page_support-section_faq {
    display: none;
  }
  .game-page_behind-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .game-page_behind-section_p {
    width: auto;
  }
  .game-page_behind-section_video {
    position: relative;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }
  .faq-page_header {
    padding-bottom: 75px;
  }
  .faq-page_header_content {
    margin-bottom: 60px;
  }
  .faq-page_header_content_box_link {
    display: flex;
    margin-top: 60px;
    padding: 10px 0px 10px 0px;
  }
  .about-page_hero-section {
    height: auto;
  }
  .about-page_hero-section_content {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .about-page_hero-section_content_detail {
    display: none;
  }
  .about-page_hero-section_content_box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-page_hero-section_divisor {
    display: none;
  }
  .about-page_global-section {
    overflow: hidden;
    margin-top: 0px;
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .about-page_global-section_content {
    margin-bottom: 30px;
    padding-left: 0%;
  }
  .about-page_video-section {
    margin-top: 0px;
    padding-bottom: 95px;
  }
  .about-page_video-section_link {
    height: 380px;
  }
  .about-page_video-section_link_icon {
    margin-top: 40px;
  }
  .about-page_dna-section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page_invite-section {
    overflow: hidden;
  }
  .blog-body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .blog-page_content {
    padding-top: 50px;
  }
  .blog-page_content_p {
    width: auto;
  }
  .blog-page_content_list {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-page_header {
    padding-bottom: 70px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .contact-page_form-section {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .contact-page_map-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-page_map-section_map-box {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-page_map-section_content {
    padding: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .therms-page_content {
    padding-top: 30px;
  }
  .navbar_brand_logo_mobile {
    display: block;
  }
  .navbar_brand_logo {
    display: none;
  }
}

.embedly-embed {
  padding: 10%;
}

.navbar_brand {
  z-index: 1;
}


@media screen and (max-width: 767px) {
  .footer_header_socials_title.white {
    color: #fff;
    margin-left: 5px;
  }
  .game-page_intro-section_graph_screen {
    display: none;
  }
  .game-page_intro-section_graph_mobile {
    display: none;
  }
  .careers-page_fanatee-section_list {
    padding-left: 0 !important;
  }
  .careers-page_fanatee-section_list .apos-area-widget{
    padding-left: 0 !important;
  }
  .support-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .button.contact {
    margin-left: 0;
    margin-top: 15px;
  }
  .navbar_links {
    display: none;
  }
  .footer_infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer_infos_links {
    margin-bottom: 25px;
  }
  .game-page_hero-section_content_p {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .cookie-box_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookie-box_content_left {
    margin-bottom: 15px;
    text-align: center;
  }
  
  .games-section_list_item_content_links {
    align-items: center;
  }
  .about-page_video-section_link {
    border-radius: 0;
  }
  .container {
    width: 88%;
  }
  .navbar {
    padding: 20px 20px 15px;
  }
  .navbar.purple {
    padding: 20px 20px 10px;
  }
  .navbar_menu {
    display: none;
  }
  .navbar_links {
    display: none;
  }
  .navbar_menu_right {
    padding-right: 35px;
    padding-left: 35px;
  }
  .navbar_menu_links_item {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .navbar_menu_links_item_text {
    font-size: 24px;
  }
  .navbar_menu_divisor {
    margin-bottom: 25px;
  }
  .navbar_menu_footer_copy {
    margin-top: 30px;
    font-size: 12px;
  }
  .hero-section_content_box {
    margin-top: 130px;
    margin-bottom: 85px;
  }
  .hero-section_content_h1 {
    margin-bottom: 10px;
    font-size: 2.5em;
  }
  .hero-section_content_h1.career {
    margin-bottom: 15px;
    font-size: 2.4em;
    line-height: 1em;
  }
  .hero-section_content_text {
    margin-bottom: 15px;
    font-size: 1em;
  }
  .hero-section_content_text.career {
    width: auto;
    font-size: 1.1em;
  }
  .button {
    text-align: center;
  }
  .button.careers-fixed.hover-orange.careers {
    margin-right: 20%;
    margin-bottom: 20px;
    margin-bottom: 12px;
    padding: 15px 30px 13px;
  }
  .hero-section_content_graph-box {
    display: none;
  }
  .about-section {
    overflow: hidden;
    margin-bottom: -10px;
  }
  .about-section.career {
    padding-top: 5px;
  }
  .about-section_header {
    padding-bottom: 290px;
  }
  .about-section_header_graph-box {
    top: -65px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .about-section_content {
    margin-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-section_content_video {
    height: 210px;
  }
  .about-section_content_box {
    margin-left: 0px;
    padding-bottom: 10px;
  }
  .about-section_content_box_h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .careers-section {
    padding-top: 50px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .careers-section_h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 35px;
  }
  .careers-section_list_item_header {
    height: 250px;
  }
  .careers-section_list_graph {
    display: none;
  }
  .number-section {
    margin-top: 25px;
  }
  .number-section.about {
    margin-top: 30px;
  }
  .number-section_h2 {
    margin-bottom: 45px;
    font-size: 35px;
    line-height: 36px;
  }
  .number-section_list_item {
    margin-bottom: 40px;
  }
  .number-section_list_item_h3 {
    justify-content: start;
    margin-bottom: 5px;
    font-size: 26px;
  }
  .bold-number {
    font-size: 50px;
  }
  .games-section_content {
    padding-bottom: 45px;
  }
  .games-section_h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
  .games-section_list_item_content.more {
    margin-top: 5px;
  }
  .games-section_list_item_content_title {
    font-size: 18px;
    line-height: 23px;
  }
  .games-section_list_item_content_p.more {
    margin-bottom: 0px;
  }
  .games-section_list_item_content_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .games-section_list_item_content_links_store {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .games-section_list_item_content_links_store_item {
    margin-bottom: 6px;
    padding: 10px 23px;
    border-radius: 12px;
    text-align: center;
  }
  .games-section_content_graph {
    display: none;
  }
  .city-section {
    position: relative;
    z-index: 10;
  }
  .city-section_content_graph {
    opacity: 0.1;
  }
  .city-section_content-box {
    width: auto;
  }
  .footer {
    padding-top: 40px;
  }
  .footer_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer_header_logo {
    margin-bottom: 30px;
  }
  .footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_links_item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footer_infos {
    margin-top: 35px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer_infos_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer_infos_links_item {
    margin-right: 0px;
    margin-bottom: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_infos_links_item.address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_infos_links_item_text.address {
    margin-top: 5px;
    text-align: center;
  }
  .footer_infos_copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .careers-page_fanatee-section_list_graph {
    display: none;
  }
  .gallery-section_row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gallery-section_item {
    height: 200px;
  }
  .about-career-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .about-career-section_header_h2.join {
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 33px;
    text-align: center;
  }
  .about-career-section_header_graph {
    top: -35px;
  }
  .join-section {
    padding-bottom: 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .join-section_list_item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .join-section_list_item.faq {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .join-section_list_item_content_h3 {
    margin-top: 4px;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 19px;
  }
  .join-section_list_item_content_location {
    font-size: 12px;
  }
  .didnt-section {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .didnt-section_content_h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .didnt-section_content_p {
    text-align: center;
  }
  .didnt-section_content-box {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .career-page_content {
    padding-bottom: 55px;
  }
  .career-page_content_item {
    margin-bottom: 40px;
  }
  .career-page_content_item_list_item {
    margin-bottom: 5px;
  }
  .career-page_content_join {
    margin-top: 30px;
  }
  .career-page_content_join_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .game-page_hero-section_content_h1 {
    font-size: 36px;
  }
  .game-page_hero-section_content_p {
    width: auto;
  }
  .navbar_divisor {
    margin-right: 15px;
    margin-left: 15px;
  }
  .game-page_intro-section {
    padding-top: 45px;
  }
  .game-page_intro-section_content {
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .game-page_intro-section_content_h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }
  .game-page_intro-section_content_p {
    margin-bottom: 5px;
  }
  .game-page_intro-section_graph {
    top: -148px;
  }
  .game-page_testimonial_section_slider {
    width: auto;
  }
  .game-page_support-section {
    padding-bottom: 50px;
  }
  .game-page_support-section_h2 {
    font-size: 30px;
    line-height: 31px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .game-page_support-section_socials {
    margin-bottom: 20px;
  }
  .game-page_behind-section_h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .game-page_behind-section_video {
    height: 230px;
  }
  .faq-page_header_content {
    margin-bottom: 40px;
  }
  .faq-page_header_content_icon {
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .faq-page_header_content_box_h1 {
    font-size: 29px;
  }
  .faq-page_questions-section {
    margin-bottom: 45px;
    padding-top: 40px; 
  }
  .faq-page_h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .faq-page_questions-section_list_item_header_left_title {
    font-size: 17px;
  }
  .faq-page_categories-section {
    margin-bottom: 40px;
  }
  .about-page_hero-section_content {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .about-page_hero-section_content_box_h1 {
    margin-bottom: 5px;
    font-size: 2em;
    line-height: 1.2em;
  }
  .about-page_hero-section_content_box_p {
    font-size: 14px;
    line-height: 19px;
  }
  .about-page_global-section {
    padding-bottom: 114px;
  }
  .about-page_global-section_map-box {
    display: none;
  }
  .about-page_global-section_content_h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .about-page_video-section {
    padding-right: 0;
    padding-bottom: 90px;
    padding-left: 0;
  }
  .about-page_video-section_link_bg {
    padding-right: 25px;
    padding-left: 25px;
  }
  .about-page_video-section_link_h2 {
    font-size: 30px;
  }
  .about-page_video-section_link_txt {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
  .youtube-modal_video {
    width: 85%;
    height: 40%;
  }
  .about-page_dna-section_list_item {
    min-width: auto;
    padding-top: 135px;
    padding-left: 20px;
  }
  .about-page_dna-section_list_item_p {
    width: auto;
    padding-right: 40px;
  }
  .about-page_dna-section_icon_box {
    margin-bottom: 30px;
  }
  .about-page_invite-section {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .about-page_invite-section_content_graph {
    display: none;
  }
  .about-page_invite-section_content_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page_invite-section_content_txt_title {
    font-size: 36px;
    text-align: center;
  }
  .about-page_invite-section_content_txt_subtitle {
    text-align: center;
  }
  .blog-page_content {
    padding-bottom: 0px;
  }
  .blog-page_content_h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .blog-page_content_list {
    margin-top: 30px;
  }
  .blog-page_content_list_item_photo {
    height: 220px;
  }
  .blog-post_content_full-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-post_content_full-image_item {
    height: 250px;
  }
  .contact-page_header {
    padding-bottom: 40px;
  }
  .contact-page_connect-section_h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .contact-page_connect-section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contact-page_connect-section_list_item {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .contact-page_connect-section_list_item_txt {
    font-size: 16px;
  }
  .contact-page_form-section {
    padding-top: 20px;
  }
  .contact-page_form-section_form-block_form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-page_form-section_form-block_form_btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-page_map-section {
    margin-bottom: 25px;
  }
  .contact-page_map-section_content {
    padding: 30px;
    margin-top: 50%;
  }
  .contact-page_map-section_content_address {
    max-width: 100%;
  }
  .div-block {
    padding-left: 20px;
  }
  .hero-section_content_h1 {
    margin-bottom: 0px;
    font-size: 2.9em;
  }
  .about-section_content_video_icon {
      left: 43%;
      margin-top: 35%;
  }

  .button {
      width: 100%;
  }

  .footer_infos_copy_links_item {
      line-height: 13px;
  }

  .footer_infos_copy_txt {
      line-height: 12px;
  }

  .join-section_list_item {
      width: 91%;
  }

  .didnt-section_content-box {
      align-items: center;
  }

  .button.careers-fixed.hover-orange.careers {
      margin-right: 14px;
      margin-bottom: 20px;
      width: 90%;
  }
}

.game-page_hero-section_content_icon {
  border-radius: 14px;
}

@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-bookitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-blackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museosansrounded 900';
  src: url('../otf/museosansrounded-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../otf/circularstd-mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}