/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
#header {
  position: fixed;
  z-index: 990;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid transparent;
  transition: border 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 80px;
  padding: 0 20px;
  width: 100%;
}
#header.home-nav-bottom {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: #ebedee;
}
#header.home-nav-bottom .search {
  border-left-color: #ebedee;
}
#header.home-nav-bottom a {
  color: rgba(0, 0, 0, 0.65);
}
#header .header-link {
  color: rgba(0, 0, 0, 0.65);
}
#header .ant-menu-item-active .header-link {
  color: #1890ff;
}
#logo {
  float: left;
  height: 80px;
  line-height: 80px;
}
#logo img {
  line-height: 80px;
  width: 70px;
  margin-right: 8px;
}
#logo img.full-logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #logo img {
    width: 45px;
  }
  #header {
    padding: 0 10px 0 20px;
  }
}
#logo span {
  float: right;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
}
#search-box {
  border-left: 1px solid #ebedee;
  float: left;
  height: 22px;
  line-height: 22px;
  padding-left: 30px;
  margin: 29px auto 0;
}
#search-box .ant-select {
  font-size: 14px;
  margin-top: -3px;
  width: 200px;
}
#search-box .ant-select-selection {
  border: 0;
  box-shadow: none;
}
#search-box .ant-input {
  border: 0;
  box-shadow: none;
}
.header-lang-button,
.version {
  float: right;
  margin-top: 29px;
  margin-left: 10px;
}
.header-lang-button {
  color: rgba(0, 0, 0, 0.65);
  border-color: #d9d9d9;
}
.version {
  margin-left: 16px;
}
#nav {
  border: 0;
  float: right;
  font-size: 14px;
}
#nav li {
  height: 80px;
  line-height: 80px;
  min-width: 72px;
  text-align: center;
  border-bottom-width: 3px;
}
#nav li.ant-menu-item-selected a {
  color: #1890ff;
  font-weight: bold;
}
.component-select.ant-select-dropdown {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.component-select .ant-select-dropdown-menu {
  max-height: 200px;
}
.component-select .ant-select-dropdown-menu-item {
  border-radius: 0 !important;
}
.component-select .ant-component-decs {
  font-size: 12px;
  position: absolute;
  color: #aaa;
  right: 16px;
}
#header .header-lang-button {
  color: #fff;
  border-color: #fff;
}
#header .ant-select-selection,
#header .ant-menu {
  background: transparent;
}
#header .ant-select-search__field {
  color: #eee;
}
#header .ant-select-arrow {
  color: #fff;
}
#header .ant-select-selection__placeholder {
  color: rgba(255, 255, 255, 0.57);
}
#header.home-nav-white .ant-select-search__field {
  color: rgba(0, 0, 0, 0.65);
}
#header.home-nav-white .ant-select-selection__placeholder {
  color: #cccccc;
}
#header.home-nav-white {
  background: rgba(255, 255, 255, 0.91);
  border-bottom-color: #ebedee;
}
.home-nav-white #search-box {
  border-left-color: #ebedee;
}
.home-nav-white #nav li {
  color: rgba(0, 0, 0, 0.65);
}
i {
  color: white;
}
.home-nav-white i {
  color: black;
}
#header.home-nav-white .header-lang-button:not(:hover) {
  color: rgba(0, 0, 0, 0.65);
  border-color: #d9d9d9;
}
#header.home-nav-white .version > .ant-select-selection {
  color: rgba(0, 0, 0, 0.65);
}
#header.home-nav-white .version > .ant-select-selection:not(:hover) {
  border-color: #d9d9d9;
}
#header.home-nav-white .version .ant-select-arrow {
  color: rgba(0, 0, 0, 0.45);
}
.nav-phone-icon:before {
  background: #eee;
  box-shadow: 0 7px 0 0 #eee, 0 14px 0 0 #eee;
}
.home-nav-white .nav-phone-icon:before {
  background: #777;
  box-shadow: 0 7px 0 0 #777, 0 14px 0 0 #777;
}
#nav li {
  color: #eee;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav a.header-link {
  color: #fff;
}
.home-nav-white #nav a.header-link {
  color: rgba(0, 0, 0, 0.65);
}
.main-menu-nav {
  display: flex;
  color: white;
}
.main-menu-nav a,
.main-menu-nav .nav-list {
  display: block;
  padding: 30px 20px 24px 20px;
  white-space: nowrap;
  overflow: hidden;
}
.main-menu-nav a:hover,
.main-menu-nav .nav-list:hover {
  cursor: pointer;
}
.main-menu-nav a.active,
.main-menu-nav .nav-list.active {
  border-bottom: 5px solid #0086ff;
}
.main-menu-nav a,
.main-menu-nav a:hover,
.main-menu-nav a:active,
.main-menu-nav a:focus {
  color: inherit;
}
.home-nav-white .main-menu-nav {
  color: black;
}
.nav-button {
  display: flex;
}
.nav-button button {
  text-transform: uppercase;
  border: none;
  margin: 0 0 6px 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.nav-button button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.nav-button button:focus {
  outline: 0;
  border: none;
}

.header-background {
  background-color: #000942;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 570px;
  transform: scale(1);
  transition: transform 12s ease-out;
}
.header-background.loaded.zoom-animation {
  transform: scale(1.1);
}
.header-background img {
  position: absolute;
}
.header-background .back-static {
  height: 100%;
  width: auto;
}
.header-background .person {
  height: 100%;
  width: auto;
  bottom: 0;
  right: 0;
}
.header-background .front-static {
  mix-blend-mode: lighten;
}
.header-background .front-static-blur {
  mix-blend-mode: lighten;
  height: auto;
  width: 50%;
}
.no-mix-blend-mode .header-background .front-static,
.no-mix-blend-mode .header-background .front-static-blur {
  opacity: 0;
}

@keyframes elem1 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(125px) translateY(50px) scale(0.5);
  }
}
@keyframes elem2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.banner-wrapper .static-logo,
.banner-wrapper .mobile-logo {
  position: absolute;
  display: block;
  top: initial;
  width: 500px;
  max-width: 80%;
  bottom: 100px;
  left: 60px;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.banner-wrapper .static-logo {
  opacity: 0;
}
.banner-wrapper .mobile-logo {
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.banner-wrapper .down svg {
  width: 25px;
  height: auto;
}
.banner-wrapper.mounted .elem-1 {
  animation-name: elem1;
  animation-delay: 2.5s;
}
.banner-wrapper.mounted .elem-2 {
  animation-duration: 1.5s;
  animation-name: elem2;
  animation-delay: 5.5s;
}
@media screen and (max-width: 640px) {
  .banner-wrapper .static-logo {
    display: none;
  }
  .banner-wrapper .mobile-logo {
    display: block;
  }
}

#page1 {
  align-items: center;
}
.image-wrapper {
  position: absolute;
  width: 70vw;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-wrapper .image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.1s ease-out;
}
.image-wrapper .imageasd {
  transform-origin: center;
  transition: 2s;
}
.image-wrapper .image1 {
  background: url(/about/about_img1-2.png) no-repeat center;
  height: 50%;
  width: 750%;
  background-size: contain;
  position: absolute;
}
.image-wrapper .image2 {
  background: url(/about/about_img2-2.png) no-repeat center;
  height: 50%;
  background-size: contain;
  width: 70%;
  position: absolute;
}
.image-wrapper .image3 {
  background: url(/about/about_img3-2.png) no-repeat center;
  background-size: contain;
  height: 50%;
  width: 37%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .image-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 992px) {
  .image-wrapper {
    display: none !important;
  }
}
.content-wrapper .text-wrapper.about-container {
  right: -30%;
  margin-left: 4%;
}
.content-wrapper .text-wrapper.about-container h2 {
  font-size: 70px;
  margin: 0;
}
.content-wrapper .text-wrapper.about-container p {
  max-width: 310px;
  font-size: 24px;
  text-align: left;
}
.content-wrapper .text-wrapper.about-container p .black {
  color: black;
  opacity: .9;
}
.content-wrapper .text-wrapper.about-container p .orange {
  color: #FF5000;
  opacity: .9;
}
@media screen and (max-width: 767px) {
  .content-wrapper .text-wrapper.about-container {
    margin-top: 50px;
  }
  .content-wrapper .text-wrapper.about-container h2 {
    font-size: 58px !important;
    text-align: left;
    padding: 0 40px;
  }
}

.ant-card.card-modal {
  border-radius: 10px;
  border: none;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  transition: top ease 0.2s;
}
.card-modal img {
  height: 175px;
  background-color: lightgrey;
  padding: 0;
}
.ant-card .ant-card-body {
  text-align: center;
}
.cards-container {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
  grid-gap: 10px 10px;
  justify-items: center;
  max-width: 950px;
  margin: auto;
}
@media all and (max-width: 1050px) {
  .cards-container {
    grid-template: 1fr 1fr 1fr/1fr 1fr;
  }
}
@media all and (max-width: 720px) {
  .cards-container {
    grid-template: 1fr 1fr 1fr 1fr 1fr 1fr/1fr;
  }
}

.grid-main-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  height: 85vh;
}
.grid-main-container .grid-block-wrapper {
  flex-grow: 1;
  overflow: hidden;
  width: 15%;
  transition: 0.5s;
}
.grid-main-container .grid-block-wrapper:hover {
  width: 50%;
}
.grid-main-container .grid-block-wrapper:hover img {
  transition: 10s;
  transform: scale(1.1);
}
.grid-main-container .grid-block-wrapper:hover .content {
  height: 300px;
  top: -180px !important;
  width: 100%;
}
.grid-main-container .grid-block-wrapper:hover .text {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  display: block !important;
}
.grid-main-container .grid-block-wrapper .grid-block .grid-col img {
  height: 85vh;
}
.grid-main-container .grid-block-wrapper .grid-block .grid-col .content {
  min-height: 300px;
  transition: .2s;
  padding: 0 30px;
  position: relative;
  top: -90px;
  background-color: white;
}
.grid-main-container .grid-block-wrapper .grid-block .grid-col .content .title {
  font-size: 30px;
  width: 100%;
}
.grid-main-container .grid-block-wrapper .grid-block .grid-col .content .title p {
  margin: 0;
  padding: 0;
}
.grid-main-container .grid-block-wrapper .grid-block .grid-col .content .text {
  width: 0px;
  display: none;
  color: white;
  font-size: 20px;
  max-width: 80%;
  opacity: 0;
  transition: .5s;
}

