* {
  padding: 0;
  margin: 0;
}

body, html {
  position: relative;
  width: 100%;
}

.display__none {
  display: none;
}

.rtx30 {
  overflow: hidden;
}

.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.kv p {
  font-family: DINPro-Regular;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 16px;
}

.kv img {
  width: 100%;
}

.kv__top {
  position: relative;
  overflow: hidden;
}

.kv__top--computer {
  display: block;
}

@media (max-width: 1200px) {
  .kv__top--computer {
    display: none;
  }
}

.kv__top--mb {
  display: none;
}

@media (max-width: 1200px) {
  .kv__top--mb {
    display: block;
  }
}

.kv__top-bgkv {
  position: relative;
  z-index: 0;
}

.kv__top-floor {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.kv__top-sky {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-animation: aniskycolor 2s forwards;
     -moz-animation: aniskycolor 2s forwards;
          animation: aniskycolor 2s forwards;
}

.kv__top-keyword {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  -webkit-animation: aniword 2s forwards;
     -moz-animation: aniword 2s forwards;
          animation: aniword 2s forwards;
}

.kv__top-keywordd {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 99%;
  background: url("https://storage-asset.msi.com/event/2021/gnp/20yearsVGA/images/SURPIM-word.png");
  background-repeat: no-repeat;
  background-position: 0;
  -moz-background-size: 100%;
       background-size: 100%;
  background-attachment: fixed;
}

.kv__top-smalltitle {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: anismalltitleshadow 2s linear 1s forwards;
     -moz-animation: anismalltitleshadow 2s linear 1s forwards;
          animation: anismalltitleshadow 2s linear 1s forwards;
}

.kv__top h2 {
  font-family: DINPro_Bold;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 62%;
  left: 17.5%;
  opacity: 0;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  -webkit-animation: anismalltitle 2s 1s forwards;
     -moz-animation: anismalltitle 2s 1s forwards;
          animation: anismalltitle 2s 1s forwards;
}

.kv__bottom {
  position: relative;
  width: 100%;
  top: -20px;
  background: #636F7F;
}

.kv__bottom::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00000077), to(#dbdbdb00));
  background: -moz-linear-gradient(bottom, #00000077, #dbdbdb00 100%);
  background: linear-gradient(to top, #00000077, #dbdbdb00 100%);
  z-index: 1;
  top: 0;
}

.kv__bottom img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%) scaleY(-1);
     -moz-transform: translate(-50%) scaleY(-1);
          transform: translate(-50%) scaleY(-1);
}

.kv__bottom canvas {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%) scaleY(-1);
     -moz-transform: translate(-50%) scaleY(-1);
          transform: translate(-50%) scaleY(-1);
  opacity: 0.7;
  top: 0;
  width: 100%;
}

.kv__bottom-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 0px 0;
}

