html {
  font-size: 16px;
}

html .overflow-h {
  overflow: hidden;
}

html *:focus {
  outline: none;
}

html .top-menu {
  background-color: transparent;
  height: 64px;
  line-height: 64px;
  position: fixed;
  z-index: 999;
  top: 0;
  -webkit-transition-property: background-color, color, top, opacity, height;
  transition-property: background-color, color, top, opacity, height;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  overflow: hidden;
}

html .top-menu.drop {
  height: 135px;
}

html .top-menu.background {
  background-color: #02020217;
}

html .top-menu.show {
  background-color: rgba(0, 122, 170, 0.8);
  color: white !important;
}

html .top-menu.open {
  opacity: 0;
}

html .top-menu.black {
  color: black;
}

html .top-menu.white {
  color: white;
}

html .top-menu .menu-content .top-logo span {
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}

html .top-menu .menu-content .menu-group .menu-group-box > div {
  text-align: center;
}

html .top-menu .menu-content .menu-group .menu-group-box .header-dropdown {
  padding-bottom: 20px;
  width: 30%;
}

html .top-menu .menu-content .menu-group .menu-group-box .header-dropdown .dropdown-items {
  line-height: 1;
}

html .top-menu .menu-content .menu-group .menu-group-box .header-dropdown .dropdown-items div {
  padding: 5px 0;
}

