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

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

.vib-banner-bottom {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 60px;
}
.vib-banner-bottom .content-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vib-banner-bottom .content-title .title .view-link-text {
  position: absolute;
  white-space: nowrap;
  left: 100%;
}
.vib-banner-bottom .content {
  clear: both;
  background: url(/static/homePage_2025AB/img/bkg_citycard.jpg) center center no-repeat;
  border-radius: 20px;
  position: relative;
  background-size: cover;
}
.vib-banner-bottom .vib-scroll-animations {
  height: 400px;
  position: relative;
  padding-top: 80px;
  margin-bottom: 60px;
}
.vib-banner-bottom .vib-scroll-animations.no-scroll {
  height: 326px;
}
.vib-banner-bottom .vib-scroll-animations.no-scroll .scrollsection .item {
  position: relative;
  top: 0;
}
.vib-banner-bottom .vib-scroll-animations.no-scroll + .scroll-controls {
  display: none;
}
.vib-banner-bottom .scrollsection {
  height: 100%;
  padding-top: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /*-webkit-animation: city 100s linear infinite;  // slider bkg city
  animation: city 100s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;*/
}
.vib-banner-bottom .scrollsection .item {
  width: 250px;
  height: auto;
  top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vib-banner-bottom .scrollsection .item:hover {
  cursor: default;
}
.vib-banner-bottom .scrollsection .item > .image {
  position: relative;
}
.vib-banner-bottom .title {
  margin-top: 0px;
  margin-bottom: 30px;
}
.vib-banner-bottom .title * {
  color: #000;
}
.vib-banner-bottom:hover .scrollbar {
  opacity: 1;
}
.vib-banner-bottom .scroll-controls {
  position: absolute;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.vib-banner-bottom .scroll-controls .scroll-next, .vib-banner-bottom .scroll-controls .scroll-prev {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
.vib-banner-bottom .scroll-controls .scroll-next:before, .vib-banner-bottom .scroll-controls .scroll-prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 0.8;
  z-index: 1;
  border-radius: 40px;
  transition: 0.5s all;
}
.vib-banner-bottom .scroll-controls .scroll-next::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--icon-Angle_right_black) no-repeat;
  background-size: 22px;
  z-index: 1;
  top: 9px;
  left: 9px;
  transition: 0.5s all;
}
.vib-banner-bottom .scroll-controls .scroll-prev::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--icon-Angle_right_black) no-repeat;
  background-size: 22px;
  transform: rotate(180deg);
  z-index: 1;
  top: 9px;
  left: 9px;
  transition: 0.5s all;
}

.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: 0;
  padding: 0;
  background: none;
  position: relative;
  z-index: 9;
  transition: 0.5s all;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.vib-scroll-animations .scrollsection .box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 0;
  text-align: center;
}
.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: 1;
  margin: 0;
  transition: 0.5s all;
}
.vib-scroll-animations .scrollsection .info .summary-register {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
.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: 200px;
  max-height: 130px;
  margin: 0 auto;
}

