body {
  background: #fafafa;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: 100%;
}

section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper {
  width: 30vw;
  min-width: 300px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5vw;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  background-color: white;
  box-shadow: 0 2vw 3vw -2vw rgba(0, 0, 0, 0.08);
}
.swiper-slide img {
  width: 100%;
}

.logo {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 24px;
  left: 24px;
}
.logo img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */