.media .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 40px 0;
  margin-bottom: 20px;
}

.media .news__item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.media .news__item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
  padding: 15px 0;
}

.media .news__item__image {
  margin-bottom: 15px;
}

.media .news__item__image img {
  max-width: 100%;
  height: auto;
  min-width: 270px;
  margin: 0;
}

.media .news__item__content {
  font-size: 14px;
  line-height: 1.4em;
  color: #373737;
}

.media .news__item__content-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
  margin-bottom: 15px;
  display: none;
}

.media .news__item__content-date {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
}

.media .news__item__content-text {
  margin-bottom: 15px;
}

.media .news__item__content-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 15px;
  font-size: 13px;
  font-weight: 600;
  color: #d5011c;
  position: relative;
  text-decoration: none;
}

.media .news__item__content-button:after {
  font-size: 14px;
  content: "\ea50";
  font-family: 'asas-pen-icons' !important;
  position: absolute;
  left: -5px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.media .news-detail .page__content-slider {
  padding: 0;
}

.media .news-detail__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
  padding: 15px 0 25px 0;
}

.media .news-detail__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
  margin-bottom: 15px;
}

.media .news-detail__info {
  display: none;
  margin-bottom: 30px;
}

.media .news-detail__info__date {
  width: 50%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media .news-detail__info__socialmedia {
  width: 50%;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.media .news-detail__info__socialmedia-item {
  padding: 11px 0 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background: #c0c0c0;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.media .news-detail__info__socialmedia-item:last-of-type {
  margin: 0 0 0 5px;
}

.media .news-detail__info__socialmedia-item:after {
  color: #ffffff;
  font-family: 'asas-pen-icons' !important;
  display: block;
}

.media .news-detail__info__socialmedia-item.-facebook:hover {
  background: #3b5998;
}

.media .news-detail__info__socialmedia-item.-facebook:after {
  content: "\ea90";
}

.media .news-detail__info__socialmedia-item.-twitter:hover {
  background: #1da1f2;
}

.media .news-detail__info__socialmedia-item.-twitter:after {
  content: "\ea96";
}

.media .news-detail__info__socialmedia-item.-linkedin:hover {
  background: #0077b5;
}

.media .news-detail__info__socialmedia-item.-linkedin:after {
  content: "\eaca";
}

.media .news-detail__slider-text {
  font-size: 13px;
  line-height: 1.4em;
  color: #373737;
  border-radius: 0 0 5px 5px;
  background: #f4f4f4;
  padding: 12px;
  margin-bottom: 25px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}

.media .news-detail__content {
  font-size: 14px;
  line-height: 1.4em;
  color: #373737;
}

.media .news-detail__content p {
  color: #373737;
}

.media .news-detail__socialmedia {
  margin: 30px 0 10px 0;
  width: 100%;
  text-align: center;
}

.media .news-detail__socialmedia-item {
  padding: 11px 0 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background: #c0c0c0;
}

.media .news-detail__socialmedia-item:after {
  color: #ffffff;
  font-family: 'asas-pen-icons' !important;
  display: block;
}

.media .news-detail__socialmedia-item.-facebook {
  background: #3b5998;
}

.media .news-detail__socialmedia-item.-facebook:after {
  content: "\ea90";
}

.media .news-detail__socialmedia-item.-twitter {
  background: #1da1f2;
}

.media .news-detail__socialmedia-item.-twitter:after {
  content: "\ea96";
}

.media .news-detail__socialmedia-item.-linkedin {
  background: #0077b5;
}

.media .news-detail__socialmedia-item.-linkedin:after {
  content: "\eaca";
}

.media .dealer-login__accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media .dealer-login__accordion-content-item-button {
  display: inline-block;
  margin: 10px 0 0;
  background-color: red;
  padding: 10px 20px;
  color: white;
  border-right: 1px solid white;
  font-weight: 600;
}

.media .dealer-login__accordion-content-item-button > img {
  margin: 0 0 0 20px;
}

.media .dealer-login__accordion-content .page__content-slider {
  padding: 0;
  margin-bottom: 20px;
}

.media .films {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media .films__item {
  background: #f4f4f4;
  margin-bottom: 25px;
}

.media .films__item-image img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.media .films__item-title {
  padding: 15px 15px 10px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.media .films__item-info {
  padding: 5px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.media .films__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 13px;
  width: 50%;
  font-weight: 600;
}

.media .films__item-socialmedia {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
}

.media .films__item-socialmedia-icon {
  padding: 5px 0 0 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: #c0c0c0;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  text-align: center;
}

.media .films__item-socialmedia-icon:last-of-type {
  margin: 0 0 0 5px;
}

.media .films__item-socialmedia-icon:after {
  color: #ffffff;
  font-family: 'asas-pen-icons' !important;
  display: block;
}

.media .films__item-socialmedia-icon.-facebook:hover {
  background: #3b5998;
}

.media .films__item-socialmedia-icon.-facebook:after {
  content: "\ea90";
}

.media .films__item-socialmedia-icon.-twitter:hover {
  background: #1da1f2;
}

.media .films__item-socialmedia-icon.-twitter:after {
  content: "\ea96";
}

.media .films__item-socialmedia-icon.-linkedin:hover {
  background: #0077b5;
}

.media .films__item-socialmedia-icon.-linkedin:after {
  content: "\eaca";
}

.media .catalogs {
  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: wrap;
  flex-wrap: wrap;
}

.media .catalogs__item {
  width: calc(100% / 4) !important;
  padding: 25px 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  background: #f4f4f4;
}

.media .catalogs__item-image {
  margin: 0 0 20px 0;
}

.media .catalogs__item-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.media .catalogs__item-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.media .catalogs__item-info {
  width: 100%;
  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: wrap;
  flex-wrap: wrap;
}

.media .catalogs__item-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.media .catalogs__item-button {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
}

.media .catalogs__item-link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c0c0c0;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.media .catalogs__item-link:hover {
  background: #5e5d5d;
}

.media .catalogs__item-link span {
  font-size: 13px;
  color: #ffffff;
}

.swiper-button-next-media,.swiper-button-prev-media {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  background-size: 10px;
}

.swiper-button-next-media:before,.swiper-button-prev-media:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
  background-color: #000;
  opacity: .4;
}

.swiper-button-next-media {
  right: 10px;
}

.swiper-button-next-media:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev-media {
  left: 10px;
}

.swiper-button-prev-media:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next-media.swiper-button-disabled,.swiper-button-prev-media.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination-media {
  position: absolute;
  text-align: center;
  -webkit-transition: .6s opacity;
  transition: .6s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 40px !important;
  outline: none;
  width: 15px;
  height: 15px;
  opacity: .5;
}

.swiper-pagination-media-active {
  opacity: 1;
  background: #ffffff;
}

.swiper-pagination-bullet {
  outline: none;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.button {
  cursor: pointer;
  width: 200px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  text-align: center;
  display: block;
  font-family: arial;
  color: #fff;
  margin: 50px auto 0 auto;
  background-color: #00aced;
}

.modal {
  z-index: 99;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__checkbox {
  display: none;
}

.modal__checkbox:checked + .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__backdrop {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal__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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px;
  width: 600px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
  -webkit-animation: animation 1.5s linear both;
  animation: animation 1.5s linear both;
}

.modal__image {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  z-index: 10;
  -webkit-animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.modal__image img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.modal__video {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  z-index: 10;
  -webkit-animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.modal__video .video-player {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: auto;
}

.modal__close {
  position: absolute;
  right: 0;
  top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 25px;
  height: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  font-family: arial;
  color: #ffffff;
}

.modal__close:after,.modal__close:before {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: white;
}

.modal__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__close.outside {
  margin: 0 0 10px 0;
}

#list_index.box {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#list_index.box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#list_index.box > select,#list_index.box > span {
  display: none;
  width: 0;
  height: 0;
}

#list_index.box > div > button {
  padding: 13px 15px;
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

#list_index.box > div > button[disabled],#list_index.box > div > button:disabled {
  opacity: 0.35;
}

#list_index.box > div > button:first-child:before {
  content: '';
  display: block;
  width: 11px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

#list_index.box > div > button:last-child:before {
  content: '';
  display: block;
  width: 11px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

#list_index.box > div > button.color_page {
  background-color: #e41e26;
  color: #fff;
}

@media only screen and (min-width: 360px) {
  .modal__video .video-player__video {
    width: 358px;
    height: 202px;
  }
}

@media only screen and (min-width: 480px) {
  .modal__video .video-player__video {
    width: 448px;
    height: 252px;
  }
}

@media only screen and (min-width: 680px) {
  .media .news {
    padding-top: 40px;
  }

  .media .news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 40px 0;
    margin-bottom: 45px;
  }

  .media .news__item__title {
    display: none;
  }

  .media .news__item__image {
    margin-bottom: 0;
    margin-right: 30px;
    width: 270px;
    min-width: 300px;
  }

  .media .news__item__content-title {
    display: block;
  }

  .media .news-detail__title {
    font-size: 23px;
  }

  .modal__video .video-player__video {
    width: 560px;
    height: 315px;
  }
}

@media only screen and (min-width: 769px) {
  .modal__video .video-player__video {
    width: 700px;
    height: 394px;
  }
}

@media only screen and (min-width: 850px) {
  .media .films {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media .films__item {
    width: calc(50% - 10px);
  }

  .media .films__item:nth-child(odd) {
    margin-right: 10px;
  }

  .media .films__item:nth-child(even) {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 968px) {
  .media .dealer-login__accordion-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media .dealer-login__accordion-content-item {
    width: 50%;
  }

  .media .dealer-login__accordion-content-item:nth-of-type(2) {
    padding-left: 30px;
  }

  .media .dealer-login__accordion-content .page__content-slider {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1225px) {
  .media .news__item__image {
    width: 330px;
    min-width: 330px;
  }

  .media .news__item__image img {
    min-width: 330px;
  }

  .media .news__item__content {
    line-height: 1.6em;
  }

  .media .news-detail__date {
    display: none;
  }

  .media .news-detail__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .media .news-detail__slider-text {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.6em;
  }

  .media .news-detail__content {
    line-height: 1.6em;
  }

  .media .news-detail__socialmedia {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .media .catalogs__item {
    width: calc(100% / 3) !important;
  }
}

@media only screen and (max-width: 679px) {
  .media .catalogs__item {
    width: calc(100%) !important;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5.71% {
    -webkit-transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.31% {
    -webkit-transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  17.02% {
    -webkit-transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.62% {
    -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  28.33% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.93% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.57% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5.71% {
    -webkit-transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.31% {
    -webkit-transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  17.02% {
    -webkit-transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.62% {
    -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  28.33% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.93% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.57% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/*# sourceMappingURL=media.css.map */
