* {
  box-sizing: border-box;
  user-select: none
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, Source Han Heavy, apple color emoji, segoe ui emoji, segoe ui symbol
}

a {
  color: inherit;
  text-decoration: none
}

p {
  margin: 0
}

video::-webkit-media-controls-enclosure {
  display: none
}

@font-face {
  font-family: Source Han Heavy;
  src: url(../images/Heavy.56bed773.woff2) format("woff2")
}

@font-face {
  font-family: Source Han Bold;
  src: url(../images/Bold.6b940dcd.woff2) format("woff2")
}

@font-face {
  font-family: Source Han Heavy;
  src: url(../images/Light.a3c1fd35.woff2) format("woff2")
}

#app {
  font-family: Avenir, Helvetica, Arial, Source Han Heavy;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: .6rem
}

.header {
  position: fixed;
  left: 5.33%;
  top: 3.7%;
  width: 89.33%;
  height: .5rem;
  z-index: 99
}

.logo {
  position: absolute;
  width: 2.56rem;
  height: 1rem;
  top: 0;
  left: 0
}

.menu {
  position: absolute;
  width: .64rem;
  height: .62rem;
  padding: .2rem;
  right: 0;
  top: .16rem
}

.menu:before,
.menu:after {
  content: "";
  display: block;
  position: absolute;
  width: .24rem;
  height: .02rem;
  background-color: #fff;
  transition: transform .7s
}

.menu:before {
  top: 0
}

.menu:after {
  top: .18rem
}

.menu.active:before {
  transform: translateY(.09rem) rotate(-45deg) scaleX(1.4)
}

.menu.active:after {
  transform: translateY(-.09rem) rotate(45deg) scaleX(1.4)
}

.contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  opacity: 0;
  transition: opacity .7s
}

.contact.active {
  opacity: 1
}

.contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #121924;
  opacity: .78
}

.contact .button {
  background-color: transparent
}

.contact .contact-btns {
  position: absolute;
  width: 2.4rem;
  height: 4.5rem;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: .28rem;
  font-weight: 300;
  color: #fff
}

.copyright {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  font-size: .2rem;
  font-weight: 300;
  color: #fff;
  line-height: .54rem;
  display: flex;
  flex-direction: column;
  align-items: center
}

.copyright a {
  color: #51a3ff;
  text-decoration: none
}

.gong-an img {
  width: .2rem;
  height: .2rem;
  vertical-align: middle;
  display: inline-block
}

.indicator {
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
  right: .32rem;
  z-index: 89
}

.indicator-item {
  padding-top: .12rem;
  cursor: pointer
}

.indicator-dot {
  width: .08rem;
  height: .08rem;
  border-radius: .04rem;
  background-color: #d8d8d8;
  transition: height .7s, background-color .7s, opacity .3s
}

.indicator-item:hover .indicator-dot {
  opacity: .5
}

.indicator-item.active .indicator-dot {
  height: .32rem;
  background-color: #17997a
}

.section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  
}

.fp-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1
}

.fp-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  font-weight: 200
}

#section0 .fp-content {
  padding-top: 69.6%;
  background-color: rgba(4, 23, 20, .27)
}

#section1 .fp-bg {
  background-image: url(../images/section_1.jpg);
  background-size: cover;
  background-position: center 80%
}

#section2 .fp-bg {
  background-image: url(../images/section_2.jpg);
  background-size: cover;
  background-position: center 80%
}

#section1 .fp-bg:after,
#section2 .fp-bg:after,
#section3 .fp-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(21, 26, 33, .8) 0%, rgba(21, 26, 33, .8) 35%, rgba(43, 50, 61, 0) 100%)
}

.message-item {
  position: absolute;
  height: .6rem;
  line-height: .6rem;
  padding: 0 .1rem 0 .21rem;
  border-radius: .15rem;
  background-color: #fff;
  color: #474f5c;
  font-size: .24rem;
  z-index: 2;
  transform-origin: .14rem .52rem;
  opacity: 0
}

.message-item.right {
  transform-origin: calc(100% - 0.14rem) .52rem
}

.message-item:after {
  content: "";
  display: block;
  position: absolute;
  top: .6rem;
  left: .16rem;
  width: .27rem;
  height: .12rem;
  background: url(../images/img.png) center / contain no-repeat
}

