.app-main-banner {
  --main-banner-height: 400px;
  --main-banner-height-m: 400px;
  background-color: #343a40;
  width: 100%;
  height: var(--main-banner-height);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  border-radius: var(--border-radius-3);
}
@media (max-width: 768px) {
  .app-main-banner {
    height: var(--main-banner-height-m);
  }
}
.app-main-banner--wide .app-main-banner {
  border-radius: 0;
  --main-banner-height: 800px;
  --main-banner-height-m: 700px;
}
.app-main-banner .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.app-main-banner-item {
  background-color: #247bff;
}
.app-main-banner-img {
  height: 100%;
}
.app-main-banner-img__container {
  position: relative;
  height: 100%;
}
.app-main-banner-img__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.app-main-banner-body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 6.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  color: white;
}
@media (max-width: 1024px) {
  .app-main-banner-body {
    padding-bottom: 5rem;
  }
}
.app-main-banner-body .app-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.app-main-banner-body .app-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.app-main-banner-body .app-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .app-main-banner-body .app-desc {
    font-size: 0.75rem;
  }
}
.app-main-banner__content {
  max-width: 22rem;
  word-break: keep-all;
}
.app-main-banner__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .app-main-banner__footer {
    padding-bottom: 1.25rem;
  }
}
.app-main-banner__footer .app-container {
  display: flex;
  align-items: center;
}
.app-main-banner__footer .app-container .app-divider {
  flex: 1;
}
.app-main-banner .app-main-banner__pagination {
  flex: 0 0 auto;
  width: auto;
  margin-right: 1rem;
  color: white;
  font-size: 0.75rem;
  line-height: 1;
}
.app-main-banner .app-main-banner__pagination .swiper-pagination-current {
  font-weight: 600;
}
.app-main-banner .app-main-banner__indicator {
  position: relative;
  width: 100%;
  max-width: 20rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.app-main-banner .app-main-banner__indicator .swiper-scrollbar-drag {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .app-main-banner .app-main-banner__indicator {
    flex: 1;
    width: auto;
  }
}
.app-main-banner__arrow {
  display: flex;
  align-items: center;
}
.app-main-banner__arrow > button {
  cursor: pointer;
  display: flex;
  padding: 0.5rem;
  margin: 0;
  border: none;
  outline: none;
  color: white;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
.app-main-banner__arrow > button:hover {
  color: black;
  background-color: white;
}
.app-main-banner__arrow > button:active {
  opacity: 0.7;
}
.app-main-banner__arrow > button:first-child {
  margin-right: 0.5rem;
}
.app-main-banner-item[slide-type="contain"] .app-main-banner-img {
  position: relative;
  max-width: var(--base-container);
  padding: 0 var(--base-padding);
  height: 100%;
  margin: 0 auto;
}
.app-main-banner-item[slide-type="contain"] .app-main-banner-img__container {
  position: relative;
  width: var(--main-banner-height);
  height: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .app-main-banner-item[slide-type="contain"] .app-main-banner-img__container {
    width: var(--main-banner-height-m);
  }
}
.app-main-banner-item[slide-type="contain"] .app-main-banner-img__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/*# sourceMappingURL=64b6677ef1073d5ebde32a7d9b44143024ab05ff.main-banner.scss.map */
