@font-face {
    font-family: "Dharma";
    src: url('../fonts/DharmaGothicE-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DharmaGothicE-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DharmaGothicE-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/DharmaGothicE-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DharmaGothicE-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
         font-weight: 400;
}
@font-face {
    font-family: "Dharma";
    src: url('../fonts/DharmaGothicE-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DharmaGothicE-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DharmaGothicE-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/DharmaGothicE-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DharmaGothicE-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
         font-weight: 700;
}

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    color: #F2F2F2;
    background: #0B0A20;
    font-family: 'Dharma', sans-serif;
    font-family: 'Gantari', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.grid-container {
    width: 100%;
    max-width: 1250px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 5;
}
.grid-container.grid-container-wide {
    max-width: 1420px;
}
.grid-container.grid-container-sm {
    max-width: 650px;
}
.grid-container.grid-container-full {
    max-width: 1920px;
    padding-left: 48px;
    padding-right: 48px;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}

.invi {
	visibility: hidden;
	opacity: 0;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.object-fit {
	position: relative;
}

.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}

.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

/* preloader */

.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 16px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}

.hamburger-inner {
    width: 12px;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
    left: -4px;
}

.hamburger-inner:before {
    top: -6px;
}

.hamburger-inner:after {
    bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
    width: 16px;
    left: -4px;
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
    left: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    left: 0;
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

/* home */

.reg-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.title-104 {
    font-family: 'Dharma', sans-serif;
    font-weight: 700;
    font-size: 104px;
    line-height: 0.85;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.intro-main-button {
    margin-top: 64px;
}

.btn-red,
.btn-red:focus,
.btn-red:active {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F2F2F2;
    padding: 14px 16px 14px 28px;
    background: #C42127;
    border-radius: 4px 0 0 4px;
    position: relative;
    transition: 0.2s;
}
.btn-red:hover {
    color: #F2F2F2;
    background: #961318;
}

.btn-red:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 48px solid #C42127;
    border-right: 12px solid transparent;
    transition: 0.2s;
}
.btn-red:hover:before {
    border-top: 48px solid #961318;
    border-right: 12px solid transparent;
}

.btn-red:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(100% + 2px);
    width: 14px;
    height: 37px;
    border-bottom-right-radius: 4px;
    background: #C42127;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    /* border-bottom: 37px solid #C42127;
    border-left: 14px solid transparent; */
    transition: 0.2s;
}
.btn-red:hover:after {
    background: #961318;
    /* border-bottom: 37px solid #961318;
    border-left: 14px solid transparent; */
}

.intro-main-section {
    min-height: calc(100vh - 80px);
    padding: 150px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    position: relative;
    /* padding-bottom: 96px; */
}
.intro-main-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+33,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 33%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.intro-main-hold {
    padding-left: 100px;
    position: relative;
}
.intro-main-hold:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100vh - 80px - 240px);
    min-height: 130%;
    width: 1px;
    background: radial-gradient(47.5% 47.5% at 50% 50%, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
    opacity: 0;
    transition: 0.5s;
}
.intro-main-hold.close:before {
    opacity: 1;
}


.has-video.object-fit {
    overflow: hidden;
}

.has-video.object-fit video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.has-video.object-fit.vertical video {
    height: 100%;
    width: auto;
}
.has-video.object-fit.horizontal video {
    height: auto;
    width: 100%;
}

.intro-main-section video {
    width: 100%;
}


.title-64 {
    font-family: 'Dharma', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    text-transform: uppercase;
}

.text-14 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

.tt-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.tt-left {
    width: 50%;
    padding-right: 8%;
}
.tt-right {
    width: 50%;
    padding-left: 15px;
}

.studios-section {
    padding: 96px 0  104px;
}
.studios-section .tt-hold {
    margin-bottom: 50px;
}

.tb-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tb-left {
    max-width: calc(100% - 150px);
}
.tb-right {
    padding-right: 16px;
}

.join-section {
    padding-bottom: 112px;
}

.join-section .tb-hold {
    margin-bottom: 40px;
}

.careers-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 15px);
    margin-bottom: -15px;
}
.careers-list ul li {
    width: calc(25% - 15px);
    min-width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.careers-list ul li a {
    display: block;
    min-height: 100%;
    background: rgba(118, 118, 118, 0.2);
    padding: 32px 24px 54px;
    color: #F2F2F2;
    position: relative;
    transition: 0.2s;
}
.careers-list ul li a:hover {
    opacity: 0.8;
}
.careers-list ul li a > span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    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;
}
.careers-list ul li a > span img {
    max-width: 20px;
    max-height: 20px;
}

.title-20 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.careers-list ul li a .title-20 {
    margin-bottom: 12px;
}

.careers-list-info {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #F2F2F2;
    opacity: 0.6;
    margin-bottom: 16px;
}

.careers-list-link {
    margin-top: 32px;
}

.link-simple,
.link-simple:focus,
.link-simple:active {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-decoration: underline;
    color: #F2F2F2;
    transition: 0.2s;
}
.link-simple:hover {
    color: #F2F2F2;
    opacity: 0.6;
}
a:hover .link-simple {
    opacity: 0.6;
}

.link-simple-more,
.link-simple-more:focus,
.link-simple-more:active {
    display: inline-block;
    position: relative;
    padding-right: 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-decoration: underline;
    color: #F2F2F2;
    transition: 0.2s;
}
.link-simple-more:hover {
    color: #F2F2F2;
    opacity: 0.6;
}
a:hover .link-simple-more {
    opacity: 0.6;
}
.link-simple-more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 9px;
    height: 6px;
    background: url(../img/icon-more.svg) no-repeat center center / 100% 100%;
}

.link-email,
.link-email:focus,
.link-email:active {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-decoration: underline;
    color: #F2F2F2;
    transition: 0.2s;
}
.link-email:hover {
    color: #F2F2F2;
    opacity: 0.6;
}
a:hover .link-email {
    opacity: 0.6;
}
.link-email:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 9px;
    background: url(../img/icon-mail.svg) no-repeat center center / 100% 100%;
}

.studios-hold ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.studios-hold ul li:nth-child(2n+1) {
    width: calc(46% - 11px);
    margin-right: 14px;
}

.studios-hold ul li:nth-child(2n) {
    width: calc(54% - 3px);
}

.studio-item-image-hold {
    margin-bottom: 28px;
}

.studios-hold ul li:nth-child(2n+1) .studio-item-image-hold {
    width: calc(100% + 60px);
    margin-top: 17px;
}
.studios-hold ul li:nth-child(2n+1) .studio-item-image {
    padding-bottom: 78.57%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 56px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 56px) 100%, 0% 100%);

}

