.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover,
.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result,
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    max-width: 100%;
    border-radius: 3px;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    line-height: 13px;
    cursor: default;
    border: 1px solid #aaa;
    background-color: #eee;
    color: #333
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 4px;
    right: 3px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg)
    }
    to {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(359deg);
        transform: translate3d(-50%, -50%, 0) rotate(359deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg)
    }
    to {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(359deg);
        transform: translate3d(-50%, -50%, 0) rotate(359deg)
    }
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}
@-webkit-keyframes scroll1 {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}

@keyframes scroll1 {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

a,
button,
input,
select,
textarea {
    outline: 0!important;
    text-decoration: none
}

audio:not([controls]) {
    display: none;
    height: 0
}

#yui3-css-stamp.cssnormalize,
[hidden] {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
select,
textarea {
    font-family: "HelveticaNeueLTPro-Lt_1"
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1,
h3 {
    margin: 0;
    font-size: 30px;
    line-height: 37px;
    font-weight: 500
}

h2,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0
}

@media(max-width:815px) {
    h1 {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: -.45px
    }
}

h3 {
    font-size: 17px;
    line-height: 26px
}

h4,
h5,
h6 {
    font-size: 16px;
    line-height: 20px
}

h5,
h6 {
    font-size: 14px;
    line-height: 18px
}

h6 {
    font-size: 12px
}

input,
select,
textarea {
    box-sizing: border-box;
    padding: 17px 15px 15px;
    background-color: #f0f2f7;
    border: 1px solid #f0f2f7;
    font-weight: 500;
    letter-spacing: -.1px;
    resize: none
}

textarea {
    height: 140px
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

dd,
dl,
figure,
form,
menu,
ol,
p,
pre,
ul {
    margin: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

menu,
ol,
ul {
    padding: 0
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select {
    vertical-align: baseline
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
p
{
    font-family: "HelveticaNeueLTPro-Lt_1";
    font-size: 13px;
}
/* 加载字体 */
@font-face 
{
    font-family: "Helvetica LT 65 Medium";
    src: url('../../font/metajoycn/Helvetica\ LT\ 65\ Medium.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: "HelveticaNeueLTPro-Lt_1";
    src: url("../../font/metajoycn/HelveticaNeueLTPro-Lt_1.otf");
    font-weight: 400;
    font-style: normal;
}

body,
html {
    height: 100%;
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    font-family: "Helvetica LT 65 Medium"
}

@supports(padding:max(1px, 2px)) {
    body,
    html {
        padding-top: max(.01px, env(safe-area-inset-top));
        padding-bottom: max(.01px, env(safe-area-inset-bottom))
    }
}

.footer-fix {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.content {
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

.content>* {
    background-color: #fff;
    position: relative
}

.section-heading {
    font-family: "HelveticaNeueLTPro-Lt_1";
    text-align: center;
    position: relative
}

.section-heading:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #8cd734;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -25px
}

.inner-page {
    margin-top: 68px
}

@media(max-width:815px) {
    .inner-page {
        margin-top: 61px
    }
}

.btn {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #8cd734;
    border-radius: 50px;
    border: 0;
    padding: 16px 35px 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn:hover {
    background-color: #71bf18
}

.btn:active {
    background-color: #59a601
}

.nowrap {
    white-space: nowrap
}

.overflow-hidden {
    overflow: hidden
}

.form-error,
.has-error-conditional .input-wrap-small .form-error,
.no-support #contact_application+.chosen-container,
.no-support #contact_platform+.chosen-container {
    display: none
}

.form-error input,
.form-error textarea {
    border-color: #ffa0a0
}

#contact_application+.chosen-container,
#contact_platform+.chosen-container,
.has-error>.form-error {
    display: block
}

.form-correct input,
.form-correct textarea {
    border-color: #8cd734
}

#contact_application.hide-placeholder+.select-placeholder,
#contact_department.hide-placeholder+.select-placeholder,
#contact_platform.hide-placeholder+.select-placeholder,
.no-support #contact_application,
.no-support #contact_application+.select-placeholder,
.no-support #contact_platform,
.no-support #contact_platform+.select-placeholder {
    display: none
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 21px 0 11px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    box-shadow: 0 2px 4px 0 transparent;
    border-bottom: 1px solid transparent
}

@media(max-width:815px) {
    .nav {
        background-color: #fff;
        padding: 18px 0 7px
    }
}

.nav .logo .logoimg
{
    width: 150px;
    height: 35px;
}
.nav .logo .logoimg
{
    -webkit-transition: fill .3s;
    transition: fill .3;
}
@media(max-width:815px)
{
    .nav .logo .logoimg
    {
        content:url(../../images/metajoycn/Icon/i_title2.png);
    }
}
.logoimgwh
{
    padding: 0 20px 0;
    width: 35px;
    height: 35px;
}

.nav.nav-light {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}
.nav.nav-light .logoimg
{
    content:url(../../images/metajoycn/Icon/i_title2.png);
}
.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap.has-file .remove-file:hover svg path,
.nav.nav-light .svg-text {
    fill: #000
}

.nav.nav-light .logo-embracer .svg-text {
    fill: #2c0e25
}

.nav.nav-light .nav-list-item a, .nav.nav-light H1
{
    color: #000
}

.nav .nav-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@supports(padding:max(1px, 2px)) {
    .nav .nav-wrap {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:815px) {
    .nav .nav-wrap {
        padding: 0 10px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }
    @supports(padding:max(1px, 2px)) {
        .nav .nav-wrap {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.nav .menu-btn {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
    width: 40px;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 5;
    cursor: pointer
}

@supports(padding:max(1px, 2px)) {
    .nav .menu-btn {
        left: max(10px, env(safe-area-inset-left) - 10px)
    }
}

@media(max-width:815px) {
    .nav .menu-btn {
        display: -webkit-box;
        display: flex
    }
}

@media(max-width:700px) {
    .nav .menu-btn {
        left: 0
    }
    @supports(padding:max(1px, 2px)) {
        .nav .menu-btn {
            left: max(.01px, env(safe-area-inset-left) - 10px)
        }
    }
}

.nav .menu-icon {
    width: 20px;
    height: 12px;
    position: relative
}

.nav .menu-icon .border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #000
}

.nav .menu-icon .border-top {
    top: 0
}

.nav .menu-icon .border-middle {
    top: 5px
}

.nav .menu-icon .border-bottom {
    top: 10px
}

.nav .menu-icon.active .border-top {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: -3px
}

.nav .menu-icon.active .border-middle {
    width: 0
}

.nav .menu-icon.active .border-bottom {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: 11px
}

.nav .mobile-social {
    display: none
}

@media(max-width:815px) {
    .nav .mobile-social {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
    .nav .mobile-social a {
        margin: 20px 10px!important;
        cursor: pointer
    }
    .nav .mobile-social a:after {
        display: none
    }
    .nav .mobile-social g {
        fill: #000
    }
    .nav .mobile-social img{
        width:25px;
        height: 25px;
    }
}

@media(min-width:816px) {
    .nav .nav-list-wrap {
        display: -webkit-box!important;
        display: flex!important
    }
}

@media(max-width:815px) {
    .nav .nav-list-wrap {
        position: fixed;
        top: auto;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: auto
    }
}

.nav .nav-list {
    color: #fff;
    display: -webkit-box;
    display: flex
}

@media(max-width:815px) {
    .nav .nav-list {
        width: 100%;
        height: 100%;
        min-height: 250px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.nav .nav-list .nav-list-item:nth-last-child(2) a {
    margin: 0 0 0 20px;
    cursor: pointer
}

@media(max-width:815px) {
    .nav .nav-list .nav-list-item:nth-last-child(2) a {
        margin: 0 0 10px
    }
    .nav H1{
        color: #000;
    }
}

.nav .nav-list a {
    display: inline-block;
    position: relative;
    margin: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "HelveticaNeueLTPro-Lt_1", sans-serif;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:815px) {
    .nav .nav-list a {
        margin: 0 0 10px;
        color: #000
    }
}

.nav .nav-list a:after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background-color: #8cd734;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

@media(hover:hover) {
    .nav .nav-list a:hover:after {
        width: 100%
    }
}

.nav .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    color:#fff;

}

.nav .logo-divider {
    height: 26px;
    width: 1px;
    margin: 0 9px 0 8px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media(max-width:815px) {
    .nav .logo-divider {
        background-color: #000
    }
}

.nav.nav-light .logo-divider {
    background-color: #000
}

.nav .logo-easy {
    width: 110px;
    height: 26px
}

.nav .svg-text {
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

@media(max-width:815px) {
    .nav .svg-text {
        fill: #000
    }
}

.nav .logo-embracer {
    height: 26px
}

@media(max-width:815px) {
    .nav .logo-embracer .svg-text {
        fill: #2c0e25
    }
    .nav .logo-embracer {
        height: 23.4px
    }
}

.footer {
    -webkit-box-flex: 0;
    flex: 0 0;
    color: #ffffff;
    background-color: #00a2ff;
    text-align: center;
    -webkit-transition: padding-bottom .2s linear;
    transition: padding-bottom .2s linear;
    z-index: 1
}

/* .cookie-visible .footer {
    padding-bottom: 225px
} */

/* @media(min-width:400px) {
    .cookie-visible .footer {
        padding-bottom: 200px
    }
}

@media(min-width:600px) {
    .cookie-visible .footer {
        padding-bottom: 160px
    }
}

@media(min-width:1100px) {
    .cookie-visible .footer {
        padding-bottom: 135px
    }
} */

.trademarks-wrap {
    text-align: center;
    padding: 15px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 2;
    font-size: 13px
}

@supports(padding:max(1px, 2px)) {
    .trademarks-wrap {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .trademarks-wrap {
        font-size: 11px;
        padding: 15px 10px 25px
    }
    @supports(padding:max(1px, 2px)) {
        .trademarks-wrap {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.footer-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1860px;
    margin: 0 auto;
    padding: 100px 80px 0
}

@supports(padding:max(1px, 2px)) {
    .footer-content {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:815px) {
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 25px 10px 15px
    }
    @supports(padding:max(1px, 2px)) {
        .footer-content {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.footer-content .trademark {
    text-align: left;
    font-weight: 500;
}

.footer-nav,
.publishing-wrap .publishing-content h1 {
    width: 100%;
}

@media(max-width:815px) {
    .footer-content .trademark {
        margin-bottom: 20px;
        font-size: 9px;
        text-align: center;
    }
    .footer-content p {
        font-size: 9px;
    }
}

.social-links,
.trademark .social-links-container {
    text-align: center;
    margin-top: 10px;
}

@media(min-width:815px) {
    .social-links-container {
        text-align: left;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: left;
    }
}

.trademark .social-links-container a {
    margin-right: 20px;
}

.trademark .social-links-container a img {
    width: 24px;
    height: 24px;
}

/* .trademark .social-links-container :nth-child(1):hover img {
    content: url(../asset/images/Icon/i_Twitter.png);
}

.trademark .social-links-container :nth-child(2):hover img {
    content: url(../asset/images/Icon/i_facebook.png);
}

.trademark .social-links-container :nth-child(3):hover img {
    content: url(../asset/images/Icon/i_instagram.png);
}
.trademark .social-links-container :nth-child(4):hover img {
    content: url(../asset/images/Icon/i_youtobe.png);
} */


/* logoimg */

.trademark .logoimg {
    width: 220px;
    height: 52px;
}

@media(max-width:815px) {
    .trademark .social-links-container a:first-child {
        padding-left: 0
    }
    .trademark .social-links-container a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .trademark .logoimg {
        width: 180px;
        height: 42px;
    }
    .trademark .social-links-container a img {
        width: 18px;
        height: 18px;
    }
}

.footer-content-item {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 20px
}

.footer-content-item ul {
    list-style: none;
    list-style-image: none;
    margin-left: 15%;
}

@media(max-width: 1024px) {
    .footer-content-item ul {
        margin-left: 0;
    }
}

@media(max-width:815px) {
    .footer-content-item {
        width: 80%;
        margin-bottom: 10px
    }
}

@media(max-width:700px) {
    .footer-content-item {
        margin-bottom: 0
    }
}

.social-links {
    margin-top: 10;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

@media(max-width:815px) {
    .social-links {
        margin: 0 0px;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.social-links a {
    color: #fff
}

.social-links ul li {
    display: flex;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    height: auto;
}

@media(min-width: 815px) {
    .social-links ul li {
        margin-top: 10px;
    }
}

.social-links ul li img {
    float: left;
    border-right: solid;
    border-width: 10px;
    border-color: transparent;
    width: 22px;
    height: auto;
}

.social-links ul :nth-child(3) img {
    padding-top: 6px;
}

@media(max-width: 815px) {
    .social-links ul li div {
        float: left;
        position: relative;
        left: 50%;
    }
    .social-links ul li img,
    .social-links ul li p,
    .social-links ul li h1 {
        position: relative;
        right: 50%;
    }
}

@media(max-width: 768px) {
    .social-links {
        width: 100%;
    }
    .social-links ul :nth-child(2) p,
    .social-links ul :nth-child(2) img {
        right: 45%;
    }
}

.social-links a svg {
    max-width: 100%;
    max-height: 100%
}

.social-links a svg g,
.social-links a svg path {
    -webkit-transition: .3s;
    transition: .3s;
    fill: #fff
}

@media(hover:hover) {
    .social-links a:hover {
        cursor: pointer
    }
    .social-links a:hover svg g,
    .social-links a:hover svg path {
        fill: #8cd734
    }
}

.footer-nav,
.publishing-wrap .publishing-content h1 {
    width: 100%
}

@media(max-width:815px) {
    .footer-nav {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-top: 35px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap
    }
}

.footer-nav a {
    font-family: "HelveticaNeueLTPro-Lt_1";
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    cursor: pointer
}

@media(hover:hover) {
    .footer-nav a:after {
        display: block;
        content: "";
        width: 0;
        height: 2px;
        margin: 0 auto;
        background-color: #8cd734;
        -webkit-transition: .3s;
        transition: .3s
    }
    .footer-nav a.active:after,
    .footer-nav a:hover:after {
        width: 100%
    }
}

.select-placeholder,
select.chosen {
    font-weight: 500;
    color: #000;
    -webkit-appearance: none;
    line-height: 24px;
    padding: 16px 15px
}

.chosen-container-single .chosen-single,
select.chosen {
    resize: none;
    letter-spacing: -.26px;
    height: auto;
    font-size: 15px
}

.chosen-container-single .chosen-single {
    font-weight: 500;
    padding: 13px 15px;
    color: #000
}

.select-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    background: #f0f2f7;
    border: 2px solid transparent;
    letter-spacing: -.1px;
    font-size: 16px
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single,
select.chosen {
    background: #f0f2f7;
    border-radius: 0;
    border: 2px solid #f0f2f7;
    box-shadow: none
}

.chosen-container-single .chosen-drop {
    background-color: #f0f2f7;
    border: 1px solid #f0f2f7;
    border-radius: 0
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container .chosen-results li {
    padding: 13px 15px 11px
}

.chosen-container-single .chosen-single div,
.input-wrap .arrow,
.jobs-filter-dropdown .arrow,
.jobs-location-dropdown .arrow {
    width: 50px
}

.chosen-container-single .chosen-single div b,
.input-wrap .arrow b,
.jobs-filter-dropdown .arrow b,
.jobs-location-dropdown .arrow b {
    background: url(../../images/metajoycn/Icon/i_pre.png) center center no-repeat!important;
    background-size: 10px 6px
}

.input-wrap,
.jobs-filter-dropdown,
.jobs-location-dropdown {
    position: relative
}

.input-wrap .arrow,
.jobs-filter-dropdown .arrow,
.jobs-location-dropdown .arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    pointer-events: none
}

.input-wrap .arrow b,
.jobs-filter-dropdown .arrow b,
.jobs-location-dropdown .arrow b,
.media-modal {
    height: 100%;
    width: 100%;
    display: block
}

.input-wrap .chosen-container~.arrow,
.input-wrap .chosen-container~.select-placeholder,
.jobs-filter-dropdown .chosen-container~.arrow,
.jobs-filter-dropdown .chosen-container~.select-placeholder,
.jobs-location-dropdown .chosen-container~.arrow,
.jobs-location-dropdown .chosen-container~.select-placeholder {
    display: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chosen-container .chosen-results li.highlighted {
    background-color: #8cd734;
    background-image: none
}

.media-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: 0 0
}

.media-modal:before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 101vh;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .9)
}

.media-modal.shown {
    display: -webkit-box;
    display: flex
}

.media-modal .close-btn {
    opacity: 1;
    width: 30px;
    height: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 10px;
    background-image: url(../../images/metajoycn/Icon/i_close.svg);
    background-color: rgba(0, 0, 0, .5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    pointer-events: auto
}

.media-modal .close-btn.hidden {
    opacity: 0;
    pointer-events: none
}

@media(hover) {
    .media-modal .close-btn:hover {
        opacity: 1
    }
}

.video-popup .video-wrap {
    width: 100%;
    max-width: 144vh;
    overflow: hidden
}

.video-popup .video-wrap video,
.video-ui:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

.video-popup .video-wrap video {
    max-width: 1000px;
    max-height: 81vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.video-popup .video-content {
    max-width: 1000px;
    margin: 0 auto
}

.video-popup .video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden
}

.video-ui:after {
    content: '';
    width: 50px;
    height: 50px;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    background: url(../../images/metajoycn/Icon/i_spinner-white.svg) center center no-repeat;
    /* box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .15), 0 0 20px 20px rgba(0, 0, 0, .15); */
    border-radius: 50px;
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    opacity: 0
}

.loading+.video-ui:after {
    opacity: 1
}

.video-ui .pause-ico,
.video-ui .play-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin: -32px 0 0 -32px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    transition: .3s
}

.video-ui .pause-ico:after,
.video-ui .play-ico:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%
}

.video-ui .play-ico:after {
    width: 0;
    height: 0;
    margin: -10px 0 0 -7px;
    border: 10px solid transparent;
    border-left: 18px solid #fff;
    border-radius: 3px
}

.playing+.video-ui .play-ico,
.video-ui .pause-ico {
    display: none
}

.video-ui .pause-ico:after {
    width: 30%;
    height: 30%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTUgNTAwIj48cGF0aCBkPSJNNjAuMyA0OTkuNkMyNyA0OTkuNiAwIDQ3Mi42IDAgNDM5LjN2LTM3OWE2MC4zIDYwLjMgMCAxMTEyMC43IDB2Mzc5YzAgMzMuMy0yNyA2MC4zLTYwLjQgNjAuM3ptMjM0LjMgMGMtMzMuMyAwLTYwLjMtMjctNjAuMy02MC4zdi0zNzlhNjAuMyA2MC4zIDAgMTExMjAuNiAwdjM3OWMwIDMzLjMtMjcgNjAuMy02MC4zIDYwLjN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.overlay+.video-ui .pause-ico {
    display: block
}

.gallery-popup .dots-wrapper {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none
}

.gallery-popup .slick-dots {
    pointer-events: auto
}

.gallery-popup .slick-slider {
    max-width: 1000px;
    max-height: 80vh;
    margin: 0 auto;
    pointer-events: auto
}

.gallery-popup .gallery-wrap {
    width: 100%;
    max-width: 144vh;
    max-height: 80vh;
    pointer-events: none
}

.gallery-popup.landscape-mobile .dots-wrapper {
    position: fixed
}

.gallery-popup.landscape-mobile .gallery-wrap {
    max-width: none;
    max-height: none;
    height: 100%
}

.gallery-popup.landscape-mobile .slick-slider {
    width: 100vw;
    height: 100vh;
    max-height: none;
    max-width: none
}

.gallery-popup.landscape-mobile .no-arrows .slick-arrow,
.video-ui:after {
    pointer-events: none
}

.gallery-popup.landscape-mobile .office-photo {
    width: 100%;
    padding-bottom: 100vh;
    pointer-events: auto
}

.gallery-popup .gallery {
    width: 100%;
    position: relative
}

@media(hover:none) {
    .gallery-popup .slick-dots.hidden {
        opacity: 0!important
    }
}

.get-in-touch-wrap {
    padding: 80px 20px 115px;
    position: relative
}

@supports(padding:max(1px, 2px)) {
    .get-in-touch-wrap {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .get-in-touch-wrap {
        padding: 70px 10px 80px
    }
    @supports(padding:max(1px, 2px)) {
        .get-in-touch-wrap {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.get-in-touch-wrap h1 {
    margin-bottom: 66px
}

.get-in-touch-wrap form {
    max-width: 380px;
    margin: 0 auto
}

.get-in-touch-wrap form .select-placeholder,
.get-in-touch-wrap form input,
.get-in-touch-wrap form select,
.get-in-touch-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    font-family: "HelveticaNeueLTPro-Lt_1"
}

.get-in-touch-wrap form label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: -.24px;
    color: #575757
}

.get-in-touch-wrap .select-wrap {
    margin-bottom: 25px
}

.cookies-popup h4,
.get-in-touch-wrap .input-wrap {
    margin-bottom: 10px
}

.get-in-touch-wrap .input-wrap select.validation-error-required,
.get-in-touch-wrap .input-wrap select.validation-error-required+.chosen-container:not(.chosen-disabled) .chosen-single,
.get-in-touch-wrap .input-wrap select.validation-error-required+.select-placeholder {
    border-color: #ffa0a0
}

.get-in-touch-wrap .input-wrap select.validation-error-required~.form-error {
    display: none
}

.get-in-touch-wrap .input-attachment {
    font-weight: 600;
    color: #fff;
    background-color: #8cd734;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 50px
}

.get-in-touch-wrap .btn-wrap {
    text-align: center;
    margin-top: 40px
}

.get-in-touch-wrap .thx-msg-wrap {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    pointer-events: none
}

.get-in-touch-wrap .thx-msg-wrap.show,
.office-photo-wrap .slick-arrow:hover:after {
    opacity: 1
}

.get-in-touch-wrap .thx-msg-wrap .spinner {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../../images/metajoycn/Icon/i_spinner.svg) center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear
}

.get-in-touch-wrap .thx-msg-wrap .error,
.get-in-touch-wrap .thx-msg-wrap .success {
    display: none
}

.get-in-touch-wrap .g-recaptcha {
    width: 100%;
    margin-top: 30px;
    text-align: center
}

.get-in-touch-wrap .g-recaptcha>div {
    margin: 0 auto;
    text-align: center
}

.contacts-wrap {
    padding: 82px 0 70px;
    background-color: #f0f2f7
}

@media(max-width:700px) {
    .contacts-wrap {
        padding: 60px 0 10px
    }
}

.contacts-wrap h1 {
    margin-bottom: 94px
}

.contacts-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

@supports(padding:max(1px, 2px)) {
    .contacts-content {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .contacts-content {
        padding: 0 10px
    }
    @supports(padding:max(1px, 2px)) {
        .contacts-content {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.offices-photos-wrap {
    display: -webkit-box;
    display: flex
}

@media(max-width:700px) {
    .offices-photos-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.office-photo-wrap {
    box-sizing: border-box;
    width: calc(50% - 10px);
    margin-left: 20px
}

.office-photo-wrap:nth-child(2n+1) {
    margin-left: 0
}

@media(max-width:700px) {
    .office-photo-wrap {
        box-sizing: border-box;
        width: 100%;
        margin-left: 0
    }
}

.office-photo-wrap h3 {
    font-family: "HelveticaNeueLTPro-Lt_1";
    margin: 40px 0 25px
}

@media(max-width:700px) {
    .office-photo-wrap h3 {
        margin: 30px 0 20px
    }
}

.office-photo-wrap p {
    font-size: 15px;
    color: #6c6c6c;
    margin-bottom: 25px
}

@media(max-width:700px) {
    .office-photo-wrap .link-next {
        margin-bottom: 35px
    }
}

.careers-wrap.inner-page .feedback-wrap form,
.office-photo-slide,
.office-photo-wrap .office-slider-wrap {
    position: relative
}

.office-photo-wrap .office-slider-wrap .slick-list {
    border-radius: 10px
}

.office-photo-wrap .office-slider-wrap * {
    outline: 0
}

.office-photo-wrap .slick-arrow {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1
}

@media(hover:none) {
    .office-photo-wrap .slick-arrow {
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        border-radius: 0;
        opacity: 0
    }
}

@media(max-width:700px) {
    .office-photo-wrap .slick-arrow {
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        border-radius: 0;
        opacity: 0
    }
}

.office-photo-wrap .slick-arrow:after {
    display: block;
    content: '';
    position: absolute;
    top: 51%;
    left: 48%;
    width: 14px;
    height: 23px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../../images/metajoycn/Icon/i_pre.png) center center no-repeat;
    background-size: contain
}

.office-photo-wrap:hover .slick-arrow {
    opacity: 1
}

@media(hover:none) {
    .office-photo-wrap:hover .slick-arrow {
        opacity: 0
    }
}

@media(max-width:700px) {
    .office-photo-wrap:hover .slick-arrow {
        opacity: 0
    }
}

.office-photo-wrap .office-slider-wrap-big .slick-arrow,
.office-photo-wrap .office-slider-wrap-big .slick-dots {
    opacity: 0
}

@media not all and (hover:none) {
    .office-photo-wrap .office-slider-wrap-big:hover .slick-arrow,
    .office-photo-wrap .office-slider-wrap-big:hover .slick-dots {
        opacity: 1
    }
}

@media(hover:none) {
    .office-photo-wrap .office-slider-wrap-big .slick-dots {
        opacity: 1
    }
}

@media(max-width:815px) {
    .office-photo-wrap .office-slider-wrap-big .slick-dots {
        opacity: 1;
        bottom: 0;
        -webkit-transform: translate(-50%, 150%);
        transform: translate(-50%, 150%)
    }
    .office-photo-wrap .landscape-mobile .slick-dots {
        bottom: 5vh;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.office-photo-wrap .slick-next {
    left: auto;
    right: 10px
}

.office-photo-wrap .slick-next:after {
    left: 54%;
    background: url(../../images/metajoycn/Icon/i_next.png) center center no-repeat;
    background-size: contain
}

@media(max-width:700px) {
    .office-photo-wrap .slick-next {
        left: auto;
        right: 0
    }
}

@media(hover:none) {
    .office-photo-wrap .slick-next {
        left: auto;
        right: 0
    }
}

.office-photo-wrap .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    line-height: 0;
    list-style: none
}

.office-photo-wrap .slick-dots li {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 0 0 7px;
    background: #e6e6e6;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: content-box
}

.office-photo-wrap .slick-dots li:first-child {
    margin-left: 0
}

.office-photo-wrap .slick-dots li.slick-active {
    border-color: #8cd734;
    background-color: #8cd734;
    background-clip: border-box
}

.office-photo-wrap .slick-dots button {
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    line-height: 0
}

.office-photo-slide:before {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    background: url(../../images/metajoycn/Icon/i_spinner.svg) center center no-repeat
}

.office-photo-slide.lazy:before {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear
}

.link-next {
    display: inline-block;
    color: #8cd734;
    font-weight: 500;
    letter-spacing: -.24px;
    cursor: pointer
}

.link-next svg,
.news-wrap .read-more svg {
    position: relative;
    top: 8px;
    left: 0;
    width: 10px;
    margin-top: -10px
}

.office-photo {
    position: relative;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.join-wrap,
.office-video {
    overflow: hidden
}

.office-video .play-ico {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    -webkit-transition: .3s;
    transition: .3s
}

.careers-wrap.inner-page .office-video-preview .play-ico:after,
.office-video .play-ico:after {
    content: "";
    border: 10px solid transparent;
    border-left: 18px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
    border-radius: 3px
}

.join-wrap:before,
.office-photo-wrap .slick-dots button,
.office-video video {
    position: absolute;
    width: 100%;
    height: 100%
}

.office-video video {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%
}

.landscape-mobile .slick-slide .office-video video {
    height: 101vh;
    width: 101vw;
    -o-object-fit: cover;
    object-fit: cover
}

.join-wrap {
    min-height: 400px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 100px 0
}

.join-wrap.bg-parallax:before {
    display: none
}

@media(max-width:815px) {
    .join-wrap {
        padding: 130px 0
    }
}

@media(max-width:700px) {
    .join-wrap {
        padding: 80px 0
    }
}

.join-wrap:before {
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .67)
}

.join-wrap.hero-block:before {
    z-index: 2
}

.join-wrap .intro-social {
    width: 60px;
    left: auto;
    right: 0
}

.join-wrap .intro-social ul li {
    margin-bottom: 120px
}

@media(max-width:900px) {
    .join-wrap .intro-social {
        display: none
    }
}

.join-wrap .bg-fixed {
    display: none
}

.join-wrap .bg-static {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    z-index: 1;
    pointer-events: none
}

.parallax-canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.join-content {
    max-width: 810px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px
}

@supports(padding:max(1px, 2px)) {
    .join-content {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .join-content {
        padding: 0 10px
    }
    @supports(padding:max(1px, 2px)) {
        .join-content {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.join-content h1 {
    font-family:"HelveticaNeueLTPro-Lt_1";
    margin-bottom: 25px
}

@media(max-width:815px) {
    .join-content h1 {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: -.45px
    }
}

.join-content p {
    font-size: 16px;
    letter-spacing: -.27px;
    margin-bottom: 40px;
    text-align: left
}

.join-content p:last-child {
    margin-bottom: 0
}

.information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-full-width-text-inner p a,
.join-content p a,
.news-wrap .article-preview p a,
.publishing-wrap .publishing-text-inner p a {
    color: #8cd734;
    text-decoration: underline
}

@media(max-width:700px) {
    .join-content p {
        margin-bottom: 25px
    }
}

.careers-wrap.inner-page {
    padding-top: 40px
}

@media(max-width:700px) {
    .careers-wrap.inner-page {
        padding-top: 30px
    }
}

.careers-wrap.inner-page a {
    color: #5fb200
}

.careers-wrap.inner-page article {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 10px
}

@supports(padding:max(1px, 2px)) {
    .careers-wrap.inner-page article {
        padding-left: max(10px, env(safe-area-inset-left));
        padding-right: max(10px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .careers-wrap.inner-page article {
        padding: 30px 10px
    }
    @supports(padding:max(1px, 2px)) {
        .careers-wrap.inner-page article {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.careers-wrap.inner-page .hero-block {
    padding: 0;
    margin-bottom: 40px;
    margin-top: -40px;
    background-attachment: initial
}

@media(max-width:700px) {
    .careers-wrap.inner-page .hero-block {
        margin-top: -30px
    }
}

.careers-wrap.inner-page .hero-block .hero-content-wrap {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 130px 20px 150px;
    text-align: left;
    z-index: 3
}

@supports(padding:max(1px, 2px)) {
    .careers-wrap.inner-page .hero-block .hero-content-wrap {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .careers-wrap.inner-page .hero-block .hero-content-wrap {
        padding-left: 10px;
        padding-right: 10px
    }
    @supports(padding:max(1px, 2px)) {
        .careers-wrap.inner-page .hero-block .hero-content-wrap {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.careers-wrap.inner-page .hero-block .home-link {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #adaeb0
}

@supports(padding:max(1px, 2px)) {
    .careers-wrap.inner-page .hero-block .home-link {
        left: max(20px, env(safe-area-inset-left))
    }
}

@media(max-width:700px) {
    .careers-wrap.inner-page .hero-block .home-link {
        left: 10px
    }
    @supports(padding:max(1px, 2px)) {
        .careers-wrap.inner-page .hero-block .home-link {
            left: max(10px, env(safe-area-inset-left))
        }
    }
}

.careers-wrap.inner-page .hero-block .home-link svg path {
    fill: #adaeb0
}

.careers-wrap.inner-page .hero-block .hero-heading {
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #fff
}

@media(max-width:815px) {
    .careers-wrap.inner-page .hero-block .hero-heading {
        font-size: 32px;
        line-height: 42px
    }
}

.careers-wrap.inner-page .hero-block .hero-heading span,
.intro-wrap .intro-slide span {
    color: #00fff6
}

.careers-wrap.inner-page .hero-block .hero-button {
    display: inline-block;
    padding: 9px 40px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer
}

.careers-wrap.inner-page .careers-content h1 {
    font-family: "HelveticaNeueLTPro-Lt_1";
    margin-bottom: 60px
}

.careers-wrap.inner-page .office-wrap-description {
    max-width: 579px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.88
}

@media(max-width:700px) {
    .careers-wrap.inner-page .office-wrap-description {
        margin-bottom: 30px
    }
}

.careers-wrap.inner-page .office-videos-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 40px
}

@media(max-width:700px) {
    .careers-wrap.inner-page .office-videos-wrap {
        display: block;
        margin-bottom: 0
    }
}

.careers-wrap.inner-page .office-videos-item {
    width: 50%;
    padding: 0 10px;
    text-align: center
}

@media(max-width:700px) {
    .careers-wrap.inner-page .office-videos-item {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding: 0
    }
}

.careers-wrap.inner-page .office-video {
    margin-bottom: 40px
}

.careers-wrap.inner-page .office-video-preview {
    display: block;
    position: relative;
    padding-bottom: 45.47%
}

.careers-wrap.inner-page .office-video-preview .video-preview-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    z-index: 0
}

.careers-wrap.inner-page .office-video-preview .play-ico {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .23);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 2
}

.careers-wrap.inner-page .office-video-preview:hover .play-ico {
    background-color: rgba(255, 255, 255, .5)
}

.careers-wrap.inner-page .office-video-preview:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.careers-wrap.inner-page .office-name {
    font-family: "HelveticaNeueLTPro-Lt_1";
    margin: 0 auto
}

.careers-wrap.inner-page .office-address {
    font-size: 15px;
    line-height: 28px;
    color: #6c6c6c
}

.careers-wrap.inner-page .benefits-wrap {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

@media(max-width:700px) {
    .careers-wrap.inner-page .benefits-wrap {
        margin-bottom: 0
    }
}

.careers-wrap.inner-page .benefits-item {
    box-sizing: border-box;
    flex-basis: 33.3333%;
    margin-bottom: 50px;
    padding: 0 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap
}

@media(max-width:1024px) {
    .careers-wrap.inner-page .benefits-item {
        flex-basis: 50%
    }
}

@media(max-width:700px) {
    .careers-wrap.inner-page .benefits-item {
        flex-basis: 100%;
        margin-bottom: 30px;
        padding: 0
    }
}

.careers-wrap.inner-page .benefits-image {
    margin-right: 10px
}

.careers-wrap.inner-page .benefits-image img {
    width: 50px;
    height: 50px
}

.careers-wrap.inner-page .benefits-heading {
    font-family: "HelveticaNeueLTPro-Lt_1";
    margin-bottom: 10px
}

.careers-wrap.inner-page .benefits-description {
    font-size: 16px;
    color: #575757
}

.careers-wrap.inner-page .values-block {
    position: relative;
    width: 100%;
    max-width: none;
    margin-bottom: 90px;
    padding: 0;
    background: #f0f2f7
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-block {
        margin-bottom: 40px
    }
}

.careers-wrap.inner-page .values-content-wrap {
    display: block;
    box-sizing: border-box;
    max-width: 1190px;
    padding: 0 20px;
    margin: 0 auto
}

@supports(padding:max(1px, 2px)) {
    .careers-wrap.inner-page .values-content-wrap {
        padding-left: max(20px, env(safe-area-inset-left))
    }
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-content-wrap {
        padding: 0 10px
    }
    @supports(padding:max(1px, 2px)) {
        .careers-wrap.inner-page .values-content-wrap {
            padding-left: max(10px, env(safe-area-inset-left))
        }
    }
}

.careers-wrap.inner-page .values-content {
    width: 50%;
    padding: 110px 0;
    box-sizing: border-box
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-content {
        width: 100%;
        padding: 50px 0 40px
    }
}

.careers-wrap.inner-page .values-content h1 {
    text-align: left
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-content h1 {
        text-align: center
    }
}

.careers-wrap.inner-page .values-content h1:after {
    left: 0;
    margin-left: 0
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-content h1:after {
        left: 50%;
        margin-left: -25px
    }
}

.careers-wrap.inner-page .values-list {
    margin-top: 75px;
    padding-right: 20px;
    list-style: none
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-list {
        margin-top: 58px
    }
}

.careers-wrap.inner-page .values-list-item {
    font-family: "HelveticaNeueLTPro-Lt_1";
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.56;
    letter-spacing: -.38px;
    color: #000
}

.careers-wrap.inner-page .values-list-item:last-child {
    margin-bottom: 0
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-list-item {
        font-size: 16px;
        letter-spacing: -.27px
    }
}

.careers-wrap.inner-page .values-image-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center
}

@media(max-width:815px) {
    .careers-wrap.inner-page .values-image-wrap {
        position: relative;
        width: 100%;
        height: 90vw
    }
}

.careers-wrap.inner-page .jobs-wrap {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap
}

@media(max-width:815px) {
    .careers-wrap.inner-page .jobs-wrap {
        display: block
    }
}

@media(max-width:700px) {
    .careers-wrap.inner-page .jobs-wrap {
        padding: 0
    }
}

.careers-wrap.inner-page .job-description ul,
.careers-wrap.inner-page .jobs-wrap ul {
    list-style: none
}

.careers-wrap.inner-page .jobs-wrap.loading {
    min-height: 400px
}

.careers-wrap.inner-page .jobs-wrap.loading:after {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../../images/metajoycn/Icon/i_spinner.svg) center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear
}

.careers-wrap.inner-page .jobs-location-filter {
    margin-bottom: 60px
}

.careers-wrap.inner-page .jobs-dropdown-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:550px) {
    .careers-wrap.inner-page .jobs-dropdown-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.careers-wrap.inner-page .jobs-filter-dropdown,
.careers-wrap.inner-page .jobs-location-dropdown {
    display: none;
    margin: 0 10px 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.careers-wrap.inner-page .jobs-filter-dropdown a,
.careers-wrap.inner-page .jobs-location-dropdown a {
    color: #000
}

@media(max-width:815px) {
    .careers-wrap.inner-page .jobs-filter-dropdown,
    .careers-wrap.inner-page .jobs-location-dropdown {
        display: block
    }
}

@media screen and (max-width:550px) {
    .careers-wrap.inner-page .jobs-filter-dropdown,
    .careers-wrap.inner-page .jobs-location-dropdown {
        margin-right: 0;
        margin-left: 0
    }
}

.careers-wrap.inner-page .jobs-location-dropdown .chosen-container {
    width: 250px!important;
    display: block;
    margin: 0 auto 40px
}

.careers-wrap.inner-page .jobs-filter-dropdown .chosen-container {
    width: 250px!important;
    display: block
}

@media screen and (max-width:550px) {
    .careers-wrap.inner-page .jobs-filter-dropdown .chosen-container,
    .careers-wrap.inner-page .jobs-location-dropdown .chosen-container {
        width: 100%!important
    }
}

.careers-wrap.inner-page .jobs-filter-dropdown .chosen,
.careers-wrap.inner-page .jobs-location-dropdown .chosen {
    min-width: 250px!important
}

.careers-wrap.inner-page .jobs-filter-dropdown select,
.careers-wrap.inner-page .jobs-location-dropdown select {
    width: 100%;
    font-size: 15px
}

.careers-wrap.inner-page .jobs-filter-dropdown .chosen-container {
    margin: 0 auto 12px
}

.careers-wrap.inner-page .loading .jobs-filter,
.careers-wrap.inner-page .loading .jobs-filter-dropdown,
.careers-wrap.inner-page .loading .jobs-location-dropdown {
    opacity: 0;
    pointer-events: none
}

.careers-wrap.inner-page .jobs-filter {
    width: 280px;
    flex-shrink: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media(max-width:815px) {
    .careers-wrap.inner-page .jobs-filter {
        display: none
    }
}

.careers-wrap.inner-page .jobs-filter-item {
    margin-bottom: 20px
}

.careers-wrap.inner-page .jobs-filter-item .jobs-filter-label {
    font-family: "HelveticaNeueLTPro-Lt_1";
    font-weight: 500;
    padding-bottom: 2px;
    border-bottom: dashed 1px;
    color: #000;
    font-size: 15px;
    line-height: .71;
    cursor: pointer
}

.careers-wrap.inner-page .jobs-filter-item .jobs-filter-count {
    font-size: 14px;
    color: #adaeb0
}

.careers-wrap.inner-page .jobs-filter-item.active .jobs-filter-label {
    color: #5fb200;
    border-color: #5fb200
}

.careers-wrap.inner-page .jobs-list {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.careers-wrap.inner-page .loading .jobs-list {
    opacity: 0;
    pointer-events: none
}

.careers-wrap.inner-page .jobs-list-item {
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border-top: 1px solid #f0f2f7
}

.careers-wrap.inner-page .jobs-list-item.hidden {
    display: none
}

.careers-wrap.inner-page .jobs-list-item .jobs-category,
.careers-wrap.inner-page .jobs-list-item .jobs-location {
    font-weight: 500;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: -.24px;
    color: #adaeb0
}

.careers-wrap.inner-page .jobs-list-item .icon-location {
    margin-right: 5px
}

.careers-wrap.inner-page .jobs-list-item:hover {
    background: #f0f2f7
}

.careers-wrap.inner-page .jobs-list-item:hover .jobs-category,
.careers-wrap.inner-page .jobs-list-item:hover .jobs-location,
.policy-wrap p {
    color: #575757
}

.careers-wrap.inner-page .jobs-list-item:hover svg path {
    fill: #71bf18
}

.careers-wrap.inner-page .jobs-list-item a {
    color: #000;
    text-decoration: none
}

.careers-wrap.inner-page .jobs-list-item .icon-location {
    display: inline-block;
    position: relative
}

.careers-wrap.inner-page .jobs-apply {
    font-family: "HelveticaNeueLTPro-Lt_1";
    font-weight: 500;
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #71bf18
}

.careers-wrap.inner-page .jobs-heading {
    font-family: "HelveticaNeueLTPro-Lt_1";
    box-sizing: border-box;
    width: 100%;
    padding-right: 100px;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px
}

@media(max-width:815px) {
    .careers-wrap.inner-page .jobs-heading {
        line-height: 30px
    }
}

.careers-wrap.inner-page .see-all-jobs {
    display: none;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #f0f2f7;
    border-bottom: 1px solid #f0f2f7;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: .71;
    letter-spacing: -.2px;
    color: #adaeb0;
    cursor: pointer
}

.careers-wrap.inner-page .see-all-jobs .icon-dropdown {
    position: absolute;
    top: 22px;
    right: 0
}

.careers-wrap.inner-page .feedback-wrap {
    padding-top: 0
}

@media(max-width:700px) {
    .careers-wrap.inner-page .feedback-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

.careers-wrap.inner-page .feedback-wrap .input-wrap {
    position: relative
}

.careers-wrap.inner-page .feedback-wrap .input-wrap-double {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.careers-wrap.inner-page .feedback-wrap .input-wrap-small {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1;
    flex-basis: calc(50% - 5px);
    margin-left: 10px
}

.careers-wrap.inner-page .feedback-wrap .input-wrap-small:first-child {
    margin-left: 0
}

.careers-wrap.inner-page .feedback-wrap .input-wrap-small.no-label {
    margin-top: 35px
}

.careers-wrap.inner-page .feedback-wrap .form-file-input {
    height: 54px;
    opacity: 0
}

.careers-wrap.inner-page .feedback-wrap .file-input-wrap {
    margin-top: 30px
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    text-align: center;
    cursor: pointer
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px dashed #d8ddea
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap .icon-attachment {
    position: relative;
    top: 4px;
    margin-right: 6px
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap .icon-file {
    display: none;
    position: relative;
    top: 5px
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap .remove-file {
    display: none;
    position: relative;
    top: 3px
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap.has-file {
    box-sizing: border-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 20px 0 17px;
    background-color: #f7f8fa;
    border-color: #f7f8fa
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap.has-file .form-file-input-label-text {
    margin-left: 5px;
    text-align: left;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy label:before,
.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap.has-file .icon-attachment {
    display: none
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap.has-file .icon-file {
    display: block
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-wrap.has-file .remove-file {
    display: block;
    padding: 10px 0 10px 10px
}

.careers-wrap.inner-page .feedback-wrap .form-file-input-label-text {
    font-size: 14px;
    font-weight: 500;
    max-width: 80%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -.26px;
    color: #000
}

.careers-wrap.inner-page .feedback-wrap .btn-wrap {
    margin-top: 40px
}

.careers-wrap.inner-page .feedback-wrap .form-error-text {
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #fff
}

.careers-wrap.inner-page .feedback-wrap .form-error-close {
    -webkit-box-flex: 0;
    flex-grow: 0;
    cursor: pointer
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy {
    margin-top: 30px
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy label {
    margin-bottom: 0;
    padding-left: 34px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -.2px;
    color: #575757
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy input {
    opacity: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: -1
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy .custom-checkbox {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #adaeb0;
    border-radius: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy .custom-checkbox:hover {
    border-color: #71bf18
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy input.error+.custom-checkbox {
    border-color: #ffa0a0
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy input:checked+.custom-checkbox {
    background-color: #8cd734;
    border-color: #8cd734
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy input:checked+.custom-checkbox:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE4IDE0Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNTkgMTAuNThMMS40MiA2LjQxIDAgNy44Mmw1LjU5IDUuNTkgMTItMTJMMTYuMTggMHoiLz4KPC9zdmc+Cg==) center center no-repeat;
    color: #fff
}

.careers-wrap.inner-page .feedback-wrap .checkbox-input-privacy input:checked+.custom-checkbox:hover {
    background-color: #71bf18;
    border-color: #71bf18
}

.careers-wrap.inner-page .feedback-description {
    max-width: 579px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -.27px;
    color: #000;
    line-height: 1.88
}

@media(max-width:815px) {
    .careers-wrap.inner-page .feedback-description {
        font-size: 15px;
        line-height: 29px;
        margin-bottom: 30px
    }
}

.careers-wrap.inner-page .single-career-content {
    padding: 0 10px
}

@supports(padding:max(1px, 2px)) {
    .careers-wrap.inner-page .single-career-content {
        padding-left: max(10px, env(safe-area-inset-left));
        padding-right: max(10px, env(safe-area-inset-right))
    }
}

.careers-wrap.inner-page .single-career-content .home-link {
    max-width: 1160px;
    margin: 0 auto 40px;
    padding: 0 10px
}

@supports(padding:max(1px, 2px)) {
    .careers-wrap.inner-page .single-career-content .home-link {
        padding-left: max(10px, env(safe-area-inset-left));
        padding-right: max(10px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .careers-wrap.inner-page .single-career-content .home-link {
        padding: 0;
        margin-bottom: 15px
    }
    @supports(padding:max(1px, 2px)) {
        .careers-wrap.inner-page .single-career-content .home-link {
            padding-left: max(.01px, env(safe-area-inset-left));
            padding-right: max(.01px, env(safe-area-inset-right))
        }
    }
}

.careers-wrap.inner-page .single-career {
    max-width: 780px;
    margin: 0 auto
}

.careers-wrap.inner-page .single-career>h1 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 44px
}

.careers-wrap.inner-page .single-career .jobs-info {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.24px;
    color: #adaeb0
}

.careers-wrap.inner-page .single-career .jobs-info .jobs-category {
    margin-left: 20px
}

.careers-wrap.inner-page .single-career .jobs-info .jobs-location svg path {
    fill: #9c9c9c
}

.careers-wrap.inner-page .job-description {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

@media(max-width:700px) {
    .careers-wrap.inner-page .job-description {
        margin-bottom: 20px;
        padding-bottom: 0
    }
}

.careers-wrap.inner-page .job-description div,
.careers-wrap.inner-page .job-description li,
.careers-wrap.inner-page .job-description p {
    font-size: 16px;
    line-height: 1.88;
    color: #000
}

@media(max-width:815px) {
    .careers-wrap.inner-page .job-description div,
    .careers-wrap.inner-page .job-description li,
    .careers-wrap.inner-page .job-description p {
        font-size: 15px;
        line-height: 29px;
        letter-spacing: -.26px
    }
}

.careers-wrap.inner-page .job-description p,
.careers-wrap.inner-page .job-description ul {
    margin-bottom: 30px
}

.careers-wrap.inner-page .job-description b,
.careers-wrap.inner-page .job-description h3 {
    font-family: "HelveticaNeueLTPro-Lt_1";
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    line-height: 28px;
    color: #000
}

.get-in-touch-wrap .help-block.form-error {
    color: #e14c4c
}

.get-in-touch-wrap .error+.form-file-input-label .form-file-input-label-wrap {
    border: 2px solid #ffa0a0!important
}

.get-in-touch-wrap input,
.get-in-touch-wrap textarea {
    border: 2px solid transparent
}

.get-in-touch-wrap input.error,
.get-in-touch-wrap textarea.error {
    border-color: #ffa0a0!important
}

.publishing-wrap {
    padding: 80px 0 14px;
    position: relative
}

.publishing-wrap h1 {
    margin-bottom: 66px
}

.publishing-wrap .publishing-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

@supports(padding:max(1px, 2px)) {
    .publishing-wrap .publishing-content {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .publishing-wrap .publishing-content {
        padding: 0 10px
    }
    @supports(padding:max(1px, 2px)) {
        .publishing-wrap .publishing-content {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.publishing-wrap .publishing-text {
    display: -webkit-box;
    display: flex;
    margin-bottom: 44px;
    color: #575757
}

@media(max-width:700px) {
    .publishing-wrap .publishing-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.publishing-wrap .publishing-text-inner {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    letter-spacing: -.2px;
    text-align: left;
    color: #575757
}

.publishing-wrap .publishing-text-inner p {
    font-size: 15px
}

@media(max-width:700px) {
    .publishing-wrap .publishing-text-inner p {
        margin-bottom: 30px
    }
}

.publishing-wrap .publishing-works-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
}

@media(max-width:700px) {
    .publishing-wrap .publishing-works-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: nowrap
    }
}

.publishing-wrap .publishing-works {
    flex-basis: calc(50% - 10px);
    margin-bottom: 26px;
    margin-left: 20px
}

.publishing-wrap .publishing-works:nth-child(2n-1) {
    margin-left: 0
}

.publishing-wrap .publishing-works h3+p {
    font-size: 14px
}

.publishing-wrap .publishing-works p {
    margin-bottom: 20px
}

@media(max-width:700px) {
    .publishing-wrap .publishing-works {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 50px;
        margin-left: 0
    }
}

.publishing-wrap .publishing-works:nth-child(1):nth-last-child(1) {
    flex-basis: 100%
}

.publishing-wrap .publishing-works:nth-child(1):nth-last-child(3),
.publishing-wrap .publishing-works:nth-child(1):nth-last-child(3)~.publishing-works,
.publishing-wrap .publishing-works:nth-child(2):nth-last-child(4)~.publishing-works,
.publishing-wrap .publishing-works:nth-child(4):nth-last-child(4)~.publishing-works,
.publishing-wrap .publishing-works:nth-child(6):nth-last-child(4)~.publishing-works,
.publishing-wrap .publishing-works:nth-child(8):nth-last-child(4)~.publishing-works {
    flex-basis: 33.3333%
}

.publishing-wrap .publishing-works-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media(max-width:700px) {
    .publishing-wrap .publishing-works-inner {
        box-sizing: border-box
    }
}

.publishing-wrap .product-badge-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 5px;
    box-sizing: border-box;
    direction: rtl
}

.publishing-wrap .product-badge {
    padding: 5px;
    width: 85px
}

.publishing-wrap .publishing-works-photo {
    margin-bottom: 52px;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    border-radius: 10px
}

.publishing-wrap .publishing-works-photo:hover .play-ico {
    background-color: rgba(255, 255, 255, .5);
    box-sizing: border-box
}

.publishing-wrap .publishing-works-photo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px
}

.publishing-wrap .play-ico {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .23);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    -webkit-transition: .3s;
    transition: .3s
}

.news-wrap .article-video-preview .play-ico:after,
.publishing-wrap .play-ico:after {
    content: "";
    /* border: 10px solid transparent;
    border-left: 18px solid #fff; */
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
    /* border-radius: 3px */
}
.play-ico img{
    display: block;
    position: absolute;
    bottom: 20%;
    left: 25%;
    width: 60%;
    height: 60%;
}

.publishing-wrap .app-ico {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5); */
    /* border-radius: 14px */
}

.publishing-wrap .publishing-works-desc {
    text-align: center
}

.policy-wrap .policy-content h3,
.policy-wrap .policy-content h4,
.policy-wrap .policy-content h5,
.publishing-wrap .publishing-works-desc h3 {
    font-family:  "Helvetica LT 65 Medium", sans-serif
}

.publishing-wrap .download-links-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-flex: 1;
    flex: 1
}

.publishing-wrap .download-links {
    font-size: 0;
    line-height: 0;
    text-align: center
}

@media(min-width:701px) and (max-width:929px) {
    .publishing-wrap .download-links {
        min-height: 118px
    }
}

.publishing-wrap .download-links a {
    display: inline-block;
    margin: 10px;
    cursor: pointer
}

@media(max-width:700px) {
    .publishing-wrap .download-links a {
        margin: 5px
    }
}

.publishing-wrap .download-links a img {
    max-width: 125px;
    height: 39px
}

.publishing-wrap .btn-wrap {
    display: none
}

.slick-slide {
    outline: 0!important
}

.intro-wrap {
    position: relative;
    z-index: 2;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 1px
}

@media(max-width:700px) {
    .intro-wrap {
        min-height: 340px
    }
}

.intro-wrap .intro-bg,
.intro-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.intro-wrap:after {
    content: "";
    background-color: rgba(0, 0, 0, .6);
    z-index: 3
}

.intro-wrap .intro-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    overflow: hidden
}

.intro-wrap .intro-content {
    height: 100%;
    position: relative;
    z-index: 5;
    color: #fff
}

.intro-wrap .tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.intro-wrap .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.intro-wrap .slider-btn-wrap button:hover,
.intro-wrap .tv .screen.active {
    opacity: 1
}

.intro-wrap .intro-slider {
    color: #fff;
    position: relative;
    z-index: 5
}

.intro-wrap .intro-slider .intro-slide {
    display: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.intro-wrap .intro-slider .intro-slide:first-child {
    display: block
}

.intro-wrap .intro-slider .intro-slide.slide-out {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0!important
}

.intro-wrap .intro-slider .intro-slide.slide-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.intro-wrap .slick-initialized .intro-slide {
    display: block
}

.intro-wrap .slick-slide {
    outline: 0!important
}

.intro-wrap .intro-slide h1 {
    text-align: left;
    max-width: 97%
}

.intro-wrap .slider-wrap {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

.intro-wrap .slider-btn-wrap {
    position: relative;
    z-index: 12;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
    width: 100%;
    font-size: 0;
    box-sizing: border-box
}

@supports(padding:max(1px, 2px)) {
    .intro-wrap .slider-btn-wrap {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .intro-wrap .slider-btn-wrap {
        padding: 0 10px
    }
    @supports(padding:max(1px, 2px)) {
        .intro-wrap .slider-btn-wrap {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

@media(max-height:570px) {
    .intro-wrap .slider-btn-wrap {
        margin-bottom: 40px
    }
}

@media(max-height:480px) {
    .intro-wrap .slider-btn-wrap {
        margin-bottom: 20px
    }
}

.intro-wrap .slider-btn-wrap button {
    display: inline-block;
    border: 0;
    background-color: transparent;
    width: 15px;
    height: 26px;
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s
}

.intro-wrap .slider-btn-wrap .custom-slick-prev {
    background: url(../../images/metajoycn/Icon/i_pre.png) center center no-repeat;
    background-size: cover;
    margin-right: 56px
}

.intro-wrap .slider-btn-wrap .custom-slick-next {
    background: url(../../images/metajoycn/Icon/i_next.png) center center no-repeat;
    background-size: cover
}

.intro-social ul,
.intro-wrap .slide-content {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box
}

@supports(padding:max(1px, 2px)) {
    .intro-wrap .slide-content {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

.intro-wrap .slide-content h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: -.66px
}

.intro-wrap .slide-content h1 i:before {
    content: ' ';
    display: none
}

@media screen and (max-width:500px) {
    .intro-wrap .slide-content h1 i:before {
        display: block
    }
}

.intro-wrap .slide-content h1 b:before {
    content: ' ';
    display: block
}

@media screen and (max-width:500px) {
    .intro-wrap .slide-content h1 b:before {
        display: none
    }
}

@media(max-width:815px) {
    .intro-wrap .slide-content h1 {
        font-size: 32px;
        line-height: 42px
    }
}

@media(max-width:700px) {
    .intro-wrap .slide-content {
        padding: 0 10px;
        box-sizing: border-box
    }
    @supports(padding:max(1px, 2px)) {
        .intro-wrap .slide-content {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.intro-wrap .mouse-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
    background-color: #8cd734;
    border-radius: 50%;
    z-index: 15;
    cursor: pointer
}

@media(min-width:900px) and (min-height:500px) {
    .cookie-visible .intro-wrap .mouse-btn {
        bottom: 150px
    }
}

.intro-wrap .mouse-btn .mouse-border {
    width: 20px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 11px auto;
    position: relative;
    box-sizing: border-box
}

@media(max-width:700px) {
    .intro-wrap .mouse-btn .mouse-border {
        display: none
    }
}

.intro-wrap .mouse-btn .mouse-wheel {
    width: 2px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -1px;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-sizing: border-box
}

.intro-wrap .mouse-btn .mouse-mobile {
    display: none
}

.intro-wrap .mouse-btn .mouse-mobile svg {
    position: relative;
    width: 16px;
    height: 19px;
    left: 17px;
    top: 16px
}

@media(max-width:700px) {
    .intro-wrap .mouse-btn .mouse-mobile {
        display: block
    }
}

.intro-social {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    pointer-events: none
}

@media(max-width:815px) {
    .intro-social {
        display: none
    }
}

.intro-social ul {
    list-style: none;
    max-width: 1660px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: flex-end
}

@supports(padding:max(1px, 2px)) {
    .intro-social ul {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

.intro-social ul li {
    margin-right: 20px;
    margin-bottom: 160px;
    pointer-events: auto
}

.intro-social ul li:last-child {
    position: relative
}


/* .intro-social ul li:last-child:after {
    content: "";
    width: 1px;
    height: 120px;
    border-left: solid 1px #979797;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 9px
} */

.intro-social ul a {
    display: inline-block;
    width: 20px;
    text-align: center
}

.intro-social ul a img {
    width: 24px;
    height: 24px;
    -webkit-transition: .3s;
    transition: .3s
}

.intro-social ul :nth-child(1):hover img {
    content: url(../../images/metajoycn/Icon/i_Twitter.png);
}

.intro-social ul :nth-child(2):hover img {
    content: url(../../images/metajoycn/Icon/i_facebook2.png);
}

.intro-social ul :nth-child(3):hover img {
    content: url(../../images/metajoycn/Icon/i_instagram2.png);
}
.intro-social ul :nth-child(4):hover img {
    content: url(../../images/metajoycn/Icon/i_youtobe.png);
}


/* .intro-social ul a g,
.intro-social ul a path {
    fill: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.intro-social ul a:hover g,
.intro-social ul a:hover path {
    fill: #8cd734
} */

.policy-wrap {
    position: relative;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2
}

@supports(padding:max(1px, 2px)) {
    .policy-wrap {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

.policy-wrap:nth-of-type(1) {
    padding-top: 70px
}

.policy-wrap.no-nav:nth-of-type(1) {
    padding-top: 0
}

@media(max-width:700px) {
    .policy-wrap {
        padding: 0 10px
    }
    @supports(padding:max(1px, 2px)) {
        .policy-wrap {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.policy-wrap h1 {
    margin-bottom: 56px
}

.policy-wrap .policy-content {
    margin: 50px
}

.policy-wrap .policy-content p {
    margin: 0 0 10px
}

.policy-wrap .policy-content h3 strong,
.policy-wrap .policy-content h4 strong,
.policy-wrap .policy-content h5 strong {
    font-weight: 500
}

.policy-wrap .policy-content a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}

.policy-wrap .policy-content table {
    position: relative;
    width: 70vw;
    right: calc(35vw - 50%);
    border: 1px solid gray
}

@media(max-width:1024px) {
    .policy-wrap .policy-content table {
        width: 100vw;
        right: calc(50vw - 50%)
    }
}

.policy-wrap .policy-content table tr th {
    background-color: #f2f2f2
}

.policy-wrap .policy-content table tr td,
.policy-wrap .policy-content table tr th {
    border: 1px solid gray;
    padding-left: 2em;
    padding-right: 2em;
    text-align: left;
    vertical-align: top
}

.policy-wrap .policy-content table tr td:nth-child(1),
.policy-wrap .policy-content table tr th:nth-child(1) {
    width: 35%
}

.policy-wrap .policy-content table tr td:nth-child(2),
.policy-wrap .policy-content table tr th:nth-child(2) {
    width: 20%
}

.policy-wrap .policy-content table tr td:nth-child(3),
.policy-wrap .policy-content table tr th:nth-child(3) {
    width: 45%
}

.policy-wrap .policy-content table tr td ul li {
    padding-top: 10px
}

.policy-wrap .policy-content ul>li>h4 {
    margin-bottom: 0
}

.policy-wrap .policy-content a {
    color: #404040;
    word-wrap: break-word
}

.policy-wrap .policy-content a:hover {
    color: #bfbfbf
}

@media(max-width:700px) {
    .policy-wrap .policy-content {
        margin: 20px
    }
}

.policy-wrap .policy-content .w-80 {
    width: 80%
}

@media(max-width:700px) {
    .policy-wrap .policy-content .w-80 {
        width: 90%
    }
}

.policy-wrap .policy-content .center {
    margin: 20px auto
}

.policy-wrap .policy-content ul {
    margin-left: 15px
}

.news-wrap {
    padding: 82px 0 58px;
    position: relative
}

.news-wrap h1 {
    margin-bottom: 66px
}

.news-wrap .news-content {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    word-break: break-word
}

.news-wrap .news-content h1 {
    width: 100%
}

@supports(padding:max(1px, 2px)) {
    .news-wrap .news-content {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right))
    }
}

@media(max-width:700px) {
    .news-wrap .news-content {
        padding: 0 10px
    }
    @supports(padding:max(1px, 2px)) {
        .news-wrap .news-content {
            padding-left: max(10px, env(safe-area-inset-left));
            padding-right: max(10px, env(safe-area-inset-right))
        }
    }
}

.news-wrap .news-content-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box
}

.news-wrap .news-content-wrap p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px
}

@media(max-width:700px) {
    .news-wrap .news-content-wrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.news-wrap .news-article {
    box-sizing: border-box;
    display: block;
    width: 50%;
    margin-bottom: 40px;
    padding-left: 10px
}

.news-wrap .news-article:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 10px
}

@media(max-width:700px) {
    .news-wrap .news-article {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0;
        padding-right: 0!important;
        flex-basis: 100%
    }
}

.news-wrap .news-article a {
    color: #000
}

.news-wrap .article-photo,
.news-wrap .article-video-preview {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 10px
}

.news-wrap .article-photo img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news-wrap .article-video-preview {
    display: block;
    margin-bottom: 40px;
    cursor: pointer
}

.news-wrap .article-video-preview:hover .play-ico {
    background-color: rgba(255, 255, 255, .5);
    box-sizing: border-box
}

.news-wrap .article-video-preview .video-preview-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
    z-index: 0
}

.news-wrap .article-video-preview .play-ico {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .23);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
    z-index: 2
}

.news-wrap .date {
    margin-bottom: 20px;
    color: #adaeb0;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.24px
}

.home-link span,
.news-wrap h3,
.news-wrap.inner-page h1 {
    font-family: "HelveticaNeueLTPro-Lt_1", sans-serif
}

.news-wrap h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px
}

.news-wrap h3:hover {
    text-decoration: underline
}

.news-wrap .article-preview {
    line-height: 1.86;
    letter-spacing: -.2px;
    color: #6c6c6c
}

.news-wrap .read-more {
    color: #8cd734;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: -.24px
}

.news-wrap .btn-wrap {
    text-align: center
}

.news-wrap .btn {
    padding: 16px 35px 14px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1
}

.home-link {
    display: block;
    margin-bottom: 40px
}

@media(max-width:700px) {
    .home-link {
        margin-bottom: 15px
    }
}

.home-link svg {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 10px
}

.home-link span {
    font-weight: 700;
    line-height: normal;
    color: #adaeb0;
    text-transform: uppercase
}

.news-wrap.inner-page {
    padding-top: 40px
}

@media(max-width:815px) {
    .news-wrap.inner-page {
        padding-top: 30px
    }
}

.news-wrap.inner-page h1 {
    margin-bottom: 50px;
    text-align: left;
    letter-spacing: -.51px
}

@media(max-width:700px) {
    .news-wrap.inner-page h1 {
        margin-bottom: 30px
    }
}

.news-wrap.inner-page .single-article {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    border-bottom: 1px solid #eee
}

.news-wrap.inner-page .single-article h1 {
    font-family: "HelveticaNeueLTPro-Lt_1", sans-serif;
    margin-bottom: 30px;
    padding: 0;
    font-size: 30px;
    line-height: 1.47;
    text-align: center;
    color: #000
}

@media(max-width:815px) {
    .news-wrap.inner-page .single-article h1 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 40px;
        letter-spacing: -.45px
    }
}

.cookies-banner a,
.news-wrap.inner-page .single-article h1:hover {
    text-decoration: none
}

.news-wrap.inner-page .single-article .date {
    text-align: center;
    margin-bottom: 30px
}

@media(max-width:700px) {
    .news-wrap.inner-page .single-article .date {
        margin-bottom: 20px
    }
}

.news-wrap.inner-page .single-article .article-preview {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: -.3px;
    color: #6c6c6c
}

@media(max-width:700px) {
    .news-wrap.inner-page .single-article .article-preview {
        margin-bottom: 20px
    }
}

.news-wrap.inner-page .single-article .article-photo {
    margin-bottom: 40px;
    border-radius: 0
}

@media(max-width:700px) {
    .news-wrap.inner-page .single-article .article-photo {
        margin-bottom: 20px
    }
}

.news-wrap.inner-page .single-article .article-video-preview {
    border-radius: 0
}

.news-wrap.inner-page .single-article .article-photo-caption {
    max-width: 580px;
    margin: -20px auto 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -.2px;
    color: #adaeb0;
    text-align: center
}

@media(max-width:700px) {
    .news-wrap.inner-page .single-article .article-photo-caption {
        margin-top: -10px;
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 1.67
    }
}

.news-wrap.inner-page .single-article p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.88
}

@media(max-width:815px) {
    .news-wrap.inner-page .single-article p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 29px;
        letter-spacing: -.26px
    }
}

.news-wrap.inner-page .single-article ol,
.news-wrap.inner-page .single-article ul {
    margin-left: 35px
}

@media(max-width:700px) {
    .news-wrap.inner-page .single-article ol,
    .news-wrap.inner-page .single-article ul {
        margin-left: 25px
    }
}

.news-wrap.inner-page .single-article li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.88;
    letter-spacing: -.3px
}

@media(max-width:700px) {
    .news-wrap.inner-page .single-article li {
        padding-left: 10px
    }
}

.news-wrap.inner-page .single-article a {
    text-decoration: underline;
    color: #5fb200
}

.error-page {
    display: table;
    width: 100%;
    min-height: calc(100vh - 157px);
    box-sizing: border-box;
    margin: 0;
    padding-top: 68px;
    background: #f0f2f7
}

@supports(padding:max(1px, 2px)) {
    .error-page {
        padding-left: max(1px, env(safe-area-inset-left));
        padding-right: max(1px, env(safe-area-inset-right))
    }
}

@media(max-width:815px) {
    .error-page {
        padding-top: 62px
    }
}

.error-page .error-content-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.error-page .error-content {
    max-width: 1160px;
    margin: 0 auto;
    padding: 100px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media(max-width:815px) {
    .error-page .error-content {
        padding: 70px 20px 50px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.error-page .error-text {
    margin-top: 50px
}

.error-page .error-image {
    width: 260px;
    margin-right: 110px
}

@media(max-width:1024px) {
    .error-page .error-image {
        margin-right: 50px
    }
}

@media(max-width:815px) {
    .error-page .error-image {
        width: 30%;
        margin: 0 auto;
        text-align: center
    }
}

.error-page h1 {
    font-size: 72px;
    line-height: .61;
    letter-spacing: -1.2px;
    color: #8cd734;
    text-align: left
}

@media(max-width:815px) {
    .error-page h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.47;
        letter-spacing: -.5px;
        text-align: center;
        color: #8cd734
    }
}

.error-page .error-heading {
    max-width: 466px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -.5px;
    color: #000
}

@media(max-width:815px) {
    .error-page .error-heading {
        margin: 9px auto 40px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.56;
        letter-spacing: -.3px;
        color: #000
    }
}

.error-page .error-button {
    display: inline-block;
    padding: 9px 40px 7px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.2px;
    color: #fff;
    background: #8cd734;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer
}

.information-with-parallax-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 230px 0
}

.ios .information-with-parallax-wrap {
    background-attachment: initial
}

@media(max-width:815px) {
    .information-with-parallax-wrap {
        padding: 130px 0;
        background-attachment: initial
    }
}

@media(max-width:700px) {
    .information-with-parallax-wrap {
        padding: 80px 0;
        background-attachment: initial
    }
}

.information-with-parallax-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .67)
}

.information-with-parallax-wrap .information-with-parallax-content {
    max-width: 1180px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px
}

@media(max-width:700px) {
    .information-with-parallax-wrap .information-with-parallax-content {
        padding: 0 10px
    }
}

.information-with-parallax-wrap .information-with-parallax-content h1 {
    margin-bottom: 25px
}

.information-with-parallax-wrap .information-with-parallax-content p {
    text-align: left;
    margin-bottom: 40px
}

.information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-text {
    display: -webkit-box;
    display: flex
}

@media(max-width:700px) {
    .information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-text-inner {
    padding: 0 10px;
    width: 100%
}

@media(max-width:700px) {
    .information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-text-inner {
        box-sizing: border-box
    }
    .information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-text-inner p {
        margin-bottom: 30px
    }
}

.information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-full-width-text-inner {
    max-width: 810px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;
    text-align: center
}

@media(max-width:700px) {
    .information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-full-width-text-inner {
        padding: 0
    }
}

.information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-full-width-text-inner h1 {
    margin-bottom: 56px
}

.information-with-parallax-wrap .information-with-parallax-content .information-with-parallax-full-width-text-inner p {
    margin-bottom: 20px;
    text-align: left
}

.cookies-banner {
    display: none;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    font-size: 13px;
    letter-spacing: -.22px;
    font-weight: 400;
    line-height: 1.62;
    color: #6e7c8c;
    border-top: 1px solid rgba(0, 63, 123, .1);
    background: #f3f6fa;
    padding: 15px 10px;
    z-index: 999;
    text-align: center
}

.cookies-banner .icon-close {
    box-sizing: content-box;
    position: absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 16px;
    padding: 10px;
    background: url(../../images/metajoycn/Icon/i_pre.png) center center no-repeat;
    background-size: 16px;
    cursor: pointer
}

.cookies-banner .cookies-btn-action {
    padding: 10px 15px 8px;
    font-weight: 700
}

.cookies-banner .buttons {
    margin-bottom: 20px
}

.cookies-banner .buttons div {
    display: inline-block;
    margin: 0 14px
}

.cookies-banner a {
    color: #5fb200;
    font-weight: 500
}

.cookies-banner p {
    margin: 0 20px 0 0
}

.cookie-popup-close {
    display: block;
    cursor: pointer
}

.cookies-btn-action,
.cookies-btn-link {
    font-weight: 700;
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.21px;
    outline: 0;
    text-transform: uppercase
}

.cookies-btn-link {
    border-radius: 0
}

.cookies-btn-action {
    padding: 0
}

.cookies-btn-link {
    color: #5fb200;
    text-decoration: none;
    padding: 8px 10px 6px
}

.cookies-btn-action {
    background: #8cd734;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.cookies-overlay {
    display: none
}

.cookies-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 999;
    background: rgba(0, 0, 0, .4)
}

.cookies-popup.shown {
    display: -webkit-box;
    display: flex
}

.cookies-popup * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.cookies-popup .icon-close {
    box-sizing: content-box;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 16px;
    height: 16px;
    padding: 10px;
    background: url(../../images/metajoycn/Icon/i_pre.png) center center no-repeat;
    background-size: 16px
}

.cookies-popup .cookies-btn-link {
    padding: 8px 10px 6px
}

.cookies-popup .popup-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 92%;
    max-width: 700px;
    height: 90%;
    color: #000;
    background: #fff
}

.cookies-popup .popup-content__bottom,
.cookies-popup .popup-content__top {
    border: 0 solid #e2e7ed;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0
}

.cookies-popup .popup-content__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 18px;
    border-bottom-width: 1px;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500
}

.cookies-popup .options-list li,
.cookies-popup .popup-content__top h3 {
    font-family: "HelveticaNeueLTPro-Lt_1", sans-serif;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -.38px
}

.cookies-popup .popup-content__bottom {
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-top-width: 1px;
    padding: 15px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    align-items: flex-start
}

.cookies-popup .popup-content__bottom .cookies-btn-action {
    margin-left: 0
}

.cookies-popup .popup-content__options {
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex
}

.cookies-popup .cookies-btn-link {
    margin: 10px 0
}

.cookies-popup .options-list {
    display: none;
    padding: 0;
    list-style-type: none;
    background: #fff;
    color: #94a3b7;
    font-size: 16px;
    font-weight: 500;
    line-height: .88
}

.cookies-popup .options-list li {
    padding: 13px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -.26px;
    cursor: pointer;
    color: #969696;
    -webkit-transition: all .2s;
    transition: all .2s
}

.cookies-popup .options-list li.active {
    background: #f0f2f7;
    color: #5fb200
}

.cookies-popup .options-dropdown {
    position: relative;
    font-family:  "HelveticaNeueLTPro-Lt_1", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: .88
}

.cookies-popup .options-dropdown:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 16px;
    height: 9px;
    background: url(../../images/metajoycn/Icon/i_pre.png) no-repeat;
    background-size: contain;
    pointer-events: none
}

.cookies-popup .options-dropdown select {
    width: 100%;
    display: block;
    padding: 14px 20px 12px;
    border: 0;
    background: #f0f2f7;
    color: #575757;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-family: "HelveticaNeueLTPro-Lt_1", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

.cookies-popup select::-ms-expand {
    display: none
}

.cookies-popup .options-content-wrapper {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: auto
}

.cookies-popup .options-content {
    padding: 20px;
    -webkit-box-flex: 1;
    flex: 1;
    display: none
}

.cookies-popup .options-content:first-child {
    display: block
}

.cookies-popup .options-content a {
    text-decoration: none;
    color: #5fb200
}

.cookies-popup .options-content p,
.cookies-popup .options-content ul {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 26px;
    color: #6c6c6c;
    letter-spacing: -.24px
}

.cookies-popup .options-content p {
    margin-bottom: 20px
}

.cookies-popup .options-content ul {
    list-style: none
}

.cookies-popup .options-content li {
    margin: 5px 0
}

.cookies-popup .options-content h5 {
    margin-bottom: 10px;
    color: #666
}

.cookies-popup .options-content .content-head {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex;
    font-family: "HelveticaNeueLTPro-Lt_1", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: .88
}

.cookies-popup .cookies-used-link a {
    text-decoration: none;
    color: #5fb200;
    cursor: pointer
}

.cookies-popup h4,
.cookies-popup h5 {
    font-family: "HelveticaNeueLTPro-Lt_1", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px
}

.cookies-popup .switch {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    top: -10px;
    -webkit-tap-highlight-color: transparent
}

.cookies-popup .switch input {
    opacity: 0;
    display: block;
    width: 25px;
    height: 25px
}

.cookies-popup .checkbox-icon-preload {
    position: fixed!important;
    left: -999px!important;
    opacity: .00001;
    pointer-events: none
}

.cookies-popup .checkbox-icon {
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px
}

.cookies-popup .checkbox-icon:after {
    display: block;
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/metajoycn/Icon/i_pre.png) no-repeat;
    background-size: contain;
    opacity: .0001
}

.cookies-popup .switch input:checked+.checkbox-icon {
    border-color: #8cd733
}

.cookies-popup .switch input:checked+.checkbox-icon:after {
    opacity: 1
}

@media screen and (min-width:720px) and (min-height:520px) {
    .cookies-banner {
        padding: 20px
    }
    .cookies-banner .banner-container {
        max-width: 980px;
        margin: 0 auto
    }
    .cookies-banner p {
        margin: 0 20px 0 0
    }
    .cookies-popup {
        -webkit-box-align: center;
        align-items: center
    }
    .cookies-popup .popup-content {
        height: 520px;
        margin: 0
    }
    .cookies-popup .popup-content__top {
        font-size: 22px;
        font-weight: 500;
        line-height: 36px
    }
    .cookies-popup .popup-content__bottom,
    .cookies-popup .popup-content__options {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .cookies-popup .popup-content__bottom {
        padding: 15px 22px;
        -webkit-box-align: center;
        align-items: center
    }
    .cookies-popup .cookies-btn-link,
    .cookies-popup .popup-content__bottom .cookies-btn-link {
        margin-left: 20px
    }
    .cookies-popup .options-list {
        display: block;
        width: 28%
    }
    .cookies-popup .options-list li {
        color: #94a3b7;
        padding: 14px 20px 12px
    }
    .cookies-popup .options-dropdown {
        display: none
    }
    .cookies-popup .options-content {
        padding: 20px
    }
}

.stub-page {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-top: 68px;
    background: #f0f2f7
}

@supports(padding:max(1px, 2px)) {
    .stub-page {
        padding-left: max(.01px, env(safe-area-inset-left));
        padding-right: max(.01px, env(safe-area-inset-right))
    }
}

@media(max-width:815px) {
    .stub-page {
        padding-top: 62px
    }
}

.stub-page .stub-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.stub-page .stub-content {
    max-width: 1160px;
    margin: 0 auto;
    padding: 100px 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media(max-width:815px) {
    .stub-page .stub-content {
        padding: 70px 20px 50px;
        text-align: center
    }
}

.stub-page h1,
.stub-page h2 {
    font-weight: 700;
    letter-spacing: -1.2px;
    font-size: 30px;
    color: #8cd734;
    text-align: center
}

@media(max-width:815px) {
    .stub-page h1,
    .stub-page h2 {
        line-height: 1.47;
        letter-spacing: -.5px
    }
}

@media(max-width:400px) {
    .stub-page h1,
    .stub-page h2 {
        font-size: 25px
    }
}

.back-to {
    bottom: 55px;
    right: 2%;
    overflow: hidden;
    position: fixed;
    width: 55px;
    z-index: 4;
}

.back-to .back-top {
    background: url("../../images/metajoycn/Icon/i_fanhui.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    outline: 0 none;
    text-indent: -9999em;
    width: 55px;
    height: 55px;
    -webkit-animation-name: scroll1;
    animation-name: scroll1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-sizing: border-box
}




.mkdf-row-grid-section {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 5;
}
@media only screen and (min-width: 1400px)
{
    .mkdf-row-grid-section
    {
        width: 1300px;
    }
}
@media only screen and (max-width: 1200px)
{
    .mkdf-row-grid-section {
        width: 950px;
    }
}
@media only screen and (max-width: 1024px)
{
    .mkdf-row-grid-section {
        width: 750px;
    }   
}
@media only screen and (max-width: 768px)
{
    .mkdf-row-grid-section {
        width: 600px;
    }
}
@media only screen and (max-width: 680px)
{
    .mkdf-row-grid-section {
        width: 420px;
    }
}
@media only screen and (max-width: 480px)
{
    .mkdf-row-grid-section {
        width: 300px;
    }
}
@media only screen and (max-width: 320px){
    .mkdf-row-grid-section {
        width: 90%;
    }
}

.vc_row {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.vc_row{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc_row{
    min-height: 100vh;
    margin-bottom: 0!important;
}
.vc_row {
    padding-top: 100px!important;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width: 1367px) and (max-width: 1600px)
{
    .mkdf-eh-item-content {
         padding: 30px 30px 0 30px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px)
{
    .mkdf-eh-item-content.mkdf-eh-custom-3793 {
        padding: 30px 0 0 0 !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
    .mkdf-eh-item-content.mkdf-eh-custom-3793 {
    padding: 30px 0 0 0 !important;
    }
}
@media only screen and (max-width: 680px)
{
    .mkdf-eh-item-content.mkdf-eh-custom-3793 {
        padding: 30px 0 0 0 !important;
    }
}


.mkdf-en-item-content
{
    display: block;
    text-align: center;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.mkdf-section-title-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.mkdf-section-title-holder .mkdf-st-title {
    display: block;
    margin: 0;
}
.mkdf-st-title{
    color:#000;
    line-height: 1.18em;
}
.wpb_single_image.vc_align_center {
    text-align: center;

}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    text-align: center;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.mkdf-row-grid-section-wrapper
{
    margin: 100px 0;
}
.mkdf-section-title-holder h2 {
    font-size: 50px;
    font-weight:700;
}
.mkdf-section-title-holder h3 {
    font-size: 35px;
    font-weight: 400;
}

.footer-fix .privacy p 
{
    font-size: 12px;
    font-weight:200;
}
.footer-fix .privacy a
{
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight:200;
}

.footer-fix .privacy a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background: #0e32a8;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .footer-fix .privacy a:hover {
    color: #0e32a8;
  }

  .footer-fix .privacy a:hover::after {
    transition: 0.3s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
