@charset "UTF-8";
@font-face {
  font-family: DINCond;
  src: url("/binary/fonts/DINCond-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
* {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, "Noto Sans CJK SC", "Source Han Sans CN", "Hiragino Sans GB", "冬青黑体", STHeiti, "华文黑体", "Microsoft YaHei", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

html.en {
  font-family: Roboto, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
  min-width: 375px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1024px) {
  body {
    min-width: 1024px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

noscript {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: white;
  text-align: center;
  font-weight: bold;
  font-family: serif;
  color: #E60012;
}

::-webkit-input-placeholder {
  color: #9E9E9F;
}

::-moz-placeholder {
  color: #9E9E9F;
}

:-moz-placeholder {
  color: #9E9E9F;
}

:-ms-input-placeholder {
  color: #9E9E9F;
}

#container {
  position: relative;
  display: block;
  left: 0;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
#container.aside {
  left: -307px;
}

.storey {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.storey .background-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 343px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .content-wrapper {
    overflow: visible;
    width: 960px;
  }
}
.content-wrapper.fullHeight {
  height: 100%;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hiddenForDesktop {
    display: none !important;
  }
}

.hiddenTillDesktop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .hiddenTillDesktop {
    display: block !important;
  }
  .hiddenTillDesktop.inline {
    display: inline !important;
  }
  .hiddenTillDesktop.inlineBlock {
    display: inline-block !important;
  }
}

.visibilityHidden {
  visibility: hidden;
}

.opacity0 {
  opacity: 0;
}

.transition05s {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.transitionOpacityVisibility05s {
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
}

#header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: rgba(17, 23, 47, 0.9);
  border-bottom: 1px solid #707578;
  white-space: nowrap;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
#header.aside {
  left: -307px;
}
#header #logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -3px;
  height: 40px;
  margin-top: 20px;
}
#header .wrapper.at-right {
  position: absolute;
  right: 0;
  top: 29px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
#header .wrapper.at-right .link {
  display: none;
  margin-right: 32px;
  color: #F2F2F2;
  -webkit-transition: color 0.1s ease 0s;
  -moz-transition: color 0.1s ease 0s;
  -ms-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right .link {
    display: inline-block;
    vertical-align: baseline;
  }
}
#header .wrapper.at-right .link.last {
  margin-right: 0;
}
#header .wrapper.at-right .link.on, #header .wrapper.at-right .link:hover {
  color: #E20054;
}
#header .wrapper.at-right .link.on {
  font-size: 16px;
  font-weight: 600;
}
html.en #header .wrapper.at-right .link {
  margin-right: 14px;
}
html.en #header .wrapper.at-right .link.last {
  margin-right: 0;
}
#header .wrapper.at-right #language {
  position: relative;
  display: none;
  vertical-align: middle;
  margin-left: 56px;
  color: #F2F2F2;
}
#header .wrapper.at-right #language:hover {
  color: #E20054;
  -webkit-transition: color 0.1s ease 0s;
  -moz-transition: color 0.1s ease 0s;
  -ms-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
html.en #header .wrapper.at-right #language {
  margin-left: 40px;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right #language {
    display: inline-block;
    vertical-align: baseline;
  }
}
#header .wrapper.at-right #menuButton {
  position: absolute;
  width: 36px;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right #menuButton {
    display: none;
  }
}
#header .wrapper.at-right #menuButton .line {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
  border-radius: 1px;
}
#header .wrapper.at-right #menuButton .line.last {
  margin-bottom: 0;
}

#mobile-menu {
  position: fixed;
  z-index: 0;
  display: block;
  width: 307px;
  height: 100%;
  right: -307px;
  top: 0;
  background-color: #3A3A3A;
  -webkit-transition: right 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s;
  -ms-transition: right 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s;
  transition: right 0.5s ease 0s;
}
#mobile-menu.show {
  right: 0;
}
@media screen and (min-width: 1024px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .logo {
  height: 40px;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#mobile-menu .entry {
  display: block;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
  color: white;
  font-size: 16px;
}
#mobile-menu .entry.on {
  color: #E20054;
}

.motto {
  position: absolute;
  left: -2px;
  bottom: 40px;
  line-height: 1.4;
  font-size: 28px;
  color: #B3B3B4;
}
.motto.smaller {
  font-size: 19px;
}
#carousel .motto, .motto.brighter {
  left: 0;
  bottom: 40px;
  color: #F2F2F2;
}
@media screen and (min-width: 1024px) {
  #carousel .motto, .motto.brighter {
    left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .motto {
    bottom: 80px;
    font-size: 32px;
  }
  .motto.smaller {
    font-size: 28px;
  }
}
.motto .keyword {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .motto .keyword {
    font-size: 40px;
  }
}
.motto .highlight {
  color: #E20054;
}

