@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;
}
.storey.contact #contact-info .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;
}
.storey.contact #contact-info .item.wechat {
  cursor: pointer;
}
.storey.contact #contact-info .item.wechat .icon {
  margin-right: 0;
}
.storey.contact #contact-info .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 .item.wechat .popupQR.show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .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 .item.wechat .popupQR img {
  width: 100%;
}
.storey.contact #contact-info .item.wechat .popupQR .triangle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .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 .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.storey.contact #contact-info .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.storey.contact #contact-info .map {
  width: 230px;
  margin-top: 35px;
}
.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;
  height: 50px;
  line-height: 50px;
  background-color: #11172F;
}
#footer .icon, #footer .link {
  display: inline-block;
  vertical-align: middle;
}
#footer .icon {
  height: 30px;
  margin-right: 10px;
}
#footer .link {
  margin-right: 10px;
  color: #F2F2F2;
  font-size: 12px;
  font-weight: 300;
}
#footer .link:last-of-type {
  margin-right: 0;
}
#footer #beian {
  margin-right: 30px;
}

.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;
  }
}

.storey.slogan {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.slogan {
    height: 380px;
  }
}
.storey.slogan .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}

.storey.digitalEcoPartner .content-wrapper .graph {
  margin-top: 30px;
}

.storey.strategy-digital-centre {
  overflow: hidden;
  padding-bottom: 60px !important;
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-23.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 .caption .bottom-separator {
    bottom: -30px;
  }
}
.storey.strategy-digital-centre .slogan {
  margin-top: 35px !important;
  font-size: 16px !important;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .slogan {
    margin-top: 70px !important;
    font-size: 18px !important;
  }
}
.storey.strategy-digital-centre .know-more {
  display: inline-block;
  margin-top: 15px;
  padding: 3px 18px;
  background-color: #EB1854;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .know-more {
    margin-top: 20px;
    padding: 2px 14px;
    font-size: 18px;
  }
}
.storey.strategy-digital-centre .know-more .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  height: 18px;
  margin-left: 3px;
}
.storey.strategy-digital-centre img.content {
  position: relative;
  left: -20%;
  width: 140%;
  margin-top: 10px;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre img.content {
    left: 0;
    width: 100%;
    margin-top: -170px;
  }
}