.message-item.right:after {
  content: "";
  display: block;
  position: absolute;
  top: .6rem;
  left: auto;
  right: .16rem;
  width: .27rem;
  height: .12rem;
  transform: scaleX(-1);
  background: url(../images/img1.png) center / contain no-repeat
}

#section3 .fp-bg {
  background-image: url(../images/section_3.jpg);
  background-size: cover;
  background-position: center 80%
}

h1,
h3 {
  margin: 0;
  font-weight: 400
}

.section .title {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  font-size: .56rem;
  letter-spacing: .0374rem;
  margin-bottom: .24rem
}

.fp-content h1.title {
  font-size: .36rem;
}

.subtitle {
  font-family: Source Han Heavy
}

#section0 .title {
  letter-spacing: .06rem
}

#section0 .subtitle {
  font-weight: 300
}

.section .subtitle .first-p {
  font-family: Source Han Bold;
  font-size: .32rem;
  letter-spacing: .02rem;
  line-height: .4rem
}

.section .subtitle .second-p {
  margin-top: .12rem;
  font-size: .24rem;
  font-weight: 300;
  opacity: .6;
  letter-spacing: .02rem
}

#section0 .title,
#section0 .subtitle {
  text-align: center
}

#section0 .subtitle {
  font-family: inherit;
  font-size: 12px
}

#section0 .subtitle span {
  display: inline-block;
  vertical-align: middle;
  font-size: .28rem;
  height: .2rem;
  line-height: .2rem;
  padding: 0 .1rem
}

#section0 .subtitle span~span {
  border-left: 1px solid #dbdbdb
}

.download-btns {
  position: absolute;
  width: 2.4rem;
  height: 2rem;
  top: 11rem;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: .28rem
}

.button {
  width: 2.4rem;
  height: .8rem;
  background-color: rgba(0, 0, 0, .4);
  border: .01rem solid rgba(255, 255, 255, .55);
  border-radius: .22rem;
  display: flex;
  align-items: center
}

.icon-box {
  width: .4rem;
  height: .4rem;
  margin-left: .26rem
}

.button-text {
  flex-grow: 1;
  text-align: center;
  line-height: .78rem;
  margin-right: .1rem
}

.up-slip {
  position: absolute;
  width: .6rem;
  height: .6rem;
  top: 94%;
  left: calc(50% - 0.3rem);
  animation: motion 4s infinite;
  animation-delay: 3s;
  opacity: 0
}

.up-slip img {
  width: .6rem;
  transform: rotate(90deg) scaleX(.9)
}

@keyframes motion {
  0% {
    transform: translateY(0);
    opacity: 0
  }

  15% {
    transform: translateY(-50%);
    opacity: 1
  }

  30% {
    transform: translateY(0);
    opacity: .6
  }

  45% {
    transform: translateY(-50%);
    opacity: 1
  }

  60% {
    transform: translateY(0);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 0
  }
}

#section1 .profile {
  position: absolute;
  top: 41.75%;
  right: .5rem;
  width: 5.2rem;
  height: 2.66rem;
  background: rgba(0, 0, 0, .2);
  border-radius: .1rem;
  font-size: .2rem;
  transform-origin: 3.2rem 6rem
}

#section1 .avatar {
  width: .75rem;
  height: .75rem;
  margin-right: .21rem
}

#section1 .profile-item {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400
}

#section1 .profile-item.row-1 {
  margin: .2rem .24rem 0 .2rem;
  padding: .08rem .15rem;
  border-radius: .12rem;
  background-color: rgba(255, 255, 255, .6);
  color: #242933
}

.row-1 .icon-wrap {
  width: .14rem;
  height: .2rem;
  margin-right: .08rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.profile-info,
.row-1 .education {
  flex-grow: 1
}

.row-1 .divider,
.row-2 .divider {
  width: .02rem;
  height: .16rem;
  margin: 0 .14rem;
  background-color: rgba(36, 41, 51, .6);
  display: inline-block
}

.row-1 .constellation {
  position: relative
}

.row-1 .constellation:after {
  position: absolute;
  content: "";
  display: block;
  width: .04rem;
  height: .04rem;
  background-color: #4783ff;
  border-radius: 50%;
  left: -.14rem;
  top: 50%;
  transform: translateY(-50%)
}

#section1 .profile-item.row-2 {
  height: 1.14rem;
  padding: .25rem 0 .15rem;
  margin: 0 .3rem 0 .2rem;
  color: #fff;
  border-bottom: .01rem solid rgba(255, 255, 255, .6)
}