.caption {
  position: relative;
  line-height: 38px;
  font-size: 24px;
  color: #595757;
}
@media screen and (min-width: 1024px) {
  .caption {
    font-size: 32px;
  }
}
.caption .bottom-separator {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 70px;
  height: 0;
  margin-left: -35px;
  border-bottom: 2px solid #E20054;
}
.caption .bottom-separator.at-left {
  left: 0;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .caption .bottom-separator.atLeftOnlyOnDesktop {
    left: 0;
    margin-left: 0;
  }
}
.caption .bottom-separator.lower {
  bottom: -20px;
}

.article-wrapper {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .article-wrapper {
    padding-top: 150px;
  }
  .article-wrapper.largerBottomPadding {
    padding-bottom: 200px;
  }
}
.article-wrapper .back-link {
  display: inline-block;
  vertical-align: baseline;
  color: #595757;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .back-link {
    font-size: 16px;
  }
}
.article-wrapper .back-link .icon {
  display: inline-block;
  vertical-align: baseline;
  height: 0.8em;
  margin-right: 12px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.article-wrapper h1 {
  margin: 30px 0 8px 0;
  color: #595757;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .article-wrapper h1 {
    width: 650px;
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.article-wrapper .title-deco {
  width: 70px;
  height: 1px;
  background-color: #E20054;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .title-deco {
    height: 2px;
  }
}
.article-wrapper #article {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article {
    width: 650px;
    font-size: 16px;
  }
}
.article-wrapper #article h2 {
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article h2 {
    font-size: 16px;
  }
}
.article-wrapper #article .underlined {
  text-decoration: underline;
}

.brand-logo-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .brand-logo-wrapper {
    width: 150px;
    height: 150px;
  }
  .brand-logo-wrapper.monochrome img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.monochrome img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .brand-logo-wrapper.dim img {
    opacity: 0.7;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.dim img:hover {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
}
.brand-logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.storey.contact {
  background-color: #595757;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: top;
  letter-spacing: 2px;
}
.storey.contact .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}
.storey.contact #contact-info {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 48px 0 30px 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info {
    width: 600px;
  }
}
.storey.contact #contact-info .title {
  color: #F2F2F2;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items {
    display: grid;
    grid-template-columns: 1fr 1fr max-content;
  }
}
.storey.contact #contact-info .items .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  margin-top: 32px;
  margin-right: 32px;
  color: #F2F2F2;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items .item {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items .item.phone {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items .item.mail {
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items .item.mail-integrity {
    display: block;
    order: 4;
    grid-column: 2/span 2;
  }
}
.storey.contact #contact-info .items .item.wechat {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items .item.wechat {
    order: 3;
  }
}
.storey.contact #contact-info .items .item.wechat .icon {
  margin-right: 0;
}
.storey.contact #contact-info .items .item.wechat .popupQR {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 0;
  width: 100%;
  top: 80px;
  bottom: 0;
  line-height: normal;
  font-size: 0;
}
.storey.contact #contact-info .items .item.wechat .popupQR.show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items .item.wechat .popupQR {
    position: absolute;
    left: 50%;
    bottom: 150%;
    top: auto;
    width: 322px;
    margin-left: -161px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  }
}
.storey.contact #contact-info .items .item.wechat .popupQR img {
  width: 100%;
}
.storey.contact #contact-info .items .item.wechat .popupQR .triangle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .items .item.wechat .popupQR .triangle {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -21px;
    width: 0;
    height: 0;
    margin-left: -18px;
    border-style: solid;
    border-width: 22px 18px 0 18px;
    border-color: white transparent transparent transparent;
  }
}
.storey.contact #contact-info .items .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.storey.contact #contact-info .items .item .caption {
  line-height: normal;
  font-size: 12px;
  color: #909090;
  text-transform: uppercase;
  letter-spacing: 0;
}
.storey.contact #contact-info .items .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.storey.contact #contact-info .map {
  width: 230px;
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .map {
    margin-top: -30px;
  }
}
.storey.contact #contact-info .address {
  position: relative;
  margin-top: 20px;
  color: #F2F2F2;
  font-size: 14px;
  letter-spacing: 1px;
}
.storey.contact #contact-form {
  display: block;
  width: 272px;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-form {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 128px 0 30px 0;
  }
}
.storey.contact #contact-form input, .storey.contact #contact-form textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: 2px;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  outline: none;
}
.storey.contact #contact-form input {
  height: 36px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.storey.contact #contact-form textarea {
  height: 160px;
  padding: 10px 15px;
  resize: none;
}
.storey.contact #contact-form #contactSubmitWrapper {
  text-align: right;
}
.storey.contact #contact-form #contactSubmitWrapper #contact-submit {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  color: #F2F2F2;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
}