.sense-slider-wrapper {
  background: black;
  position: relative;
}
.sense-slider-wrapper .canvas-container {
  height: 45vw;
  min-height: 55vh;
  max-height: 120vh;
  padding-left: 10%;
  overflow: hidden;
}
.sense-slider-wrapper .canvas-container .image-container {
  height: auto;
  width: 100vw;
  background: yellow;
}
.sense-slider-wrapper .navigation-menu {
  padding: 20px 0 0 10px;
  width: 20%;
  min-width: 250px;
  max-width: 500px;
  height: 100%;
  background-color: black;
  color: white;
  position: absolute;
  top: 0;
  padding-right: 20px;
}
.sense-slider-wrapper .navigation-menu h2 {
  padding: 0;
  margin: 0;
  font-size: 52px;
  color: white;
  line-height: 64px;
  text-align: right;
}
.sense-slider-wrapper .navigation-menu p {
  font-size: 20px;
  padding: 0;
  margin: 0;
  text-align: right;
  line-height: 42px;
}
.sense-slider-wrapper .navigation-menu p:hover {
  cursor: pointer;
  color: #ff5900;
}
.sense-slider-wrapper .navigation-menu p.active {
  color: #ff5900;
}
.sense-slider-wrapper .content-container {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 59.5%;
  text-align: center;
  top: 50%;
  opacity: 0;
}
.sense-slider-wrapper .content-container.start {
  transition: 1s;
  opacity: 1;
}
.sense-slider-wrapper .content-container .content-title {
  font-size: 80px;
}
.sense-slider-wrapper .content-container .content-title p {
  color: white;
  mix-blend-mode: difference;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 10px black;
}
.sense-slider-wrapper .content-container .content-description {
  font-size: 24px;
}
.sense-slider-wrapper .content-container .content-description p {
  color: white;
  mix-blend-mode: difference;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 10px black;
}