.studios-hold ul li:nth-child(2n) .studio-item-image {
    padding-bottom: 82.166%;
    -webkit-clip-path: polygon(63px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(63px 0%, 100% 0, 100% 100%, 0% 100%);
}
.studio-item-image {
    transition: 0.2s;
}
.studios-hold ul li a:hover .studio-item-image {
    opacity: 0.8;
}

.studio-item-title {
   display: block;
   padding-bottom: 28px;
   position: relative;
}
.studio-item-title:after {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   bottom: 0;
   height: 1px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,d9d9d9+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(217,217,217,1) 0%, rgba(217,217,217,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(217,217,217,1) 0%,rgba(217,217,217,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(217,217,217,1) 0%,rgba(217,217,217,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#00d9d9d9',GradientType=1 ); /* IE6-9 */

}

.link-white-arrow,
.link-white-arrow:focus,
.link-white-arrow:active {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F2F2F2;
    padding-right: 28px;
    position: relative;
    transition: 0.2s;
}
.link-white-arrow:hover {
    color: #F2F2F2;
    opacity: 0.6;
}

a:hover .link-white-arrow {
    opacity: 0.6;
}
.link-white-arrow:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 9px;
    background: url(../img/arrow-white-right.svg) no-repeat center center / 100% 100%;
    right: 0;
    top: 5px
}

.cta-section {
    padding: 80px 0 72px;
    color: #100F22;
}

.cta-hold {
    max-width: 470px;
}
.cta-section > img {
    -webkit-object-position: top center;
    object-position: top center;
}

.cta-hold .title-64 {
    margin-bottom: 16px;
}

.cta-button {
    margin-top: 82px;
}

.cta-section-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px); */
    -webkit-transform: translate(0px, -32px);
    -moz-transform: translate(0px, -32px);
    transform: translate(0px, -32px);
    /* transition: 1s 0.1s cubic-bezier(0.33, 1, 0.68, 1); */
}
.cta-section.in-view .cta-section-shape {
}
.cta-section-shape > img {
    -webkit-object-position: top center;
    object-position: top center;
}

.cta-avatar {
    position: absolute;
    width: 100%;
    max-width: 345px;
    top: 45%;
    left: 64%;
    transform: translateY(-50%);
}
.cta-avatar img {
    animation-name: flo;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes flo{
    0%{
      transform: translateY(0px);
    }
    50%{
      transform: translateY(30px);
    }
    100%{
      transform: translateY(0px);
    }
}
@keyframes flo{
    0%{
      transform: translateY(0px);
    }
    50%{
      transform: translateY(30px);
    }
    100%{
      transform: translateY(0px);
    }
}

.cta-avatar:after {
    content: '';
    position: absolute;
    left: 36%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
    width: 194px;
    height: 19px;
    background: rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    filter: blur(12.5px);
    animation-name: floo;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes floo{
    0%{
        background: rgba(0, 0, 0, 0.26);
    }
    50%{
        background: rgba(0, 0, 0, 0.5);
    }
    100%{
        background: rgba(0, 0, 0, 0.26);
    }
}
@keyframes floo{
    0%{
        background: rgba(0, 0, 0, 0.26);
    }
    50%{
        background: rgba(0, 0, 0, 0.5);
    }
    100%{
        background: rgba(0, 0, 0, 0.26);
    }
}

.games-section {
    padding: 112px 0 80px;
}

.games-section .tb-hold {
    margin-bottom: 28px;
}

.bg-home {
    /* background: url(../img/bg-home.jpg) no-repeat center center; */
    background: url(../img/bg-home.png) no-repeat center center;
    background-size: cover;
    margin-top: -150px;
    padding-top: 150px;
}
.bg-about {
    /* background: url(../img/bg-about.jpg) no-repeat center center; */
	background: url(../img/bg-home.png) no-repeat center center;
    background-size: cover;
    margin-top: -150px;
    padding-top: 150px;
}
.bg-games {
    /* background: url(../img/bg-about.jpg) no-repeat top center; */
	background: url(../img/bg-home.png) no-repeat center center;
    background-size: 100% auto
}
.bg-game {
    /* background: url(../img/bg-about.jpg) no-repeat top center; */
	background: url(../img/bg-home.png) no-repeat center center;
    background-size: cover
}

.bg-career {
    /* background: url(../img/bg-home.jpg) no-repeat center center; */
    background: url(../img/bg-home.png) no-repeat center center;
    background-size: cover;
}
.bg-career-single {
    /* background: url(../img/bg-career.jpg) no-repeat center center; */
	background: url(../img/bg-home.png) no-repeat center center;
    background-size: cover;
}
.bg-studio {
    /* background: url(../img/bg-studio.jpg) no-repeat center center; */
	background: url(../img/bg-home.png) no-repeat center center;
    background-size: cover;
}

.games-hold ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap; */
}
.games-hold ul li:nth-child(1) {
    width: calc(29.66% - 15px);
    margin-right: 15px;
}
.games-hold ul li:nth-child(2) {
    width: calc(33.85% - 15px);
    margin-right: 10px;
    margin-left: 5px;
    transition: 0.3s;
}
.games-hold ul li:nth-child(3) {
    width: 36.49%;
}

.games-hold ul li:nth-child(1).active:hover {
    width: calc(34% - 15px);
}
.games-hold ul li:nth-child(2).active:hover {
    width: calc(39% - 15px);
}
.games-hold ul li:nth-child(3).active:hover {
    width: calc(42% - 15px);
}

.game-image img {
    /* transition:  0.4s cubic-bezier(0.5, 1, 0.89, 1); */
}
.games-hold ul li:nth-child(2):hover .game-image img {
    /* transform: scale(1.1); */
}

.games-hold ul li:nth-child(1) .game-image-hold {
    margin-top: 20px;
    width: calc(100% + 45px);
}
.games-hold ul li:nth-child(2) .game-image-hold {
    width: calc(100% + 45px);
}
.games-hold ul li:nth-child(3) .game-image-hold {
    margin-top: 50px;
    /* width: calc(100% + 50px); */
    /* margin-left: -50px; */
}
.games-hold ul li:nth-child(1) .game-image {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    padding-bottom: 122.55%;
}
.games-hold ul li:nth-child(2) .game-image {
    -webkit-clip-path: polygon(50px 0, 100% 0,  calc(100% - 50px) 100%, 0% 100%);
    clip-path: polygon(50px 0, 100% 0,  calc(100% - 50px) 100%, 0% 100%);
    padding-bottom: 101.64%;
}
.games-hold ul li:nth-child(3) .game-image {
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 101.4%;
}

.game-link {
    padding: 24px 0 28px;
    position: relative;
    width: calc(100% - 30px);
}
.game-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,d9d9d9+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(217,217,217,1) 0%, rgba(217,217,217,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(217,217,217,1) 0%,rgba(217,217,217,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(217,217,217,1) 0%,rgba(217,217,217,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#00d9d9d9',GradientType=1 ); /* IE6-9 */

}

.testimonials-section {
    padding: 100px 0 160px;
}

.testimonials-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.testimonials-left {
    width: 40%;
}

.testimonials-left .title-64 {
    margin-bottom: 64px;
}

.testimonials-right {
    width: 60%;
    padding-right: 8%;
    -webkit-clip-path: polygon(0% 0%, 104% 0%, 73% 108%, 0% 100%);
    clip-path: polygon(0% 0%, 104% 0%, 73% 108%, 0% 100%);
    overflow: hidden;
    position: relative;
    top: -50px;
}

.tc-image-hold {
    padding-left: 10%;
    /* padding-right: 10%; */
    position: relative;
}

.tc-image-bg {
    position: absolute;
    top: 15%;
    left: 10%;
    right: -20%;
    width: 110%;
    height: 85%;
    transform-origin: bottom right;
    bottom: 0;
    background: rgb(46,121,208);
    background: -moz-linear-gradient(162deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    background: -webkit-linear-gradient(162deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    background: linear-gradient(162deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e79d0",endColorstr="#2e79d0",GradientType=1);

    /* transform: skewX(-28deg); */
    /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
    -webkit-clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tc-text {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #F2F2F2;
}

.tc-author {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #F2F2F2;
    opacity: 0.6;
}


.tc-counter {
    margin-top: 64px;
    width: 114px;
    text-align: center;
}

.testimonials-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: -85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 100px;
}


.tc-image img {
    opacity: 0;
    transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    /* transform: translate(-20px,200px), scale(0.5); */
    /* animation: slideout 0.5s forwards; */
    transform: translate(100px, 60px) scale(0.8);
}
.tc-image img.so {
    opacity: 0;
    transform: translate(-40px,120px) scale(0.6);
    transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.tc-image img.active {
    opacity: 1;
    z-index: 2;
    transform: translate(0px, 1px) scale(1);
}

.tc-image {
    padding-bottom: 102.12%;
    /* -webkit-clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
    clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%); */
}
.tc-image img.active {
    /* animation: slidein 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards; */
}

main {
    position: relative;
    overflow: hidden;
}


@keyframes slidein {
    from {
      transform: translate(100px, 60px) scale(0.8);
    }
  
    to {
      transform: translate(0px, 1px) scale(1);
    }
}

@keyframes slideout {
    from {
      transform: translate(0px, 0px) scale(1);
    }
  
    to {
      transform: translate(-20px,200px) scale(0.5);
    }
}


footer {
    padding: 58px 0 40px;
}

.footer-top {
    padding-bottom: 58px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.1);
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}


.footer-logo {
    width: 34%;
}

.footer-grid {
    width: 33%;
    padding-top: 10px;
}

.footer-nav ul li {
    margin-bottom: 2px;
}

.footer-nav ul li:last-child {
    margin-bottom: 0px;
}

.footer-nav ul li a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #F2F2F2;
    position: relative;
    transition: 0.2s;
}
.footer-nav ul li a:hover {
    opacity: 0.6;
}
.footer-nav ul li.remote a,
.footer-nav ul li a.remote {
    padding-right: 22px;
}

.footer-nav ul li.remote a:after,
.footer-nav ul li a.remote:after {
    content: '';
    position: absolute;
    right: 0;
    width: 12px;
    height: 13px;
    background: url(../img/icon-remote.svg) no-repeat center center / 100% 100%;
    top: 4px;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.copyrights {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    opacity: 0.8;
}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials ul li:not(:last-child){
    margin-right: 24px;
}

.socials ul li a {
    opacity: 1;
    transition: 0.2s;
}

.socials ul li a:hover {
    opacity: 0.8;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    padding: 28px 0;
    transition: 0.2s ease-in-out;
}

header.hscrolled {
    padding: 20px 0;
    background: #0B0A20;
}
header.scrollUp {
    transform: translateY(-100%);
}
header.nav-active {
    transform: translateY(0%);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav ul li {
    margin-right: 34px;
}

.nav ul li:last-child {
    margin-right: 0px;
}
.nav ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F2F2F2;
    position: relative;
    overflow: hidden;
    transition: .2s;
}
.nav ul li a:hover {
    color: #F2F2F2;
}

.nav ul li a span {
    display: inline-block;
    white-space: nowrap;
    transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);;
}
.nav ul li a:after {
    content: attr(data-link);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 25px));
    white-space: nowrap;
    transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);;
}

.nav ul li a:hover span {
    transform: translateY(25px);
    transition: transform .4s cubic-bezier(0.32, 0, 0.67, 0);
}
.nav ul li a:hover:after {
    transform: translate(-50%, calc(-50% + 0px));
    transition: transform .4s .1s cubic-bezier(0.32, 0, 0.67, 0);
}

.header-right .socials {
    margin-left: 32px;
    margin-top: -4px;
}
.header-right .socials ul li {
    margin-right: 20px;
}
.header-right .socials ul li:last-child {
    margin-right: 0px;
}

.careers-carousel-item {
    height: 100%;
}

.careers-carousel-item a {
    display: block;
    min-height: 100%;
    background: rgba(118, 118, 118, 0.2);
    padding: 32px 24px 56px;
    color: #F2F2F2;
    position: relative;
}
.careers-carousel-item a > span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    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;
}
.careers-carousel-item a > span img {
    max-width: 20px;
    max-height: 20px;
}
.careers-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob-nav-hold {
    position: fixed;
    z-index: 400;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: auto;
    padding: 150px 0 40px;
    background: #0B0A20;
    left: 0;
    width: 296px;
    max-width: calc(100% - 60px);
    transform: translateX(-100%);
    transition: 0.4s;
}

.mob-nav-hold.close {
    transform: translateX(0%);
}

.mob-nav-hold:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,d9d9d9+100&0+0,0.22+100 */
    background: -moz-linear-gradient(top,  rgba(217,217,217,0) 0%, rgba(217,217,217,0.22) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(217,217,217,0) 0%,rgba(217,217,217,0.22) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(217,217,217,0) 0%,rgba(217,217,217,0.22) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9d9d9', endColorstr='#38d9d9d9',GradientType=0 ); /* IE6-9 */

}

.mob-nav {
    padding-left: 12px;
}
.mob-nav ul li {
    margin-bottom: 32px;
}
.mob-nav ul li:last-child {
    margin-bottom: 0px;
}

.mob-nav ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F2F2F2;
}

.mob-nav-hold .socials {
    padding-left: 16px;
    margin-top: 40px;
}

.intro-main-hold .text-14 {
    max-width: 370px;
    margin-top: 32px;
}

.about-section {
    padding: 96px 0 92px;
}

.about-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.about-left {
    width: 50%;
    padding-right: 10%;
}

.about-left .title-64 {
    margin-bottom: 16px;
}

.about-button {
    margin-top: 80px;
}

.about-right {
    width: 50%;
    position: relative;
}
.about-right:before {
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 55px;
    width: calc(100% + (100vw - 1250px) / 2);
    height: 100%;
    transform-origin: bottom right;
    background: rgb(46,121,208);
    background: -moz-linear-gradient(170deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    background: -webkit-linear-gradient(170deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    background: linear-gradient(170deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e79d0",endColorstr="#2e79d0",GradientType=1);
    transform: skewX(-30deg);
}

.about-image {
    max-width: 491px;
    position: relative;
    z-index: 5;
}

.about-image-rock {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 222px;
    transform: translate(0,50%);
}

.history-section {
    padding: 80px 0 128px;
}

.hc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 110px;
    position: relative;
}
.hc-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 110px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&0+0,0.6+50,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    width: 1px;
    height: 330px;
    transform: skewX(-17deg) translateY(-50%);
}

.hc-item-year {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hc-item-title {
    font-family: 'Dharma', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hc-item-text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.hc-item-left {
    padding-right: 40px;
    max-width: 300px;
}

.hc-item-right {
    width: 210px;
    height: 152px;
    position: relative;
    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;
}

.hc-item-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(118, 118, 118, 0.2);
    transform: skewX(-17deg);
}
.hc-item-right img {
    position: relative;
    z-index: 5;
    max-width: 110px;
    max-height: 48px;
}

.history-section .title-64 {
    margin-bottom: 96px;
}

.history-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.history-carousel .owl-nav {
    position: absolute;
    top: -150px;
    right: 0;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.history-carousel.owl-carousel .owl-nav button.owl-next, 
.history-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 40px;
    background: #C42127;
    border-radius: 2px;
    transform: skewX(-17deg);
    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;
    transition: 0.2s;
}
.history-carousel.owl-carousel .owl-nav button.owl-next:hover, 
.history-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #961318;
}

.history-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 8px;
}

.history-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 113px;
    width: 200%;
    /* background: rgba(118, 118, 118, 0.2); */
    /* clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%); */
}