.storey.central {
  overflow: hidden;
  padding: 40px 0 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.central {
    padding-top: 70px;
  }
}
.storey.central.strategicAndDigital .background-mask {
  background-color: rgba(226, 0, 84, 0.9);
}
.storey.central.marketing .background-mask {
  background-color: rgba(25, 44, 104, 0.95);
}
.storey.central.operational .background-mask {
  background-color: rgba(226, 0, 84, 0.9);
}
.storey.central .largeBackgroundIcon {
  position: absolute;
  right: -66px;
  bottom: 0;
  height: 50%;
}
@media screen and (min-width: 1024px) {
  .storey.central .largeBackgroundIcon {
    left: 50%;
    right: auto;
    height: 82%;
    margin-left: 240px;
  }
}
.storey.central.marketing .largeBackgroundIcon {
  height: 60%;
}
@media screen and (min-width: 1024px) {
  .storey.central.marketing .largeBackgroundIcon {
    height: 82%;
    margin-left: 246px;
  }
}
@media screen and (min-width: 1024px) {
  .storey.central.operational .largeBackgroundIcon {
    bottom: 30px;
    height: 75%;
    margin-left: 212px;
  }
}
.storey.central .content-wrapper .caption {
  color: white;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .caption.limitedWidthForDesktop {
    max-width: 550px;
  }
}
.storey.central .content-wrapper .caption .bottom-separator {
  border-bottom-color: white;
}
.storey.central .content-wrapper .slogan {
  margin-top: 70px;
  font-size: 12px;
  color: white;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .slogan {
    font-size: 18px;
  }
}
.storey.central .content-wrapper .groupedPoints {
  margin-top: 30px;
  font-size: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.storey.central .content-wrapper .groupedPoints .column {
  display: inline-block;
  vertical-align: top;
  color: white;
}
.storey.central .content-wrapper .groupedPoints .column.left {
  padding-right: 50px;
}
html.en .storey.central .content-wrapper .groupedPoints .column.left {
  padding-right: 30px;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints .column.left {
    padding-right: 60px;
  }
}
.storey.central .content-wrapper .groupedPoints .column.right {
  padding-left: 16px;
  border-left: 1px solid white;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints .column.right {
    padding-left: 22px;
  }
}
.storey.central .content-wrapper .groupedPoints .column .group {
  max-width: 120px;
  margin-top: 30px;
}
.storey.central .content-wrapper .groupedPoints .column .group.wider {
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints .column .group.wider {
    max-width: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints .column .group {
    max-width: 130px;
    margin-top: 50px;
  }
}
.storey.central .content-wrapper .groupedPoints .column .group:first-of-type {
  margin-top: 0;
}
.storey.central .content-wrapper .groupedPoints .column .group .groupCaption {
  line-height: 1;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  white-space: normal;
}
.storey.central .content-wrapper .groupedPoints .column .group .groupCaption.largerBottomMargin {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints .column .group .groupCaption.largerBottomMargin {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints .column .group .groupCaption {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.storey.central .content-wrapper .groupedPoints .column .group .point {
  line-height: 1;
  margin-top: 10px;
  font-size: 12px;
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .groupedPoints .column .group .point {
    margin-top: 16px;
    font-size: 14px;
  }
}
.storey.central .content-wrapper .aspects {
  font-size: 0;
}
.storey.central .content-wrapper .aspects.largerIconWithNoDetailText {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects.largerIconWithNoDetailText {
    margin-top: 60px;
  }
}
.storey.central .content-wrapper .aspects .aspect {
  display: inline-block;
  vertical-align: top;
  width: 171px;
  margin-top: 50px;
  padding-right: 24px;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects .aspect {
    width: 240px;
    margin-top: 80px;
    padding-right: 32px;
  }
}
.storey.central .content-wrapper .aspects .aspect.largerIconWithNoDetailText {
  width: 75px;
  margin-right: 14px;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects .aspect.largerIconWithNoDetailText {
    width: 100px;
    margin-right: 56px;
  }
}
.storey.central .content-wrapper .aspects .aspect.largerIconWithNoDetailText:last-of-type {
  margin-right: 0;
}
.storey.central .content-wrapper .aspects .aspect .icon {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid white;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects .aspect .icon {
    width: 50px;
    height: 50px;
  }
}
.storey.central .content-wrapper .aspects .aspect.largerIconWithNoDetailText .icon {
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects .aspect.largerIconWithNoDetailText .icon {
    width: 100px;
    height: 100px;
  }
}
.storey.central .content-wrapper .aspects .aspect .title {
  margin-top: 16px;
  font-size: 14px;
  color: white;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects .aspect .title {
    margin-top: 20px;
    font-size: 18px;
  }
}
.storey.central .content-wrapper .aspects .aspect.largerIconWithNoDetailText .title {
  width: 140%;
  margin-left: -20%;
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects .aspect.largerIconWithNoDetailText .title {
    margin-top: 12px;
    font-size: 16px;
  }
}
.storey.central .content-wrapper .aspects .aspect .text {
  line-height: 1.6;
  margin-top: 10px;
  font-size: 10px;
  color: white;
}
@media screen and (min-width: 1024px) {
  .storey.central .content-wrapper .aspects .aspect .text {
    margin-top: 14px;
    font-size: 12px;
  }
}

.storey.threePlatforms {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 740px;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.storey.threePlatforms::-webkit-scrollbar {
  display: none;
}
html.en .storey.threePlatforms {
  height: 800px;
}
@media screen and (min-width: 1024px) {
  html.en .storey.threePlatforms {
    height: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms {
    height: 700px;
  }
}
.storey.threePlatforms .carousel {
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.storey.threePlatforms .carousel .horse {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  padding: 40px 0 0 0;
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse {
    padding-top: 50px;
  }
}
.storey.threePlatforms .carousel .horse .background-mask {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: 70%;
  opacity: 0.5;
}
.storey.threePlatforms .carousel .horse .content-wrapper .caption {
  text-align: center;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content {
  position: relative;
  margin-top: 60px;
  color: white;
  background-color: rgba(17, 23, 47, 0.8);
}
.storey.threePlatforms .carousel .horse .content-wrapper .content.no1 {
  padding: 32px 18px 64px 18px;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content.no2 {
  padding: 32px 18px 32px 26px;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content.no3 {
  padding: 32px 18px 240px 18px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content.no1 {
    padding: 36px 40px 72px 40px;
  }
  .storey.threePlatforms .carousel .horse .content-wrapper .content.no2 {
    padding: 36px 40px 36px 40px;
  }
  .storey.threePlatforms .carousel .horse .content-wrapper .content.no3 {
    padding: 36px 40px 72px 40px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content > .title {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content > .title {
    margin-left: 54px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    text-align: left;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content.no2 > .title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content.no2 > .title {
    margin-bottom: 0;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .chevron {
  position: absolute;
  top: 36px;
  height: 18px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .chevron {
    height: 32px;
    top: 44px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .chevron.left {
  left: 18px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .chevron.left {
    left: 40px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .chevron.right {
  right: 18px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .chevron.right {
    right: 40px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .aspects {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .aspects {
    margin-top: 96px;
    font-size: 0;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect {
  position: relative;
  margin-top: 28px;
  padding-left: 42px;
  padding-top: 5px;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 50px;
    padding-left: 54px;
  }
  .storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect:nth-of-type(2) {
    margin-top: 0;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect .icon {
    width: 36px;
    height: 36px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect .title {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect .title {
    font-size: 18px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect .text {
  line-height: 1.6;
  margin-top: 8px;
  font-size: 10px;
  color: #CCCCCC;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect .text {
    line-height: 1.9;
    margin-top: 14px;
    font-size: 12px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .aspects .aspect .text b {
  color: #E20054;
  font-weight: normal;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  font-size: 0;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column.oneThird {
  width: 102px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column.oneThird {
    width: 293px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column.textAlignCenter {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column {
    width: 300px;
    margin-top: 100px;
    margin-right: 140px;
  }
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column.noTopMargin {
    margin-top: 0;
  }
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column.noRightMargin {
    margin-right: 0;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column > .title {
  margin-bottom: 20px;
  font-size: 14px;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column > .title.noBottomMargin {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column > .title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column > .underlineDeco {
  position: relative;
  left: 50%;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: -15px;
  border-bottom: 1px solid #E20054;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column > .underlineDeco {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column > .entry {
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column > .entry {
    font-size: 14px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column .aspect {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  margin-right: 50px;
  margin-bottom: 11px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column .aspect {
    width: 50px;
    margin-bottom: 20px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column .aspect .icon {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column .aspect .icon {
    width: 50px;
    height: 50px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .column .aspect .title {
  position: relative;
  left: -50%;
  width: 200%;
  margin-top: 6px;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .column .aspect .title {
    margin-top: 8px;
    font-size: 12px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .independent {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .independent {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .independent .aspect {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .independent .aspect .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border: 1px solid white;
  border-radius: 100%;
}
.storey.threePlatforms .carousel .horse .content-wrapper .content .independent .aspect .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .storey.threePlatforms .carousel .horse .content-wrapper .content .independent .aspect .title {
    font-size: 16px;
  }
}

.storey.channels {
  overflow: hidden;
  padding: 40px 0 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.channels {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.storey.channels .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.storey.channels .caption {
  text-align: center;
}
.storey.channels .channel-cat-wrapper {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.channels .channel-cat-wrapper {
    margin-top: 60px;
    white-space: nowrap;
  }
}
.storey.channels .channel-cat-wrapper .channel-cat {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  margin: 0 14px 20px 14px;
  cursor: pointer;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .icon {
  display: none;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .icon.on {
  display: block;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .indicator {
  display: block;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .title, .storey.channels .channel-cat-wrapper .channel-cat:hover .title {
  color: #E20054;
}
@media screen and (min-width: 1024px) {
  .storey.channels .channel-cat-wrapper .channel-cat {
    margin-left: 0;
    margin-right: 183px;
    margin-bottom: 0;
  }
  .storey.channels .channel-cat-wrapper .channel-cat:last-of-type {
    margin-right: 0;
  }
}
.storey.channels .channel-cat-wrapper .channel-cat .icon {
  display: block;
  width: 40px;
  height: 40px;
}
.storey.channels .channel-cat-wrapper .channel-cat .icon.on {
  display: none;
}
.storey.channels .channel-cat-wrapper .channel-cat .title {
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  margin-left: -20px;
  color: #595757;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
html.en .storey.channels .channel-cat-wrapper .channel-cat .title {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .storey.channels .channel-cat-wrapper .channel-cat .title {
    width: 120px;
    margin-left: -40px;
    font-size: 21px;
  }
  html.en .storey.channels .channel-cat-wrapper .channel-cat .title {
    font-size: 19px;
  }
}
.storey.channels .channel-cat-wrapper .channel-cat .indicator {
  display: none;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #E60012;
}
.storey.channels .channel-wrapper {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 0;
  text-align: center;
}
.storey.channels .channel-wrapper .channel {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  height: 114px;
}
@media screen and (min-width: 1024px) {
  .storey.channels .channel-wrapper .channel {
    width: 140px;
    height: 140px;
    margin: 10px 15px;
  }
}
.storey.channels .channel-wrapper .channel img {
  width: 100%;
}

#storey-service-intro {
  padding: 50px 0 30px 0;
  background-color: #F7F7F7;
}
#storey-service-intro .text.outer {
  line-height: 28px;
  color: #595757;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .text.outer {
    font-size: 16px;
    text-align: left;
  }
}
#storey-service-intro .anonymous-wrapper {
  position: relative;
  margin-top: 30px;
  font-size: 0;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .anonymous-wrapper {
    margin-top: 0;
  }
}
#storey-service-intro .anonymous-wrapper .title {
  position: relative;
  line-height: 26px;
  margin-bottom: 20px;
  color: #595757;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .anonymous-wrapper .title {
    position: absolute;
    right: 498px;
    top: 88px;
    margin-bottom: 0;
    font-size: 22px;
    text-align: left;
  }
}
#storey-service-intro .anonymous-wrapper .dash {
  display: none;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .anonymous-wrapper .dash {
    position: absolute;
    display: block;
    right: 0;
    top: 102px;
    width: 477px;
    height: 0;
    border-top: 1px dashed #595757;
  }
}
#storey-service-intro .anonymous-wrapper .plate {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 164px;
  height: 62px;
  margin-bottom: 15px;
  background-color: #595757;
  border-radius: 4px;
  text-align: left;
  white-space: nowrap;
}
#storey-service-intro .anonymous-wrapper .plate.left {
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .anonymous-wrapper .plate {
    width: 210px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#storey-service-intro .anonymous-wrapper .plate .deco {
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid white;
  border-radius: 2px;
}
#storey-service-intro .anonymous-wrapper .plate .icon {
  width: 42px;
  height: 42px;
  margin: 10px 4px 0 8px;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .anonymous-wrapper .plate .icon {
    margin: 10px 12px 0 12px;
  }
}
#storey-service-intro .anonymous-wrapper .plate .text {
  display: inline-block;
  vertical-align: top;
  height: 56px;
  line-height: 20px;
  margin-top: 10px;
  color: #F7F7F7;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .anonymous-wrapper .plate .text {
    margin-top: 11px;
    font-size: 16px;
  }
}

#storey-service-main {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: white;
}
#storey-service-main .caption {
  text-align: center;
}
#storey-service-main .sub-caption-wrapper {
  margin-top: 80px;
  font-size: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #storey-service-main .sub-caption-wrapper {
    margin-top: 40px;
  }
}
#storey-service-main .sub-caption-wrapper .sub-caption {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 30px;
  color: #595757;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #storey-service-main .sub-caption-wrapper .sub-caption {
    width: auto;
    margin: 0 45px;
  }
}
#storey-service-main .sub-caption-wrapper .sub-caption .bottom-separator {
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 32px;
  height: 0;
  margin-left: -16px;
  border-bottom: 1px solid #E60012;
}
#storey-service-main .graph-container {
  position: relative;
  display: none;
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  #storey-service-main .graph-container {
    display: block;
  }
}
#storey-service-main .graph-container .circle {
  position: relative;
  width: 424px;
  height: 424px;
  margin: auto;
  border: 1px dashed #E60012;
  border-radius: 100%;
}
#storey-service-main .graph-container .circle .item {
  position: absolute;
}
#storey-service-main .graph-container .circle .item.large {
  width: 180px;
  height: 180px;
}
#storey-service-main .graph-container .circle .item.medium {
  width: 154px;
  height: 154px;
}
#storey-service-main .graph-container .circle .item.small {
  width: 145px;
  height: 145px;
}
#storey-service-main .graph-container .circle .item.no1 {
  left: 222px;
  top: -10px;
}
#storey-service-main .graph-container .circle .item.no2 {
  left: 55px;
  top: 55px;
}
#storey-service-main .graph-container .circle .item.no3 {
  right: -40px;
  top: 130px;
}
#storey-service-main .graph-container .circle .item.no4 {
  left: -50px;
  top: 202px;
}
#storey-service-main .graph-container .circle .item.no5 {
  left: 150px;
  top: 222px;
}
#storey-service-main .graph-container .circle .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#storey-service-main .graph-container .circle .item .text {
  position: relative;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 24px;
  margin-top: -12px;
  font-size: 16px;
  color: #595757;
  text-align: center;
}
#storey-service-main .graph-container .circle .item .text.doubleLine {
  margin-top: -24px;
}
#storey-service-main .graph-container .circle .item .text.tripleLine {
  margin-top: -36px;
}
#storey-service-main .graph-container .float-text {
  position: absolute;
  color: #595757;
  font-size: 14px;
}
#storey-service-main .graph-container .float-text.title {
  right: 62%;
  top: 0;
  padding: 4px 0;
  padding-right: 10px;
  font-size: 16px;
  border-bottom: 1px dashed #E60012;
}
#storey-service-main .graph-container .float-text.top-right {
  left: 70%;
  top: -20px;
}
#storey-service-main .graph-container .float-text.right {
  left: 79%;
  top: 43%;
}
#storey-service-main .graph-container .float-text.bottom-right {
  left: 59%;
  top: 80%;
}
#storey-service-main .graph-container .float-text.bottom-left {
  left: 5%;
  top: 61%;
}
#storey-service-main .graph-container .float-text.left {
  left: 21%;
  top: 27%;
}

.storey.services {
  padding: 50px 0;
  background-color: #F7F7F7;
}
.storey.services .caption {
  text-align: center;
}
.storey.services .item-wrapper {
  margin-top: 25px;
  font-size: 0;
}
.storey.services .item-wrapper .item {
  display: inline-block;
  vertical-align: top;
  width: 164px;
  margin-top: 35px;
}
.storey.services .item-wrapper .item.odd {
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item.odd {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item {
    width: 50%;
  }
}
.storey.services .item-wrapper .item .plate {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 164px;
  height: 58px;
  background-color: #595757;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item .plate {
    width: 210px;
    height: 62px;
  }
}
.storey.services .item-wrapper .item .plate .deco {
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid white;
  border-radius: 2px;
}
.storey.services .item-wrapper .item .plate .icon {
  width: 42px;
  height: 42px;
  margin: 8px 4px 0 8px;
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item .plate .icon {
    margin: 10px 12px 0 12px;
  }
}
.storey.services .item-wrapper .item .plate .text {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  color: #F7F7F7;
  font-size: 14px;
  font-weight: 300;
}
html.en .storey.services .item-wrapper .item .plate .text {
  font-size: 12px;
}
.storey.services .item-wrapper .item .plate .text.lines1 {
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item .plate .text.lines1 {
    margin-top: 20px;
  }
}
.storey.services .item-wrapper .item .plate .text.lines2 {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item .plate .text.lines2 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item .plate .text {
    margin-top: 11px;
    font-size: 16px;
  }
  html.en .storey.services .item-wrapper .item .plate .text {
    font-size: 14px;
  }
}
.storey.services .item-wrapper .item .separator {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item .separator {
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 62px;
    margin: 0 24px;
    border-left: 1px dashed #B3B3B4;
  }
}
.storey.services .item-wrapper .item .detail-text {
  line-height: 1.6em;
  margin-top: 20px;
  color: #595757;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.services .item-wrapper .item .detail-text {
    display: inline-block;
    vertical-align: top;
    width: 221px;
    margin-top: 0;
    padding-right: 16px;
  }
}

.storey.exquisiteness {
  padding: 50px 0 0 0;
  background-color: #F7F7F7;
}
.storey.exquisiteness .caption {
  text-align: center;
}
.storey.exquisiteness .text.outer {
  margin-top: 40px;
  color: #595757;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .text.outer {
    text-align: center;
  }
}
.storey.exquisiteness .graph-wrapper {
  position: relative;
  width: 304px;
  height: 304px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper {
    width: 550px;
    height: 550px;
    margin-bottom: 80px;
  }
  html.en .storey.exquisiteness .graph-wrapper {
    margin-bottom: 100px;
  }
}
.storey.exquisiteness .graph-wrapper .circle {
  position: absolute;
  border-radius: 100%;
}
.storey.exquisiteness .graph-wrapper .circle.outer {
  left: 0px;
  top: 0px;
  width: 304px;
  height: 304px;
  border: 1px solid #DBCAA9;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .circle.outer {
    left: 0px;
    top: 0px;
    width: 550px;
    height: 550px;
  }
}
.storey.exquisiteness .graph-wrapper .circle.middle {
  left: 45px;
  top: 45px;
  width: 214px;
  height: 214px;
  border: 1px dashed #E60012;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .circle.middle {
    left: 85px;
    top: 85px;
    width: 380px;
    height: 380px;
  }
}
.storey.exquisiteness .graph-wrapper .circle.inner {
  left: 81px;
  top: 81px;
  width: 142px;
  height: 142px;
  background-color: #F2F2F2;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .circle.inner {
    left: 147px;
    top: 147px;
    width: 256px;
    height: 256px;
  }
}
.storey.exquisiteness .graph-wrapper .item {
  position: absolute;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .item {
    width: 39px;
    height: 39px;
  }
}
.storey.exquisiteness .graph-wrapper .item.centre {
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
}
.storey.exquisiteness .graph-wrapper .item.centre.upper {
  top: 72px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .item.centre.upper {
    top: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .item.centre {
    margin-left: -19.5px;
    margin-top: -19.5px;
  }
}
.storey.exquisiteness .graph-wrapper .item.centre .icon {
  background-color: #E60012;
}
.storey.exquisiteness .graph-wrapper .item.centre .text {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .item.centre .text {
    font-size: 16px;
  }
}
.storey.exquisiteness .graph-wrapper .item.top {
  top: -1.45%;
}
.storey.exquisiteness .graph-wrapper .item.upper-middle {
  top: 16%;
}
.storey.exquisiteness .graph-wrapper .item.middle {
  top: 46.36%;
}
.storey.exquisiteness .graph-wrapper .item.lower-middle {
  top: 76.73%;
}
.storey.exquisiteness .graph-wrapper .item.bottom {
  top: 94.73%;
}
.storey.exquisiteness .graph-wrapper .item.middle-right {
  left: 59.82%;
}
.storey.exquisiteness .graph-wrapper .item.right {
  left: 85.82%;
}
.storey.exquisiteness .graph-wrapper .item.right-most {
  left: 96.36%;
}
.storey.exquisiteness .graph-wrapper .item.middle-left {
  left: 33.09%;
}
.storey.exquisiteness .graph-wrapper .item.left {
  left: 7.09%;
}
.storey.exquisiteness .graph-wrapper .item.left-most {
  left: -3.27%;
}
.storey.exquisiteness .graph-wrapper .item .icon {
  width: 22px;
  height: 22px;
  background-color: #F2F2F2;
  border-radius: 100%;
}
.storey.exquisiteness .graph-wrapper .item .icon img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .item .icon {
    width: 39px;
    height: 39px;
  }
}
.storey.exquisiteness .graph-wrapper .item .text {
  width: 110px;
  margin-left: -44px;
  color: #595757;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .item .text {
    width: 195px;
    margin-left: -78px;
    margin-top: 4px;
    font-size: 14px;
  }
}
.storey.exquisiteness .graph-wrapper .arrow.centre {
  position: absolute;
  left: 50%;
  top: 116px;
  width: 10px;
  margin-left: -5px;
}
html.en .storey.exquisiteness .graph-wrapper .arrow.centre {
  top: 120px;
}
@media screen and (min-width: 1024px) {
  .storey.exquisiteness .graph-wrapper .arrow.centre {
    top: 208px;
    width: 16px;
    margin-left: -8px;
  }
  html.en .storey.exquisiteness .graph-wrapper .arrow.centre {
    top: 218px;
  }
}

.storey.experience {
  background-color: white;
}
.storey.experience .content-wrapper {
  padding: 60px 0 20px 0;
  text-align: center;
}
.storey.experience .content-wrapper .caption {
  margin-bottom: 40px;
}
.storey.experience .content-wrapper .text {
  color: #595757;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .storey.experience .content-wrapper .text {
    text-align: center;
  }
}
.storey.experience .content-wrapper .icon-wrapper {
  margin-top: 30px;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.experience .content-wrapper .icon-wrapper {
    white-space: nowrap;
  }
}
.storey.experience .content-wrapper .icon-wrapper .icon {
  display: inline-block;
  vertical-align: top;
  width: 171px;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .storey.experience .content-wrapper .icon-wrapper .icon {
    width: 222px;
  }
}
.storey.experience .content-wrapper .icon-wrapper .icon img {
  height: 85px;
}
.storey.experience .content-wrapper .icon-wrapper .icon .text-block {
  margin-top: 12px;
  color: #595757;
  font-size: 14px;
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .storey.experience .content-wrapper .icon-wrapper .icon .text-block {
    font-size: 18px;
  }
}

.storey.storage {
  background-color: #595757;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.storage {
    text-align: left;
  }
}
.storey.storage .content-wrapper {
  padding-top: 45px;
  padding-bottom: 40px;
  font-size: 0;
}
.storey.storage .content-wrapper .caption {
  margin: 0 0 47px 0;
  color: #F7F7F7;
  text-align: center;
}
.storey.storage .content-wrapper .column {
  display: inline-block;
  vertical-align: top;
}
.storey.storage .content-wrapper .column.first {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .storey.storage .content-wrapper .column.first {
    width: 370px;
    padding-top: 20px;
  }
}
.storey.storage .content-wrapper .column.first .text {
  color: #F7F7F7;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.storage .content-wrapper .column.first .text {
    padding-right: 32px;
  }
}
.storey.storage .content-wrapper .column.second {
  width: 263px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .storey.storage .content-wrapper .column.second {
    margin-top: 0;
  }
}
.storey.storage .content-wrapper .column.third {
  width: 327px;
}
.storey.storage .content-wrapper .column.second .item, .storey.storage .content-wrapper .column.third .item {
  margin-bottom: 20px;
  color: white;
  white-space: nowrap;
}
.storey.storage .content-wrapper .column.second .item .number, .storey.storage .content-wrapper .column.third .item .number {
  font-size: 40px;
  font-weight: 500;
}
.storey.storage .content-wrapper .column.second .item .number .minor, .storey.storage .content-wrapper .column.third .item .number .minor {
  margin-left: 4px;
  font-size: 22px;
}
.storey.storage .content-wrapper .column.second .item .text, .storey.storage .content-wrapper .column.third .item .text {
  color: #CCCCCC;
  font-size: 14px;
}