.row-2 .base-info,
.row-2 .desc {
  display: flex;
  align-items: center
}

.row-2 .base-info {
  padding-right: .08rem;
  height: .34rem
}

.row-2 .name {
  font-size: .3rem;
  font-family: Source Han Bold
}

.row-2 .city {
  font-size: .17rem
}

.row-2 .desc {
  margin-top: .12rem
}

.row-2 .gender {
  margin-left: .04rem;
  margin-right: auto
}

.row-2 .divider {
  background-color: rgba(245, 246, 250, .6)
}

#section1 .row-3 {
  justify-content: space-between
}

.row-3 .profession-item {
  width: 2.25rem;
  height: .45rem;
  line-height: .45rem;
  color: #242933;
  margin: .2rem .24rem 0 .2rem;
  border-radius: .12rem;
  background-color: rgba(255, 255, 255, .6);
  padding-left: .12rem
}

.bold {
  font-weight: 700;
  margin-right: -.1rem
}

#section1 .fp-content,
#section2 .fp-content,
#section3 .fp-content,
#section4 .fp-content {
  padding-top: 28.53%;
  padding-left: 5.33%
}

.tr {
  text-align: left
}

#section3 .p-c {
  position: absolute;
  left: 32%;
  top: 38%;
  font-size: 0
}

#section3 .p1 {
  width: 4.48rem;
  height: 2.1rem;
  margin-bottom: .04rem
}

#section3 .p2 {
  width: 4.48rem;
  height: .94rem
}

#section4 {
  background-image: linear-gradient(135deg, #3a5d7a 0%, #84797b 100%)
}

#section4 .story-container {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 40%;
  left: 0
}

#section4 .story-item {
  position: absolute;
  transform: translate(12.5vw);
  z-index: 2;
  line-height: .2rem;
  font-size: .12rem;
  color: #fff;
  text-align: center
}

#section4 .story-item,
#section4 .story-item .border {
  width: 2.2rem;
  height: 2.2rem;
  transition: transform .7s
}

#section4 .story-item .border {
  background: url(../images/storyborder.png) center / contain no-repeat
}

#section4 .story-item .avatar {
  position: absolute;
  left: .1rem;
  top: .1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover
}

#section4 .swiper-slide-active .story-item {
  transform: translate(12.5vw) scale(2)
}

#section4 .story-item .name {
  position: absolute;
  top: 2.36rem;
  height: .2rem;
  width: 100vw;
  left: 50%;
  text-align: center;
  font-weight: 700;
  transform: translate(-50%) scale(.5);
  transform-origin: 50% 0;
  opacity: 0;
  font-size: .24rem;
  pointer-events: none;
  transition: opacity .7s
}

#section4 .story-item .name small {
  font-weight: 100;
  font-size: .14rem
}

#section4 .story-item .intro {
  position: absolute;
  left: 50%;
  transform: translate(-50%) scale(.5);
  transform-origin: 50% 0;
  top: 2.6rem;
  width: 80vw;
  height: .2rem;
  line-height: 1.4em;
  font-weight: 200;
  opacity: 0;
  font-size: .2rem;
  pointer-events: none;
  transition: opacity .5s
}

#section4 .swiper-slide-active .story-item .name,
#section4 .swiper-slide-active .story-item .intro {
  opacity: 1
}

#section4 .story-item:hover {
  z-index: 3
}

.story-download {
  position: absolute;
  left: calc(50% - 1.2rem);
  background-color: transparent;
  bottom: 1.3rem;
  top: unset;
  font-size: .28rem;
  color: #fff;
  z-index: 5
}

@media (min-device-pixel-ratio: 2) {

  .message-item:after,
  .message-item.right:after {
    background: url(../images/img2.png) center / contain no-repeat
  }
}

@font-face {
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate(0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}