.history-carousel.owl-carousel button.owl-dot {
    width: 100%;
    height: 12px;
    background: rgba(118, 118, 118, 0.2);
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
    position: relative;
    transition: 0.2s;
}
.history-carousel.owl-carousel button.owl-dot:hover {
    background: rgba(255, 255, 255, 0.3);
}

.history-carousel.owl-carousel button.owl-dot.active {
    background: rgba(255, 255, 255, 1);
}
.history-carousel.owl-carousel button.owl-dot span {
    display: none;
}

.features-section {
    padding: 168px 0 158px;
    color: #0B0A20;
    background: -webkit-linear-gradient(262.54deg, #EBEEFD 62.74%, rgba(235, 238, 253, 0) 342.22%);
    background: linear-gradient(262.54deg, #EBEEFD 62.74%, rgba(235, 238, 253, 0) 342.22%);
}

.features-section .title-64 {
    margin-bottom: 56px;
}

.features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: -48px;
}

.features ul li {
    width: 25.333%;
    min-width: 25.333%;
    margin-right: 8%;
    margin-bottom: 48px;
    position: relative;
}
.features ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -9%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#83b6db+0,83b6db+50,83b6db+100&0+0,0.6+50,0+100 */
    background: -moz-linear-gradient(top,  rgba(131,182,219,0) 0%, rgba(131,182,219,0.6) 50%, rgba(131,182,219,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(131,182,219,0) 0%,rgba(131,182,219,0.6) 50%,rgba(131,182,219,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(131,182,219,0) 0%,rgba(131,182,219,0.6) 50%,rgba(131,182,219,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083b6db', endColorstr='#0083b6db',GradientType=0 ); /* IE6-9 */

    width: 1px;
    height: 110%;
    transform: skewX(-13deg) translateY(-50%);
}
.features ul li:nth-child(3n) {
    margin-right: 0;
}
.features ul li:last-child:after {
    display: none;
}
.features ul li:nth-child(3n):after {
    display: none;
}

.feature-icon {
    /* height: 88px;
    margin-bottom: 4px; */
    height: 64px;
    margin-bottom: 16px;
}

.feature-icon img {
    max-height: 100%;
}

.feature-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.feature-text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.stats-section {
    padding: 212px 0 112px;
}

.stats-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.stats-left {
    width: 38%;
}
.stats-middle {
    width: 37%;
    padding-left: 2%;
    padding-right: 4%;
    padding-left: 2%;
    padding-right: 0%;
    margin-top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}
.stats-right {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


.stats-left .title-64 {
    margin-bottom: 16px;
}
.stats-button {
    margin-top: 64px;
}

.stats-item {
    font-family: 'Dharma', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.stats-item > span {
    display: block;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.stats-middle {
    position: relative;
}
.stats-middle:before {
    content: '';
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 60%;
    transform-origin: bottom right;
    background: rgb(46,121,208);
    background: -moz-linear-gradient(170deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    background: -webkit-linear-gradient(170deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    background: linear-gradient(170deg, rgba(46,121,208,0) 10%, rgba(46,121,208,0.6026785714285714) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e79d0",endColorstr="#2e79d0",GradientType=1);
    transform: skewX(-12deg);
}

.stats-image {
    position: relative;
    z-index: 5;
}

.page-template-tp-about .history-section {
    background: -webkit-linear-gradient(270deg, rgba(16, 15, 34, 0.8) 5.43%, rgba(16, 15, 34, 0) 47.92%);
    background: linear-gradient(270deg, rgba(16, 15, 34, 0.8) 5.43%, rgba(16, 15, 34, 0) 47.92%);
    
}
.page-template-tp-about .testimonials-section {
    background: #100F22;
    padding: 80px 0 80px;
}

section.last-section {
    padding: 112px 0 160px;
}
section.last-section-bottom {
    padding-bottom: 160px;
}

.stats-list {
    margin-bottom: -32px;
}

.stats-right .stats-list {
    max-width: 240px;
}

.owl-item:last-child .hc-item:After {
    display: none;
}

.history-carousel-hold {
    width: 50%;
    position: relative;
}

.history-carousel-hold:after {
    content: '';
    position: absolute;
    right: calc(-100% - (100vw - 1170px) / 2);
    width: 200%;
    top: -90px;
    bottom: 20px;
    height: calc(100% + 70px);
    z-index: 5;
    pointer-events: none;
    background: -webkit-linear-gradient(270deg, rgba(16, 15, 34, 0.8) 5.43%, rgba(16, 15, 34, 0) 47.92%);
    background: linear-gradient(270deg, rgba(16, 15, 34, 0.8) 5.43%, rgba(16, 15, 34, 0) 47.92%);
}

.games-section.games-as-intro-section {
    padding-top: 184px;
}

.games-section.games-as-intro-section .tb-hold {
    margin-bottom: 40px;
}

.bg-games .stats-section {
    padding-bottom: 160px;
}

.gallery-section {
    padding: 96px 0 112px;
}

.gallery-section .title-64 {
    margin-bottom: 40px;
}

.gc-item {
    width: 429px;
}
.gc-item a {
    display: block;
    padding-bottom: 100%;
}
.gc-item a.has-video {
}
.gc-item a.has-video span {
    position: absolute;
    padding-top: 76px;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFF;
    z-index: 5;
}
.gc-item a.has-video span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: 0.2s;
}
.gc-item a.has-video:hover span:before {
    background: rgba(255, 255, 255, 0.3);
}
.gc-item a.has-video span:after {
    content: '';
    position: absolute;
    top: 28px;
    left: 51%;
    transform: translateX(-50%);
    border-left: 15px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.gallery-carousel .owl-stage-outer {
    overflow: visible;
}

.gallery-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    width: 100%;
    background: rgba(118, 118, 118, 0.2);
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
}

.gallery-carousel.owl-carousel button.owl-dot {
    width: 100%;
    height: 8px;
    background: rgba(118, 118, 118, 0.1);
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
    transition: 0.2s;
}
.gallery-carousel.owl-carousel button.owl-dot:hover {
    background: rgba(255, 255, 255, 0.3);
}

.gallery-carousel.owl-carousel button.owl-dot.active {
    background: #F2F2F2;
}


.gallery-carousel .owl-dots {
    background: rgba(118, 118, 118, 0);
}

.bg-game .history-section {
    background: #0B0A20;
}

.hc-author-text {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.hc-author {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    opacity: 0.6;
    margin-top: 16px;
}

.link-back,
.link-back:focus,
.link-back:active {
    display: inline-block;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #F2F2F2;
    padding-left: 16px;
    position: relative;
    transition: 0.2s;
}
.link-back:hover {
    color: #F2F2F2;
    opacity: 0.6;
}
.link-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 11px;
    background: url(../img/angle-left-white.svg) no-repeat center center / 100% 100%;
}

.availability {
    margin-top: 24px;
}

.availability span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
}
.availability ul {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.availability ul li {
    margin-right: 12px;
}
.availability ul li:last-child {
    margin-right: 0px;
}
.availability ul li img {
    max-width: 20px;
    max-height: 20px;
}
.availability ul li a {
    transition: 0.2s ease-in-out;
}
.availability ul li a:hover {
    opacity: 0.7;
}

.game-intro-details-hold {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
    z-index: 15;
    pointer-events: none;
}
.game-intro-details {
    text-align: right;
}
.game-intro-details ul li {
    font-size: 14px;
    line-height: 1.3;
    text-align: right;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 28px;
}
.game-intro-details ul li:last-child {
    margin-bottom: 0px;
}
.game-intro-details ul li span {
    display: block;
    padding-top: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
}

.perks-section {
    padding: 112px 0 120px;
    background: #0B0A20;
}
.perks-section .title-64 {
    margin-bottom: 64px;
}


.perks-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;

    margin-bottom: -75px;
}
.perks-list ul li {
    width: 20%;
    min-width: 20%;
    margin-right: 18.5%;
    margin-bottom: 75px;
    position: relative;
}
.perks-list ul li {
    width: 20%;
    margin-right: 18.5%;
    margin-bottom: 75px;
    position: relative;
}
.perks-list ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&0+0,0.6+50,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    width: 1px;
    height: 100%;
    transform: skewX(-17deg) translateY(-50%);

}

.perks-list ul li:nth-child(3n):after {
    display: none;
}
.perks-list ul li:last-child:after {
    display: none;
}
.perks-list ul li:nth-child(3n) {
    margin-right: 0;
}

.perk-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #F2F2F2;
    margin-bottom: 16px;
}

.perk-icon {
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.perk-icon img {
    max-height: 100%;
}

.perk-text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.cta-v2-section {
    padding: 112px 0 120px;
}

.cta-v2-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.cta-v2-left {
    width: 50%;
}

.cta-v2-right {
    width: 50%;
}

.cta-v2-right-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: -50px;
    width: calc(100% + 50px);
    background: rgba(255, 188, 188, 0.1);
    padding-left: 28%;
    padding-right: 17%;
}

.cta-v2-image {
    padding-bottom: 63.17%;
    min-height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
}

.title-40 {
    font-family: 'Dharma', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 0.95;
    text-transform: uppercase;
}
.cta-v2-right .title-40 {
    margin-bottom: 16px;
}


.cta-v2-button {
    margin-top: 40px;
}

.cta-v2-content {
    padding: 60px 0;
}

.bg-career .join-section {
    padding-top: 96px;
}

.bg-career .join-section .title-64 {
    margin-bottom: 40px;
}

.perks-more {
    margin-top: 30px;
    position: relative;
}
.perks-more:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   bottom: calc(100% - 2px);
   height: 120px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0a20+0,0b0a20+100&0+0,1+92 */
    background: -moz-linear-gradient(top,  rgba(11,10,32,0) 0%, rgba(11,10,32,1) 92%, rgba(11,10,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(11,10,32,0) 0%,rgba(11,10,32,1) 92%,rgba(11,10,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(11,10,32,0) 0%,rgba(11,10,32,1) 92%,rgba(11,10,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b0a20', endColorstr='#0b0a20',GradientType=0 ); /* IE6-9 */

}

.careers-carousel-item .title-20 {
    margin-bottom: 8px;
}

.career-single-details-section {
    padding: 176px 0 112px;
}

.career-single-details-section .title-64 {
    margin-bottom: 8px;
}

.career-single-location {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.career-single-short-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #FFF;
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 40px;
}
.career-single-short-desc:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,d9d9d9+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(217,217,217,1) 0%, rgba(217,217,217,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(217,217,217,1) 0%,rgba(217,217,217,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(217,217,217,1) 0%,rgba(217,217,217,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#00d9d9d9',GradientType=1 ); /* IE6-9 */

    opacity: 0.3;
}

.entry p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child) {
    margin-top: 40px;
}
.entry h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.entry h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.entry h2 {
    font-family: 'Dharma', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.entry ul  {
    margin-bottom: 32px;
}
.entry ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding-left: 20px;
    position: relative;
}
.entry ul li:before {
    content: '•';
    position: absolute;
    left: 5px;
    top: 0;
}

.entry > *:last-child {
    margin-bottom: 0;
}

.career-single-link {
    margin-top: 32px;
}

.bg-career-single .join-section {
    padding-top: 112px;
    padding-bottom: 0;
}
.bg-career-single .join-section .title-64 {
    margin-bottom: 40px;
}

.career-single-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 300;
    background: #0B0A20;
    padding: 16px 0;

    transform: translateY(100%);
    transition: 0.2s ease-in-out;
}
.career-single-button.active {
    transform: translateY(0%);
}
.career-single-button.footer-reached {
    transform: translateY(100%);
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0B0A20;
    z-index: 600;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: 1.4s cubic-bezier(0.11, 0, 0.5, 0);;
}
.bg-overlay.close {
    opacity: 0;
    visibility: hidden;
}

.home .bg-overlay {
    /* transition-delay: 1s; */
}

.home .intro-main-section img {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: 0.8s;
}
.home .intro-main-section.img-fade-out img {
    opacity: 0;
    visibility: visible;
}

.intro-main-hold > div {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.intro-main-hold.close > div {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.intro-main-hold.close > div:nth-child(2) {
    transition-delay: 0.15s;
}
.intro-main-hold.close > div:nth-child(3) {
    transition-delay: 0.3s;
}
.intro-main-hold.close > div:nth-child(4) {
    transition-delay: 0.45s;
}
.intro-main-hold.close > div:nth-child(5) {
    transition-delay: 0.6s;
}

.home .intro-main-hold.close > div:nth-child(1) {
    /* transition-delay: 1s; */
}
.home .intro-main-hold.close > div:nth-child(2) {
    /* transition-delay: 1.15s; */
}
.home .intro-main-hold.close > div:nth-child(3) {
    /* transition-delay: 1.3s; */
}
.home .intro-main-hold.close > div:nth-child(4) {
    /* transition-delay: 1.45s; */
}
.home .intro-main-hold.close > div:nth-child(5) {
    /* transition-delay: 1.6s; */
}
.home .intro-main-hold:before {
    /* transition-delay: 1s; */
}

.animation-element.fade-in {
    opacity: 0;
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-in.in-view {
    opacity: 1;
}
.animation-element.fade-up {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-up.in-view {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.animation-element.fade-up-later {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: 1s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-up-later.in-view {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.animation-element.fade-right-later {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    transition: opacity 0.6s 0.3s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.animation-element.fade-right-later.in-view {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.studios-hold ul li:nth-child(2n) {
    transition-delay: 0.3s;
}

.careers-list ul li:nth-child(4n+2) {
    transition-delay: 0.15s;
}
.careers-list ul li:nth-child(4n+3) {
    transition-delay: 0.3s;
}
.careers-list ul li:nth-child(4n) {
    transition-delay: 0.45s;
}

/* .games-hold ul li:nth-child(1),  */
.games-hold ul li:nth-child(2) {
    transition-delay: 0.3s;
} 

.logo {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.logo.close {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.nav-trigger {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav-trigger.close {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.nav ul li {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav ul li:nth-child(2) {
    transition-delay: 0.1s;
}
.nav ul li:nth-child(3) {
    transition-delay: 0.2s;
}
.nav ul li:nth-child(4) {
    transition-delay: 0.3s;
}
.nav ul li:nth-child(5) {
    transition-delay: 0.4s;
}

.nav.close ul li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.header-right .socials ul li {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-right .socials ul li:nth-child(1) {
    transition-delay: 0.5s;
}
.header-right .socials ul li:nth-child(2) {
    transition-delay: 0.6s;
}
.header-right .socials.close ul li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.stats-item {
	-webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: 0.8s 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.stats-list.in-view .stats-item {
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.stats-item:nth-child(1) {
	transition-delay: 0.3s;
}
.stats-item:nth-child(2) {
	transition-delay: 0.45s;
}
.stats-item:nth-child(3) {
	transition-delay: 0.6s;
}
.stats-item:nth-child(4) {
	transition-delay: 0.75s;
}
.stats-item:nth-child(5) {
	transition-delay: 0.9s;
}
.stats-item:nth-child(6) {
	transition-delay: 1.05s;
}

.features ul li:nth-child(3n+2) {
	transition-delay: 0.15s;
}
.features ul li:nth-child(3n) {
	transition-delay: 0.3s;
}

.games-section.games-as-intro-section .games-hold ul li {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: 0.8s 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.games-section.games-as-intro-section.close .games-hold ul li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.games-section.games-as-intro-section.close .games-hold ul li:nth-child(2) {
    transition-delay: 0.6s;
}
.games-section.in-view-view .games-hold ul li {
    transition-delay: 0s !important;
    transition: 0.4s!important;
}
.games-section .games-hold ul li.in-view-view {
    transition-delay: 0s !important;
    transition: 0.4s!important;
}

.perks-list ul li:nth-child(3n+2) {
    transition-delay: 0.15s;
}
.perks-list ul li:nth-child(3n) {
    transition-delay: 0.3s;
}

.ralated-studio-section {
    padding: 112px 0 160px;
}

.ralated-studio-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.ralated-studio-left {
    width: 46%;
    padding-right: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ralated-studio-left .title-64 {
    margin-bottom: 16px;
}

.ralated-studio-button {
    margin-top: 64px;
}

.ralated-studio-right {
    width: 54%;
}
.ralated-studio-right a {
    display: block;
    -webkit-clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
    transition: 0.2s;
}
.ralated-studio-right a:hover {
    opacity: 0.8;
}

.bg-studio .join-section {
    padding-top: 112px;
}

.bg-studio .join-section .title-64 {
    margin-bottom: 40px;
}

.studio-features-section {
    padding: 112px 0;
    background: #0B0A20;
}
.studio-features-section .tt-hold {
    margin-bottom: 40px;
}

.studio-features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
}
.studio-features ul li {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
    /* padding: 64px 32px 32px; */
    padding: 32px 32px;
    min-height: 254px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; */
}
.studio-features ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c30+0,1c1c30+100&0.8+1,0.5+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(28,28,48,0.8) 0%, rgba(28,28,48,0.8) 1%, rgba(28,28,48,0.5) 50%, rgba(28,28,48,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(28,28,48,0.8) 0%,rgba(28,28,48,0.8) 1%,rgba(28,28,48,0.5) 50%,rgba(28,28,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(28,28,48,0.8) 0%,rgba(28,28,48,0.8) 1%,rgba(28,28,48,0.5) 50%,rgba(28,28,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1c1c30', endColorstr='#001c1c30',GradientType=1 ); /* IE6-9 */

}

.studio-features ul li:nth-child(2n) {
    margin-right: 0;
}

.studio-feature-content {
    position: relative;
    z-index: 5;
    max-width: 300px;
}

.studio-feature-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 12px;
}

.studio-feature-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.studio-features ul li:nth-child(2n) {
    transition-delay: 0.2s;
}

.studio-about-section {
    padding: 96px 0 112px;
}
.studio-about-section .tt-hold {
    margin-bottom: 40px;
}

.studio-about-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.studio-about-hold-left {
    width: 50%;
}

.studio-about-hold-right {
    width: 50%;
}

.studio-about-hold-left-image {
    height: 527px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 0% 100%);
}

.studio-about-hold-right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.studio-about-hold-right-row-top {
    margin-bottom: 15px;
}

.studio-about-hold-right-item {
    margin-right: 16px;
}
.studio-about-hold-right-item:last-child {
    margin-right: 0px;
}

.studio-about-hold-right-item-image {
    height: 256px;
}

.studio-about-hold-right-width {
    width: calc(100% + 135px);
    margin-left: -135px;
    -webkit-clip-path: polygon(150px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(150px 0, 100% 0, 100% 100%, 0% 100%);
}

.studio-about-hold-right-row-top {
    padding-left: 75px;
}

.studio-about-hold-right-item-image {
    background: rgba(255, 188, 188, 0.1);
}

.studio-about-hold-right-item-image img {
    opacity: 0;
    transition: 0.5s;
}
.studio-about-hold-right-item-image.active img {
    opacity: 1;
}

.studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(1) {
    width: calc(53% - 8px);
}

.studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(2) {
    width: calc(47% - 8px);
}

.studio-about-hold-right-item-width {
    position: relative;
}

.studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(1) .studio-about-hold-right-item-width {
    width: calc(100% + 75px);    
}
.studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(1) .studio-about-hold-right-item-image {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
}

.studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(2) .studio-about-hold-right-item-image {
    -webkit-clip-path: polygon(75px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(75px 0, 100% 0, 100% 100%, 0% 100%);
}

.studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(1) {
    width: calc(47% - 8px);
}

.studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(2) {
    width: calc(53% - 8px);
}

.studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(1) .studio-about-hold-right-item-width {
    width: calc(100% + 75px);    
}
.studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(1) .studio-about-hold-right-item-image {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
}
.studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(2) .studio-about-hold-right-item-image {
    -webkit-clip-path: polygon(75px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(75px 0, 100% 0, 100% 100%, 0% 100%);
}

.studio-about-hold-right-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    width: 200px;
}
.studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(2) .studio-about-hold-right-item-text {
    width: 160px;
    left: 58%;
}
.studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(2) .studio-about-hold-right-item-text {
    left: 58%;
}

.studio-about-hold-right-mob-image {
    padding-bottom: 56.25%;
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0% 100%);
}

.studio-about-hold-right-mob-content {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.studio-about-hold-right-mob-content-hold {
    background: rgba(255,255,255,0.1);
    padding: 60px 32px;
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 250px;
    margin-top: -30px;
    margin-bottom: -30px;
}

.studio-about-hold-right-mob {
    min-height: 400px;
    position: relative;
    display: none;
}

.studio-about-hold-right-mob-item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.studio-about-hold-right-mob-item.active {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-stage {
    cursor: grab;
}

 

.testimonials-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
    position: relative;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-next:after, 
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.page-section .title-64 {
    margin-bottom: 30px;
}

.multi-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.perks-section .multi-buttons ul {
    width: calc(100% + 20px);
}

.multi-buttons ul li {
   margin-right: 36px;
   margin-bottom: 12px;
}
.multi-buttons ul li:last-child {
   margin-right: 0px;
}

a.no-link {
    cursor: default;
}
.hc-item-right.img-lg img {
    max-width: 120%;
    max-height: 100%;
}

.page-template-default .entry a, 
.single-job .entry a, 
.footer-bottom .copyrights a  {
    color:#ffffff; 
    text-decoration:underline;
    transition: 0.2s;
}

.page-template-default .entry a:hover, 
.single-job .entry a:hover, 
.footer-bottom .copyrights a:hover {
    color:#ffffff; 
    opacity: 0.8; 
    text-decoration:none;
}

.gc-item a {transition: 0.2s;}
.gc-item a:hover {opacity:0.8}

#CybotCookiebotDialogPoweredbyCybot {display:none !important;}

.entry table tbody, 
.entry table tr, 
.entry table thead {
    background:transparent !important
}

.entry table thead .CookieDeclarationTableHeader {
    color: #fff; font-weight:400 !important
}

.page-id-851 .history-section {
    display:none;
}

.intro-button {
    margin-top: 40px;
}

.intro-error {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0 100px;
}

.intro-error-hold .title-104 {
    margin-bottom: 20px;
}
.intro-error-hold .title-20 {
    margin-bottom: 20px;
}
.intro-error-hold .text-14 {
    margin-bottom: 30px;
}


@media only screen and (max-width: 1500px) {
    .cta-avatar {
        top: 36%;
    }
}

@media only screen and (max-width: 1280px) {
    .history-carousel-hold:after {
        right: calc(-100% - 50px);
        width: 100%;
    }
    .grid-container.grid-container-full {
        padding-left: 40px;
        padding-right: 40px;
    }
    .about-right:before {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(2) .studio-about-hold-right-item-text {
        width: 140px;
    }
    .studio-about-hold-right-item-text {
        font-size: 12px;
    }
    .studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(1) {
        width: calc(46% - 8px);
    }
    .studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(2) {
        width: calc(54% - 8px);
    }
    .ralated-studio-section {
        padding: 112px 0 120px;
    }
    .testimonials-carousel .owl-nav {
        bottom: -69px;
    }
    .tc-counter {
        margin-top: 48px;
    }
    .testimonials-left .title-64 {
        margin-bottom: 48px;
    }
    .cta-v2-right-bg {
        padding-left: 25%;
    }
    .perks-list ul li:after {
        right: -19%;
    }
    .perks-list ul li {
        width: 24%;
        margin-right: 14%;
    }
    section.last-section-bottom {
        padding-bottom: 120px;
    }
    .stats-list {
        margin-bottom: -24px;
    }
    .stats-middle {
        margin-top: -50px;
        padding-right: 0%;
    }
    .stats-item {
        margin-bottom: 24px;
    }
    .gc-item {
        width: 360px;
    }
    .bg-games .stats-section {
        padding-bottom: 120px;
    }
    section.last-section {
        padding: 112px 0 120px;
    }
    .features-section {
        padding: 120px 0 120px;
    }
    .grid-container.grid-container-full {
        padding-left: 30px;
        padding-right: 30px;
    }
    .grid-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .title-104 {
        font-size: 86px;
    }
    .intro-main-hold {
        padding-left: 80px;
    }
    .careers-list-link {
        margin-top: 24px;
    }
    .testimonials-section {
        padding: 70px 0 120px;
    }
    header {
        padding: 20px 0;
    }
    .history-carousel .owl-dots {
        margin-top: 90px;
    }
    .ralated-studio-button {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1023px) {
    .stats-right .stats-list {
        max-width: 100%;
    }
    .testimonials-right {
        top: 0;
    }
    .studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(2) .studio-about-hold-right-item-text {
        width: 200px;
    }
    .studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(2) {
        width: calc(61% - 8px);
    }
    .studio-about-hold-right-row-bottom .studio-about-hold-right-item:nth-child(1) {
        width: calc(39% - 8px);
    }
    .studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(1) {
        width: calc(50% - 8px);
    }
    .studio-about-hold-right-row-top .studio-about-hold-right-item:nth-child(2) {
        width: calc(50% - 8px);
    }
    .studio-about-hold-right-row-top {
        padding-left: 0;
    }
    .studio-about-hold-right-width {
        width: 100%;
        margin-left: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .studio-about-hold-right {
        width: 100%;
    }
    .studio-about-hold-left-image {
        height: auto;
        padding-bottom: 56.25%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

    }
    .studio-about-hold-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .ralated-studio-right {
        width: 100%;
    }
    .ralated-studio-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px;
    }
    .studio-features ul li {
        /* padding: 64px 24px 24px; */
        padding: 24px 24px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c30+0,1c1c30+100&0.9+0,0.5+65,0+100 */
        background: -moz-linear-gradient(left,  rgba(28,28,48,0.9) 0%, rgba(28,28,48,0.5) 65%, rgba(28,28,48,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(28,28,48,0.9) 0%,rgba(28,28,48,0.5) 65%,rgba(28,28,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(28,28,48,0.9) 0%,rgba(28,28,48,0.5) 65%,rgba(28,28,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61c1c30', endColorstr='#001c1c30',GradientType=1 ); /* IE6-9 */

    }
    .testimonials-right {
        width: 80%;
        margin: 0 auto 48px;
    }
    .testimonials-left {
        width: 100%;
        order: 2;
    }
    .perks-list ul li:nth-child(3n+2) {
        transition-delay: 0s;
    }
    .perks-list ul li:nth-child(3n) {
        transition-delay: 0s;
    }
    .perks-list ul li:nth-child(2n) {
        transition-delay: 0.2s;
    }
    .stats-item:nth-child(1) {
        transition-delay: 0s;
    }
    .stats-item:nth-child(2) {
        transition-delay: 0s;
    }
    .stats-item:nth-child(3) {
        transition-delay: 0s;
    }
    .stats-item:nth-child(4) {
        transition-delay: 0s;
    }
    .stats-item:nth-child(5) {
        transition-delay: 0s;
    }
    .stats-item:nth-child(6) {
        transition-delay: 0s;
    }
    .stats-item:nth-child(2n) {
        transition-delay: 0.2s;
    }
    .features ul li:nth-child(3n+2) {
        transition-delay: 0s;
    }
    .features ul li:nth-child(3n) {
        transition-delay: 0s;
    }
    .features ul li:nth-child(2n) {
        transition-delay: 0.2s;
    }
    .careers-list ul li:nth-child(4n+2) {
        transition-delay: 0s;
    }
    .careers-list ul li:nth-child(4n+3) {
        transition-delay: 0s;
    }
    .careers-list ul li:nth-child(4n) {
        transition-delay: 0s;
    }
    .careers-list ul li:nth-child(2n) {
        transition-delay: 0.2s;
    }
    .cta-v2-right-bg {
        margin-left: 0;
        width: 100%;
        height: calc(100% + 50px);
        margin-top: -50px;
        padding-top: 50px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .cta-v2-image {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
    }
    .cta-v2-right {
        width: 100%;
    }
    .cta-v2-left {
        width: 100%;
    }
    .perks-list ul {
        margin-bottom: -60px;
    }
    .perks-list ul li {
        width: 40%;
        margin-right: 20%;
        margin-bottom: 60px;
    }
    .perks-list ul li:nth-child(3n) {
        margin-right: 20%;
    }
    .perks-list ul li:nth-child(3n):after {
        display: block;
    }
    .perks-list ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .perks-list ul li:nth-child(2n):after {
        display: none;
    }
    .gc-item {
        width: 320px;
    }
    .bg-games .stats-section {
        padding-top: 120px;
    }
    .hc-item-title {
        font-size: 42px;
    }
    .stats-item {
        font-size: 56px;
        width: 45%;
        min-width: 45%;
        margin-right: 10%;
    }
    .stats-item:nth-child(2n) {
        margin-right: 0;
    }
    .stats-list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .stats-right {
        width: 100%;
        margin-top: 48px;
    }
    .stats-middle {
        width: 45%;
    }
    .stats-button {
        margin-top: 48px;
    }
    .stats-left {
        width: 50%;
    }
    .features ul li {
        width: 45%;
        min-width: 45%;
        margin-right: 10%;
    }
    .features ul li:nth-child(3n) {
        margin-right: 10%;
    }
    .features ul li:nth-child(2n) {
        margin-right: 0;
    }
    .features ul li:nth-child(3n):after {
        display: block;
    }
    .features ul li:nth-child(2n):after {
        display: none;
    }
    .features ul li:after {
        right: -4%;
    }
    .history-carousel .owl-nav {
        top: -144px;
    }
    .about-right {
        width: 100%;
    }
    .about-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px;
    }
    .about-button {
        margin-top: 48px;
    }
    .logo img {
        max-width: 99px;
    }
    .careers-list ul li {
        width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
    .studios-hold ul li:nth-child(2n+1) .studio-item-image {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 58px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 58px) 100%, 0% 100%);
    }
    .studios-hold ul li:nth-child(2n+1) .studio-item-image-hold {
        margin-top: 0;
    }
    .studio-item-image-hold {
        margin-bottom: 20px;
    }
    .studio-item-title {
        padding-bottom: 24px;
    }
    .game-link {
        padding: 20px 0 24px;
    }
    .footer-logo img {
        max-width: 116px;
    }
    .cta-avatar {
        top: 44%;
        left: 60%;
        max-width: 290px;
    }
    .cta-hold {
        max-width: 380px;
    }
    .tt-right {
        width: 100%;
        padding-left: 0;
        margin-top: 12px;
    }
    .tt-left {
        width: 100%;
        padding-right: 0;
    }
    .title-104 {
        font-size: 78px;
    }
    .title-64 {
        font-size: 56px;
    }
    .entry h2 {
        font-size: 56px;
    }
    .intro-main-hold {
        padding-left: 60px;
    }
    .nav {
        display: none;
    }
    .header-right .socials {
        display: none;
    }
    .title-40 {
        font-size: 36px;
    }
}

@media screen and (max-width:639px) {
    .intro-error {
        padding: 120px 0 100px;
    }
    .games-hold ul li:not(.active) {
        display: none !important;
    }
    .games-hold ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .has-video.object-fit.horizontal video {
        height: auto;
        width: 120%;
    }
    .perks-section .multi-buttons ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .perks-section .multi-buttons ul {
        width: 100%;
    }
    .studio-about-hold-right-mob {
        display: block;
    }
    .studio-about-hold-left {
        margin-bottom: 0;
    }
    .studio-about-hold-left-image {
        height: auto;
        padding-bottom: 56.25%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    }
    .studio-about-hold-right-width {
        display: none;
    }
    .studio-about-hold {
        min-height: 300px;
    }
    .studio-about-section .tt-hold {
        margin-bottom: 60px;
    }
    .studio-about-section {
        padding: 64px 0 80px;
    }
    .ralated-studio-left {
        margin-bottom: 12px;
    }
    .ralated-studio-right a {
        width: calc(100% + 20px);
    }
    .ralated-studio-button {
        margin-top: 32px;
    }
    .ralated-studio-left .title-64 {
        margin-bottom: 12px;
    }
    .ralated-studio-section {
        padding: 80px 0 120px;
    }
    .bg-studio .join-section {
        padding-top: 80px;
    }
    .studio-features ul li:nth-child(2n) {
        transition-delay: 0s;
    }
    .studio-feature-title {
        margin-bottom: 8px;
    }
    .studio-features ul {
        margin-bottom: -12px;
    }
    .studio-features ul li {
        padding: 32px 24px 32px;
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 12px;
        min-height: 180px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .studio-features-section {
        padding: 80px 0;
    }
    .bg-studio .join-section .title-64 {
        margin-bottom: 24px;
    }
    .tc-image-bg {
        top: 20%;
        left: 0%;
        right: -20%;
        width: 120%;
        height: 80%;
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .testimonials-right {
        width: 100%;
        margin: 0px auto 24px;
        padding-right: 10%;
        -webkit-clip-path: polygon(0% 0%, 105% 0%, 74% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 105% 0%, 74% 100%, 0% 100%);
    }
    .testimonials-carousel .owl-nav {
        bottom: -53px;
    }
    .tc-counter {
        margin-top: 32px;
    }
    .tc-author {
        margin-top: 16px;
    }
    .tc-text {
        font-size: 16px;
        line-height: 1.25;
    }
    .testimonials-section .title-64 {
        margin-bottom: 24px;
    }
    .perks-list ul li:nth-child(2n) {
        transition-delay: 0s;
    }
    .stats-left.animation-element.fade-up-later {
        transition-delay: 0s;
    }
    .features ul li:nth-child(2n) {
        transition-delay: 0s;
    }
    .careers-list ul li:nth-child(2n) {
        transition-delay: 0s;
    }
    .studios-hold ul li:nth-child(2n) {
        transition-delay: 0s;
    }
    .btn-red, .btn-red:focus, .btn-red:active {
        font-size: 12px;
        padding: 10px 13px 10px 24px;
    }
    .btn-red:before {
        border-top: 40px solid #C42127;
        border-right: 10px solid transparent;
    }
    .btn-red:hover:before {
        border-top: 40px solid #961318;
        border-right: 10px solid transparent;
    }
    .btn-red:after {
        width: 12px;
        height: 30px;
    }
    .career-single-button {
        padding: 12px 0;
    }
    .career-single-link {
        text-align: center;
    }
    .entry h2:not(:first-child),
    .entry h3:not(:first-child),
    .entry h4:not(:first-child) {
        margin-top: 32px;
    }
    .entry h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.43;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    .entry h4 {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    .career-single-short-desc {
        margin-bottom: 32px;
    }
    .career-single-location {
        font-weight: 700;
        margin-bottom: 8px;
    }
    .career-single-details-section .title-64 {
        margin-bottom: 32px;
    }
    .career-single-details-section {
        padding: 160px 0 80px;
    }
    .bg-career-single .join-section .title-64 {
        margin-bottom: 24px;
        text-align: center;
    }
    .bg-career-single .join-section {
        padding-top: 80px;
    }
    .careers-list ul li a {
        padding: 32px 32px 30px;
    }
    .hide-for-medium.has-less {
        display: none !important;
    }
    .show-for-medium.has-less {
        display: block!important;
    }
    .careers-list ul {
        width: 100%;
    }
    .careers-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }    
    .perks-list ul li {
        display: none;
    }
    .perks-list.show-all-perks ul li {
        display: block;
    }
    .perks-list ul li:nth-child(-n+2) {
        display: block;
    }
    .bg-career .join-section .title-64 {
        margin-bottom: 24px;
        text-align: center;
    }
    .perks-list ul li:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        bottom: -25px;
        height: 1px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.6+50,0+100 */
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }
    .perks-list ul li:last-child:before {
        display: none;
    }
    .perks-list ul {
        margin-bottom: -48px;
    }
    .perks-list ul li:nth-child(3n) {
        margin-right: 0;
    }
    .perk-text {
        font-size: 14px;
        line-height: 1.3;
        max-width: 260px;
        margin: 0 auto;
    }
    .perk-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    .perks-list ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 48px;
    }
    .perks-list ul li:after {
        display: none !important;
    }
    .perk-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
    }
    .cta-v2-right .title-40 {
        margin-bottom: 12px;
    }
    .title-40 {
        font-size: 32px;
        line-height: 1;
    }
    .perks-section .title-64 {
        margin-bottom: 32px;
    }
    .perks-section {
        padding: 80px 0 80px;
        text-align: center;
    }
    .cta-v2-section {
        padding: 80px 0 80px;
    }
    .cta-v2-button {
        margin-top: 32px;
    }
    .cta-v2-right-bg {
        padding-left: 24px;
        padding-right: 24px;
    }
    .cta-v2-content {
        padding: 24px 0 40px;
    }
    .cta-v2-image {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
    }
    .features ul li:after {
        display: none;
    }
    .features ul li:nth-child(3n):after {
        display: none;
    }
    .features ul li:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        height: 1px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#83b6db+0,83b6db+50,83b6db+100&0+0,0.6+50,0+100 */
        background: -moz-linear-gradient(left,  rgba(131,182,219,0) 0%, rgba(131,182,219,0.6) 50%, rgba(131,182,219,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(131,182,219,0) 0%,rgba(131,182,219,0.6) 50%,rgba(131,182,219,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(131,182,219,0) 0%,rgba(131,182,219,0.6) 50%,rgba(131,182,219,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083b6db', endColorstr='#0083b6db',GradientType=1 ); /* IE6-9 */
    }
    .features ul li:last-child:before {
        display: none;
    }
    .history-section.wps-section .title-64 {
        margin-bottom: 32px;
    }
    .wps-section .history-carousel .owl-dots {
        margin-top: 40px;
    }
    .wps-section .history-carousel .owl-nav {
        top: -73px;
    }
    .wps-section .hc-item:after {
        right: 58px;
        height: 200px;
    }
    .wps-section .hc-item {
        width: calc(100vw - 90px);
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .wps-section .hc-item-right {
        width: 100%;
        margin-left: 20px;
    }
    .wps-section .hc-item-left {
        width: 100%;
        order: 2;
        margin-top: 24px;
        max-width: 100%;
    }
    .hc-author {
        margin-top: 12px;
    }
    .hc-author-text {
        font-size: 14px;
        line-height: 1.29;
    }
    .availability {
        margin-top: 50px;
    }
    .game-intro-details ul li {
        text-align: left;
        margin-bottom: 16px;
    }
    .intro-main-section.intro-single-game {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .game-intro-details-hold {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        text-align: left;
        margin-top: 16px;
    }
    .bg-game .history-section {
        padding-bottom: 80px;
    }
    .gallery-section .title-64 {
        margin-bottom: 24px;
    }
    .gc-item a.has-video span:after {
        top: 18px;
        border-left: 11px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }
    .gc-item a.has-video span:before {
        width: 48px;
        height: 48px;
    }
    .gc-item a.has-video span {
        padding-top: 50px;
        font-size: 10px;
    }
    .gc-item {
        width: 50vw;
    }
    
    .gallery-carousel .owl-dots {
        margin-top: 40px;
    }
    .gallery-section {
        padding: 64px 0 80px;
    }
    .bg-games .stats-section {
        padding-top: 60px;
    }
    .bg-games {
        background-size: 300% auto;
    }
    .games-section.games-as-intro-section {
        padding-top: 160px;
    }
    .history-carousel .owl-dots {
        width: 100%;
    }
    .history-carousel .owl-nav {
        right: 0;
    }
    .history-carousel-hold {
        width: 100%;
    }
    .history-carousel-hold:after {
        display: none;
    }
    section.last-section {
        padding: 80px 0 120px;
    }
    .stats-item {
        font-size: 44px;
        width: 47%;
        min-width: 47%;
        margin-right: 6%;
    }
    .stats-item > span {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.2px;
    }
    .stats-right {
        margin-top: 32px;
    }
    .stats-middle:before {
        top: 20%;
        width: calc(100% + 30px);
        height: 80%;
        transform: skewX(-25deg);
    }
    .stats-image {
        max-width: 160px;
        margin: 0 auto;
    }
    .stats-middle {
        width: 100%;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .stats-button {
        margin-top: 32px;
    }
    .stats-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .stats-section {
        padding: 80px 0 72px;
    }
    .feature-text {
        font-size: 14px;
        line-height: 1.3;
        max-width: 260px;
        margin: 0 auto;
    }
    .feature-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    .features ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0%;
        padding-bottom: 24px;
        margin-bottom: 16px;
    }
    .feature-icon {
        height: 44px;
        margin-bottom: 12px;
    }
    .features-section .title-64 {
        margin-bottom: 32px;
    }
    .features-section {
        padding: 76px 0 80px;
        text-align: center;
    }
    .history-carousel .owl-dots {
        margin-top: 70px;
    }
    .hc-item-left {
        padding-right: 30px;
        max-width: calc(100vw - 120px - 70px);
    }
    .hc-item:after {
        right: 50px;
        height: 160px;
    }
    .hc-item {
        padding-right: 55px;
    }
    .hc-item-right img {
        max-width: 80px;
        max-height: 34px;
    }
    .hc-item-right {
        width: 120px;
        height: 98px;
    }
    .hc-item-title {
        font-size: 32px;
    }
    .hc-item-year {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .history-carousel .owl-nav {
        top: -104px;
    }
    .history-section .title-64 {
        margin-bottom: 64px;
    }
    .history-carousel.owl-carousel .owl-nav button.owl-next, 
    .history-carousel.owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 36px;
    }
    .about-image-rock {
        max-width: 132px;
    }
    .about-right {
        padding-right: 30px;
    }
    .about-right:before {
        width: calc(100% + 20px);
        left: 30px;
    }
    .about-left {
        margin-bottom: 24px;
    }
    .about-button {
        margin-top: 32px;
    }
    .about-section {
        padding: 64px 0 60px;
    }
    .intro-main-hold .text-14 {
        margin-top: 24px;
    }
    .cta-avatar:after {
        left: 44%;
        top: calc(100% + 10px);
        width: 174px;
        height: 17px;
    }
    footer .socials {
        width: 100%;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(217, 217, 217, 0.1);;
        margin-bottom: 16px;
    }
    footer {
        padding: 48px 0 24px;
    }
    .footer-top {
        padding-bottom: 0;
        border-bottom: none;
    }
    .copyrights {
        order: 2;
        font-size: 12px;
        width: 100%;
    }
    .footer-grid {
        width: 50%;
        padding-top: 0;
        margin-bottom: 0px;
    }
    .footer-grid:last-child {
        margin-bottom: 0px;
    }
    .footer-logo {
        width: 100%;
        margin-bottom: 40px;
    }
    .games-hold ul li:nth-child(3) {
        width: 100%;
        margin-right: 0;
    }
    .games-hold ul li:nth-child(2) {
        /* width: calc(33.85% - 4px);
        margin-right: 2px;
        margin-left: 2px; */
        width: 100%;
        margin-right: 0;
        order: -1;
    }
    .games-hold ul li:nth-child(1) {
        /* width: calc(29.66% - 10px);
        margin-right: 10px; */
        width: 100%;
        margin-right: 0;
    }

    .games-hold ul li {
        margin-bottom: 32px;
    }
    .games-hold ul li:last-child {
        margin-bottom: 0px;
    }
    .games-hold ul li:nth-child(1) .game-image-hold {
        margin-top: 0;
        width: 100%;
    }
    .games-hold ul li:nth-child(2) .game-image-hold {
        width: 100%;
    }
    .games-hold ul li:nth-child(3) .game-image-hold {
        margin-top: 0px;
    }
    .games-hold ul li:nth-child(1) .game-image,
    .games-hold ul li:nth-child(3) .game-image {
        -webkit-clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
        clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
        padding-bottom: 101.64%;
    }

    .games-hold ul li:nth-child(1).active:hover {
        width: 100%;
    }
    .games-hold ul li:nth-child(2).active:hover {
        width: 100%;
    }
    .games-hold ul li:nth-child(3).active:hover {
        width: 100%;
    }
    .games-hold ul {
        /* margin-left: -45%;
        width: 205%; */
    }
    .games-section {
        padding: 80px 0 60px;
    }
    .cta-section-shape {
        transform: translate(0px, -16px);
    }
    .cta-button {
        margin-top: 32px;
    }
    .cta-avatar {
        position: relative;
        max-width: 100%;
        left: auto;
        top: auto;
        text-align: center;
        transform: translateY(0%);
        margin-bottom: 75px;
    }
    .cta-avatar img {
        max-width: 220px;
    }
    .cta-section {
        padding: 64px 0 64px;
    }
    .join-section {
        padding-bottom: 90px;
    }
    .careers-carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        width: calc(100vw - 40px);
        background: rgba(118, 118, 118, 0.2);
        clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
    }
    .careers-carousel.owl-carousel button.owl-dot {
        width: 100%;
        height: 4px;
        background: rgba(118, 118, 118, 0);
        clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
        transition: 0.2s;
    }
    .careers-carousel.owl-carousel button.owl-dot.active {
        background: #F2F2F2;
    }
    .careers-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .careers-carousel-hold {
        width: calc(100vw - 100px);
    }
    .join-section .tb-hold {
        margin-bottom: 24px;
    }
    .studios-hold ul li:nth-child(2n) .studio-item-image {
        padding-bottom: 75%;
        -webkit-clip-path: polygon(18% 0%, 100% 0, 82% 100%, 0% 100%);
        clip-path: polygon(18% 0%, 100% 0, 82% 100%, 0% 100%);
    }
    .studios-hold ul li:nth-child(2n+1) .studio-item-image {
        padding-bottom: 75%;
        -webkit-clip-path: polygon(18% 0%, 100% 0, 82% 100%, 0% 100%);
        clip-path: polygon(18% 0%, 100% 0, 82% 100%, 0% 100%);
    }
    .studios-hold ul li:nth-child(2n) {
        width: 100%;
    }
    .studios-hold ul li:nth-child(2n+1) .studio-item-image-hold {
        width: 100%;
    }
    .studios-hold ul li:nth-child(2n+1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .studios-hold ul li:last-child {
        margin-bottom: 0;
    }
    .studio-item-title {
        padding-bottom: 16px;
    }
    .studio-item-image-hold {
        margin-bottom: 16px;
    }
    .studios-section .tt-hold {
        margin-bottom: 24px;
    }
    .title-64 {
        font-size: 44px;
        line-height: 0.9;
    }
    .entry h2 {
        font-size: 44px;
    }
    .studios-section {
        padding: 64px 0 80px;
    }
    .intro-main-section {
        padding: 100px 0 80px;
    }
    .intro-main-button {
        margin-top: 40px;
    }
    .title-104 {
        font-size: 72px;
    }
    .reg-label {
        margin-bottom: 12px;
    }
    .intro-main-hold {
        padding-left: 0;
    }
    .intro-main-hold:before {
        display: none;
    }
    .grid-container.grid-container-full {
        padding-left: 20px;
        padding-right: 20px;
    }
    .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (max-height:480px) {
    .mob-nav-hold {
        padding: 110px 0 30px;
    }
    .mob-nav ul li {
        margin-bottom: 20px;
    }
}
@media screen and (max-height:400px) {
    .mob-nav ul li {
        margin-bottom: 10px;
    }
}
@media screen and (max-height:360px) {
    .mob-nav ul li {
        margin-bottom: 5px;
    }
    .mob-nav-hold .socials {
        padding-left: 16px;
        margin-top: 20px;
    }
    .mob-nav-hold {
        padding: 100px 0 20px;
    }
}
