.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 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: var(--commonP);
}

.kv img {
  vertical-align: top;
}

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

.kv__title h1 {
  text-align: center;
}

.kv__title-s {
  color: #ffffff;
  font-family: var(--commonP);
  font-weight: 100;
  text-align: center;
  font-size: 2vw;
  letter-spacing: 0.2vw;
  text-shadow: 0 0 5px #000000;
}

.kv__title-g {
  color: #ffffff;
  font-family: var(--commonT);
  text-align: center;
  font-size: 7vw;
  letter-spacing: 0.2vw;
  line-height: 1;
  width: 100%;
  text-shadow: 0 0 5px #000000;
}

.kv__background {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
  min-width: 1920px;
}

.kv__background img {
  width: 100%;
  max-width: none;
}

.kv__front {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 2%);
  transform: translate(-50%, 2%);
  width: 100%;
  max-width: none;
  z-index: 3;
  opacity: 1;
}

.kv__front::after {
  content: "";
  width: 100%;
  background: #000;
}

.kv__front img {
  width: 100%;
  max-width: none;
}

.kv__front--imgbox {
  position: relative;
}

.kv__front--imgbox .quote {
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 3%;
  color: #fff;
}

.kv__front--imgbox .quote p {
  margin-top: 0px;
  font-size: 18px;
  /*margin-bottom: 6vh */
  line-height: 1.4;
  text-shadow: 0 0 3px #000000;
}