.sense-block.page {
  min-height: 75vh;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sense-block.page .sense-title,
.sense-block.page .sense-title h2 {
  text-align: center;
}
.sense-block.page h2 {
  text-align: right;
}
.sense-block.page .senses-container {
  padding-left: 0;
  left: 0;
  width: 100%;
}
.senses-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .senses-container {
    display: block;
    min-height: 310vh !important;
  }
  .grid-block-container {
    display: none;
  }
}

#page3 {
  min-height: 45vw;
  background: white;
  border: none;
}
.progress-circle {
  position: relative;
  top: -130px;
}
.work-block {
  position: relative;
  min-height: 0 !important;
  height: 100% !important;
}
.work-block .ant-carousel .slick-dots {
  position: relative;
}
.work-block .ant-carousel .slick-dots button {
  height: 10px;
  width: 50px;
}
.work-block .slick-list {
  background-color: #0a0f19;
}
.work-block .controls {
  z-index: 13;
  position: absolute;
  right: 385px;
  top: 13px;
  cursor: pointer;
}
.work-block .controls .volume-icon {
  color: white;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 800px) {
  .work-block .controls {
    right: 20%;
  }
}
.work-block .work-carousel .slick-arrow {
  height: 100%;
  position: absolute;
  font-size: 30px;
  top: 0;
  width: 50px;
  margin-top: 0;
  z-index: 1;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: white !important;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.work-block .work-carousel .slick-arrow.slick-prev {
  left: 0;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #0e0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #0e0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #0e0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0e0e0e', GradientType=1);
  /* IE6-9 */
}
.work-block .work-carousel .slick-arrow.slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #0e0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #0e0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #0e0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0e0e0e', GradientType=1);
  /* IE6-9 */
}
.work-block .work-carousel .slick-arrow::before {
  content: '';
}
.work-block .work-carousel .slick-arrow:hover {
  opacity: 1;
}
.work-block .button-left,
.work-block .button-right {
  width: 100px;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
}
.work-block .button-left svg,
.work-block .button-right svg {
  top: 50%;
  position: absolute;
  width: 100%;
  height: 50px;
  color: white;
  transform: translateY(-50%);
}
.work-block .button-left {
  left: 0;
}
.work-block .button-right {
  right: 0;
}
.work-block .case-study {
  position: relative;
}
.work-block .case-study .background-video {
  margin: 0;
  width: 100vw;
  position: absolute;
  z-index: 8;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.work-block .case-study .background-video video {
  margin: 0;
  width: 100vw;
}
.work-block .case-study .front-video {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  height: calc(100vh - 80px);
  max-height: 56vw;
}
.work-block .case-study .background-image {
  margin: 0;
  width: 100vw;
  position: absolute;
  z-index: 8;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.work-block .case-study .background-image img {
  margin: 0;
  width: 100vw;
}
.work-block .case-study .front-image {
  z-index: 10;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 80px);
  max-height: 56vw;
}
.work-block .case-study .front-image img {
  margin: 0 auto;
  width: 100vw;
}
.work-block .case-study .case-content {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 40px 20px 20px;
  width: 370px;
  height: 100%;
  z-index: 12;
}
.work-block .case-study .case-content h3 {
  padding: 50px 0 30px;
  font-size: 22px;
}
@media all and (max-width: 900px) {
  .work-block .case-study .case-content h3 {
    padding: 30px 0 20px;
  }
}
.work-block .case-study .case-content p {
  color: white;
  font-size: 18px;
}
@media all and (max-width: 800px) {
  .work-block .case-study .case-content {
    width: 100%;
    right: 0;
    padding: 10px 50px;
    position: relative;
  }
  .work-block .case-study .case-content h3,
  .work-block .case-study .case-content p {
    text-align: left;
  }
}
.work-block .ant-carousel {
  width: 100vw;
}
.work-block .ant-carousel video {
  width: 100vw;
  height: auto;
  display: block;
}
.work-block .ant-carousel img {
  margin-top: 0;
  width: 100%;
}
.work-block .ant-carousel .slick-slide {
  text-align: center;
  background: #364d79;
}
.work-block .ant-carousel .slick-slide h3 {
  color: #fff;
}
@media all and (max-width: 600px) {
  .work-block .case-study .background-image,
  .work-block .case-study .background-video {
    display: none;
  }
  .work-block .case-study .front-image {
    height: 100%;
  }
  .work-block .case-study .front-image img {
    width: 100vw;
  }
  .work-block .case-study .front-video {
    width: 100vw;
    height: 100%;
  }
  .work-block .case-study .case-content h3 {
    font-size: 18px;
  }
  .work-block .case-study .case-content p {
    font-size: 14px;
  }
}

/** page1 **/
.page1-line.title-line-wrapper {
  width: 312px;
  margin: 24px auto 76px;
}
.page1-line.title-line-wrapper .title-line {
  animation: page1TitleLine 3s ease-in-out 1.5s infinite;
}
.page1-bg {
  font-size: 320px;
  color: #ebedf0;
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: .25;
  top: 0;
  transform: translateY(960px);
}
.page1-box-wrapper {
  padding: 0;
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  grid-gap: 5px 5px;
  justify-items: center;
  max-width: 950px;
  margin: auto;
}
@media all and (max-width: 1050px) {
  .page1-box-wrapper {
    grid-template: 1fr 1fr 1fr/1fr;
  }
}
.page1-box-wrapper li {
  display: inline-block;
  will-change: transform;
}
.page1-box-wrapper li .page1-box {
  width: 284px;
  margin: auto;
  text-align: center;
  position: relative;
}
.page1-box-wrapper li .page1-box .page1-image {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 20px auto 32px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.page1-box-wrapper li .page1-box .page1-image svg {
  font-size: 30px;
}
.page1-box-wrapper li .page1-box:hover .page1-image {
  transform: translateY(-5px);
}
.page1-box-wrapper li .page1-box h3 {
  color: #0d1a26;
  font-size: 20px;
  margin: 8px auto;
}
.page1-point-wrapper {
  position: absolute;
  width: 0;
  left: 50%;
  top: 0;
}
.page1-point-wrapper .point-0 {
  width: 4px;
  height: 4px;
}
.page1-point-wrapper .point-2,
.page1-point-wrapper .point-ring {
  width: 10px;
  height: 10px;
}
.page1-point-wrapper .point-ring {
  border-style: solid;
  border-width: 1px;
  background: transparent !important;
}
.page1-point-wrapper .point-1 {
  width: 6px;
  height: 6px;
}
.page1-point-wrapper .point-3 {
  width: 15px;
  height: 15px;
}
.page1-point-wrapper i {
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
  transform: translate(0, 30px);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
footer.dark {
  background-color: #000;
  color: rgba(255, 255, 255, 0.65);
}
footer.dark a {
  color: rgba(255, 255, 255, 0.9);
}
footer.dark h2 {
  color: #ffffff;
}
footer.dark h2 > span {
  color: #ffffff;
}
footer.dark .bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
footer {
  border-top: 1px solid #e5e7eb;
  clear: both;
  font-size: 14px;
  background: #fff;
  position: relative;
  z-index: 100;
  color: #314659;
  box-shadow: 0 1000px 0 1000px #fff;
}
footer .ant-row {
  text-align: center;
}
footer .ant-row .footer-center {
  display: inline-block;
  text-align: left;
  width: 100%;
}
footer .ant-row .footer-center.padded {
  padding: 0 10px 0 0;
}
footer .ant-row .footer-center .icon-container {
  display: flex;
}
footer .ant-row .footer-center .icon-container svg {
  font-size: 24px;
  margin-right: 20px;
  color: white;
}
footer .ant-row .footer-center .icon-container svg:hover {
  cursor: pointer;
}
footer .ant-row .footer-center > h2 {
  font-size: 16px;
  margin: 0 auto 24px;
  font-weight: 500;
  position: relative;
}
footer .ant-row .footer-center > h2 > .title-icon {
  width: 27px;
  margin-right: 16px;
}
footer .ant-row .footer-center > h2 > .anticon {
  font-size: 16px;
  position: absolute;
  left: -22px;
  top: 3px;
  color: #aaa;
}
footer .ant-row .footer-center > div {
  margin: 12px 0;
}
footer .footer-wrap {
  position: relative;
  padding: 86px 70px 93px 70px;
}
footer .footer-wrap a {
  text-decoration: none;
}
footer .footer-wrap a:hover {
  text-decoration: underline;
}
footer .bottom-bar {
  border-top: 1px solid #e5e7eb;
  text-align: right;
  padding: 16px 144px;
  margin: 0;
  line-height: 32px;
}
footer .bottom-bar a {
  color: rgba(255, 255, 255, 0.65);
}
footer .bottom-bar a:hover {
  color: #fff;
}
footer .bottom-bar .translate-button {
  text-align: left;
}
.ant-modal-body {
  display: flex;
  justify-content: center;
  padding: 40px;
}
.ant-modal-close-x i {
  color: black;
}
.ant-modal-footer {
  display: none;
}

.splash-block {
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background-color: #000942;
  position: fixed;
}
.invisible-block {
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background-color: #0D3F64;
  position: fixed;
  transition: ease-in-out 0.5s;
  opacity: 0;
}
.invisible-block img {
  transition: 4s linear;
}
.splash-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.splash-container img {
  width: 25%;
  min-width: 200px;
  display: block;
  margin: 0 auto;
}
.none {
  display: none;
}

.page.service-wrapper {
  background: url(/service/Service.jpg) no-repeat center;
}
.page.service-wrapper .text-wrapper-bottom {
  padding: 100px;
  text-shadow: 2px 2px 10px black;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0;
  width: 100%;
}
.page.service-wrapper .text-wrapper-bottom h2,
.page.service-wrapper .text-wrapper-bottom p {
  color: white;
}
.page.service-wrapper .text-wrapper-bottom p {
  max-width: 500px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.nav-phone-icon {
  display: none;
  position: absolute;
  right: 30px;
  top: 32px;
  z-index: 1;
  width: 16px;
  height: 22px;
  cursor: pointer;
}
@media only screen and (min-width: 0) and (max-width: 1280px) {
  .en-us #search-box {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 1180px) {
  .zh-cn #search-box {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 992px) {
  #search-box {
    display: none;
  }
  .code-boxes-col-2-1,
  .code-boxes-col-1-1 {
    float: none;
    width: 100%;
  }
  .preview-image-boxes {
    margin: 0 !important;
    float: none;
    width: 100%;
  }
  .preview-image-box {
    padding-left: 0;
    margin: 10px 0;
  }
  a#logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
  }
  .banner-entry {
    position: relative;
    top: 30px;
    left: 0;
    text-align: center;
  }
  .content-wrapper .text-wrapper {
    float: none;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .content-wrapper .text-wrapper > p {
    max-width: 100% !important;
    padding: 0 40px;
  }
  .content-wrapper.page {
    min-height: 100vh;
    height: auto;
  }
  .banner-text-wrapper {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .banner-text-wrapper .start-button {
    text-align: center;
  }
  .banner-text-wrapper .start-button > a {
    margin: 0 4px;
  }
  .banner-text-wrapper .github-btn {
    text-align: center;
    float: none;
    display: inline-block;
  }
  .banner-text-wrapper .line {
    display: none;
  }
  button.lang {
    display: block;
    margin: 29px auto 16px;
    color: rgba(0, 0, 0, 0.65);
    border-color: rgba(0, 0, 0, 0.65);
  }
  div.version {
    display: block;
    margin: 29px auto 16px;
  }
  div.version > .ant-select-selection {
    color: rgba(0, 0, 0, 0.65);
  }
  div.version > .ant-select-selection:not(:hover) {
    border-color: rgba(0, 0, 0, 0.65);
  }
  .popover-menu {
    width: 300px;
  }
  .popover-menu button.lang {
    margin: 16px auto;
    float: none;
  }
  .popover-menu div.version {
    margin: 32px auto 16px;
    float: none;
  }
  .popover-menu .ant-popover-inner {
    overflow: hidden;
  }
  .popover-menu .ant-popover-inner-content {
    padding: 0;
  }
  ul#nav,
  ul#nav li {
    width: 100%;
    font-size: 14px;
  }
  ul#nav li {
    line-height: 60px;
    height: 60px;
    padding: 0 !important;
    border: 0;
    color: #333;
  }
  ul#nav li .header-link {
    color: #333;
  }
  .toc {
    display: none;
  }
  .nav-phone-icon {
    display: block;
  }
  .nav-phone-icon:before {
    content: "";
    display: block;
    border-radius: 2px;
    width: 16px;
    height: 2px;
    background: #777;
    box-shadow: 0 6px 0 0 #777, 0 12px 0 0 #777;
    position: absolute;
  }
  .main {
    height: calc(14%);
  }
  .aside-container {
    float: none;
    width: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 0;
    margin-bottom: 30px;
  }
  .main-container {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 0;
  }
  .main-container > .markdown > * {
    width: 100% !important;
  }
  .main-wrapper {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  footer {
    text-align: center;
  }
  footer ul li {
    float: none;
    width: auto;
  }
  footer ul li > h2 .anticon {
    display: none;
  }
}

html,
body {
  height: auto;
  background-color: #000942;
}
.page-wrapper {
  background: #fff;
}
.main-wrapper {
  background: transparent;
  width: auto;
  margin: 0;
  border-radius: 0;
  padding: 0;
  min-height: 600px;
}
.jobs-search {
  background-color: #eee;
}

p,
h1,
h2,
h3,
div {
  font-family: 'Roboto', 'Raleway', 'Hiragino Sans GB', sans-serif;
}
.ant-tabs-tab-next-icon-target,
.ant-tabs-tab-prev-icon-target {
  color: black;
}