html .top-menu .menu-content .menu-group .menu-group-box .header-dropdown .dropdown-items div span {
  font-size: 1rem;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

html .top-menu .menu-content .menu-group .menu-group-box .header-normal {
  width: 20%;
}

html .top-menu .menu-content .menu-group .menu-group-box .header-normal a {
  text-decoration: none;
  color: inherit;
}

html .top-menu .menu-content .menu-group .menu-group-box .menu-group-text {
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

html .footer-container {
  background-color: #007aaa;
  font-size: 0.9rem;
  border-top: 1px solid #eaf5fa;
}

html .footer-container .footer-above .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

html .footer-container .footer-above .footer-text .footer-logo {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .footer-container .footer-above .footer-text .footer-logo img {
  height: auto;
  width: 100%;
  margin: auto;
}

html .footer-container .footer-above .footer-text .footer-contents {
  color: #eaf5fa;
}

html .footer-container .footer-above .footer-text .footer-contents .footer-title {
  color: #eaf5fa;
}

html .footer-container .footer-above .footer-text .footer-contents .footer-copy {
  color: #eaf5fa;
  display: none;
}

html .footer-container .footer-above .footer-text .family-logo {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .footer-container .footer-above .footer-text .family-logo img {
  height: auto;
  width: 100%;
  margin: auto;
  max-height: 54px;
  max-width: 54px;
}

html .footer-container .footer-above .separate-icon {
  vertical-align: text-bottom;
}

html .footer-container .footer-above a {
  color: #eaf5fa;
}

html .footer-container .footer-below .footer-copy {
  color: #eaf5fa;
}

html #showRight {
  display: none;
  z-index: 9000;
  color: inherit;
}

html #showRight i {
  cursor: pointer;
}

html .cbp-spmenu {
  position: fixed;
  -webkit-transition: top, opacity;
  transition: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #007aaa;
  top: -100vh;
  opacity: 0;
}

html .cbp-spmenu .menu-content {
  line-height: 64px;
}

html .cbp-spmenu .menu-content .top-logo span {
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

html .cbp-spmenu .link-box {
  width: 100%;
  text-align: center;
  padding: 1em 1em 0.5em 1em;
}

html .cbp-spmenu .link-box a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

html .cbp-spmenu .close-box {
  width: 100%;
  text-align: center;
  bottom: 0;
}

html .cbp-spmenu .close-box i {
  cursor: pointer;
  font-size: 22px;
  color: white;
  margin-bottom: 1em;
}

html .cbp-spmenu .card {
  background-color: transparent;
  background-clip: none;
  border: none;
  border-radius: none;
}

html .cbp-spmenu .card > span {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

html .cbp-spmenu.cbp-spmenu-open {
  top: 0;
  -webkit-transition: top, opacity;
  transition: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0.95;
}

html .cbp-spmenu.cbp-spmenu-open .close-box {
  position: fixed;
}

html .mainpage .main-banner {
  position: relative;
  height: 43.75vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .mainpage .main-banner .banner-text {
  position: absolute;
  z-index: 10;
  width: auto;
}

html .mainpage .main-banner .banner-text .banner-header {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: white;
  text-shadow: 1px 1px 1px #999999;
  width: auto;
}

html .mainpage .main-banner .banner-text .banner-header.black {
  color: black;
}

html .mainpage .main-banner .banner-text .banner-header.white {
  color: white;
}

html .mainpage .main-banner .banner-text.left {
  top: 30%;
  left: 5%;
}

html .mainpage .main-banner .banner-text.right {
  top: 30%;
  right: 5%;
}

html .mainpage .main-banner .banner {
  width: 100%;
  height: 43.75vw;
  position: absolute;
  top: 0;
  left: 0;
}

html .mainpage .main-banner .banner.banner1 {
  background-image: url("../image/banner/main_banner_1.png");
  background-size: cover;
}

html .mainpage .main-banner .banner.banner4 {
  background-image: url("../image/banner/main_banner_4.png");
  background-size: cover;
}

html .mainpage .main-container .main-image-back {
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 60%;
  top: 20%;
  left: 5%;
  background-color: #eaf5fa;
}

html .mainpage .main-container .main-image {
  width: 60%;
}

html .mainpage .main-container .img-under-text-box {
  width: 65%;
  margin: 0 auto;
  text-align: justify;
}

html .mainpage .main-container .img-under-text-box .img-under-text {
  font-size: 0.95rem;
  word-break: keep-all;
}

html .mainpage .main-container .card-container img {
  width: 45%;
}

html .mainpage .main-container .card-container .text-blue {
  color: #007aaa;
}

html .mainpage .main-container .card-container .header-text-box .header-text {
  font-size: 1.1rem;
}

html .mainpage .main-container .card-container .sub-text-box {
  width: 100%;
  padding: 0 15px;
  text-align: justify;
}

html .mainpage .main-container .card-container .sub-text-box .sub-text {
  font-size: 0.95rem;
  word-break: keep-all;
}

html .subpage .text-blue {
  color: #007aaa !important;
}

html .subpage .main-content {
  max-width: 1140px;
  min-height: calc(100vh - 43.75vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

html .subpage .main-content .row {
  width: 100%;
  margin: 0;
}

html .subpage .left-menu {
  padding-left: 0px;
  padding-right: 0px;
}

html .subpage .left-item {
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.5;
}

html .subpage .left-item.active {
  background-color: #eaf5fa;
  opacity: 1;
}

html .subpage .left-item .bar {
  background-color: black;
  float: left;
  height: 20px;
  margin-top: 15px;
  width: 3px;
  margin-right: 3px;
}

html .subpage .left-item .right-icon {
  float: right;
  color: black;
}

html .subpage .right-content {
  background-color: #eaf5fa;
  padding: 0 20px 20px 20px;
}

html .subpage .right-content .right-content-text {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

html .subpage .right-content .right-content-text .bar.promotion_basic {
  display: inline-block;
  background-color: #007aaa;
  height: 19px;
  width: 3px;
  vertical-align: text-bottom;
}

html .subpage .right-content .right-content-text .bar.promotion_extention {
  display: inline-block;
  background-color: #ea545d;
  height: 19px;
  width: 3px;
  vertical-align: text-bottom;
}

html .subpage .right-content .right-content-text .bar.app_basic {
  display: inline-block;
  background-color: #007aaa;
  height: 19px;
  width: 3px;
  vertical-align: text-bottom;
}

html .subpage .right-content .right-content-text .bar.app_extension {
  display: inline-block;
  background-color: #ea545d;
  height: 19px;
  width: 3px;
  vertical-align: text-bottom;
}

html .subpage .right-content .card {
  margin-top: 20px;
  border-radius: 0.6rem;
}

html .subpage .right-content .card .card-header {
  cursor: pointer;
  background-color: transparent;
  border-bottom: none;
  font-size: 17px;
  font-weight: bold;
}

html .subpage .right-content .card .card-header .bar {
  background-color: #007aaa;
  float: left;
  height: 19px;
  width: 3px;
  margin-top: 3px;
}

html .subpage .right-content .card .card-header .bar.promotion_basic {
  background-color: #007aaa;
}

html .subpage .right-content .card .card-header .bar.promotion_extention {
  background-color: #ea545d;
}

html .subpage .right-content .card .card-header .bar.app_basic {
  background-color: #007aaa;
}

html .subpage .right-content .card .card-header .bar.app_extension {
  background-color: #ea545d;
}

html .subpage .right-content .card .card-body {
  color: gray;
  padding: 0.1rem 1.25rem 1.25rem 2.25rem;
  font-size: 16px;
}

html .subpage .right-content .card .card-body a {
  color: #007aaa;
}

html .subpage .right-content .card .card-body .non-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

html .subpage .right-content .card .card-body img {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 90%;
}

html .subpage .right-content #email-form {
  padding: 20px 0 0;
}

html .subpage .right-content #email-form #loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .subpage .right-content #email-form #loading i {
  margin: auto;
  font-size: 30px;
}

html .subpage .right-content #email-form span {
  display: inline-block;
  width: 110px;
  margin-right: 10px;
  font-size: 0.9em;
  padding: 2px 5px;
  font-weight: bold;
}

html .subpage .right-content #email-form input {
  border-radius: 5px;
  border: none;
  margin: 0 0 10px 0;
  width: calc(100% - 120px);
  font-size: 0.9em;
  padding: 5px 10px;
}

html .subpage .right-content #email-form textarea {
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 300px;
  margin-top: 10px;
  resize: none;
  font-size: 0.9em;
  padding: 5px 10px;
}

html .subpage .right-content #email-form button {
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  background-color: #007aaa;
  color: white;
  padding: 2px 10px;
  cursor: pointer;
}

html .subpage .subpage-banner {
  position: relative;
  height: 43.75vw;
  overflow: hidden;
}

html .subpage .subpage-banner .banner-text {
  position: absolute;
  z-index: 10;
}

html .subpage .subpage-banner .banner-text .banner-header {
  font-size: 2rem;
  line-height: 2.5rem;
}

html .subpage .subpage-banner .banner-text.function {
  top: 20%;
  left: 10%;
}

html .subpage .subpage-banner .banner-text.faq {
  top: 40%;
  left: 12%;
}

html .subpage .subpage-banner .banner {
  width: 100%;
  height: 43.75vw;
  position: absolute;
  top: 0;
  left: 0;
}

html .subpage .subpage-banner .banner.banner1 {
  background-image: url("../image/banner/intro_banner.png");
  background-size: cover;
}

html .subpage .subpage-banner .banner.banner2 {
  background-image: url("../image/banner/faq_banner.png");
  background-size: cover;
}

html #closeup-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

html #closeup-image img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  margin: auto;
}

@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
  html .top-menu .container {
    max-width: unset;
    margin: 0;
    width: 100%;
  }
  html .top-menu .container .menu-content {
    position: relative;
  }
  html .top-menu .container .menu-content .menu-group {
    display: none;
  }
  html .cbp-spmenu .container {
    max-width: unset;
    margin: 0;
    width: 100%;
  }
  html #showRight {
    display: block !important;
    position: absolute;
    right: 0;
    font-size: 22px;
    height: 64px;
    background: none;
    border: none;
  }
  html #showRight.active {
    display: none !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
  html .footer-container {
    font-size: 1rem;
  }
  html .footer-container .footer-above {
    word-break: keep-all;
  }
  html .footer-container .footer-above .footer-text .footer-logo {
    display: none;
  }
  html .footer-container .footer-above .footer-text .footer-contents .footer-copy {
    display: block;
  }
  html .footer-container .footer-above .footer-text .family-logo {
    margin-left: 10px;
  }
  html .footer-container .footer-above .footer-text .family-logo img {
    max-width: 84px;
  }
  html .footer-container .footer-below .footer-copy {
    display: none;
  }
  html .mainpage .main-banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
  html .mainpage .main-banner .banner-text {
    text-align: left !important;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    max-width: none;
  }
  html .mainpage .main-banner .banner-text .banner-header {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.2rem;
    color: black !important;
    text-shadow: none;
  }
  html .mainpage .main-banner .banner-text.left {
    background-color: #322d273b;
  }
  html .mainpage .main-banner .banner-text.left span {
    color: white !important;
  }
  html .mainpage .main-banner .banner-text.right {
    background-color: #f5f6f769;
  }
  html .mainpage .main-banner .banner {
    position: static;
  }
  html .mainpage .main-container .img-under-text-box {
    width: 100%;
    padding: 0 15px;
  }
  html .mainpage .main-container .card-container .header-text {
    font-size: 14px;
  }
  html .mainpage .main-container .card-container .sub-text {
    font-size: 13px;
    line-height: 18px;
  }
  html .subpage .subpage-banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  html .subpage .subpage-banner .banner-text {
    text-align: left !important;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    max-width: none;
  }
  html .subpage .subpage-banner .banner-text .banner-header {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.2rem;
    color: black !important;
    text-shadow: none;
  }
  html .subpage .subpage-banner .banner-text.function {
    background-color: #e9e7ea75;
  }
  html .subpage .subpage-banner .banner-text.faq {
    background-color: #e4e4e487;
  }
  html .subpage .subpage-banner .banner {
    position: static;
  }
  html .subpage .main-content {
    margin: 0px auto;
  }
  html .subpage .main-content .row .left-item {
    font-size: 16px;
    background-color: white;
    opacity: 0.5;
  }
  html .subpage .main-content .row .left-item.active {
    font-size: 16px;
    background-color: #eaf5fa;
    opacity: 1;
  }
  html .subpage .main-content .row .right-content .right-content-text {
    margin-top: 20px;
    text-align: right;
  }
  html .subpage .main-content .row .right-content .right-content-text .bar.pro {
    background-color: #ea545d;
    float: left;
    height: 19px;
    width: 3px;
    margin-top: 3px;
  }
  html .subpage .main-content .row .right-content .card .card-header {
    font-size: 16px;
  }
  html .subpage .main-content .row .right-content .card .card-body {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .main-content {
    margin: 0px auto;
  }
  .main-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-content .row .right-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.app-carousel img {
  width: 100%;
}

@media (max-width: 767px) {
  #chat_not_readnum {
    display: none !important;
  }
}