.vib-v2-news-best {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 0;
  background: transparent;
  text-transform: none;
  margin-top: 10px;
}
.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 {
    animation-play-state: paused;
  }
  .vib-banner-bottom .scrollsection:hover .item {
    touch-action: none;
    cursor: grab;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }
  .vib-banner-bottom .scrollsection .item {
    width: 310px;
  }
  .vib-banner-bottom .scrollsection.brabbing .item {
    touch-action: none;
    cursor: grabbing;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            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;
  }
  .controls .button:hover {
    box-shadow: 0px 0.618557px 10.09px rgba(246, 146, 30, 0.6);
  }
  .controls .prevPage {
    left: 0;
  }
}
@media (max-width: 767px) {
  .vib-banner-bottom {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .vib-banner-bottom .vib-scroll-animations .scrollsection {
    animation: city 170s linear infinite;
  }
  .vib-banner-bottom .vib-scroll-animations .scrollsection .item {
    width: 280px;
  }
  .vib-banner-bottom .vib-scroll-animations .scrollsection .item .image img {
    max-width: 250px;
  }
  .vib-banner-bottom .vib-v2-wrapper_new {
    padding: 0;
  }
  .vib-banner-bottom .content {
    border-radius: 0;
  }
  .vib-banner-bottom .title {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .vib-banner-bottom .scrollsection {
    background-position-x: 0;
  }
}
.radio-custom, .checkbox-custom {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

.list-tab-round {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}

.list-tab-round .group_tab_container {
  display: flex;
  justify-content: left;
  padding: 6px;
  border-radius: 40px;
  background: #fff;
  width: -moz-min-content;
  width: min-content;
  border: 1px solid #E4E4E4;
  position: relative;
  gap: 0;
}

.list-tab-round .group_tab_container .form_group + .form_group {
  margin-left: 20px;
}

.list-tab-round .group_tab_container input[type=radio] + label {
  font-weight: 400;
  color: var(--mono1);
  z-index: 2;
  transition: all 0.5s;
  position: relative;
  padding: 6px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 26px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}

.list-tab-round .group_tab_container input[type=radio]:checked + label {
  font-weight: 600;
  color: var(--mono7);
  z-index: 2;
  transition: all 0.5s;
  position: relative;
}

.list-tab-round .group_tab_container .floating-bar {
  border-radius: 20px;
  background: var(--fire-gradient-right);
  content: "";
  position: absolute;
  height: 38px;
  width: 190px;
  z-index: 1;
  transition: all 0.5s;
  left: 7px;
  bottom: inherit;
}

.list-tab-round.ice-gradient-right, .list-tab-round.fire-gradient-right {
  background: transparent;
}

.list-tab-round.ice-gradient-right .group_tab_container .floating-bar {
  background: var(--ice-gradient-right);
}

.list-tab-round .group_content_container {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.list-tab-round .group_content_container .content-tab {
  display: none;
}

.list-tab-round .group_content_container .content-tab.active {
  display: block;
}

@media screen and (min-width: 1025px) {
  .list-tab-round .group_tab_container input[type=radio]:not(:checked) + label:hover {
    background: var(--mono5);
  }
  .vib-banner-bottom .scroll-controls .scroll-next:hover::before {
    background: #000;
  }
  .vib-banner-bottom .scroll-controls .scroll-prev:hover::before {
    background: #000;
  }
  .vib-banner-bottom .scroll-controls .scroll-next:hover::after {
    filter: invert(100%) brightness(200%);
  }
  .vib-banner-bottom .scroll-controls .scroll-prev:hover::after {
    filter: invert(100%) brightness(200%);
  }
}
@media screen and (max-width: 767px) {
  .vib-banner-bottom .vib-scroll-animations {
    margin-bottom: 40px;
  }
  .list-tab-round:not(.all-devices) .group_tab_container {
    display: flex;
    gap: 5px;
    position: absolute;
    transition: 0.5s;
    width: calc(100vw - 40px);
    background: #ffffff;
    box-shadow: var(--box-shadow);
    z-index: 1;
    overflow: hidden;
    padding: 20px;
    margin-top: 0;
    opacity: 0;
    height: auto;
    border-radius: 15px;
    pointer-events: none;
    flex-direction: column;
  }
  .list-tab-round:not(.all-devices) .group_tab_container.active {
    margin-top: 10px;
    opacity: 1;
    pointer-events: all;
  }
  .list-tab-round:not(.all-devices) .group_tab_container input[type=radio] + label {
    padding: 0;
    width: 100%;
  }
  .list-tab-round:not(.all-devices) .group_tab_container .form_group + .form_group {
    margin-left: 0;
  }
  .list-tab-round:not(.all-devices) .floating-bar {
    display: none;
  }
  .list-tab-round:not(.all-devices) .group_tab_container input[type=radio]:checked + label {
    color: var(--mono1);
    font-weight: 600;
  }
}
@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;
  }
}
@keyframes city {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}/*# sourceMappingURL=block-citycard.css.map */