/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
body,
html {
  font-family: "PingFang TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input,
textarea,
select {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none;
}
input[type="button"] {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
}
*:focus {
  outline: 0;
}
.hide-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 110%;
}
.hide-title {
  display: block;
  margin: 0;
  white-space: nowrap;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  text-indent: 2px;
}
.debug {
  outline: #f00 1px solid;
}
.debug * {
  outline: #0f0 1px solid;
}
@media screen and (min-width: 780px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .hide-mb {
    display: none !important;
  }
}
#vitara {
  width: 100vw;
  min-height: 650px;
  height: 50.68493151vw;
  position: relative;
}
@media (max-width: 780px) {
  #vitara {
    min-height: 159.8880597vw;
    height: auto;
    margin-top: 10%;
  }
}
#vitara .bg {
  background: url(../images/Imge_index.png) center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 780px) {
  #vitara .bg {
    background-position: 18% 30%;
    background-size: auto 80%;
  }
}
#vitara .topCover {
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  width: 70%;
}
#vitara .topCover img {
  width: 100%;
}
@media (max-width: 780px) {
  #vitara .topCover {
    overflow: hidden;
    width: 100%;
  }
  #vitara .topCover img {
    width: 300%;
  }
}
#vitara .bottomCover {
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 70%;
}
#vitara .bottomCover img {
  width: 100%;
}
@media (max-width: 780px) {
  #vitara .bottomCover {
    overflow: hidden;
    width: 100%;
    bottom: 15.73333333vw;
  }
  #vitara .bottomCover img {
    width: 300%;
  }
}
#vitara .content {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0;
}
@media (max-width: 780px) {
  #vitara .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    min-height: 100%;
    height: auto;
  }
}
#vitara .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 65%;
  min-height: 100px;
  max-height: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vitara .content .left .video {
  width: 100%;
  height: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 4%;
  position: relative;
}
@media (max-width: 780px) {
  #vitara .content .left .video {
    width: 93%;
    margin-left: 5%;
    height: auto;
    margin-top: 7%;
  }
  #vitara .content .left .video::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  #vitara .content .left .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 780px) {
  #vitara .content .left {
    height: auto;
    display: block;
    overflow: hidden;
    width: 95%;
    min-height: 1px;
    max-height: 100vh;
  }
}
#vitara .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
@media (max-width: 780px) {
  #vitara .content .right {
    width: 100%;
    margin-top: 5.33333333vw;
    padding-bottom: 40vw;
  }
}
#vitara .content .right .allGrip {
  width: 90%;
  background: url("../images/ALLGRIP_LOGO.png") center top no-repeat;
  background-size: 100%;
  text-align: center;
  font-weight: bolder;
  font-size: 1.4rem;
  color: #fff;
  padding: 15% 0 0;
}
@media (max-width: 780px) {
  #vitara .content .right .allGrip {
    color: #445359;
    position: absolute;
    top: -3%;
    background-size: 79%;
    font-size: 18px;
    font-weight: bold;
    color: #096c97;
    padding: 12% 0 0;
  }
}
#vitara .content .right .mainContent {
  padding: 20% 0;
}
@media (max-width: 1440px) {
  #vitara .content .right .mainContent {
    padding: 15% 0;
  }
}
@media (max-width: 1025px) {
  #vitara .content .right .mainContent {
    padding: 0% 0;
  }
}
#vitara .content .right .mainContent h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 780px) {
  #vitara .content .right .mainContent h3 {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    line-height: 10px;
  }
}
#vitara .content .right .mainContent p {
  display: block;
  color: #fff;
  width: 200px;
  margin: 10% auto;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 5%;
}
@media (max-width: 780px) {
  #vitara .content .right .mainContent p {
    width: 80%;
    margin-top: 0;
  }
}
#vitara .content .right .arrowText {
  position: absolute;
  background: url(../images/ALLGRIP_txt.png) no-repeat;
  width: 100px;
  height: 250px;
  z-index: 2;
  bottom: 0;
  margin: 0 -130px 125px 0;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