.lmvas-event-container {
  position: fixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 8000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lmvas-event-container .lmvas-event-card {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-top: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 6px 5px -2px rgba(81, 99, 120, 0.3);
          box-shadow: 5px 6px 5px -2px rgba(81, 99, 120, 0.3);
}

.lmvas-event-container .lmvas-event-card .lmvas-event-memo {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  border-radius: 5px;
}

.lmvas-event-container .lmvas-event-card .lmvas-event-memo img {
  width: 100%;
  height: auto;
}

.lmvas-event-container .lmvas-event-card .lmvas-event-memo.true {
  padding: 10px;
  min-height: 80px;
}

.lmvas-event-container .lmvas-event-card .lmvas-event-memo.false {
  padding: 0;
  min-height: 100%;
}

.lmvas-event-container .lmvas-event-card .lmvas-event-close-container {
  position: absolute;
  visibility: hidden;
  right: -25px;
  top: 0;
  width: 25px;
  padding-left: 3px;
}

.lmvas-event-container .lmvas-event-card .lmvas-event-close-container .lmvas-event-close-btn {
  width: 22px;
  height: 22px;
  border-radius: 22px;
}

.lmvas-event-container .lmvas-event-card .lmvas-event-close-container .lmvas-event-close-btn svg {
  cursor: pointer;
}

.lmvas-event-container .lmvas-event-card:hover .lmvas-event-close-container {
  visibility: visible;
}

.lmvas-event-container .lmvas-event-card.sm {
  width: 200px;
}

.lmvas-event-container .lmvas-event-card.md {
  width: 300px;
}

.lmvas-event-container .lmvas-event-card.lg {
  width: 400px;
}

.lmvas-event-container .lmvas-event-skin1 {
  background-color: #F6BD4E;
}

.lmvas-event-container .lmvas-event-skin1 .lmvas-event-close-btn {
  background-color: #F6BD4E;
}

.lmvas-event-container .lmvas-event-skin1 .lmvas-event-close-btn svg g path {
  fill: #3E3939;
}

.lmvas-event-container .lmvas-event-skin2 {
  background-color: #8ac19e;
}

.lmvas-event-container .lmvas-event-skin2 .lmvas-event-close-btn {
  background-color: #8ac19e;
}

.lmvas-event-container .lmvas-event-skin2 .lmvas-event-close-btn svg g path {
  fill: #3E3939;
}

.lmvas-event-container .lmvas-event-skin3 {
  background-color: #db7470;
}

.lmvas-event-container .lmvas-event-skin3 .lmvas-event-close-btn {
  background-color: #db7470;
}

.lmvas-event-container .lmvas-event-skin3 .lmvas-event-close-btn svg g path {
  fill: #3E3939;
}

.lmvas-event-container .lmvas-event-skin4 {
  background-color: #7c634d;
}

.lmvas-event-container .lmvas-event-skin4 .lmvas-event-close-btn {
  background-color: #7c634d;
}

.lmvas-event-container .lmvas-event-skin4 .lmvas-event-close-btn svg g path {
  fill: #f4f3f1;
}

.lmvas-event-container .lmvas-event-skin5 {
  background-color: #acd0e2;
}

.lmvas-event-container .lmvas-event-skin5 .lmvas-event-close-btn {
  background-color: #acd0e2;
}

.lmvas-event-container .lmvas-event-skin5 .lmvas-event-close-btn svg g path {
  fill: #f8fafc;
}

.lmvas-event-container .lmvas-event-skin6 {
  background-color: #aba39f;
}

.lmvas-event-container .lmvas-event-skin6 .lmvas-event-close-btn {
  background-color: #aba39f;
}

.lmvas-event-container .lmvas-event-skin6 .lmvas-event-close-btn svg g path {
  fill: #f2f0ef;
}

.lmvas-event-container .lmvas-event-skin7 {
  background-color: #cab4a7;
}

.lmvas-event-container .lmvas-event-skin7 .lmvas-event-close-btn {
  background-color: #cab4a7;
}

.lmvas-event-container .lmvas-event-skin7 .lmvas-event-close-btn svg g path {
  fill: #f7f3f1;
}

.lmvas-event-container .lmvas-event-skin8 {
  background-color: #93a0d1;
}

.lmvas-event-container .lmvas-event-skin8 .lmvas-event-close-btn {
  background-color: #93a0d1;
}

.lmvas-event-container .lmvas-event-skin8 .lmvas-event-close-btn svg g path {
  fill: #f6f7fc;
}

.lmvas-event-container .lmvas-event-skin9 {
  background-color: #9e8c8b;
}

.lmvas-event-container .lmvas-event-skin9 .lmvas-event-close-btn {
  background-color: #9e8c8b;
}

.lmvas-event-container .lmvas-event-skin9 .lmvas-event-close-btn svg g path {
  fill: #3E3939;
}

.lmvas-event-container .lmvas-event-skin10 {
  background-color: #917c9b;
}

.lmvas-event-container .lmvas-event-skin10 .lmvas-event-close-btn {
  background-color: #917c9b;
}

.lmvas-event-container .lmvas-event-skin10 .lmvas-event-close-btn svg g path {
  fill: #3E3939;
}

.lmvas-event-container .lmvas-event-skin11 {
  background-color: white;
}

.lmvas-event-container .lmvas-event-skin11 .lmvas-event-close-btn {
  background-color: white;
}

.lmvas-event-container .lmvas-event-skin11 .lmvas-event-close-btn svg g path {
  fill: #3E3939;
}

.lmvas-event-container .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.lmvas-event-container .animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 576px) {
  .lmvas-event-container .lmvas-event-card.sm {
    width: 150px;
  }
  .lmvas-event-container .lmvas-event-card.md {
    width: 200px;
  }
  .lmvas-event-container .lmvas-event-card.lg {
    width: 250px;
  }
}
