.cards {
  position: absolute;
  width: 100%;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  bottom: 0;
}
.cards .item {
  position: absolute;
  top: 0;
  left: 0;
}

.drag-proxy {
  visibility: hidden;
  position: absolute;
}

.vib-banner-bottom {
  position: relative;
  overflow: hidden;
  background: url("/static/homePage_2025/img/city_bg_d.webp") bottom center no-repeat;
}
.vib-banner-bottom .content {
  clear: both;
  padding-bottom: 75px;
}
.vib-banner-bottom .vib-scroll-animations {
  height: 347px;
  position: relative;
}
.vib-banner-bottom .scrollsection {
  height: 355px;
  padding-top: 0;
  overflow: hidden;
  -webkit-animation: city 100s linear infinite;
  animation: city 100s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.vib-banner-bottom .scrollsection .item {
  width: 490px;
  height: 100%;
}
.vib-banner-bottom .scrollsection .item:hover {
  cursor: default;
}
.vib-banner-bottom .scrollsection .item > .image {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.vib-banner-bottom .title {
  margin-top: 60px;
}
.vib-banner-bottom .title * {
  color: #fff !important;
}
.vib-banner-bottom .title h3::after {
  background: #fff;
}
.vib-banner-bottom .title .view-link::after {
  background: var(--icon-Angle_right_white) center center no-repeat;
  background-size: 30px;
}
.vib-banner-bottom .title .view-link-text::after {
  background: var(--icon-Angle_right_white) center center no-repeat;
  background-size: 24px;
}
.vib-banner-bottom:hover .scrollbar {
  opacity: 1;
}

.vib-scroll-animations .scrollsection .image img {
  position: relative;
  z-index: 99;
  transition: 0.8s all;
  max-width: 280px;
}
.vib-scroll-animations .scrollsection .box {
  box-shadow: none;
  border-radius: 8px;
  padding: 15px;
  background: none;
  position: relative;
  z-index: 9;
  transition: 0.5s all;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 20px;
}
.vib-scroll-animations .scrollsection .box:hover {
  border: 1px solid var(--Mono-Mono-6, #FFF);
  background: rgba(0, 0, 0, 0.2);
}
.vib-scroll-animations .scrollsection .box:hover .info {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.5s all;
}
.vib-scroll-animations .scrollsection .box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  margin-bottom: 0;
  text-align: left;
}
.vib-scroll-animations .scrollsection .box a.vib-v2-btn-dk01 {
  display: none;
}
.vib-scroll-animations .scrollsection .box img.icon-epclise {
  display: none;
}
.vib-scroll-animations .scrollsection .info {
  display: flex;
  flex-direction: column;
  opacity: 0;
  margin: 0;
  padding-bottom: 10px;
  transform: translateY(100%);
  transition: 0.5s all;
}
.vib-scroll-animations .scrollsection .info * {
  color: #fff;
}
.vib-scroll-animations .scrollsection .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.vib-scroll-animations .scrollsection .item .image {
  display: flex;
  justify-content: center;
}
.vib-scroll-animations .scrollsection .item .image img {
  max-width: 220px;
  max-height: 220px;
  margin: 0 auto;
}

.controls {
  margin: 25px 0;
  text-align: center;
  position: absolute;
  top: 40%;
  top: -90px;
}
.controls .prevPage {
  position: absolute;
  left: 10px;
}
.controls .nextPage {
  position: absolute;
  right: 10px;
}
.controls .button {
  width: 60px;
  height: 60px;
  box-shadow: 0px 0.618557px 8.09px rgba(188, 188, 188, 0.4);
  border-radius: 100%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.controls .button img {
  max-width: 40px;
  border-radius: 100%;
  margin-top: 10px;
  transform: rotate(270deg);
}
.controls .button.disabled {
  opacity: 0;
}
.controls .button.prevPage img {
  transform: rotate(90deg);
}

.scrollbar {
  margin-top: 4px;
  height: 6px;
  background: #fff;
  line-height: 0;
  opacity: 0;
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #E4E4E4;
  cursor: pointer;
  border-radius: 20px;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.vib-v2-news-best {
  position: relative;
  display: block;
  width: fit-content;
  text-align: left;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.3s;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  background: no-repeat;
  text-transform: none;
  padding: 0;
}
.vib-v2-news-best:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 0px;
  width: 23px;
  height: 23px;
  background-image: var(--icon-news-best-star);
  background-size: contain;
  background-repeat: no-repeat;
  visibility: hidden;
}
.vib-v2-news-best:before {
  border-right: none;
}

@media (min-width: 1024px) {
  .vib-banner-bottom .scrollsection:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  .vib-banner-bottom .scrollsection:hover .item {
    touch-action: none;
    cursor: grab;
    user-select: auto;
  }
  .vib-banner-bottom .scrollsection .item {
    width: 372px;
  }
  .vib-banner-bottom .scrollsection.brabbing .item {
    touch-action: none;
    cursor: grabbing;
    user-select: auto;
  }
  .vib-banner-bottom .container {
    position: relative;
    margin: 0 auto;
  }
  .vib-banner-bottom .button-next {
    position: absolute;
    right: -90px;
    top: 340px;
    z-index: 999;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0.618557px 8.09px rgba(188, 188, 188, 0.4);
    border-radius: 100%;
    background: #fff;
    text-align: center;
    cursor: pointer;
  }
  .vib-banner-bottom .button-next:hover {
    box-shadow: 0px 0.618557px 10.09px rgba(246, 146, 30, 0.6);
  }
  .vib-banner-bottom .button-next img {
    max-width: 40px;
    border-radius: 100%;
    margin-top: 10px;
  }
  .vib-banner-bottom .title:hover .view-link-text::after {
    background: var(--icon-Angle_right_white) center center no-repeat;
    background-size: 24px;
  }

  .controls .button:hover {
    box-shadow: 0px 0.618557px 10.09px rgba(246, 146, 30, 0.6);
  }
  .controls .prevPage {
    left: 0;
  }

  .vib-scroll-animations .scrollsection .box:not(:hover) .info {
    visibility: hidden;
  }
}
@media (min-width: 2000px) {
  .vib-banner-bottom .scrollsection .item {
    width: 20vw;
  }
}
@media (min-width: 2300px) {
  .vib-banner-bottom .scrollsection .item {
    width: 20vw;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .controls .nextpage {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .vib-banner-bottom .vib-scroll-animations {
    height: 385px;
  }

  .vib-scroll-animations .scrollsection {
    height: 100%;
    -webkit-animation: city 130s linear infinite;
    animation: city 130s linear infinite;
  }
  .vib-scroll-animations .scrollsection .box a.vib-v2-btn-dk01 {
    display: block;
    background: none;
    color: #000;
    font-size: 12px;
    padding: 0;
    padding-left: 10px;
  }
  .vib-scroll-animations .scrollsection .box a.vib-v2-btn-dk01:hover:before {
    background: none;
  }
  .vib-scroll-animations .scrollsection .box a.vib-v2-btn-dk01::after {
    background: var(--icon-Angle_right_white) no-repeat;
    background-size: 18px;
    content: "";
    width: 18px;
    height: 20px;
    display: block;
    margin-left: 0px;
    float: right;
    position: relative;
    top: 3px;
  }
  .vib-scroll-animations .scrollsection .box a {
    display: block;
  }
  .vib-scroll-animations .scrollsection .box a:not(.vib-v2-btn-dk01) {
    pointer-events: none;
    position: relative;
  }
  .vib-scroll-animations .scrollsection .box .icon-epclise {
    width: 24px;
    display: block !important;
    height: 24px;
    position: absolute;
    left: 10%;
    bottom: 15px;
    background-size: contain;
    border: none;
    box-shadow: none;
    transform: scale(1);
    background-repeat: no-repeat;
    animation-name: touchAnimation;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  .vib-scroll-animations .scrollsection .box:hover .icon-epclise {
    left: 10px;
    display: none !important;
  }
  .vib-scroll-animations .scrollsection .box .info {
    pointer-events: none;
    display: block;
    text-align: left;
  }
  .vib-scroll-animations .scrollsection .box a:not(.vib-v2-btn-dk01) {
    pointer-events: none !important;
  }
  .vib-scroll-animations .scrollsection .box a.vib-v2-btn-dk01 {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
  }
  .vib-scroll-animations .scrollsection .box:hover {
    pointer-events: all;
  }
  .vib-scroll-animations .scrollsection .box.touched a {
    pointer-events: all;
  }
  .vib-scroll-animations .scrollsection .item .image img {
    max-width: 200px;
    margin: 0 auto;
  }

  .vib-scroll-animations.stop-scroll .scrollsection {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }

  .vib-banner-bottom .scrollsection .item {
    width: 380px;
  }
  .vib-banner-bottom .scrollsection .item.item-tablet {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .vib-banner-bottom .vib-scroll-animations {
    height: 385px;
  }
  .vib-banner-bottom .vib-scroll-animations .scrollsection {
    -webkit-animation: city 170s linear infinite;
    animation: city 170s linear infinite;
  }
  .vib-banner-bottom .vib-scroll-animations .scrollsection .item {
    width: 280px;
    height: calc(100% - 65px);
  }
  .vib-banner-bottom .vib-scroll-animations .scrollsection .item:nth-of-type(1) {
    left: -30px;
  }
  .vib-banner-bottom .vib-scroll-animations .scrollsection .item .image img {
    max-width: 200px;
  }

  .vib-banner-bottom .scrollsection {
    background-position-x: 0;
  }
  .vib-banner-bottom .content {
    padding-bottom: 15px;
  }
  .vib-banner-bottom .title {
    margin-top: 40px;
  }
}
@keyframes showhidebuttonAnimation {
  from {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 0.5;
    left: 20px;
  }
  51% {
    opacity: 1;
    left: 20px;
  }
  100% {
    opacity: 0;
    left: 20px;
  }
}
@keyframes showhidebuttonAnimation1 {
  from {
    opacity: 0;
    left: 15px;
  }
  50% {
    opacity: 1;
    left: 35px;
  }
  100% {
    opacity: 0;
    left: 35px;
  }
}
@keyframes touchAnimation {
  from {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.2);
    opacity: 1;
  }
  40% {
    transform: scale(1.4);
    opacity: 0.8;
  }
  60% {
    transform: scale(1.6);
    opacity: 0.5;
  }
  80% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes city {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes city {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}

/*# sourceMappingURL=block-bottom-4.css.map */