@media (max-width: 1600px) {
  .kv__front--imgbox .quote p {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .kv__front--imgbox .quote p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .kv__front--imgbox .quote {
    bottom: 4%;
  }
  .kv__front--imgbox .quote p {
    font-size: 10px;
  }
}

@media screen and (max-width: 676px) {
  .kv__front--imgbox .quote {
    text-align: center !important;
    width: 100% !important;
  }
}

.kv__spec {
  width: 100%;
  height: 100vh;
  background: #000000;
  position: absolute;
  top: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.kv__spec-title {
  font-size: 40px;
  margin: 3vh auto;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-family: var(--commonT);
}

@media (max-width: 1600px) {
  .kv__spec-title {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .kv__spec-title {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .kv__spec-title {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  .kv__spec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1300px) {
  .kv__spec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1050px) {
  .kv__spec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .kv__spec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .kv__spec {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.kv__quote {
  color: #fff;
  text-align: center;
  padding: 0vh 0 0vh 0;
  background: #000;
  width: 100%;
}

.kv__quote p {
  margin-top: 0px;
  font-size: 16px;
  /*margin-bottom: 6vh */
  /*line-height: 1.3 */
  text-shadow: 0 0 3px #000000;
}

@media (max-width: 1600px) {
  .kv__quote p {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .kv__quote p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .kv__quote p {
    font-size: 10px;
  }
}

@media screen and (max-width: 676px) {
  .kv__quote p {
    text-align: center !important;
    width: 100% !important;
  }
}

.kv .slick-dots {
  bottom: -20px;
}

.kv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vh;
  width: 100%;
}

.kv__block-pre {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  left: -40px;
  cursor: pointer-;
}

@media screen and (max-width: 991px) {
  .kv__block-pre {
    left: 0px;
  }
}

.kv__block-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  right: -40px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .kv__block-next {
    right: 0px;
  }
}

.kv__block-item {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.kv__block-item > a {
  cursor: pointer;
  border-radius: 15px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 5;
}

.kv__block-item h5 {
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.kv__block-item img {
  width: 30%;
  max-width: none;
  margin-top: 3vh;
}

.kv__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ffffff;
  font-family: var(--commonP);
  text-align: center;
  padding: 0 10px;
  line-height: 1.4;
  opacity: 0.9;
}

@media (max-width: 1600px) {
  .kv__block-item h5 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .kv__block-item h5 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .kv__block-item h5 {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .kv__block-item p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .kv__block-item p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .kv__block-item p {
    font-size: 10px;
  }
}

.kv .slick-arrow {
  z-index: 3;
}

.kv__video {
  width: 100%;
  height: 100vh;
  background: #000000;
  position: absolute;
  top: 0%;
  z-index: 4;
  overflow: hidden;
}

.kv__video canvas {
  width: auto;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 676px) {
  .kv__video canvas {
    width: 100% !important;
    height: auto !important;
    top: 10% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
  }
}

.kv__video-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  overflow: hidden;
}

.kv__video-title h5 {
  font-size: 12vw;
  font-family: var(--commonT);
  color: #ffffff;
  position: absolute;
  width: 100vw;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kv__video-textbox {
  position: absolute;
  color: #ffffff;
}

.kv__video-textbox h5 {
  font-size: 5vw;
  line-height: 1.2;
  font-family: var(--commonT);
  margin-bottom: 10px;
  text-shadow: 0 0 3px #000000;
}

.kv__video-textbox h6 {
  font-size: 5vw;
  line-height: 1;
  font-family: var(--commonT);
  text-shadow: 0 0 3px #000000;
}

.kv__video-textbox p {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-shadow: 0 0 3px #000000;
}

@media screen and (max-width: 676px) {
  .kv__video-textbox {
    width: 90% !important;
    left: 5% !important;
    top: calc( 10% + 70vw) !important;
  }
}

@media (max-width: 1600px) {
  .kv__video-textbox p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .kv__video-textbox p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .kv__video-textbox p {
    font-size: 14px;
  }
}

@media screen and (max-width: 676px) {
  .kv__video-textbox p {
    text-align: start !important;
    width: 100% !important;
  }
}

.kv__video-textbox--1 {
  width: 90%;
  left: 10%;
  top: 10%;
}

.kv__video-textbox--1 p {
  width: 70%;
}

.kv__video-textbox--2 {
  width: 80%;
  left: 10%;
  top: 20%;
}

.kv__video-textbox--2 p {
  width: 70%;
}

.kv__video-textbox--3 {
  width: 60%;
  left: 30%;
  top: 10%;
}

.kv__video-textbox--3 p {
  text-align: end;
}

.kv__video-textbox--4 {
  width: 65%;
  left: 30%;
  top: 10%;
}

.kv__video-textbox--4 p {
  text-align: end;
}

.kv__video-textbox--5 {
  width: 60%;
  left: 30%;
  top: 20%;
}

.kv__video-textbox--5 p {
  text-align: end;
}

.kv__video-textbox--6 {
  width: 90%;
  left: 5%;
  top: 5%;
  text-align: center;
}

.kv__video-textbox--6 p {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-top: 20px;
}

.intro {
  background: #000000;
  margin-top: -2px;
  font-family: var(--commonP);
}

.intro .slick-dots {
  bottom: 15px;
  z-index: 10;
}

.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 800px) {
  .intro__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
  }
}

.intro__block-pre {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  left: 0px;
  cursor: pointer;
  z-index: 5;
}

.intro__block-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  right: 0px;
  cursor: pointer;
  z-index: 5;
}

.intro__left {
  width: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#000000));
  background: linear-gradient(to bottom, #455560, #000000);
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro__left img {
  max-width: 200px;
}

.intro__left p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--commonP);
  color: #e6e6e6;
  margin-top: 20px;
}

.intro__left a {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--commonP);
  position: relative;
  padding: 12px 20px;
  margin-top: 20px;
}

.intro__left a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.intro__left a p {
  position: relative;
  z-index: 3;
  display: inline;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .intro__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 800px) {
  .intro__left img {
    margin-top: 20px;
    display: inline-block;
  }
}

@media (max-width: 1600px) {
  .intro__left p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .intro__left p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .intro__left p {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .intro__left a {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .intro__left a {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .intro__left a {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) {
  .intro__left a img {
    display: inline;
    margin: 0;
  }
}

.intro__right {
  position: relative;
  width: 60%;
}

.intro__right img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.intro__videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
  .intro__right {
    width: 100%;
  }
}

.intro__out {
  position: relative;
  width: 100%;
}

.intro__out-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__out-bg span:nth-child(1) {
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#000000));
  background: linear-gradient(to bottom, #455560, #000000);
}

.intro__out-bg span:nth-child(2) {
  width: 50%;
  background: #ebecf1;
}

.intro__s2 .intro__out-bg span:nth-child(1) {
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f1d36), to(#101e50));
  background: linear-gradient(to bottom, #4f1d36, #101e50);
}

.intro__s2 .intro__out-bg span:nth-child(2) {
  width: 50%;
  background: #000000;
}

.intro__s2 .intro__left {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f1d36), to(#101e50));
  background: linear-gradient(to bottom, #4f1d36, #101e50);
}

.intro__s3 .intro__out-bg span:nth-child(1) {
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#0c0a0a));
  background: linear-gradient(to bottom, #313131, #0c0a0a);
}

.intro__s3 .intro__out-bg span:nth-child(2) {
  width: 50%;
  background: #0a0106;
}

.intro__s3 .intro__left {
  background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#0c0a0a));
  background: linear-gradient(to bottom, #313131, #0c0a0a);
}

.intro__s4 .intro__out-bg span:nth-child(1) {
  width: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#3e2b8d), to(#1a5158));
  background: linear-gradient(to top, #3e2b8d 0%, #1a5158 100%);
}

.intro__s4 .intro__out-bg span:nth-child(2) {
  width: 50%;
  background: #141623;
}

.intro__s4 .intro__left {
  background: -webkit-gradient(linear, left bottom, left top, from(#3e2b8d), to(#1a5158));
  background: linear-gradient(to top, #3e2b8d 0%, #1a5158 100%);
}

.last {
  position: relative;
  margin-top: -3px;
  background: #000000;
  color: #ffffff;
  padding-top: 12vh;
  padding-bottom: 12vh;
  overflow: hidden;
  min-height: 600px;
  font-family: var(--commonP);
}

@media (max-width: 1300px) {
  .last {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .last {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .last {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.last__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.last__bg img {
  width: 70%;
}

@media screen and (max-width: 800px) {
  .last__bg {
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (max-width: 800px) {
  .last__bg img {
    width: 100%;
  }
}

.last__textbox {
  width: 40%;
  margin-top: 70px;
}

@media screen and (max-width: 800px) {
  .last__textbox {
    width: 100%;
  }
}

.last h4 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  font-family: var(--commonT);
  margin-bottom: 140px;
}

.last p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--commonP);
}

.last a {
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #76b900;
  font-weight: 900;
}

@media (max-width: 1600px) {
  .last h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .last h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .last h4 {
    font-size: 34px;
  }
}

@media screen and (max-width: 800px) {
  .last h4 {
    text-shadow: 0 0 5px #000000;
    margin-bottom: 70px;
  }
}

@media (max-width: 1600px) {
  .last p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .last p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .last p {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .last a {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .last a {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .last a {
    font-size: 16px;
  }
}

.video {
  background: url("https://storage-asset.msi.com/event/2022/gnp/discovertheextraordinary/images/KV_final-back.jpg");
  background-attachment: fixed;
  background-size: 100% 100%;
  overflow: hidden;
  font-family: var(--commonP);
}

.video__G {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .video__G {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .video__G {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .video__G {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.video__title {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
  font-family: var(--commonT);
  margin-bottom: 100px;
}

@media (max-width: 1600px) {
  .video__title {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .video__title {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .video__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .video__title {
    margin-bottom: 40px;
  }
}

.video__block-item {
  padding: 10px;
  cursor: pointer;
}

.video__block-item img {
  width: 100%;
}

.video__block-item h6 {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ffffff;
  height: 6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video__block-item p {
  color: #ffffff;
  width: 100%;
  height: 3.4rem;
  line-height: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3vh;
}

@media (max-width: 1600px) {
  .video__block-item h6 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .video__block-item h6 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .video__block-item h6 {
    font-size: 14px;
  }
}

.video__block .intro__block-pre {
  left: -30px;
}

.video__block .intro__block-next {
  right: -30px;
}

@media screen and (max-width: 991px) {
  .video__block .intro__block-pre {
    left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .video__block .intro__block-next {
    right: 0px;
  }
}

.gallery {
  position: relative;
  background: #000;
  padding: 12vh 0;
}

.gallery__title {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  font-family: var(--commonT);
  margin-bottom: 100px;
}

.gallery__block a {
  /*border: 4px solid transparent */
  opacity: .9;
  margin-bottom: 3vh;
  -webkit-transition: .1s all;
  transition: .1s all;
  padding: 10px;
}

.gallery__block a:hover {
  opacity: 1;
  /*border: 4px solid #ff0000 */
}

.gallery .slick-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
}

.gallery .slick-prev::after {
  top: 0;
  left: 0;
  display: inline-block;
  content: "\276E";
  width: 80px;
  height: 80px;
  font-size: 60px;
  background: #ff000;
  color: #fff;
}

.gallery .slick-prev:hover::after {
  color: #ff0000;
}

.gallery .slick-next {
  position: absolute;
  top: 50%;
  right: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  font-size: 0;
}

.gallery .slick-next::after {
  top: 0;
  left: 0;
  display: inline-block;
  content: "\276F";
  width: 80px;
  height: 80px;
  font-size: 60px;
  background: #ff000;
  color: #fff;
}

.gallery .slick-next:hover::after {
  color: #ff0000;
}

.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li {
  margin: 0 5px;
  width: 36px;
  height: 4px;
  position: relative;
}

.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background: #666;
  font-size: 0;
  border-radius: 2px;
}

.slick-dots li.slick-active button {
  background: #ff0000;
}

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

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

.btn--play::before, .btn--play::after {
  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;
  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;
  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, -webkit-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;
  box-shadow: 0 0 0 0.2rem black;
  -webkit-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;
  animation: radiate 1.75s ease-out infinite;
  -webkit-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);
  }
}

@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);
  }
}
/*# sourceMappingURL=index.css.map */