#vitara .content .right .arrowText.mb-show {
  display: none;
}
@media (max-width: 780px) {
  #vitara .content .right .arrowText {
    background-size: 63%;
    margin: 0 0 28% 66%;
    width: 27.46666667%;
    height: 95.3125%;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    background-size: 100%;
  }
  #vitara .content .right .arrowText.mb-hide {
    display: none;
  }
  #vitara .content .right .arrowText.mb-show {
    display: block;
  }
}
#vitara .content .right .arrowText .arrow {
  position: absolute;
  background: url(../images/arrow.png) no-repeat;
  width: 30px;
  height: 20px;
  bottom: 10px;
  right: 50px;
  -webkit-animation: rotate 1.5s infinite alternate;
          animation: rotate 1.5s infinite alternate;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 780px) {
  #vitara .content .right .arrowText .arrow {
    width: 25px;
    height: 20px;
    bottom: 100px;
    right: 75px;
    width: 29.12621359%;
    height: 8.19672131%;
    bottom: 8.19672131%;
    right: 53.39805825%;
    background-size: 100%;
  }
}
#vitara .content .right .control {
  background: url(../images/ALLGRIP_bg.png) no-repeat;
  width: 352px;
  height: 256px;
  position: absolute;
  bottom: 50px;
  margin-left: -80px;
  z-index: 3;
}
@media (max-width: 780px) {
  #vitara .content .right .control {
    bottom: 25.46666667vw;
    width: 64.61333333vw;
    height: auto;
    max-width: 352px;
    margin-left: 0;
    right: 11.2%;
    background-size: 100% auto;
  }
  #vitara .content .right .control:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 72.72727273%;
  }
}
#vitara .content .right .control .controlAll {
  position: absolute;
  display: block;
  width: 14.20454545%;
  height: 19.53125%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#vitara .content .right .control .controlLock {
  position: absolute;
  display: block;
  width: 14.20454545%;
  height: 19.53125%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 75px;
  height: 100px;
  width: 21.30681818%;
  height: 39.0625%;
  margin: 80px 0 0 40px;
  margin-top: 22.72727273%;
  margin-left: 11.36363636%;
}
#vitara .content .right .control .controlPush {
  position: absolute;
  display: block;
  width: 14.20454545%;
  height: 19.53125%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 28.40909091%;
  height: 39.0625%;
  border-radius: 50%;
  margin-top: 19.60227273%;
  margin-left: 50.56818182%;
}
#vitara .content .right .control .controlSnow {
  position: absolute;
  display: block;
  width: 14.20454545%;
  height: 19.53125%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 22.72727273%;
  height: 11.71875%;
  margin-top: 14.20454545%;
  margin-left: 39.77272727%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#vitara .content .right .control .controlSport {
  position: absolute;
  display: block;
  width: 14.20454545%;
  height: 19.53125%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 22.72727273%;
  height: 11.71875%;
  margin-top: 15.34090909%;
  margin-left: 68.18181818%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#vitara .content .right .control .active {
  opacity: 1;
  position: absolute;
  z-index: 3;
}
#vitara .content .right .control .active.lock {
  top: 0;
  right: 0;
  background: url(../images/ALLGRIP_LOCK_hover.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
#vitara .content .right .control .active.lock.finish {
  background: url(../images/ALLGRIP_LOCK_active.png) no-repeat;
}
@media (max-width: 780px) {
  #vitara .content .right .control .active.lock.finish {
    background-size: 100%;
  }
}
#vitara .content .right .control .active.push {
  top: 0px;
  right: 0px;
  background: url(../images/ALLGRIP_AUTO_hover.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
#vitara .content .right .control .active.push.finish {
  background: url(../images/ALLGRIP_AUTO_active.png) no-repeat;
}
@media (max-width: 780px) {
  #vitara .content .right .control .active.push.finish {
    background-size: 100%;
  }
}
#vitara .content .right .control .active.snow {
  background: url(../images/ALLGRIP_turntable.png) center no-repeat;
  top: -5.46875%;
  right: -13.92045455%;
  width: 100%;
  height: 100%;
  -webkit-animation: snowRotate 1s linear forwards;
          animation: snowRotate 1s linear forwards;
}
@media (max-width: 780px) {
  #vitara .content .right .control .active.snow {
    width: 100%;
    height: 100%;
    background-size: 52.55681818%;
  }
}
#vitara .content .right .control .active.sport {
  background: url(../images/ALLGRIP_turntable.png) center no-repeat;
  top: -5.46875%;
  right: -13.92045455%;
  width: 100%;
  height: 100%;
  -webkit-animation: sportRotate 1s linear forwards;
          animation: sportRotate 1s linear forwards;
}
@media (max-width: 780px) {
  #vitara .content .right .control .active.sport {
    width: 100%;
    height: 100%;
    background-size: 52.55681818%;
  }
}
@-webkit-keyframes snowRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  25% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  50% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-image: url("../images/ALLGRIP_SNOW_selected.png");
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_SNOW_selected.png");
  }
}
@keyframes snowRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  25% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  50% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-image: url("../images/ALLGRIP_SNOW_selected.png");
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_SNOW_selected.png");
  }
}
@-webkit-keyframes sportRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  25% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-image: url("../images/ALLGRIP_SPORT_selected.png");
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_SPORT_selected.png");
  }
}
@keyframes sportRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  25% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-image: url("../images/ALLGRIP_turntable.png");
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-image: url("../images/ALLGRIP_SPORT_selected.png");
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/ALLGRIP_SPORT_selected.png");
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
