
:root {
  --_animspeed-fast: 0.1s;
  --_animspeed-medium: 0.3s;
  --_animspeed-slow: 0.6s;
  --_animbezier: cubic-bezier(0.23, 0.65, 0.74, 1.09);
  }
  .mos-img img {display: none !important;}
* ------------------------------------------------*/
/* Divider - Sticky Images Start */
/* ------------------------------------------------*/
.mx-dv-sticky-img {
  position: relative;
  text-align: center;
}

.mx-dv-sticky-img__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 2;
}

.mx-dv-sticky-img__progress {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 4px;
  background-color: var(--accent);
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  will-change: transform;
  z-index: 10;
}

.mx-dv-sticky-img__images {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.images__list {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.images__listitem {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.images__overflow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, clippath;
}

.images__img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.images__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  -moz-background-size: contain;
       background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

.mx-dv-sticky-img__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.mx-dv-sticky-img__titlewrap,
.mx-dv-sticky-img__titlelist {
  position: relative;
  width: 100%;
}

.mx-dv-sticky-img__titlelist {
  height: 68px;
}
@media only screen and (min-width: 768px) {
  .mx-dv-sticky-img__titlelist {
    height: 71px;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-dv-sticky-img__titlelist {
    height: 124px;
  }
}

.mx-dv-sticky-img__titleitem {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.mx-dv-sticky-img__titleitem h2 {
  line-height: 1.3;
  text-align: center;
  font-size: 2.5rem;
}
@media only screen and (min-width: 1600px) {
 .mx-dv-sticky-img__titleitem h2 {
    font-size: 9.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-dv-sticky-img__titleitem h2 {
    font-size: 7.5rem;
    letter-spacing: -0.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .mx-dv-sticky-img__titleitem h2 {
    font-size: 5.4rem;
    letter-spacing: -0.18rem;
  }
}
.mx-dv-sticky-img__titleitem h2 {
  color: #fff;
}
.mx-dv-sticky-img__number {
  margin-bottom: 1.9rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .mx-dv-sticky-img__number {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-dv-sticky-img__number {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-dv-sticky-img__number {
    margin-bottom: 2rem;
  }
}

.mx-dv-sticky-img__btnholder {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .mx-dv-sticky-img__btnholder {
    margin-top: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-dv-sticky-img__btnholder {
    margin-top: 0.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-dv-sticky-img__btnholder {
    margin-top: 3.6rem;
  }
}
.btn-line-permanent, .btn-line-permanent span, a.btn-line-permanent {
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .btn-line {
    font-size: 1.8rem;
  }
}

.btn-line {
  gap: 1rem;
  font: normal 500 1.6rem/1.6 var(--_font-accent);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.btn-line span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
.btn-line::before {
  content: "[";
}
.btn-line::after {
  content: "]";
}
.btn-line::before, .btn-line::after {
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}