/* box decoration */
/* text decoration */
/* Viewport */
/* Font */
/* Header */
/* Footer */
/* For DE only */
/* Column */
/* Margin */
/* Section */
/*COMMON START*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
a {
  outline: none;
}
select,
input,
textarea {
  font-family: "Fakt-Normal", Helvetica,Arial;
}
.tw select,
.tw input,
.tw textarea {
  font-family: "Fakt-Normal", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn select,
.cn input,
.cn textarea {
  font-family: "Fakt-Normal", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp select,
.jp input,
.jp textarea {
  font-family: "Fakt-Normal", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.vive-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  height: 38px;
  margin: 0 10px;
  padding: 0 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #00c9fb;
  border-radius: 21px;
  outline: none;
  background-color: #00b5e2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .vive-button {
    margin-bottom: 10px;
  }
}
.vive-button:hover {
  cursor: pointer;
  color: #000;
  border: 1px solid #00c9fb;
  background-color: #00c9fb;
}
.vive-button.become-a-developer {
  margin: 48px 0 74px;
}
.vive-button.play-video-button .icon-play {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 38px;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  text-indent: -1000pt;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: -10px center;
}
.us .vive-button.play-video-button .icon-play {
  margin-top: -1px;
}
.vive-button.play-video-button .text-play {
  font-size: 16px;
  line-height: 38px;
  vertical-align: top;
}
.vive-button.play-video-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #00c9fb;
}
.vive-button.play-video-button:hover .icon-play {
  background-position: 0 center;
}
.vive-button.play-video-button:hover .text-play {
  color: #000;
}
.vive-button.yellow-green-color {
  background-color: #22cc7f;
}
.vive-button.yellow-green-color:hover {
  background-color: #2cdc8c;
}
.vive-button.dark-grey-color {
  box-sizing: border-box;
  color: #3c3c3c;
  border: solid 1px #3c3c3c;
  background-color: #fff;
}
.vive-button.dark-grey-color:hover,
.vive-button.dark-grey-color.selected {
  color: #fff;
  background-color: #3d3d3d;
}
/*COMMON END*/
body.index #animatedModal {
  overflow: hidden;
}
body.index #animatedModal.zoomOut {
  z-index: -9999 !important;
  opacity: 0 !important;
}
body.index #animatedModal.zoomIn {
  z-index: 9999 !important;
  opacity: 1 !important;
}
body.index #animatedModal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
body.index #animatedModal .close-animatedModal {
  position: absolute;
  z-index: 800;
  top: 30px;
  right: 30px;
  overflow: hidden;
  width: 35px;
  height: 35px;
  text-indent: -1000pt;
  background-image: url(../img/x_2X.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  -webkit-filter: progid:dximagetransform.Microsoft.AlphaImageLoader(src='../img/x_2X.png', sizingMethod='scale');
          filter: progid:dximagetransform.Microsoft.AlphaImageLoader(src='../img/x_2X.png', sizingMethod='scale');
  -ms-filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../img/x_2X.png\',sizingMethod=\'scale\')';
}
body.index #animatedModal .close-animatedModal:hover {
  cursor: pointer;
}
body.index .margin-top-half {
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-half {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-half {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-half {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-half {
    margin-top: 20px !important;
  }
}
body.index .margin-bottom-half {
  margin-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .margin-bottom-half {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-bottom-half {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-bottom-half {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-bottom-half {
    margin-bottom: 20px !important;
  }
}
body.index .margin-top-zero {
  margin-top: 0 !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
body.index .margin-bottom-zero {
  margin-bottom: 0 !important;
}
@media (max-width: 1500px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.index .margin-top-full {
  margin-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-full {
    margin-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-full {
    margin-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-full {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-full {
    margin-top: 40px !important;
  }
}
body.index .margin-top-double {
  margin-top: 280px !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-double {
    margin-top: 200px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-double {
    margin-top: 140px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-double {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-double {
    margin-top: 80px !important;
  }
}
body.index .margin-bottom-full {
  margin-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .margin-bottom-full {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-bottom-full {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-bottom-full {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-bottom-full {
    margin-bottom: 40px !important;
  }
}
body.index .padding-top-half {
  padding-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .padding-top-half {
    padding-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-top-half {
    padding-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-top-half {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-top-half {
    padding-top: 20px !important;
  }
}
body.index .padding-bottom-half {
  padding-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .padding-bottom-half {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-bottom-half {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-bottom-half {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-bottom-half {
    padding-bottom: 20px !important;
  }
}
body.index .padding-top-full {
  padding-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .padding-top-full {
    padding-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-top-full {
    padding-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-top-full {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-top-full {
    padding-top: 40px !important;
  }
}
body.index .padding-bottom-full {
  padding-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .padding-bottom-full {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-bottom-full {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-bottom-full {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-bottom-full {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body.index .m-margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.index .main {
  color: #fff;
}
body.index .main .section-wrapper {
  display: block;
}
body.index .main .section-wrapper section {
  position: relative;
  top: 0;
  clear: both;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section {
    -webkit-transition: 0s;
    transition: 0s;
  }
}
body.index .main .section-wrapper section.first-section {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.first-section {
    margin-top: 60px;
  }
}
body.index .main .section-wrapper section.last-section {
  margin-top: 0 !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.last-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.last-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.last-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.last-section {
    margin-top: 0 !important;
  }
}
body.index .main .section-wrapper section.grey-bg {
  background-color: #eee;
}
body.index .main .section-wrapper section.margin-top-half {
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 20px !important;
  }
}
body.index .main .section-wrapper section.margin-bottom-half {
  margin-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 20px !important;
  }
}
body.index .main .section-wrapper section.margin-top-zero {
  margin-top: 0 !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
body.index .main .section-wrapper section.margin-bottom-zero {
  margin-bottom: 0 !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.index .main .section-wrapper section.margin-top-full {
  margin-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 40px !important;
  }
}
body.index .main .section-wrapper section.margin-top-double {
  margin-top: 280px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 200px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 140px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 80px !important;
  }
}
body.index .main .section-wrapper section.margin-bottom-full {
  margin-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 40px !important;
  }
}
body.index .main .section-wrapper section.padding-top-half {
  padding-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 20px !important;
  }
}
body.index .main .section-wrapper section.padding-bottom-half {
  padding-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 20px !important;
  }
}
body.index .main .section-wrapper section.padding-top-full {
  padding-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 40px !important;
  }
}
body.index .main .section-wrapper section.padding-bottom-full {
  padding-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.m-margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.index .main .section-wrapper section h2 {
  font-size: 34px;
  font-weight: 100;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 26px;
  margin-left: -1px;
  padding: 0;
  color: #3c3c3c;
  border: none;
  font-family: "Fakt-Normal", Helvetica,Arial;
  text-rendering: optimizeSpeed;
}
.tw body.index .main .section-wrapper section h2 {
  font-family: "Fakt-Normal", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section h2 {
  font-family: "Fakt-Normal", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section h2 {
  font-family: "Fakt-Normal", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section h2 {
    font-size: 31px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 12px 0;
  }
}
body.index .main .section-wrapper section h2.bold {
  font-weight: bold;
  font-family: "Fakt-Blond", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section h2.bold {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section h2.bold {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section h2.bold {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section h2.grey {
  color: #3c3c3c;
}
body.index .main .section-wrapper section h2.white {
  color: #fff;
}
body.index .main .section-wrapper section h2 b {
  font-family: "Fakt-Bold", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section h2 b {
  font-family: "Fakt-Bold", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section h2 b {
  font-family: "Fakt-Bold", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section h2 b {
  font-family: "Fakt-Bold", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section h2 .left-quote {
  display: none;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section h2 .left-quote {
    display: inline;
  }
}
body.index .main .section-wrapper section h3,
body.index .main .section-wrapper section h4 {
  font-weight: 100;
  font-family: "Fakt-Normal", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section h3,
.tw body.index .main .section-wrapper section h4 {
  font-family: "Fakt-Normal", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section h3,
.cn body.index .main .section-wrapper section h4 {
  font-family: "Fakt-Normal", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section h3,
.jp body.index .main .section-wrapper section h4 {
  font-family: "Fakt-Normal", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  color: #3c3c3c;
  font-family: "Fakt-Blond", Helvetica,Arial;
  text-rendering: optimizeSpeed;
}
.tw body.index .main .section-wrapper section p {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section p {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section p {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section p {
    font-size: 14px;
    line-height: 20px;
  }
}
body.index .main .section-wrapper section p.grey {
  color: #3c3c3c;
}
body.index .main .section-wrapper section p.white {
  color: #fff;
}
body.index .main .section-wrapper section .corner-text {
  position: absolute;
  z-index: 1000;
  top: -78px;
  right: 0;
  padding: 40px 0 40px 40px;
  background-color: #fff;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text {
    top: -60px;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text {
    position: relative;
    right: auto;
    padding: 40px 20px 40px 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text br {
    display: none;
  }
}
body.index .main .section-wrapper section .corner-text h2 {
  position: relative;
  z-index: 250;
  margin-bottom: 0;
  font-weight: 100;
  font-family: "Fakt-Blond", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section .corner-text h2 {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section .corner-text h2 {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section .corner-text h2 {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section .corner-text:before {
  position: absolute;
  z-index: 225;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4000px;
  content: '';
  background-color: #fff;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text:before {
    display: none;
  }
}
body.index .main .section-wrapper section .corner-text.alt {
  right: auto;
  left: auto;
  padding: 40px 40px 40px 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.alt {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.alt {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.alt {
    min-width: auto;
  }
}
body.index .main .section-wrapper section .corner-text.alt:before {
  right: 0;
  left: auto;
}
body.index .main .section-wrapper section .corner-text.quote {
  color: #3c3c3c;
}
body.index .main .section-wrapper section .corner-text.quote h2 {
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
body.index .main .section-wrapper section .corner-text.quote h2:before {
  position: absolute;
  top: 0;
  left: -16px;
  display: block;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    left: -13px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    left: -11px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    left: -10px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote br {
    display: none;
  }
}
body.index .main .section-wrapper section .corner-text.quote span {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  z-index: 250;
  display: block;
  float: left;
  clear: both;
  font-weight: 100;
  font-family: "Fakt-Blond", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section .corner-text.quote span {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section .corner-text.quote span {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section .corner-text.quote span {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.quote span {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.quote span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote span {
    font-size: 14px;
    line-height: 20px;
    float: none;
  }
}
body.index .main .section-wrapper section .corner-text.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section .corner-text.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section .corner-text.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section .corner-text.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section .corner-text.remove-top-padding {
  top: 0;
  padding-top: 0;
}
body.index .main .section-wrapper section .corner-text.instance-g {
  background-color: #2f2f2f;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g {
    background-color: #fff;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g h2 {
  color: #e9eaeb;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g h2 {
    color: #919090;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g span {
  color: #e9eaeb;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g span {
    color: #919090;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g:before {
  background-color: #2f2f2f;
}
body.index .main .section-wrapper section .corner-text.instance-g-dev {
  bottom: 906px;
  background-color: #2f2f2f;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    bottom: 790px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    bottom: 680px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    bottom: 512px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    position: relative;
    bottom: auto;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g-dev h2 {
  color: #e9eaeb;
}
body.index .main .section-wrapper section .corner-text.instance-g-dev span {
  color: #e9eaeb;
}
body.index .main .section-wrapper section .corner-text.instance-g-dev:before {
  background-color: #2f2f2f;
}
body.index .main .section-wrapper section .caption-block {
  position: absolute;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
}
body.index .main .section-wrapper section .caption-block.light h2,
body.index .main .section-wrapper section .caption-block.light p {
  color: #e9eaeb;
}
body.index .main .section-wrapper section .caption-block.dark h3,
body.index .main .section-wrapper section .caption-block.dark p {
  color: #3c3c3c;
}
body.index .main .section-wrapper section .caption-block.bg-white {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .caption-block.bg-white {
    padding: 30px 0 30px 0;
  }
}
body.index .main .section-wrapper section .caption-block.bg-black {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .caption-block.bg-black {
    padding: 30px 0 30px 0;
  }
}
body.index .main .section-wrapper section .caption-block.align-top-right {
  top: 40%;
  right: 6%;
  width: 35%;
}
body.index .main .section-wrapper section .caption-block.align-right {
  top: 50%;
  right: 6%;
  width: 35%;
}
body.index .main .section-wrapper section .caption-block.align-bottom-right {
  right: 6%;
  bottom: -10%;
  width: 35%;
}
body.index .main .section-wrapper section .caption-block.align-top-center {
  top: 40%;
  left: 50%;
  width: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.index .main .section-wrapper section .caption-block.align-center {
  top: 50%;
  left: 50%;
  width: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.index .main .section-wrapper section .caption-block.align-bottom-center {
  bottom: -10%;
  left: 50%;
  width: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.index .main .section-wrapper section .caption-block.align-top-left {
  top: 40%;
  left: 6%;
  width: 35%;
}
body.index .main .section-wrapper section .caption-block.align-left {
  top: 50%;
  left: 6%;
  width: 35%;
}
body.index .main .section-wrapper section .caption-block.align-bottom-left {
  bottom: -10%;
  left: 6%;
  width: 35%;
}
body.index .main .section-wrapper section .caption-block.width-60 {
  width: 60% !important;
}
body.index .main .section-wrapper section .caption-block.width-80 {
  width: 80% !important;
}
body.index .main .section-wrapper section.hero {
  height: 1180px;
  margin: 0 0 20px 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero {
    height: 1020px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero {
    height: 910px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero {
    height: 660px;
    margin-bottom: 0;
  }
}
body.index .main .section-wrapper section.hero .hero-bg {
  position: absolute;
  left: 50%;
  height: inherit;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body.index .main .section-wrapper section.hero .hero-description {
  position: relative;
  z-index: 10;
  width: 66%;
  margin: 180px auto 0 auto;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero .hero-description {
    margin-top: 160px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero .hero-description {
    margin-top: 145px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.hero .hero-description {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero .hero-description {
    width: auto;
    margin-top: 100px;
  }
}
body.index .main .section-wrapper section.hero .hero-description .hero-cta {
  clear: both;
  padding: 34px 0 0 0;
  text-align: center;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero .hero-description .hero-cta {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero .hero-description .hero-cta {
    padding-top: 20px;
  }
}
body.index .main .section-wrapper section.hero .hero-description .hero-cta .vive-button {
  margin: 0 8px 0 8px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero .hero-description .hero-cta .vive-button {
    margin: 0 4px 0 4px;
  }
}
body.index .main .section-wrapper section.hero.hero-dev {
  height: 1100px;
  margin: 0;
  padding: 0 0 0 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero.hero-dev {
    height: 950px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero.hero-dev {
    height: 830px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero.hero-dev {
    height: 570px;
  }
}
body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
  top: 210px;
  height: 1180px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 184px;
    height: 1060px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 160px;
    height: 960px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 145px;
    height: 860px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 135px;
    height: 700px;
  }
}
body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
  position: absolute;
  top: 530px;
  left: 50%;
  height: 550px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
    top: 470px;
    height: 450px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
    top: 420px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
    top: 320px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block {
    text-align: center;
  }
}
body.index .main .section-wrapper section.text-block h2 {
  width: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 462px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
body.index .main .section-wrapper section.text-block h2.highlight-block {
  margin-bottom: 0;
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 20px !important;
  }
}
body.index .main .section-wrapper section.text-block p {
  width: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block p {
    width: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block p {
    width: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block p {
    width: 462px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
body.index .main .section-wrapper section.text-block p.block-shorten {
  max-width: 550px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block p.block-shorten {
    max-width: 100%;
  }
}
body.index .main .section-wrapper section.text-block p.text-align-left {
  text-align: left;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block p.text-align-left {
    text-align: center;
  }
}
body.index .main .section-wrapper section.text-block .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.text-block.dark h2,
body.index .main .section-wrapper section.text-block.dark p {
  color: #3c3c3c;
}
body.index .main .section-wrapper section.text-block.light-grey-bg {
  background-color: #ededed;
}
body.index .main .section-wrapper section.text-block.align-center {
  text-align: center;
}
body.index .main .section-wrapper section.text-block.align-center h2,
body.index .main .section-wrapper section.text-block.align-center p {
  display: inline-block;
}
body.index .main .section-wrapper section.text-block.condense-1 h2 {
  width: 742px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: 630px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: 554px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: 409px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: auto;
  }
}
body.index .main .section-wrapper section.text-block.condense-1 p {
  width: 742px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: 630px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: 554px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: 409px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: auto;
  }
}
body.index .main .section-wrapper section.text-block.alt h2 {
  float: right;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.alt h2 {
    float: none;
  }
}
body.index .main .section-wrapper section.text-block.alt p {
  float: right;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.alt p {
    float: none;
  }
}
body.index .main .section-wrapper section.text-block.quote {
  color: #3c3c3c;
}
body.index .main .section-wrapper section.text-block.quote h2 {
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
body.index .main .section-wrapper section.text-block.quote h2:before {
  position: absolute;
  top: 0;
  left: -16px;
  display: block;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    left: -13px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    left: -11px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    left: -10px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote br {
    display: none;
  }
}
body.index .main .section-wrapper section.text-block.quote span {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  z-index: 250;
  display: block;
  float: left;
  clear: both;
  font-weight: 100;
  font-family: "Fakt-Blond", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section.text-block.quote span {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section.text-block.quote span {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section.text-block.quote span {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.quote span {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.quote span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote span {
    font-size: 14px;
    line-height: 20px;
    float: none;
  }
}
body.index .main .section-wrapper section.text-block.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section.text-block.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section.text-block.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section.text-block.quote span b {
  font-family: "Fakt-Medium", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section.text-block.instance-c {
  margin-bottom: 240px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 200px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 160px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 40px;
  }
}
body.index .main .section-wrapper section.image-only {
  text-align: center;
}
body.index .main .section-wrapper section.image-only img {
  max-width: 100%;
}
body.index .main .section-wrapper section.collage {
  height: auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .center-column {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .center-column .corner-text {
    bottom: 450px;
  }
}
body.index .main .section-wrapper section.collage .description {
  margin: 100px 0;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .description {
    width: 90%;
    margin: 80px auto;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .description {
    margin: 50px auto;
  }
}
body.index .main .section-wrapper section.collage .description p {
  width: 100%;
  margin: 0 auto;
}
body.index .main .section-wrapper section.collage .block-group {
  position: relative;
  height: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: 494px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: auto;
  }
}
body.index .main .section-wrapper section.collage .block-group .block {
  position: absolute;
  overflow: hidden;
  background-color: #2f2f2f;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block {
    position: relative;
    clear: both;
  }
}
body.index .main .section-wrapper section.collage .block-group .block img {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
  }
}
body.index .main .section-wrapper section.collage .block-group .block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay {
    top: auto;
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 1;
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  text-align: center;
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center h2,
body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center p {
  color: #fff;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center p {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 20px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center .vive-button {
  margin-top: 2%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 20px 20px 20px 20px;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translate(0, 0) scale(1);
        -ms-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center .block-title {
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay .align-center .block-title {
    margin-bottom: 10px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover {
    -webkit-transition: 0s;
    transition: 0s;
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover .align-center {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover .align-center {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translate(0, 0) scale(1);
        -ms-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
body.index .main .section-wrapper section.collage .block-group .block-a {
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    width: 360px;
    height: 355px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    width: 314px;
    height: 310px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    width: 247px;
    height: 245px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-a img {
    top: -2px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-a img {
    top: -1px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block-b {
  top: 430px;
  left: 0;
  width: 420px;
  height: 420px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: 365px;
    width: 360px;
    height: 355px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: 320px;
    width: 314px;
    height: 310px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: 249px;
    width: 247px;
    height: 245px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-b img {
    top: -2px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-b img {
    top: -1px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block-c {
  top: 0;
  right: 0;
  width: 850px;
  height: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    width: 720px;
    height: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    width: 630px;
    height: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    width: 494px;
    height: 494px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    top: auto;
    right: auto;
    width: 100%;
    height: 320px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block-c .block-overlay p {
  padding: 0 55px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-c .block-overlay p {
    padding: 5%;
  }
}
body.index .main .section-wrapper section.collage.alt .block-a {
  right: 0;
  left: auto;
}
body.index .main .section-wrapper section.collage.alt .block-b {
  right: 0;
  left: auto;
}
body.index .main .section-wrapper section.collage.alt .block-c {
  right: auto;
  left: 0;
}
body.index .main .section-wrapper section.collage.instance-a {
  margin-bottom: 260px;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage.instance-a {
    margin-bottom: 200px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage.instance-a {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage.instance-a {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage.m-padding-bottom-zero {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage.mobile-show-all .block {
    clear: inherit;
  }
  body.index .main .section-wrapper section.collage.mobile-show-all .block .block-overlay {
    opacity: 0;
  }
  body.index .main .section-wrapper section.collage.mobile-show-all .block:hover .block-overlay {
    opacity: 0;
  }
  body.index .main .section-wrapper section.collage.mobile-show-all .block.block-a,
  body.index .main .section-wrapper section.collage.mobile-show-all .block.block-b {
    width: 49%;
    height: 160px;
    margin-top: 2%;
  }
  body.index .main .section-wrapper section.collage.mobile-show-all .block.block-a img,
  body.index .main .section-wrapper section.collage.mobile-show-all .block.block-b img {
    top: 50%;
  }
  body.index .main .section-wrapper section.collage.mobile-show-all .block.block-a {
    float: left;
  }
  body.index .main .section-wrapper section.collage.mobile-show-all .block.block-b {
    float: right;
  }
}
body.index .main .section-wrapper section.banner {
  height: 698px;
  /* @section-default-height; */
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner {
    height: 462px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner .center-column {
    padding: 0;
  }
}
body.index .main .section-wrapper section.banner .address-and-direction-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: 65px;
  margin-left: 150px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.index .main .section-wrapper section.banner .address-and-direction-block p {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 13px;
  margin-left: 8px;
  color: #fff;
  font-weight: 100;
  font-family: "Fakt-Blond", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section.banner .address-and-direction-block p {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section.banner .address-and-direction-block p {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section.banner .address-and-direction-block p {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section.banner .address-and-direction-block p:before {
  position: absolute;
  top: -4px;
  left: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background-color: #0083c2;
}
body.index .main .section-wrapper section.banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
body.index .main .section-wrapper section.banner .banner-caption.text-align-left {
  text-align: left;
}
body.index .main .section-wrapper section.banner .banner-caption h2 {
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner .banner-caption h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner .banner-caption h2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner .banner-caption h2 {
    margin-bottom: 12px;
  }
}
body.index .main .section-wrapper section.banner .banner-caption h2.light {
  color: #e9eaeb;
}
body.index .main .section-wrapper section.banner .banner-caption p {
  width: 100%;
  margin: 0 auto;
}
body.index .main .section-wrapper section.banner .banner-caption p.light {
  color: #e9eaeb;
}
body.index .main .section-wrapper section.banner .banner-caption .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.banner.video-banner {
  position: relative;
  /* background-color: #ededed; */
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.video-banner {
    height: 400px;
  }
}
body.index .main .section-wrapper section.banner.video-banner .center-column {
  z-index: 100;
}
body.index .main .section-wrapper section.banner.video-banner .corner-text {
  top: -145px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    top: -135px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    top: -105px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    top: -85px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    position: relative;
    top: 0;
    padding: 40px;
  }
}
body.index .main .section-wrapper section.banner.video-banner .corner-text span {
  display: block;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text span {
    margin-top: 10px;
  }
}
body.index .main .section-wrapper section.banner.video-banner .video-block {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: inherit;
}
body.index .main .section-wrapper section.banner.video-banner .video-block video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 1px;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
body.index .main .section-wrapper section.banner.video-banner .video-block video.lazy-hidden {
  z-index: 1;
  visibility: visible;
  width: auto;
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  body.index .main .section-wrapper section.banner.video-banner .video-block video.lazy-hidden {
    width: 1600px;
    height: 800px;
    /*testing*/
  }
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.video-banner .video-block video {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.video-banner .video-block video {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .video-block video {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
        transform: translate(-50%, -50%) scale(0.7);
  }
}
body.index .main .section-wrapper section.banner.video-banner .video-content {
  display: none;
}
body.index .main .section-wrapper section.banner.video-banner .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.banner.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.index .main .section-wrapper section.banner.whale-case .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .banner-caption.align-more-top {
  top: 25%;
}
body.index .main .section-wrapper section.banner.section-count-down .banner-caption h2 {
  font-size: 32px;
  padding-left: 4px;
  letter-spacing: 4px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.section-count-down .banner-caption h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .banner-caption h2 {
    font-size: 24px;
    padding-left: 3px;
    letter-spacing: 3px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block {
  display: table;
  width: 370px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block {
    width: 250px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area {
  display: table-cell;
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area .numer-area {
  font-family: 'Oscine-Regular';
  font-size: 72px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area .numer-area {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area .numer-area {
    font-size: 48px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block .colon-block {
  font-size: 72px;
  display: table-cell;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .colon-block {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .colon-block {
    font-size: 48px;
  }
}
body.index .main .section-wrapper section.banner.with-quote .corner-text {
  top: -97px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.with-quote .corner-text {
    top: -74px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.with-quote .corner-text {
    top: -59px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.with-quote .corner-text {
    top: -54px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.image-wrapper {
    display: table !important;
    height: auto;
  }
}
body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper {
    position: relative;
  }
}
body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper .banner-image {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: inherit;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper .banner-image {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list {
    height: 500px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list {
    height: auto;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .corner-text {
    bottom: 450px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption {
  top: 52%;
  width: 90%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    height: auto;
    margin: 20px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block {
  margin: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block {
    margin-right: 0;
    margin-left: 0;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block {
    margin-bottom: 10px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block h2 {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 0;
  color: #00b5e2;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block h2 {
    font-size: 25px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block h2 {
    font-size: 20px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block p {
  color: #fff;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block p {
    font-size: 13px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption a {
  text-decoration: none;
  color: #00b5e2;
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption a:hover {
  color: #00c9fb;
}
body.index .main .section-wrapper section.banner.light-grey-bg {
  background-color: #eee;
}
body.index .main .section-wrapper section.partners {
  height: auto;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 70px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 60.08583691px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 30.07518797px;
  }
}
body.index .main .section-wrapper section.partners.half-margin-bottom {
  margin-bottom: 70px;
}
body.index .main .section-wrapper section.partners .partner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 31%;
  height: 170px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner {
    height: 140px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.partners .partner {
    height: 129.62962963px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner {
    width: 32%;
    height: 110.23622047px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners .partner {
    width: 45%;
    height: 70px;
  }
}
body.index .main .section-wrapper section.partners .partner img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner img {
    -webkit-transform: translate(-50%, -50%) scale(0.84);
        -ms-transform: translate(-50%, -50%) scale(0.84);
            transform: translate(-50%, -50%) scale(0.84);
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner img {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
        -ms-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners .partner img {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}
body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
body.index .main .section-wrapper section.partners .partner:nth-child(4) img {
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(4) img {
    -webkit-transform: translate(0, -50%) scale(0.84);
        -ms-transform: translate(0, -50%) scale(0.84);
            transform: translate(0, -50%) scale(0.84);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(4) img {
    -webkit-transform: translate(0, -50%) scale(0.7);
        -ms-transform: translate(0, -50%) scale(0.7);
            transform: translate(0, -50%) scale(0.7);
  }
}
body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
    -webkit-transform: translate(0, -50%) scale(0.84);
        -ms-transform: translate(0, -50%) scale(0.84);
            transform: translate(0, -50%) scale(0.84);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
    -webkit-transform: translate(0, -50%) scale(0.7);
        -ms-transform: translate(0, -50%) scale(0.7);
            transform: translate(0, -50%) scale(0.7);
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(2) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(4) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(5) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
body.index .main .section-wrapper section.partners.alt {
  margin-bottom: 0;
  padding: 80px 0 80px 0;
  background-color: #2f2f2f;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners.alt {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners.alt {
    padding: 30px 0 30px 0;
  }
}
body.index .main .section-wrapper section.outro {
  height: 660px;
  margin: 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro {
    height: 540px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro {
    height: 510px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro {
    height: 360px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro {
    height: auto;
  }
}
body.index .main .section-wrapper section.outro .outro-image {
  position: absolute;
  top: 0;
  left: 40%;
  display: block;
  max-width: 1100px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .outro-image {
    left: 39%;
    max-width: 900px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .outro-image {
    left: 37%;
    max-width: 850px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro .outro-image {
    left: 34%;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .outro-image {
    position: relative;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}
body.index .main .section-wrapper section.outro .blurb {
  position: relative;
  z-index: 140;
  float: right;
  min-width: 380px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .blurb {
    min-width: 330px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .blurb {
    min-width: 284px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro .blurb {
    min-width: 198px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb {
    float: none;
    min-width: auto;
    padding-bottom: 30px;
    text-align: center;
  }
}
body.index .main .section-wrapper section.outro .blurb h2 {
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .blurb h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .blurb h2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb h2 br {
    display: none;
  }
}
body.index .main .section-wrapper section.outro .blurb .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.product-summary {
  margin-bottom: 90px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.product-summary {
    margin-bottom: 50px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.product-summary {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary {
    margin-bottom: 40px;
  }
}
body.index .main .section-wrapper section.product-summary .description {
  width: 60%;
  margin: 0 auto 90px auto;
  padding: 180px 0 0 0;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.product-summary .description {
    margin-bottom: 70px;
    padding-top: 160px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.product-summary .description {
    margin-bottom: 60.08583691px;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .description {
    width: auto;
    margin-bottom: 25px;
    padding-top: 100px;
  }
}
body.index .main .section-wrapper section.product-summary .description h2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .description p {
    display: none;
  }
}
body.index .main .section-wrapper section.product-summary .image-container {
  clear: both;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .image-container {
    padding: 50px 0 65px 0;
  }
}
body.index .main .section-wrapper section.product-summary .image-container img {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .mobile-text {
    text-align: center;
  }
}
body.index .main .section-wrapper section.software-tiles {
  background-color: #000;
}
body.index .main .section-wrapper section.software-tiles .description {
  width: 60%;
  margin: 0 auto;
  padding: 100px 0 35px 0;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.software-tiles .description {
    padding: 80px 0 25px 0;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.software-tiles .description {
    padding: 65px 0 15px 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.software-tiles .description {
    width: auto;
    margin: 0;
    padding: 40px 0 32px 0;
  }
}
body.index .main .section-wrapper section.software-tiles .description h2 {
  margin-left: 0;
  color: #e9eaeb;
}
body.index .main .section-wrapper section.software-tiles .description p {
  color: #e9eaeb;
}
body.index .main .section-wrapper section.software-tiles img {
  position: relative;
  left: 50%;
  display: block;
  height: 1000px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.software-tiles img {
    height: 900px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.software-tiles img {
    height: 800px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.software-tiles img {
    height: 300px;
  }
}
body.index .main .section-wrapper section.fade-in {
  top: 50px;
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.fade-in {
    top: auto;
    opacity: 1;
  }
}
body.index .main .section-wrapper section.video-list {
  background-color: #ededed;
}
body.index .main .section-wrapper section.video-list .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.video-list .list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.index .main .section-wrapper section.video-list .list-container .video-item {
  position: relative;
  padding: 5px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto 0;
          flex: 1 auto 0;
}
body.index .main .section-wrapper section.video-list .list-container .video-item a {
  cursor: pointer;
}
body.index .main .section-wrapper section.video-list .list-container .video-item a img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.video-list .list-container .video-item a img {
    max-width: 90%;
  }
}
body.index .main .section-wrapper section.video-list .list-container .video-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 102px;
  height: 100%;
  max-height: 72px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/resources/img/indexv3/play-video-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.video-list .list-container .video-item a:after {
    background-size: 75%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.video-list .list-container .video-item a:after {
    background-size: 90%;
  }
}
body.index .main .section-wrapper section.video-list .list-container .video-item .video-content {
  display: none;
}
body.index .main .section-wrapper section.carousel.section-product-related {
  background-color: #eee;
}
body.index .main .section-wrapper section.carousel .owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-wrapper:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-item {
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
body.index .main .section-wrapper section.carousel #owl-demo .item {
  height: 810px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 542px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 462px;
    background-position: center top;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
  position: relative;
  width: 50%;
  margin: 0 auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
    width: 60%;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
    width: 80%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block h2 {
  padding-top: 65px;
}
body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block p {
    margin-bottom: 12px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
    width: 55%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
    width: 90%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-device-product img.inside {
  width: 57%;
  max-width: 1200px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-device-product img.inside {
    width: 55%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-device-product img.inside {
    width: 68%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
  width: auto;
  height: 335px;
  margin-top: 5%;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
    height: 300px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
    height: 220px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
    height: 140px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
    height: 125px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-awards .caption-block {
  width: 70%;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .caption-block {
  position: inherit;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .vive-button,
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image p {
  position: relative;
  z-index: 2;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item {
  position: absolute;
  width: 22%;
  padding-bottom: 14.08%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item {
    width: 24%;
    padding-bottom: 15.36%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
  position: absolute;
  top: 27px;
  right: 34px;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    top: 21px;
    right: 26px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    top: 16px;
    right: 21px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    top: 50%;
    right: 50%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon::before {
  position: absolute;
  z-index: 9;
  top: -23px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: solid 5px rgba(255, 255, 255, 0.9);
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  background-clip: padding-box;
  left: -20px;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon::after {
  position: absolute;
  z-index: 10;
  top: -13px;
  width: 0;
  height: 0;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  left: -2px;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .video-content {
  display: none;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
  z-index: 1;
  top: 60%;
  left: 3%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 64%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 72% !important;
  }
}
@media (max-width: 600px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 76% !important;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 80% !important;
    left: 0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
  z-index: 2;
  top: 67%;
  right: 51%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 71%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 75% !important;
  }
}
@media (max-width: 600px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 78% !important;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 80% !important;
    right: 50%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
  z-index: 1;
  top: 53%;
  right: 27%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 57%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 70% !important;
  }
}
@media (max-width: 600px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 75% !important;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 80% !important;
    right: 24%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item:hover {
  cursor: pointer;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item:hover .big-play-icon::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #ffffff;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item:hover .big-play-icon::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left-color: #ffffff;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev {
  left: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev {
    left: 1%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
  margin: 11px 0 0 19px;
  border-left: 2px solid #000;
  float: left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
    margin: 9px 0 0 10px;
    border-left: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next {
  right: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next {
    right: 1%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
  margin: 11px 19px 0 0;
  border-right: 2px solid #000;
  float: right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
    margin: 9px 10px 0 0;
    border-right: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots {
  position: absolute;
  bottom: 38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination,
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots {
    bottom: 10px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-page,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots .owl-page,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-dot,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #888c90;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-page.active,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots .owl-page.active,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-dot.active,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots .owl-dot.active {
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-page:hover,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots .owl-page:hover,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-dot:hover,
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-dots .owl-dot:hover {
  cursor: pointer;
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev {
  left: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #f0f0f0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #f0f0f0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev {
    left: 1%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
  margin: 11px 0 0 19px;
  border-left: 2px solid #f0f0f0;
  float: left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
    margin: 9px 0 0 10px;
    border-left: 2px solid #f0f0f0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next {
  right: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #f0f0f0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #f0f0f0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next {
    right: 1%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
  margin: 11px 19px 0 0;
  border-right: 2px solid #f0f0f0;
  float: right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
    margin: 9px 10px 0 0;
    border-right: 2px solid #f0f0f0;
  }
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item {
  margin-bottom: 6vh;
  border: solid 1px #dbd8d8;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item {
    margin-bottom: 2vh;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a {
  text-decoration: none;
  color: #3c3c3c;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .feature-image-block {
  position: relative;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .feature-image-block img {
  width: 100%;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .feature-image-block .big-play-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transfrom: translate(-50%, -50%);
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .feature-image-block .big-play-icon {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .feature-image-block .big-play-icon {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .feature-image-block .big-play-icon::before {
  position: absolute;
  z-index: 9;
  top: -23px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: solid 5px rgba(255, 255, 255, 0.9);
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  background-clip: padding-box;
  left: -23px;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .feature-image-block .big-play-icon::after {
  position: absolute;
  z-index: 10;
  top: -13px;
  width: 0;
  height: 0;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  left: -5px;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .infomation-block {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 15px;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .infomation-block .video-title {
  font-weight: 700;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item a .infomation-block .info-date {
  font-family: 'Oscine-Regular';
  color: #00b5e2;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item .video-content {
  display: none;
}
body.index .main .section-wrapper section.sociel-video-listing .video-flexbox-container .video-item.buffer-item {
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
body.index .main .section-wrapper section.text-with-bg,
body.index .main .section-wrapper section.text-with-video {
  overflow: hidden;
  height: 810px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-with-bg,
  body.index .main .section-wrapper section.text-with-video {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-with-bg,
  body.index .main .section-wrapper section.text-with-video {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-with-bg,
  body.index .main .section-wrapper section.text-with-video {
    height: 462px;
  }
}
body.index .main .section-wrapper section.text-with-bg .caption-block,
body.index .main .section-wrapper section.text-with-video .caption-block {
  z-index: 2;
  width: 60%;
  text-align: center;
}
body.index .main .section-wrapper section.text-with-bg .caption-block .vive-button,
body.index .main .section-wrapper section.text-with-video .caption-block .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-with-bg .caption-block .vive-button,
  body.index .main .section-wrapper section.text-with-video .caption-block .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-with-bg .caption-block .vive-button,
  body.index .main .section-wrapper section.text-with-video .caption-block .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-with-bg .caption-block .vive-button,
  body.index .main .section-wrapper section.text-with-video .caption-block .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-with-bg .caption-block .vive-button,
  body.index .main .section-wrapper section.text-with-video .caption-block .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.text-with-bg .caption-block .static-image-block,
body.index .main .section-wrapper section.text-with-video .caption-block .static-image-block {
  max-width: 100%;
}
body.index .main .section-wrapper section.text-with-bg.align-top-40 .caption-block,
body.index .main .section-wrapper section.text-with-video.align-top-40 .caption-block {
  top: 40%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-with-bg.align-top-40 .caption-block,
  body.index .main .section-wrapper section.text-with-video.align-top-40 .caption-block {
    top: 50%;
  }
}
body.index .main .section-wrapper section.text-with-bg.align-top-30 .caption-block,
body.index .main .section-wrapper section.text-with-video.align-top-30 .caption-block {
  top: 30%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-with-bg.align-top-30 .caption-block,
  body.index .main .section-wrapper section.text-with-video.align-top-30 .caption-block {
    top: 50%;
  }
}
body.index .main .section-wrapper section.text-with-bg.align-top-20 .caption-block,
body.index .main .section-wrapper section.text-with-video.align-top-20 .caption-block {
  top: 20%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-with-bg.align-top-20 .caption-block,
  body.index .main .section-wrapper section.text-with-video.align-top-20 .caption-block {
    top: 50%;
  }
}
body.index .main .section-wrapper section.text-with-bg .bg-image-block {
  position: absolute;
  top: 0;
  width: 100%;
}
body.index .main .section-wrapper section.text-with-bg .bg-image-block picture {
  display: block;
  height: 810px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-with-bg .bg-image-block picture {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-with-bg .bg-image-block picture {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-with-bg .bg-image-block picture {
    height: 462px;
  }
}
body.index .main .section-wrapper section.text-with-bg .bg-image-block picture img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
body.index .main .section-wrapper section.text-with-video.video-light {
  background-color: #000000;
}
body.index .main .section-wrapper section.text-with-video.video-light .video-block {
  opacity: .7;
}
body.index .main .section-wrapper section.text-with-video .video-block {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: inherit;
}
body.index .main .section-wrapper section.text-with-video .video-block video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  visibility: visible;
  width: 115%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-with-video .video-block video {
    height: inherit;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.index .main .section-wrapper section.image-wrapper-block {
  height: 810px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.image-wrapper-block {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.image-wrapper-block {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.image-wrapper-block {
    height: 462px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.image-wrapper-block {
    height: auto;
  }
}
body.index .main .section-wrapper section.image-wrapper-block .bg-image-block {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.image-wrapper-block .bg-image-block {
    position: relative;
  }
}
body.index .main .section-wrapper section.image-wrapper-block .bg-image-block picture {
  display: block;
  height: 810px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.image-wrapper-block .bg-image-block picture {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.image-wrapper-block .bg-image-block picture {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.image-wrapper-block .bg-image-block picture {
    height: 462px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.image-wrapper-block .bg-image-block picture {
    height: auto;
  }
}
body.index .main .section-wrapper section.image-wrapper-block .bg-image-block picture img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.image-wrapper-block .bg-image-block picture img {
    display: block;
  }
}
body.index .main .section-wrapper section.image-flexbox .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item {
  margin-top: 1vw;
  margin-bottom: 1vw;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item:nth-child(1),
body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item:nth-child(2) {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item a {
  line-height: 1px;
  display: block;
}
body.index .main .section-wrapper section.image-flexbox .flex-container .flex-item a img {
  width: 100%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.patchwork {
    display: none;
  }
}
body.index .main .section-wrapper section.patchwork .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.index .main .section-wrapper section.patchwork .flex-container .flex-item {
  overflow: hidden;
  box-sizing: border-box;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
body.index .main .section-wrapper section.patchwork .flex-container .flex-item > a,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item > div {
  line-height: 1px;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: inherit;
}
body.index .main .section-wrapper section.patchwork .flex-container .flex-item > a:before,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item > div:before {
  display: block;
  margin-top: 50%;
  content: '';
}
body.index .main .section-wrapper section.patchwork .flex-container .flex-item > a img,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item > div img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
}
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(1),
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(6) {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(1) > a:before,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(6) > a:before,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(1) > div:before,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(6) > div:before {
  margin-top: 100%;
}
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(1) > a img,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(6) > a img,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(1) > div img,
body.index .main .section-wrapper section.patchwork .flex-container .flex-item:nth-child(6) > div img {
  left: -50%;
  width: auto;
  height: 103%;
}
body.index .main .section-wrapper section.product-detail-carousel {
  -webkit-transition: height 500ms ease-in-out 0s;
  transition: height 500ms ease-in-out 0s;
  /*
     *  Owl Carousel - Auto Height Plugin
     */
  /*
     *  Core Owl Carousel CSS File
     */
}
body.index .main .section-wrapper section.product-detail-carousel .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel {
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-stage:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-controls .owl-nav .owl-next,
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel.owl-loaded {
  display: block;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel.owl-hidden {
  opacity: 0;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-refresh .owl-item {
  display: none;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c {
    background-color: #111820;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots {
  position: absolute;
  bottom: 38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination,
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots {
    bottom: 10px;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination .owl-page,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots .owl-page,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination .owl-dot,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #888c90;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination .owl-page.active,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots .owl-page.active,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination .owl-dot.active,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots .owl-dot.active {
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination .owl-page:hover,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots .owl-page:hover,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination .owl-dot:hover,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots .owl-dot:hover {
  cursor: pointer;
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev {
  left: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev {
    left: 1%;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev:before {
  margin: 11px 0 0 19px;
  border-left: 2px solid #000;
  float: left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev:before {
    margin: 9px 0 0 10px;
    border-left: 2px solid #000;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next {
  right: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next {
    right: 1%;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next:before {
  margin: 11px 19px 0 0;
  border-right: 2px solid #000;
  float: right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next:before {
    margin: 9px 10px 0 0;
    border-right: 2px solid #000;
  }
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 500ms ease-in-out 0s;
  transition: height 500ms ease-in-out 0s;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-stage-outer .owl-stage {
  position: relative;
  zoom: 1;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-stage-outer .owl-stage:before,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-stage-outer .owl-stage:after {
  display: table;
  content: '';
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-stage-outer .owl-stage:after {
  clear: both;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item {
  float: left;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .img {
  max-width: 100%;
  vertical-align: middle;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .cell {
  width: 49.5%;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .img-box .img {
  padding-top: 133.8%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  background-size: contain;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .content {
  position: relative;
  background-color: #111820;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 48%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-family: "Fakt-Blond", Helvetica,Arial;
}
.tw body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .box {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .box {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .box {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .box .img {
  margin-bottom: 30px;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .box .heading .underline {
  display: block;
  width: 16%;
  height: 1px;
  margin: -5px auto 25px;
  background-color: #9a9da2;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-item .container .box .vive-button {
  margin-top: 25px;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-pagination,
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-dots {
  bottom: -5%;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-prev {
  left: -5%;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c .owl-next {
  right: -5%;
}
body.index .main .section-wrapper section.product-detail-carousel .owl-c.ip .owl-item:nth-child(even) .container,
body.index .main .section-wrapper section.product-detail-carousel .owl-c.pi .owl-item:nth-child(odd) .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column {
    padding: 0;
    height: auto;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #111820;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell {
    width: auto;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content {
    padding: 0 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    position: relative;
    top: 0;
    width: 90%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box .img,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box .img {
    display: none;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box .heading .underline,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box .heading .underline {
    display: none;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.img-box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.img-box .img,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.img-box .img {
    margin-top: 5%;
    padding-top: 66%;
    background-position: bottom center;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-pagination,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-dots {
    bottom: 2%;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-pagination .owl-page,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-dots .owl-page,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-pagination .owl-dot,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-dots .owl-dot {
    border: 2px solid #888c90;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-pagination .owl-page:hover,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-dots .owl-page:hover,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-pagination .owl-dot:hover,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-dots .owl-dot:hover,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-pagination .owl-page.active,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-dots .owl-page.active,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-pagination .owl-dot.active,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-dots .owl-dot.active {
    border: 2px solid #fff;
    background-color: transparent;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-prev,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-next {
    margin: 0;
    padding: 3% 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 0;
    background-color: #293037;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-prev:hover,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-next:hover {
    -webkit-transform: translateY(-50%) scale(1.12, 1.12);
        -ms-transform: translateY(-50%) scale(1.12, 1.12);
            transform: translateY(-50%) scale(1.12, 1.12);
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-prev::before,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-next::before {
    border-color: #3c3c3c;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-prev {
    left: 0;
  }
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-next {
    right: 0;
  }
}
@media (max-width: 767px) and (max-width: 1500px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-top: 100px !important;
  }
}
@media (max-width: 767px) and (max-width: 1270px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-top: 70px !important;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) and (max-width: 1500px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 767px) and (max-width: 1270px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.ip .owl-item .container .cell.content .box,
  body.index .main .section-wrapper section.product-detail-carousel .center-column .owl-c.pi .owl-item .container .cell.content .box {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-detail-carousel.m-bg-light-grey .owl-c.pi .owl-item .container {
    background-color: #343b45;
  }
  body.index .main .section-wrapper section.product-detail-carousel.m-bg-light-grey .owl-c.pi .owl-item .container > .content {
    background-color: #343b45;
  }
}
body.index .main .section-wrapper section.graphic-carousel {
  -webkit-transition: height 500ms ease-in-out 0s;
  transition: height 500ms ease-in-out 0s;
  /*
     *  Owl Carousel - Auto Height Plugin
     */
  /*
     *  Core Owl Carousel CSS File
     */
}
body.index .main .section-wrapper section.graphic-carousel .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel {
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-stage:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-controls .owl-nav .owl-next,
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel.owl-loaded {
  display: block;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel.owl-hidden {
  opacity: 0;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-refresh .owl-item {
  display: none;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
body.index .main .section-wrapper section.graphic-carousel .owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots {
  position: absolute;
  bottom: 38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination,
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots {
    bottom: 10px;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-page,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots .owl-page,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-dot,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #888c90;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-page.active,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots .owl-page.active,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-dot.active,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots .owl-dot.active {
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-page:hover,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots .owl-page:hover,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-dot:hover,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-dots .owl-dot:hover {
  cursor: pointer;
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev {
  left: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev {
    left: 1%;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev:before {
  margin: 11px 0 0 19px;
  border-left: 2px solid #000;
  float: left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-prev:before {
    margin: 9px 0 0 10px;
    border-left: 2px solid #000;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next {
  right: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next {
    right: 1%;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next:before {
  margin: 11px 19px 0 0;
  border-right: 2px solid #000;
  float: right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-next:before {
    margin: 9px 10px 0 0;
    border-right: 2px solid #000;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 500ms ease-in-out 0s;
  transition: height 500ms ease-in-out 0s;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-wrapper-outer .owl-wrapper {
  position: relative;
  zoom: 1;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-wrapper-outer .owl-wrapper:before,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-wrapper-outer .owl-wrapper:after {
  display: table;
  content: '';
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-wrapper-outer .owl-wrapper:after {
  clear: both;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .container {
  position: relative;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .container {
    background-color: #eee;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .container .center-column {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .container .center-column {
    position: relative;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .container .bg-img {
  padding-top: 40%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .container .bg-img {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .container .bg-img {
    min-height: auto;
    margin-top: 5%;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 65%;
    /* for a 4:3 aspect ratio */
    background-position: center;
    background-size: cover;
  }
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .container .em {
  font-weight: bold;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .container .vive-button {
  margin: 5% 0 0 0;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination {
  bottom: 3%;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-page {
  border: 2px solid #888c90;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-page:hover,
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-pagination .owl-page.active {
  border: 2px solid #fff;
  background-color: transparent;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-buttons .owl-prev {
  left: 0;
}
body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-buttons .owl-next {
  right: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-buttons .owl-prev,
  body.index .main .section-wrapper section.graphic-carousel .owl-demo .owl-buttons .owl-next {
    padding: 3% 0;
    border-radius: 0;
    background-color: #293037;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.graphic-carousel .caption-block {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin-top: 5%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
}
body.index .main .section-wrapper section.section-disclaimer-block {
  padding: 20px 0;
  background-color: #41464d;
}
body.index .main .section-wrapper section.section-disclaimer-block div.list-item {
  font-size: 14px;
  display: inline;
  margin-right: 50px;
  color: #a0a3a6;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.section-disclaimer-block div.list-item {
    font-size: 12px;
    display: block;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  body.index .mobile-hide {
    display: none !important;
  }
}
body.index .desktop-hide {
  display: block !important;
}
