@import "./animate.css"; /*** 

====================================================================
	Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  color: #595959;
  line-height: 35px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1215px;
  margin: 0 auto;
  padding: 0 60px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.wow.fadeIn,
.wow.fadeInUp {
  visibility: hidden;
}

h1 {
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 130px;
  line-height: 157px;
  color: #fff;
}
h1 span {
  display: inline-block;
  position: relative;
}

h2 {
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 65px;
  line-height: 79px;
  color: #515151;
}

h3 {
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #515151;
}
h3.sm {
  font-size: 35px;
  line-height: 50px;
  color: #595959;
  font-family: "Roboto", sans-serif;
}

h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #515151;
}
h4.mont {
  font-family: "Montserrat", sans-serif;
}
h4.reg {
  font-weight: 400;
}
h4.reg strong {
  font-weight: 600;
}

h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #515151;
}

h6 {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
}

p.sm {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
p.xsm {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

ul {
  padding-left: 25px;
}
ul li {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  list-style: disc;
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}

.wrapper {
  padding-top: 156px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.button.primary {
  font-family: "Fredoka One", cursive;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #fff;
  padding: 16px 24px;
  background: #5fad03;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.primary:hover {
  opacity: 0.8;
}

.os {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.os:hover {
  opacity: 0.8;
}
.os img {
  width: 100%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #5fad03;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.social:hover {
  opacity: 0.8;
}
.social:last-child {
  margin-right: 0;
}
.social img {
  width: 100%;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  padding: 60px 0;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-link {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #595959;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-right: 10px;
}
.footer__inner-link:last-child {
  margin-right: 0;
}
.footer__inner-link:hover {
  color: #5fad03;
}
.footer__inner-col {
  width: calc(50% - 10px);
}
.footer__inner-col h6 {
  margin-bottom: 26px;
}
.footer__inner-col p.sm {
  margin-bottom: 58px;
}
.footer__inner-col p.sm a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #595959;
}
.footer__inner-col p.sm a:hover {
  color: #5fad03;
}
.footer__inner-col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-col:nth-child(2) h6 {
  color: rgba(89, 89, 89, 0.5);
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-row p.sm {
  margin: 0 !important;
}

.header {
  padding: 60px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 101;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner-logo.detailLogo img.white {
  display: none;
}
.header.light .nav__inner-link {
  color: #fff;
}

.back {
  display: none;
}

.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  margin-left: 100px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #5fad03;
}
.nav__inner .flower {
  display: none;
}

.burger {
  display: none;
}

.intro {
  background-color: #90b9f1;
  background: url(../images/intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 200px 0 50px 0;
  overflow: hidden;
}
.intro h1 {
  max-width: 850px;
  margin: 0 auto;
}
.intro h1 span {
  display: block;
  position: relative;
  z-index: 1;
}
.intro h1 span .bee {
  position: absolute;
  left: 220px;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 85px;
}
.intro h1 span .bee img {
  width: 100%;
}
.intro h1 span:nth-child(1) {
  margin-left: 40px;
}
.intro h1 span:nth-child(3) {
  text-align: right;
}
.intro h1 span:nth-child(2) {
  margin-left: 40px;
}
.intro__group {
  width: 1660px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__group img {
  width: 100%;
}
.intro__group .mobile {
  display: none;
}

.roadmap {
  padding: 90px 0 25px 0;
  overflow: hidden;
}
.roadmap__header {
  max-width: 1000px;
  margin: 0 auto 120px auto;
  text-align: center;
}
.roadmap__header h3 {
  margin-bottom: 8px;
}
.roadmap__header h3:last-child {
  margin-bottom: 0;
}
.roadmap__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.roadmap__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.roadmapItem {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.roadmapItem::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/icons/leftCirc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 30%;
  right: 0;
}
.roadmapItem::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/icons/rightCirc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 30%;
  left: 0;
}
.roadmapItem:nth-child(1)::before {
  display: none;
}
.roadmapItem:nth-child(4)::after {
  display: none;
}
.roadmapItem:nth-child(5)::before, .roadmapItem:nth-child(6)::before, .roadmapItem:nth-child(7)::before {
  display: none;
}
.roadmapItem:nth-child(5)::after, .roadmapItem:nth-child(6)::after, .roadmapItem:nth-child(7)::after {
  display: none;
}
.roadmapItem h2 {
  color: #5fad03;
  margin-bottom: 12px;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.roadmapItem p {
  max-width: 210px;
  margin: 0 auto;
}

.work {
  background: url(../images/team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0 140px 0;
}
.work::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(29, 29, 29, 0.8);
}
.work__inner {
  position: relative;
}
.work__inner h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.work__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
  margin: 0 -40px 90px -40px;
}
.work__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workItem {
  width: calc(33.3% - 80px);
  margin: 12px 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.workItem__icon {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 12px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workItem__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.workItem h4 {
  color: #fff;
  margin-bottom: 18px;
}
.workItem p {
  color: #fff;
}

.game {
  padding: 60px 0;
}
.game h2 {
  margin-bottom: 30px;
  text-align: center;
}
.game__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gameItem {
  width: calc(33.3% - 70px);
  margin: 25px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gameItem__image {
  padding-bottom: 121%;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
}
.gameItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  left: 0;
  position: absolute;
}
.gameItem:hover .gameItem__image img {
  scale: 1.1;
}
.gameItem:hover h4 {
  color: #5fad03;
}
.gameItem h4 {
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.game__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.detail {
  padding: 60px 0;
}
.detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail__inner-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  overflow: hidden;
}
.detail__inner-image img {
  width: 100%;
}
.detail__inner-content {
  width: calc(50% - 30px);
  max-width: 525px;
}
.detail__inner-content h4 {
  margin-bottom: 48px;
}
.detail__inner-content ul {
  margin-bottom: 72px;
}
.detail__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail__btns .os {
  width: calc(50% - 13px);
}

.career {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.career h2 {
  text-align: center;
  margin-bottom: 30px;
}
.career__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.career__oops {
  text-align: center;
  max-width: 984px;
  margin: 0 auto;
}
.career__oops h4 {
  margin-bottom: 28px;
}
.career__oops h4.reg {
  margin-bottom: 70px;
}
.careerItem {
  width: calc(33.3% - 38px);
  margin: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2;
  padding: 30px 36px;
  border-radius: 45px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.careerItem:hover {
  background: #5fad03;
}
.careerItem:hover h3 {
  color: #fff;
}
.careerItem:hover .careerItem__more h5 {
  color: #fff;
}
.careerItem:hover .careerItem__more svg {
  color: #fff;
}
.careerItem h3 {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-bottom: 10px;
}
.careerItem__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.careerItem__more h5 {
  color: #515151;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.careerItem__more svg {
  width: 24px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #515151;
  height: 14px;
}
.careerInfo {
  padding: 60px 0;
}
.careerInfo__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.careerInfo__inner-col {
  width: calc(50% - 15px);
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.careerInfo h2 {
  margin-bottom: 48px;
}
.careerInfo h2 br {
  display: none;
}
.careerInfo__item {
  margin-bottom: 100px;
}
.careerInfo__item .button.primary {
  width: 100%;
  max-width: 400px;
}
.careerInfo__item h4 {
  margin-bottom: 30px;
}
.careerInfo__item ul {
  margin-bottom: 24px;
}
.careerInfo__item ul:last-child {
  margin-bottom: 0;
}
.careerInfo__item ul li {
  font-size: 22px;
  line-height: 30px;
}
.careerInfo__item ul li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.careerInfo__item ul li a:hover {
  color: #5fad03;
}
.careerInfo__item:last-child {
  margin-bottom: 0;
}
.careerInfo .social {
  width: 40px;
  height: 40px;
}
.career.career--oops {
  min-height: calc(100vh - 156px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 0 0;
  overflow: hidden;
}

.postMan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  margin: 0 auto;
  -webkit-transform: rotateY(180deg) rotateZ(-4deg);
          transform: rotateY(180deg) rotateZ(-4deg);
  margin-bottom: -20px;
}
.postMan img {
  width: 100%;
}

@media (max-width: 1400px) {
  .intro {
    padding: 180px 0 50px 0;
  }
  .intro__group {
    width: 1460px;
  }
  .intro h1 {
    max-width: 700px;
  }
  .intro h1 span .bee {
    left: 180px;
  }
}
@media (max-width: 1240px) {
  .auto__container {
    padding: 0 30px;
  }
  .wrapper {
    padding-top: 96px;
  }
  h1 {
    font-size: 100px;
    line-height: 120px;
  }
  h2 {
    font-size: 54px;
    line-height: 62px;
  }
  h3 {
    font-size: 36px;
    line-height: 42px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h5 {
    font-size: 17px;
    line-height: 23px;
  }
  ul li {
    font-size: 22px;
    line-height: 30px;
  }
  body {
    font-size: 22px;
    line-height: 30px;
  }
  .button.primary {
    font-size: 30px;
    line-height: 36px;
  }
  p.xsm {
    font-size: 13px;
    line-height: 15px;
  }
  .button.os {
    padding: 10px;
  }
  .button.os img {
    width: 30px;
    margin-right: 7px;
  }
  .header {
    padding: 30px 0;
  }
  .nav__inner-link {
    margin-left: 80px;
  }
  .intro {
    padding: 160px 0 50px 0;
  }
  .intro__group {
    width: 1340px;
  }
  .roadmap {
    padding: 60px 0 25px 0;
  }
  .roadmap__inner-row {
    margin: 0 -100px;
  }
  .roadmapItem {
    padding: 0 50px;
  }
  .roadmapItem h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .roadmapItem p {
    font-size: 20px;
    line-height: 30px;
  }
  .work {
    padding: 80px 0 120px 0;
  }
  .work__inner-row {
    margin: 0 -20px 60px -20px;
  }
  .workItem {
    width: calc(33.3% - 40px);
    margin: 10px 20px;
  }
  .game {
    padding: 50px 0;
  }
  .game__inner-row {
    margin: 0 -20px;
  }
  .gameItem {
    margin: 16px 20px;
    width: calc(33.3% - 40px);
  }
  .gameItem__image {
    border-radius: 50px;
  }
  .career {
    padding: 50px 0;
  }
  .career__inner-row {
    margin: 0 -20px;
  }
  .careerItem {
    padding: 24px;
    border-radius: 40px;
    margin: 15px;
    width: calc(33.3% - 30px);
  }
  .careerInfo h2 {
    margin-bottom: 24px;
  }
  .careerInfo__item {
    margin-bottom: 80px;
  }
  .careerInfo__item h4 {
    margin-bottom: 16px;
  }
  .careerInfo__item ul li {
    font-size: 20px;
    line-height: 24px;
  }
  .detail {
    padding: 50px 0;
  }
  .detail__inner-image {
    border-radius: 80px;
  }
  .detail__inner-content h4 {
    margin-bottom: 32px;
  }
  .detail__inner-content ul {
    margin-bottom: 54px;
  }
  .detail__btns .os {
    width: calc(50% - 8px);
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 54px 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-col {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .footer__inner-col:last-child {
    margin-bottom: 0;
  }
  .footer__inner-col h6 {
    margin: 0 0 16px 0;
  }
  .footer__inner-col h6:last-child {
    margin-bottom: 0;
  }
  .footer__inner-col p.sm {
    margin: 0;
  }
  h2 {
    font-size: 48px;
    line-height: 58px;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .button.primary {
    font-size: 24px;
    line-height: 28px;
  }
  ul li {
    font-size: 20px;
    line-height: 28px;
  }
  body {
    font-size: 20px;
    line-height: 28px;
  }
  .intro {
    padding: 140px 0 50px 0;
  }
  .intro h1 {
    max-width: 540px;
  }
  .intro__group {
    width: 1100px;
  }
  .roadmap__inner-row {
    margin: 0 -80px;
  }
  .roadmapItem {
    padding: 0 30px;
  }
  .roadmapItem h2 {
    margin-bottom: 6px;
  }
  .roadmapItem p {
    font-size: 16px;
    line-height: 24px;
  }
  .roadmapItem::before {
    width: 80px;
    height: 80px;
  }
  .roadmapItem::after {
    width: 80px;
    height: 80px;
  }
  .work {
    padding: 60px 0 100px 0;
  }
  .work__inner-row {
    margin: 0 -10px 60px -10px;
  }
  .workItem {
    width: calc(33.3% - 20px);
    margin: 10px 10px;
  }
  .game__inner-row {
    margin: 0 -10px;
  }
  .gameItem {
    width: calc(33.3% - 20px);
    margin: 16px 10px;
  }
  .gameItem__image {
    border-radius: 40px;
  }
  .career__inner-row {
    margin: 0 -10px;
  }
  .careerItem {
    width: calc(33.3% - 20px);
    margin: 10px;
    padding: 16px;
    border-radius: 20px;
  }
  .careerInfo__item {
    margin-bottom: 60px;
  }
  .career.career--oops {
    min-height: calc(100vh - 96px);
  }
  .detail__inner-content h4 {
    margin-bottom: 16px;
  }
  .detail__inner-content ul {
    margin-bottom: 16px;
  }
}
@media (max-width: 840px) {
  .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
  }
  .back img {
    width: 40px;
  }
  .header {
    padding: 22px 0;
  }
  .header__inner-logo {
    width: 180px;
  }
  .header__inner-logo.detailLogo img {
    display: none;
  }
  .header__inner-logo.detailLogo img.white {
    display: block;
  }
  body.active {
    overflow: hidden;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    z-index: 9;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 430px;
    z-index: 1;
    padding: 120px 0 0 0;
    height: 100%;
    overflow-y: auto;
    background: #5fad03;
  }
  .nav__inner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav__inner::-webkit-scrollbar {
    display: none;
  }
  .nav__inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav__inner .flower {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    position: relative;
  }
  .nav__inner .flower::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 320px;
    border-radius: 50% 50% 0 0;
    background: #fff;
  }
  .nav__inner .flower__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 230px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 2;
  }
  .nav__inner .flower__image img {
    width: 100%;
  }
  .nav__inner .flower__bee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 80px;
    position: absolute;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    right: 10%;
    top: 0;
  }
  .nav__inner .flower__bee img {
    width: 100%;
  }
  .nav__inner ::-webkit-scrollbar {
    display: none;
  }
  .nav__inner-link {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 48px 0;
    text-align: center;
  }
  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 24px;
    height: 46px;
    z-index: 101;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 30%;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 30%;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    display: none;
  }
  .burger.active span {
    width: 40px;
    height: 40px;
    background: url(../images/icons/backW.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .burger.active::after {
    display: none;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h1 {
    font-size: 80px;
    line-height: 100px;
  }
  h3.sm {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .button.primary {
    font-size: 22px;
    line-height: 26px;
  }
  .wrapper {
    padding-top: 90px;
  }
  .intro__group {
    width: 840px;
  }
  .roadmap__header {
    margin-bottom: 90px;
  }
  .roadmap__inner-row {
    margin: 0 -50px;
  }
  .roadmapItem {
    padding: 0 40px;
  }
  .roadmapItem h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .roadmapItem p {
    font-size: 14px;
    line-height: 20px;
  }
  .roadmapItem::before {
    width: 60px;
    height: 60px;
  }
  .roadmapItem::after {
    width: 60px;
    height: 60px;
  }
  .work__inner-row {
    margin: 0 -20px 60px -20px;
  }
  .workItem {
    width: calc(50% - 40px);
    margin: 10px 20px;
  }
  .workItem__icon {
    width: 70px;
    height: 70px;
  }
  .career {
    padding: 50px 0;
  }
  .career__inner-row {
    margin: 0 -20px;
  }
  .careerItem {
    padding: 24px;
    border-radius: 40px;
    margin: 15px;
    width: calc(50% - 30px);
  }
  .careerInfo {
    padding: 50px 0;
  }
  .careerInfo__item {
    margin-bottom: 40px;
  }
  .career.career--oops {
    min-height: calc(100vh - 90px);
    padding-top: 50px;
  }
  .detail {
    padding: 0;
    margin-bottom: -40px;
    margin-top: -90px;
  }
  .detail .auto__container {
    padding: 0;
  }
  .detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail__inner-content {
    width: 100%;
    max-width: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 32px;
    position: relative;
    background: #fff;
    border-radius: 25px 25px 0 0;
    top: -40px;
    z-index: 2;
  }
  .detail__inner-image {
    width: 100%;
    border-radius: 0;
    position: relative;
    padding-bottom: 80%;
  }
  .detail__inner-image::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .detail__inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .detail__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 460px;
  }
  .detail__btns .os {
    width: calc(50% - 10px);
    margin: 0;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 75px;
    line-height: 85px;
  }
  .footer__inner-link {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__inner-col h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__inner-col p.sm {
    font-size: 12px;
    line-height: 16px;
  }
  .intro {
    padding: 140px 0 540px 0;
  }
  .intro h1 span {
    margin: 0 !important;
    text-align: left !important;
  }
  .intro h1 span .bee {
    width: 60px;
  }
  .intro__group {
    width: 658px;
    left: 50%;
  }
  .intro__group img {
    display: none;
  }
  .intro__group .mobile {
    display: block;
  }
  .roadmap {
    padding: 50px 0 25px 0;
  }
  .roadmap__header {
    margin-bottom: 80px;
  }
  .roadmap__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .roadmapItem {
    padding: 0;
    width: 50%;
    margin-bottom: 90px;
  }
  .roadmapItem:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .roadmapItem:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .roadmapItem:nth-child(5)::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .roadmapItem:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .roadmapItem:nth-child(6) {
    margin-left: auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .roadmapItem:nth-child(6)::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .roadmapItem:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .roadmapItem:nth-child(7) {
    margin-left: auto;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .roadmapItem:nth-child(7)::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .roadmapItem:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    margin-bottom: 0;
  }
  .roadmapItem:nth-child(4)::before {
    display: none;
  }
  .roadmapItem:nth-child(4)::after {
    display: none;
  }
  .roadmapItem::before {
    width: 110px;
    height: 110px;
    left: unset;
    right: calc(100% + 20px);
  }
  .roadmapItem::after {
    width: 110px;
    height: 110px;
    right: unset;
    left: calc(100% + 20px);
  }
  .roadmapItem h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .roadmapItem p {
    font-size: 20px;
    line-height: 26px;
  }
  .roadmapItem p br {
    display: none;
  }
  .gameItem {
    width: calc(50% - 20px);
    margin: 16px 10px;
  }
  .index--game .gameItem:nth-child(3) {
    display: none;
  }
  .career__inner-row {
    margin: 0 -10px;
  }
  .careerItem {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 16px;
    border-radius: 20px;
  }
  .careerItem h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .careerInfo {
    padding: 0 0 30px 0;
  }
  .careerInfo .button.primary {
    margin: 40px auto 0 auto;
    display: block;
    max-width: 165px;
  }
  .careerInfo__item {
    margin-bottom: 20px;
  }
  .careerInfo__item h4 {
    margin-bottom: 30px;
  }
  .careerInfo__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .careerInfo__inner-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .detail--game h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: left;
  }
  .detail--game .gameItem:nth-child(3) {
    display: none;
  }
}
@media (max-width: 540px) {
  .header__inner-logo {
    width: 144px;
  }
  h1 {
    font-size: 54px;
    line-height: 64px;
  }
  ul li {
    font-size: 17px;
    line-height: 23px;
  }
  h3.sm {
    font-size: 25px;
    line-height: 30px;
  }
  h4 {
    font-size: 17px;
    line-height: 23px;
  }
  body {
    line-height: 23px;
    font-size: 17px;
  }
  .button.primary {
    font-size: 20px;
    line-height: 26px;
  }
  .intro {
    padding: 140px 0 450px 0;
  }
  .intro h1 span .bee {
    left: 160px;
  }
  .intro__group {
    width: 540px;
    left: 55%;
  }
  .roadmapItem::before {
    right: 100%;
  }
  .roadmapItem::after {
    left: 100%;
  }
  .roadmapItem h2 {
    font-size: 54px;
    line-height: 62px;
  }
  .roadmapItem p {
    font-size: 18px;
    line-height: 24px;
  }
  .work {
    padding: 52px 0 62px 0;
  }
  .work__inner h2 {
    max-width: 260px;
    margin: 0 auto 40px auto;
  }
  .work__inner-row {
    margin: 0 0 40px 0;
  }
  .workItem {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .workItem__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 3px;
  }
  .gameItem {
    width: calc(50% - 16px);
    margin: 5px 8px;
  }
  .gameItem h4 {
    padding: 7px 0;
  }
  .career__inner-row {
    margin: 0;
  }
  .careerItem {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 40px 32px;
    border-radius: 40px;
  }
  .careerItem:last-child {
    margin: 0;
  }
  .careerItem h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .career__oops h2 {
    margin-bottom: 45px;
  }
  .career__oops h4 {
    margin-bottom: 16px;
  }
  .career__oops h4.reg {
    margin-bottom: 35px;
  }
  .postMan {
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (max-width: 380px) {
  .auto__container {
    padding: 0 16px;
  }
  .intro {
    padding-top: 120px;
  }
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
}