#footer {
  overflow: hidden;
  line-height: 40px;
  background-color: #11172F;
}
#footer .icon, #footer .link {
  display: inline-block;
  vertical-align: middle;
}
#footer .icon {
  height: 20px;
  margin-right: 5px;
}
#footer .link {
  margin-right: 10px;
  color: #F2F2F2;
  font-size: 12px;
  font-weight: 300;
}
#footer .link:last-of-type {
  margin-right: 0;
}

.storey.digitalEcoPartner {
  padding: 40px 0 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: 90%;
  text-align: center;
}
.storey.digitalEcoPartner.withoutCaption {
  padding-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner {
    padding-top: 50px;
  }
  .storey.digitalEcoPartner.withoutCaption {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.storey.digitalEcoPartner .background-mask {
  background-color: rgba(17, 23, 47, 0.65);
}
.storey.digitalEcoPartner .content-wrapper .caption {
  color: white;
}
.storey.digitalEcoPartner .content-wrapper .graph {
  height: 326px;
  margin-top: 50px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .graph {
    height: 540px;
    margin-top: 20px;
    margin-left: 330px;
  }
}
.storey.digitalEcoPartner .content-wrapper .sPivot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .sPivot {
    bottom: 20px;
    width: 100px;
  }
}

#bg-img-layer {
  display: none;
}
@media screen and (min-width: 1024px) {
  #bg-img-layer {
    position: fixed;
    z-index: -1;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
  #bg-img-layer.bg-img-1 {
    background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-background-10.jpg);
  }
  #bg-img-layer.bg-img-2 {
    background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-background-20.jpg);
  }
}