@media (max-width: 767px) {
  .kv__bottom-textbox {
    position: relative;
    top: 0%;
    left: 0;
    -webkit-transform: translate(0%, -10%);
       -moz-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
}

.kv__bottom-textbox p {
  width: 100%;
  padding: 20px 20px;
  opacity: 0.85;
  -moz-border-radius: 10px;
       border-radius: 10px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 3px #000;
}

@media (max-width: 1600px) {
  .kv__bottom-textbox p {
    margin-top: 0px;
  }
}

@media (max-width: 1200px) {
  .kv__bottom-textbox p {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .kv__bottom-textbox p {
    font-size: 18px;
    width: 90%;
  }
}

@-webkit-keyframes aniword {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-moz-keyframes aniword {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes aniword {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes aniskycolor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes aniskycolor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniskycolor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anismalltitle {
  0% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 1;
    top: 62%;
  }
}

@-moz-keyframes anismalltitle {
  0% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 1;
    top: 62%;
  }
}

@keyframes anismalltitle {
  0% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 1;
    top: 62%;
  }
}

@-webkit-keyframes anismalltitleshadow {
  0% {
    opacity: 0;
    top: 0.2%;
  }
  100% {
    opacity: 1;
    top: 0%;
  }
}

@-moz-keyframes anismalltitleshadow {
  0% {
    opacity: 0;
    top: 0.2%;
  }
  100% {
    opacity: 1;
    top: 0%;
  }
}

@keyframes anismalltitleshadow {
  0% {
    opacity: 0;
    top: 0.2%;
  }
  100% {
    opacity: 1;
    top: 0%;
  }
}

.award {
  padding: 140px 0px 0 0;
}

.award__title {
  font-size: 40px;
  font-family: DINPro_Bold;
  text-align: center;
}

.award__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 675px) {
  .award__block {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.award__block-item {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -moz-calc( 25% - 20px);
  width: calc( 25% - 20px);
  padding: 0px;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .award__block-item {
    width: -moz-calc( 50% - 20px);
    width: calc( 50% - 20px);
  }
}

@media (max-width: 675px) {
  .award__block-item {
    width: 90%;
  }
}

.award__block-item img {
  width: auto;
  height: 150px;
}

@media (max-width: 675px) {
  .award__block-item img {
    height: 70px;
  }
}

.award__block-item h4 {
  font-size: 26px;
  text-align: center;
  font-family: DINPro_Bold;
  margin-top: 20px;
}

.award__block-item p {
  margin-top: 20px;
  letter-spacing: 0.5px;
  font-family: DINPro-Regular;
  text-align: center;
  color: #666;
}

.award__block-item a {
  justify-self: flex-end;
  margin-top: 20px;
  text-decoration: none;
  color: #000;
  font-family: DINPro-Regular;
  font-size: 12px;
  border: 1px solid #000000;
  padding: 2px 15px;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.award__block-item a:hover {
  background: #000000;
  color: #fff;
}

.award__block-item .fakeblock {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.creater {
  padding: 70px 0px !important;
}

.creater img {
  width: 100%;
}

.creater__title {
  font-size: 40px;
  font-family: DINPro_Bold;
  text-align: center;
}

.creater__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0px;
}

@media (max-width: 767px) {
  .creater__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.creater__block:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .creater__block:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.creater__block-left {
  width: 70%;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .creater__block-left {
    width: 100%;
  }
}

.creater__block-right {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .creater__block-right {
    width: 70%;
  }
}

.creater__block-right a {
  padding: 5px 20px;
  text-decoration: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: DINPro-Regular;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  color: #666666;
  margin: 2px 0;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

@media (max-width: 767px) {
  .creater__block-right a {
    font-size: 14px;
  }
}

.creater__block-lefttop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.creater__block-lefttop img {
  width: 100px;
}

.creater__block-lefttop h4 {
  font-family: DINPro_Bold;
  font-size: 32px;
}

.creater__block-lefttop h5 {
  font-family: DINPro_Bold;
  font-size: 24px;
}

.creater__block-lefttop p {
  margin-top: 20px;
  font-family: DINPro-Regular;
  width: 70%;
}

.creater__block-lefttop p a {
  color: #333;
}

.creater__block-lefttop > div {
  padding: 20px;
}

.creater__block-leftbottom {
  margin-top: 40px;
}

.creater__block-smalltextbox {
  position: relative;
  width: 70%;
}

@media (max-width: 767px) {
  .creater__block-smalltextbox {
    width: 90%;
  }
}

.creater__block-smalltextbox p {
  width: 100%;
}

.creater__block-smalltextbox--1 {
  position: absolute;
  width: 60px !important;
  opacity: 0.10;
  left: -62px;
  top: -30px;
}

.creater__block-smalltextbox--2 {
  position: absolute;
  width: 60px !important;
  opacity: 0.10;
  right: -40px;
  bottom: -30px;
}

.creater__anibox {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.creater__anibox-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: DINPro_Bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  padding: 5px 40px;
}

.creater__anibox-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.creater__anibox img {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scale(1.7);
     -moz-transform: scale(1.7);
          transform: scale(1.7);
}

.creater__anibox1 .creater__anibox-item {
  background: #614536;
}

.creater__anibox2 .creater__anibox-item {
  background: #b2a08d;
}

.creater__anibox3 .creater__anibox-item {
  background: #977b6d;
}

.creater__anibox4 .creater__anibox-item {
  background: #7a7671;
}

.creater__anibox5 .creater__anibox-item {
  background: #bd7651;
}

.creater__anibox6 .creater__anibox-item {
  background: #d4ccc2;
}

.creater__anibox.animateCreater .creater__anibox-item {
  height: 0;
}

.creater__anibox.animateCreater img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
          transform: scale(1);
}

.compare {
  padding: 70px 0px;
  background-color: #F8F8F8;
}

@media (max-width: 767px) {
  .compare {
    padding: 40px 0px;
  }
}

.compare .common__container {
  padding: 0 !important;
}

.compare img {
  width: 100%;
}

.compare__title {
  font-size: 40px;
  font-family: DINPro_Bold;
  text-align: center;
}

@media (max-width: 767px) {
  .compare__title {
    font-size: 32px;
  }
}

.compare .slick-arrow {
  position: absolute;
  color: #666666;
  font-size: 42px;
  z-index: 3;
  top: 200px;
}

.compare .slick-next {
  right: 0;
}

.compare ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .compare ul {
    margin-top: 40px;
  }
}

.compare ul li {
  margin: 10px;
  width: -moz-calc( 100% / 3 - 40px);
  width: calc( 100% / 3 - 40px);
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: DINPro-Regular;
  background: #fff;
  padding: 10px 0;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #fff;
     -moz-box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #fff;
          box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #fff;
}

@media (max-width: 767px) {
  .compare ul li {
    width: 80%;
  }
}

.compare__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .compare__block {
    margin-top: 40px;
  }
}

.compare__block-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__block-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__block-compare {
  width: -moz-calc( 25% - 20px);
  width: calc( 25% - 20px);
  margin: 0 10px;
  -webkit-box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #fff;
     -moz-box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #fff;
          box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #fff;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: cd-bounceop 1s forwards;
     -moz-animation: cd-bounceop 1s forwards;
          animation: cd-bounceop 1s forwards;
  display: none !important;
}

@media (max-width: 767px) {
  .compare__block-compare {
    width: 100%;
  }
}

.compare__block-compare:hover {
  background: #f5f5f5;
}

.compare__block-compare--active {
  display: block !important;
}

.compare__block-compare img {
  width: 80%;
}

.compare__block-compare > div {
  margin: 60px 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.compare__block-compare h5 {
  font-size: 20px;
  font-family: DINPro-Regular;
  text-align: center;
}

.compare__block-compare p {
  font-family: DINPro-Regular;
  text-align: center;
  padding: 3px 10px;
  color: #666;
}

.compare__block-img {
  margin: -50px 0 0px 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .compare__block-img {
    margin: 10px 0 0px 0 !important;
  }
}

.compare__block-img a {
  margin-top: 10px;
  border: 1px solid #cccccc;
  color: #666666;
  text-decoration: none;
  padding: 5px 15px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.compare__block-img a:hover {
  background: #707070;
  color: #fff;
}

.compare input[type="radio"],
.compare input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}

.compare input[type="radio"] + label,
.compare input[type="checkbox"] + label {
  padding-left: 40px;
  display: block;
}

.compare input[type="radio"] + label:before,
.compare input[type="radio"] + label:after,
.compare input[type="checkbox"] + label:before,
.compare input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}

.compare input[type="radio"] + label:before,
.compare input[type="radio"] + label:before,
.compare input[type="checkbox"] + label:before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.compare input[type="radio"] + label:before,
.compare input[type="radio"] + label:after {
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.compare input[type="checkbox"] + label:before,
.compare input[type="checkbox"] + label:after {
  -moz-border-radius: 0.25em;
       border-radius: 0.25em;
}

.compare input[type="radio"] + label:after,
.compare input[type="radio"] + label:after,
.compare input[type="checkbox"] + label:after {
  background-color: #2c3e50;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
     -moz-box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
          box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}

.compare input[type="radio"] + label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.compare input[type="checkbox"] + label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%225%2C8%207%2C10%2011%2C6%20%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.compare input[type="radio"]:focus + label:before,
.compare input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
     -moz-box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
          box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}

.compare input[type="radio"]:checked + label:after,
.compare input[type="checkbox"]:checked + label:after {
  display: block;
}

.compare input[type="radio"]:checked + label:before,
.compare input[type="radio"]:checked + label:after,
.compare input[type="checkbox"]:checked + label:before,
.compare input[type="checkbox"]:checked + label:after {
  -webkit-animation: cd-bounce 0.3s;
     -moz-animation: cd-bounce 0.3s;
          animation: cd-bounce 0.3s;
}

@-webkit-keyframes cd-bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-moz-keyframes cd-bounce {
  0%,
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
}

@keyframes cd-bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes cd-bounceop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes cd-bounceop {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes cd-bounceop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

.displayNone {
  display: none !important;
}

.btn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 2em;
  position: relative;
  outline: none;
}

.btn--play {
  fill: white;
  height: 2em;
  width: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--play::before, .btn--play::after {
  -moz-border-radius: 100%;
       border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn--play::before {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 0 0.2rem white;
     -moz-box-shadow: 0 0 0 0.2rem white;
          box-shadow: 0 0 0 0.2rem white;
  -webkit-transition: background-color .3s ease, fill .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: background-color .3s ease, fill .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  -moz-transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, fill .3s ease, -moz-transform .3s ease, -moz-box-shadow .3s ease;
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, fill .3s ease;
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, fill .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease;
}

.btn--play:hover {
  fill: black;
}

.btn--play:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 0.2rem black;
     -moz-box-shadow: 0 0 0 0.2rem black;
          box-shadow: 0 0 0 0.2rem black;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
          transform: scale(1.2);
}

.btn--play:hover:after {
  display: none;
}

.btn--play::after {
  -webkit-animation: radiate 1.75s ease-out infinite;
     -moz-animation: radiate 1.75s ease-out infinite;
          animation: radiate 1.75s ease-out infinite;
  -webkit-box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
     -moz-box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
          box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
  opacity: 0;
  pointer-events: none;
}

.icon {
  width: 6em;
  height: 6em;
}

@-webkit-keyframes radiate {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@-moz-keyframes radiate {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
         box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
         box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -moz-transform: scale3d(1.5, 1.5, 1);
         transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes radiate {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
       -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
       -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
       -moz-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

.learnMore {
  position: fixed;
  right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99;
  top: 80%;
}

.learnMore a {
  margin: 2px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 32px;
  height: 32px;
}

.learnMore a img {
  width: 100%;
}

.learnMore__gotop img {
  width: 30px !important;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
          transform: rotate(180deg);
}

.video {
  height: 100vh;
  position: relative;
  background: #000;
  overflow: hidden;
  width: 100%;
}

.video__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 767px) {
  .video__title {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
       -moz-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
}

.video__title::before {
  position: absolute;
  height: 40vh;
  width: 100%;
  content: "";
  display: block;
  background: #ffffff;
  bottom: 96%;
}

.video__title:after {
  position: absolute;
  height: 40vh;
  width: 100%;
  content: "";
  display: block;
  background: #ffffff;
  top: 96%;
}

.video__main {
  width: 100%;
  height: 100vh;
  position: relative;
}

.video__main::after {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.video__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-family: DINPro_Bold;
  color: #ffffff;
  font-size: 42px;
  padding: 10px 20px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.video__playbtn.display__show {
  opacity: 1;
}

.video #video1 {
  width: 1920px;
  height: 1080px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.borderline .borderout {
  position: absolute;
  display: block;
}

.borderline.active .borderout1 {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -moz-linear-gradient(left, transparent, #fff);
  background: linear-gradient(90deg, transparent, #fff);
  -webkit-animation-name: moverRight;
     -moz-animation-name: moverRight;
          animation-name: moverRight;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.borderline.active .borderout2 {
  top: -100%;
  right: 0%;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: -moz-linear-gradient(top, transparent, #fff);
  background: linear-gradient(180deg, transparent, #fff);
  -webkit-animation-name: moverBottom;
     -moz-animation-name: moverBottom;
          animation-name: moverBottom;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.borderline.active .borderout3 {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: -moz-linear-gradient(right, transparent, #fff);
  background: linear-gradient(270deg, transparent, #fff);
  -webkit-animation-name: moverLeft;
     -moz-animation-name: moverLeft;
          animation-name: moverLeft;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.borderline.active .borderout4 {
  bottom: -100%;
  left: 0%;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: -moz-linear-gradient(bottom, transparent, #fff);
  background: linear-gradient(360deg, transparent, #fff);
  -webkit-animation-name: moverTop;
     -moz-animation-name: moverTop;
          animation-name: moverTop;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes showout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes showout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moverRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@-moz-keyframes moverRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moverRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moverBottom {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes moverBottom {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moverBottom {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moverLeft {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}

@-moz-keyframes moverLeft {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}

@keyframes moverLeft {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}

@-webkit-keyframes moverTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}

@-moz-keyframes moverTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moverTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}

.info {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

.info__title {
  font-size: 40px;
  font-family: DINPro_Bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 10px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .info__title {
    font-size: 24px;
  }
}

.info__title p {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
          transform: translateY(-8px);
}

.info__outbigback {
  position: relative;
  top: 50%;
  width: 0%;
  padding-bottom: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

@media (max-width: 991px) {
  .info__outbigback {
    padding-bottom: 100%;
  }
}

.info__bigback {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info__bg {
  position: relative;
  width: 100%;
  z-index: 0;
}

.info__bg-lg {
  display: block;
}

@media (max-width: 991px) {
  .info__bg-lg {
    display: none;
  }
}

.info__bg-sm {
  display: none;
}

@media (max-width: 991px) {
  .info__bg-sm {
    display: block;
  }
}

.info__bg img {
  width: 100%;
}

.info__block {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.info__block canvas {
  width: 100%;
  top: 0px;
  z-index: 2;
}

.info__vga {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.info__vga-lg {
  display: block;
}

@media (max-width: 991px) {
  .info__vga-lg {
    display: none;
  }
}

.info__vga-sm {
  display: none;
}

@media (max-width: 991px) {
  .info__vga-sm {
    display: block;
  }
}

.info__vga img {
  width: 100%;
}

.info__floor {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .info__floor {
    display: none;
  }
}

.info__floor img {
  width: 100%;
}

.info__wordbox {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 40%;
}

@media (max-width: 991px) {
  .info__wordbox {
    left: 10%;
    width: 90%;
    top: 45%;
  }
}

.info__wordbox-item {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
}

.info__wordbox-item h4 {
  font-family: DINPro_Bold;
  font-size: 32px;
}

@media (max-width: 991px) {
  .info__wordbox-item h4 {
    font-size: 22px;
  }
}

.info__wordbox-item p {
  font-family: DINPro-Regular;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 16px;
  width: 80%;
}

@media (max-width: 991px) {
  .info__wordbox-item p {
    line-height: 1.2;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=mixin.css.map */