.storey.carousel {
  height: 600px;
  background-color: #595757;
}
@media screen and (min-width: 1024px) {
  .storey.carousel {
    height: 460px;
  }
}
.storey.carousel #carousel {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.storey.carousel #carousel .horse {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.storey.carousel #carousel .horse.current {
  z-index: 2;
  left: 0;
  visibility: visible;
  -webkit-transition: left 1s ease 0s;
  -moz-transition: left 1s ease 0s;
  -ms-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.storey.carousel #carousel .horse.go {
  left: -100%;
}
.storey.carousel .content-wrapper {
  z-index: 10;
}
.storey.carousel .content-wrapper .nav-dot-wrapper {
  position: absolute;
  display: none;
  right: 0;
  bottom: 48px;
  height: 16px;
  font-size: 0;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .storey.carousel .content-wrapper .nav-dot-wrapper {
    display: block;
  }
}
.storey.carousel .content-wrapper .nav-dot-wrapper .nav-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  border: 1px solid #F2F2F2;
  border-radius: 100%;
  cursor: pointer;
}
.storey.carousel .content-wrapper .nav-dot-wrapper .nav-dot.no1 {
  margin-left: 0;
}
.storey.carousel .content-wrapper .nav-dot-wrapper .nav-dot .nav-dot-kernel {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #F2F2F2;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}
.storey.carousel .content-wrapper .nav-dot-wrapper .nav-dot.on .nav-dot-kernel {
  opacity: 1;
  visibility: visible;
}
.storey.strategy-digital-centre {
  height: 300px;
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-23.jpg);
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: left;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-23-24.jpg);
  }
}
.storey.strategy-digital-centre .background-mask {
  background-color: rgba(17, 23, 47, 0.8);
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .background-mask {
    display: none;
  }
}
.storey.strategy-digital-centre .second-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: auto 160%;
  background-repeat: no-repeat;
  background-position: center 58%;
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-24.png);
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .second-background {
    display: none;
  }
}
.storey.strategy-digital-centre .content-wrapper {
  padding-top: 80px;
}
.storey.strategy-digital-centre .content-wrapper .caption {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .content-wrapper .caption {
    font-size: 40px;
  }
}
.storey.strategy-digital-centre .content-wrapper .caption .icon {
  position: absolute;
  right: -31px;
  top: -14px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .content-wrapper .caption .icon {
    right: -16px;
    top: -30px;
  }
}
.storey.strategy-digital-centre .content-wrapper .main-text {
  margin-top: 10px;
  color: white;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .content-wrapper .main-text {
    margin-top: 20px;
  }
}
.storey.strategy-digital-centre .content-wrapper .view-more {
  display: inline-block;
  margin-top: 58px;
  padding: 2px 14px;
  background-color: #EB1854;
  color: white;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .content-wrapper .view-more {
    margin-top: 48px;
  }
}
.storey.important-statement {
  padding: 50px 0;
  background-color: #0A112A;
  text-align: center;
}
.storey.important-statement .caption {
  line-height: normal;
  margin-bottom: 20px;
  color: white;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.important-statement .caption {
    font-size: 24px;
  }
}
.storey.important-statement .close-button {
  position: absolute;
  right: 0;
  top: -28px;
  width: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .storey.important-statement .close-button {
    top: -15px;
  }
}
.storey.important-statement .text {
  margin-bottom: 30px;
  color: white;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .storey.important-statement .text {
    font-size: 16px;
    text-align: center;
  }
}
.storey.important-statement .view-more {
  padding: 6px 20px;
  background-color: #EB1854;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.storey.about {
  padding: 40px 0;
  background-color: #E9E9E9;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.about {
    padding: 50px 0;
  }
}
.storey.about .main-text {
  width: 285px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .storey.about .main-text {
    width: unset;
    text-align: center;
  }
}
.storey.keyingInNumbers {
  padding: 40px 0 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers {
    padding: 50px 0 40px 0;
  }
}
.storey.keyingInNumbers .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}
.storey.keyingInNumbers .content-wrapper {
  font-size: 0;
}
.storey.keyingInNumbers .content-wrapper .caption {
  color: white;
}
.storey.keyingInNumbers .content-wrapper .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 10px;
  width: 171px;
  margin-top: 40px;
  color: white;
  text-align: left;
  white-space: nowrap;
}
.storey.keyingInNumbers .content-wrapper .item.oddOnMobile {
  left: 30px;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers .content-wrapper .item {
    left: 20px;
    width: 320px;
    margin-top: 70px;
  }
  .storey.keyingInNumbers .content-wrapper .item.oddOnDesktop {
    left: 50px;
  }
}
.storey.keyingInNumbers .content-wrapper .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers .content-wrapper .item .icon {
    width: 40px;
    margin-top: 20px;
  }
}
.storey.keyingInNumbers .content-wrapper .item .wrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers .content-wrapper .item .wrapper {
    margin-left: 20px;
  }
}
.storey.keyingInNumbers .content-wrapper .item .wrapper .number {
  line-height: 1;
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers .content-wrapper .item .wrapper .number {
    font-size: 64px;
  }
}
.storey.keyingInNumbers .content-wrapper .item .wrapper .number .minor {
  position: relative;
  top: -2px;
  margin-left: 4px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers .content-wrapper .item .wrapper .number .minor {
    margin-left: 8px;
    font-size: 22px;
  }
}
.storey.keyingInNumbers .content-wrapper .item .wrapper .text {
  margin-top: 4px;
  margin-left: -26px;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers .content-wrapper .item .wrapper .text {
    margin-top: 8px;
    margin-left: 0;
    font-size: 16px;
  }
}
.storey.keyingInNumbers .content-wrapper .disclaimer {
  margin-top: 60px;
  font-size: 12px;
  text-align: center;
  color: white;
}
@media screen and (min-width: 1024px) {
  .storey.keyingInNumbers .content-wrapper .disclaimer {
    font-size: 14px;
    text-align: right;
  }
}
.storey.abyss {
  height: 300px;
  padding: 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.storey.abyss.mobile-pic-1 {
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-background-10.jpg);
}
.storey.abyss.mobile-pic-2 {
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-background-20.jpg);
}
@media screen and (min-width: 1024px) {
  .storey.abyss {
    height: 400px;
    padding: 0;
    background-image: none !important;
  }
}
.storey.aliServiceProvider {
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider {
    padding: 50px 0;
  }
}
.storey.aliServiceProvider .background-mask {
  background-color: rgba(25, 44, 104, 0.75);
}
.storey.aliServiceProvider .content-wrapper .caption {
  text-align: center;
  color: white;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .caption {
    position: absolute;
    left: 0;
    text-align: left;
  }
}
.storey.aliServiceProvider .content-wrapper .content {
  margin-top: 50px;
  font-size: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .content {
    position: relative;
    left: 450px;
    width: 510px;
    margin-top: 0;
  }
}
.storey.aliServiceProvider .content-wrapper .content .column {
  display: inline-block;
  vertical-align: top;
}
.storey.aliServiceProvider .content-wrapper .content .column.logos {
  padding-left: 40px;
  padding-right: 15px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .content .column.logos {
    padding-right: 20px;
  }
}
.storey.aliServiceProvider .content-wrapper .content .column.logos .bottomWrapper {
  position: absolute;
  left: 63px;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .content .column.logos .bottomWrapper {
    left: 77px;
  }
}
.storey.aliServiceProvider .content-wrapper .content .column.logos .logo {
  height: 24px;
  margin-bottom: 6px;
}
.storey.aliServiceProvider .content-wrapper .content .column.logos .logo:first-of-type {
  margin-top: -5px;
}
.storey.aliServiceProvider .content-wrapper .content .column.logos .logo:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .content .column.logos .logo {
    height: 40px;
    margin-bottom: 10px;
  }
}
.storey.aliServiceProvider .content-wrapper .content .column.titles {
  padding-left: 15px;
  border-left: 1px solid white;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .content .column.titles {
    padding-left: 20px;
  }
}
.storey.aliServiceProvider .content-wrapper .content .column.titles .title {
  margin-top: 16px;
  font-size: 10px;
  color: white;
  white-space: normal;
}
.storey.aliServiceProvider .content-wrapper .content .column.titles .title.groupCompact {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .content .column.titles .title.groupCompact {
    margin-top: 23px;
  }
}
.storey.aliServiceProvider .content-wrapper .content .column.titles .title:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .storey.aliServiceProvider .content-wrapper .content .column.titles .title {
    margin-top: 29px;
    font-size: 16px;
  }
}
.storey.timeline {
  padding: 50px 0 60px 0;
  background-color: white;
}
@media screen and (min-width: 1024px) {
  .storey.timeline {
    padding-bottom: 80px;
  }
}
.storey.timeline .caption {
  text-align: center;
}
.storey.timeline .chevron {
  position: absolute;
  z-index: 100;
  top: 98px;
  width: 16px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .storey.timeline .chevron {
    top: 104px;
    width: 24px;
  }
}
.storey.timeline .chevron.left {
  left: 0;
}
.storey.timeline .chevron.right {
  right: 0;
}
.storey.timeline .chevron.disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  cursor: not-allowed;
}
.storey.timeline .theLine {
  position: absolute;
  top: 144px;
  height: 1px;
  left: 0;
  width: 100%;
  padding-right: 56px;
  background-color: #11172F;
  background-clip: content-box;
}
@media screen and (min-width: 1024px) {
  .storey.timeline .theLine {
    top: 154px;
    padding-right: 72px;
  }
}
.storey.timeline #timeline {
  position: relative;
  margin-top: 40px;
  padding-left: 26px;
  padding-bottom: 20px;
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.storey.timeline #timeline::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.timeline #timeline {
    margin-top: 50px;
    padding-left: 34px;
  }
}
.storey.timeline #timeline .lineHeadMask {
  position: absolute;
  left: 0;
  width: 26px;
  top: 65px;
  height: 3px;
  background-color: white;
}
@media screen and (min-width: 1024px) {
  .storey.timeline #timeline .lineHeadMask {
    width: 34px;
  }
}
.storey.timeline #timeline .milestone {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-right: 36px;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.timeline #timeline .milestone {
    width: 80%;
  }
  .storey.timeline #timeline .milestone:last-of-type {
    width: 100%;
  }
}
.storey.timeline #timeline .milestone .year {
  height: 56px;
  line-height: 56px;
  color: #11172F;
  font-size: 30px;
  font-weight: 300;
  white-space: nowrap;
}
.storey.timeline #timeline .milestone .dot {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 100%;
  background-color: #11172F;
}
.storey.timeline #timeline .milestone .detail {
  line-height: 1.7;
  margin-top: 20px;
  color: #595757;
  font-size: 14px;
  white-space: normal;
}
.storey.timeline .theFade {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.timeline .theFade {
    position: absolute;
    display: block;
    right: 0;
    width: 20%;
    top: 174px;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    pointer-events: none;
  }
}
.storey.timeline #timelineTail {
  position: absolute;
  right: 0;
  top: 137px;
  height: 15px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .storey.timeline #timelineTail {
    top: 144px;
    height: 20px;
  }
}
.storey.trophiesNew {
  padding: 40px 0;
  background-color: #F7F7F7;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew {
    padding: 50px 0 60px 0;
  }
}
.storey.trophiesNew .background-mask {
  opacity: 0.1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: bottom;
}
.storey.trophiesNew .content-wrapper .content {
  margin-left: -7px;
  margin-right: -7px;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew .content-wrapper .content {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.storey.trophiesNew .content-wrapper .content .chevron {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  margin-top: 43px;
  cursor: pointer;
}
.storey.trophiesNew .content-wrapper .content .chevron.left {
  left: -7px;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew .content-wrapper .content .chevron.left {
    left: -9px;
  }
}
.storey.trophiesNew .content-wrapper .content .chevron.right {
  left: 7px;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew .content-wrapper .content .chevron.right {
    left: 9px;
  }
}
.storey.trophiesNew .content-wrapper .content .chevron.disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: not-allowed;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew .content-wrapper .content .chevron {
    width: 13px;
  }
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea {
  display: inline-block;
  vertical-align: middle;
  width: 323px;
  padding: 60px 7px 10px 7px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew .content-wrapper .content #trophyDisplayArea {
    width: 934px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 22px;
  }
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 205px;
  margin-left: 11px;
  padding-top: 30px;
  background-color: #D6BC9D;
  background: linear-gradient(#F3F0EB 0%, #D6BC9D 100%);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
}
html.en .storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy {
    width: 200px;
    height: 275px;
    margin-left: 30px;
  }
  html.en .storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy {
    padding-top: 24px;
  }
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy:first-of-type {
  margin-left: 0;
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy .title, .storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy .year {
  line-height: 1.2;
  padding: 0 8px;
  font-size: 13px;
  color: #E20054;
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy .title, .storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy .year {
    font-size: 16px;
  }
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy .title {
  font-weight: bold;
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy .laurels {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.storey.trophiesNew .content-wrapper .content #trophyDisplayArea .trophy .logo {
  position: absolute;
  left: 19%;
  bottom: 12px;
  width: 62%;
  height: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.storey.culture {
  padding: 40px 0 60px 0;
  background-color: #F7F7F7;
  font-size: 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.culture {
    padding: 50px 0 100px 0;
  }
}
.storey.culture .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}
.storey.culture .caption {
  margin-bottom: 50px;
  color: white;
}
.storey.culture .entry {
  display: inline-block;
  vertical-align: top;
  width: 135px;
  height: 135px;
  margin: 18px;
  border: 2px solid #E20054;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .storey.culture .entry {
    width: 180px;
    height: 180px;
    margin: 0 30px;
  }
}
.storey.culture .entry .title {
  margin-top: 55px;
  color: #E20054;
  font-size: 16px;
  font-weight: bold;
}
html.en .storey.culture .entry .title {
  margin-top: 57px;
  font-size: 12px;
}
html.en .storey.culture .entry .title.doubleLine {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .storey.culture .entry .title {
    margin-top: 72px;
    font-size: 21px;
  }
  html.en .storey.culture .entry .title {
    margin-top: 75px;
    font-size: 18px;
  }
  html.en .storey.culture .entry .title.doubleLine {
    margin-top: 64px;
  }
}
.storey.culture .entry .text {
  display: none;
  margin-top: 2px;
  padding: 0 10px;
  color: white;
  font-size: 10px;
}
html.en .storey.culture .entry .text {
  margin-top: 6px;
  padding: 0 7px;
  font-size: 9px;
}
@media screen and (min-width: 1024px) {
  .storey.culture .entry .text {
    padding: 0 12px;
    font-size: 12px;
  }
  html.en .storey.culture .entry .text {
    margin-top: 12px;
    padding: 0 12px;
    font-size: 10px;
  }
}
.storey.trophies {
  padding: 50px 0;
  background-color: #F7F7F7;
  text-align: center;
}
.storey.trophies .trophy-wrapper {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.storey.trophies .trophy-wrapper .separator {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #595757;
}
.storey.trophies .trophy-wrapper .line {
  position: relative;
  display: none;
  margin-bottom: 40px;
  padding-bottom: 200px;
}
.storey.trophies .trophy-wrapper .line.show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .storey.trophies .trophy-wrapper .line {
    margin-bottom: 90px;
    padding: 0 80px;
  }
}
.storey.trophies .trophy-wrapper .trophy {
  position: relative;
  width: 185px;
  padding-top: 40px;
}
.storey.trophies .trophy-wrapper .trophy.left .image {
  left: 0;
}
.storey.trophies .trophy-wrapper .trophy.left .image.smaller {
  left: 10%;
  width: 50%;
}
.storey.trophies .trophy-wrapper .trophy.left .title {
  left: 2px;
}
@media screen and (min-width: 1024px) {
  .storey.trophies .trophy-wrapper .trophy.left .title {
    left: 40%;
  }
}
.storey.trophies .trophy-wrapper .trophy.right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .storey.trophies .trophy-wrapper .trophy.right {
    right: 80px;
    top: 0;
    bottom: auto;
  }
}
.storey.trophies .trophy-wrapper .trophy.right .image {
  right: 0;
}
.storey.trophies .trophy-wrapper .trophy.right .image.larger {
  right: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .storey.trophies .trophy-wrapper .trophy.right .image.larger {
    right: -10%;
    width: 100%;
  }
}
.storey.trophies .trophy-wrapper .trophy.right .image.smaller {
  right: 10%;
  width: 50%;
}
.storey.trophies .trophy-wrapper .trophy.right .title {
  left: auto;
  right: 2px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .storey.trophies .trophy-wrapper .trophy.right .title {
    left: -40%;
    right: auto;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .storey.trophies .trophy-wrapper .trophy {
    width: 200px;
  }
}
.storey.trophies .trophy-wrapper .trophy .background {
  width: 100%;
  height: 120px;
  background-color: #F0F0F0;
}
.storey.trophies .trophy-wrapper .trophy .image {
  position: absolute;
  bottom: 30%;
  width: 75%;
}
.storey.trophies .trophy-wrapper .trophy .image img {
  width: 100%;
}
.storey.trophies .trophy-wrapper .trophy .title {
  position: absolute;
  top: 117px;
  color: #595757;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .storey.trophies .trophy-wrapper .trophy .title {
    top: 123px;
    font-size: 16px;
  }
}
.storey.trophies .show-more {
  display: inline-block;
  width: 160px;
  height: 32px;
  line-height: 30px;
  padding-left: 12px;
  letter-spacing: 12px;
  border: 1px solid #595757;
  color: #595757;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
html.en .storey.trophies .show-more {
  padding-left: 3px;
  letter-spacing: 3px;
}
.storey.roulette {
  background-color: #595757;
  background-image: url(/binary/pics/20.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.roulette {
    height: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .storey.roulette .content-wrapper {
    padding-top: 30px;
  }
}
.storey.roulette .content-wrapper .graph {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px auto;
}
@media screen and (min-width: 1024px) {
  .storey.roulette .content-wrapper .graph {
    width: auto;
    height: 80%;
    margin: auto;
  }
}
.storey.roulette .content-wrapper .text-block {
  display: none;
}
.storey.roulette .content-wrapper .text-block.centre {
  display: block;
  top: 40%;
}
@media screen and (min-width: 1024px) {
  .storey.roulette .content-wrapper .text-block.centre {
    top: 36%;
  }
}
@media screen and (min-width: 1024px) {
  .storey.roulette .content-wrapper .text-block {
    display: block;
  }
}
.storey.roulette-text {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #595757;
}
.storey.roulette-text .text-block {
  margin-top: 10px;
  margin-left: 80px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
html.en .storey.roulette-text .text-block {
  margin-left: 0;
}
.storey.roulette-text .text-block.title {
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.storey.roulette-text .text-block.title .deco {
  position: relative;
  width: 40px;
  height: 1px;
  margin: auto;
  margin-top: 4px;
  background-color: #E60012;
}
.storey.marketing, .storey.new-retailing {
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.marketing, .storey.new-retailing {
    padding: 80px 0;
  }
}
.storey.marketing .content-wrapper, .storey.new-retailing .content-wrapper {
  font-size: 0;
}
.storey.marketing .decorated.text-block, .storey.new-retailing .decorated.text-block {
  width: 100%;
  height: 190px;
  margin: auto;
  padding: 50px 25px 0 25px;
}
@media screen and (min-width: 1024px) {
  .storey.marketing .decorated.text-block, .storey.new-retailing .decorated.text-block {
    width: 440px;
  }
}
.storey.marketing .decorated.text-block .deco, .storey.new-retailing .decorated.text-block .deco {
  position: absolute;
  top: 0;
  width: 40%;
  height: 190px;
  border: 1px solid rgba(242, 242, 242, 0.7);
}
.storey.marketing .decorated.text-block .deco.left, .storey.new-retailing .decorated.text-block .deco.left {
  left: 0;
  border-right: none;
}
.storey.marketing .decorated.text-block .deco.right, .storey.new-retailing .decorated.text-block .deco.right {
  right: 0;
  border-left: none;
}
@media screen and (min-width: 1024px) {
  .storey.marketing .decorated.text-block .deco, .storey.new-retailing .decorated.text-block .deco {
    width: 190px;
  }
}
.storey.marketing .decorated.text-block .title, .storey.new-retailing .decorated.text-block .title {
  margin-bottom: 18px;
  font-size: 26px;
}
html.en .storey.marketing .decorated.text-block .title, html.en .storey.new-retailing .decorated.text-block .title {
  font-size: 20px;
}
.storey.marketing .wingman, .storey.new-retailing .wingman {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 145px;
  line-height: 1.8em;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.storey.marketing .wingman.left, .storey.new-retailing .wingman.left {
  margin-left: 50px;
}
html.en .storey.marketing .wingman.left, html.en .storey.new-retailing .wingman.left {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .storey.marketing .wingman.left, .storey.new-retailing .wingman.left {
    margin-left: 0;
  }
}
html.en .storey.marketing .wingman, html.en .storey.new-retailing .wingman {
  width: 171px;
}
@media screen and (min-width: 1024px) {
  .storey.marketing .wingman, .storey.new-retailing .wingman {
    position: absolute;
    display: block;
    top: 50%;
    width: auto !important;
    line-height: 18px;
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
  }
  .storey.marketing .wingman.left, .storey.new-retailing .wingman.left {
    right: 76%;
  }
  .storey.marketing .wingman.right, .storey.new-retailing .wingman.right {
    left: 76%;
  }
  .storey.marketing .wingman.lines3, .storey.new-retailing .wingman.lines3 {
    margin-top: -27px;
  }
  .storey.marketing .wingman.lines4, .storey.new-retailing .wingman.lines4 {
    margin-top: -36px;
  }
}
.storey.marketing .wingman .title, .storey.new-retailing .wingman .title {
  font-size: 16px;
}
.storey.marketing {
  background-position: center top;
}
.storey.new-retailing {
  background-position: center center;
}
.storey.agency {
  padding: 50px 0;
  background-color: #F7F7F7;
}
.storey.agency .content-wrapper {
  font-size: 0;
  text-align: center;
}
.storey.agency .content-wrapper .title {
  font-size: 30px;
}
.storey.agency .content-wrapper .brick {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 30px;
}
.storey.agency .content-wrapper .brick.atCentre {
  border: none;
}
@media screen and (min-width: 1024px) {
  .storey.agency .content-wrapper .brick.atCentre {
    border: 1px dashed #B3B3B4;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .storey.agency .content-wrapper .brick {
    margin-bottom: 0;
  }
}
.storey.agency .content-wrapper #contact {
  display: inline-block;
  width: 200px;
  height: 28px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-left: 12px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 12px;
  color: #595757;
  border: 1px solid #595757;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .storey.agency .content-wrapper #contact {
    margin-top: 45px;
    margin-bottom: 0;
  }
}
.storey.services {
  padding: 50px 0;
  background-color: #F7F7F7;
  text-align: center;
}
.storey.services .main-text {
  margin-left: 6px;
  margin-right: 6px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .storey.services .main-text {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.storey.services .tagWrapper {
  margin-top: 32px;
  font-size: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.services .tagWrapper {
    white-space: nowrap;
  }
}
.storey.services .tagWrapper .tag {
  display: inline-block;
  vertical-align: top;
  width: 158px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
  padding: 4px 0;
  background-color: #E60012;
  color: white;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .storey.services .tagWrapper .tag {
    width: 162px;
    margin-left: 0;
    margin-right: 104px;
    margin-bottom: 0;
  }
  .storey.services .tagWrapper .tag.last {
    margin-right: 0 !important;
  }
  html.en .storey.services .tagWrapper .tag {
    width: 183px;
    margin-right: 76px;
  }
}

.main-text {
  line-height: 1.8em;
  margin-top: 40px;
  font-size: 14px;
  color: #595757;
}
html.en .main-text {
  font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .main-text {
    font-size: 16px;
  }
}

.text-block {
  position: absolute;
  display: block;
  color: #F2F2F2;
  font-size: 12px;
  text-align: center;
}
.text-block.in-order {
  position: relative;
}
.text-block.dark-text {
  color: #595757;
}
