.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: #FAFAFA;
  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: linear-gradient(86deg, #0DE7E6 0%, #0E34B8 51.76%, #0032C1 99.46%);
  border-radius: 0px;
  position: relative;
  background-size: cover;
}
.vib-banner-bottom .vib-scroll-animations {
  height: 450px;
  position: relative;
  padding-top: 80px;
  margin-bottom: 0px;
}
.vib-banner-bottom .vib-scroll-animations.no-scroll {
  height: 355px;
}
.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;
  padding-top: 90px;
  display: flex;
  align-items: flex-start;
  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.4s all;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 10px 10px 0 10px;
}
.vib-scroll-animations .scrollsection .box .link-detail {
  height: 0;
  transition: 0.3s all;
  opacity: 0;
}
.vib-scroll-animations .scrollsection .box .link-detail a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.vib-scroll-animations .scrollsection .box .link-detail a::after {
  background: var(--icon-Angle_right_white) center center no-repeat;
  background-size: 20px;
  position: relative;
  transition: 0.3s all;
}
.vib-scroll-animations .scrollsection .box:hover {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
}
.vib-scroll-animations .scrollsection .box:hover .vib-credit-summary-register {
  height: auto;
  opacity: 1;
  transition: 0.7s all;
}
.vib-scroll-animations .scrollsection .box:hover .link-detail {
  height: auto;
  opacity: 1;
  transition: 0.7s all;
}
.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 .vib-credit-summary-register {
  margin-top: 5px;
  height: 0;
  opacity: 0;
  transition: 0.3s 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: 200px;
  max-height: 130px;
  margin: 0 auto;
}
.vib-scroll-animations .scrollsection .item.portrail-card {
  padding-top: 28px;
}
.vib-scroll-animations .scrollsection .item.portrail-card .image img {
  max-width: 120px;
  max-height: 190px;
}

.group_content_container #snow_card_1,
.group_content_container #snow_card_2,
.group_content_container #snow_card_3 {
  position: absolute;
  z-index: 1;
  opacity: 1;
  transition: all 0.8s;
  pointer-events: none;
}
.group_content_container #snow_card_1 img,
.group_content_container #snow_card_2 img,
.group_content_container #snow_card_3 img {
  max-width: 100%;
  height: auto;
}
.group_content_container #snow_card_1 {
  width: 63px;
  height: 63px;
  top: 5px;
  left: 32px;
}
.group_content_container #snow_card_2 {
  width: 44px;
  height: 37px;
  left: 116px;
  top: 24px;
}
.group_content_container #snow_card_3 {
  width: 91px;
  height: 84px;
  bottom: 37px;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .group_content_container #snow_card_1 {
    width: 38px;
    height: 38px;
    top: 7px;
    left: 9px;
  }
  .group_content_container #snow_card_2 {
    width: 26px;
    height: 22px;
    left: 60px;
    top: 18px;
  }
  .group_content_container #snow_card_3 {
    width: 50px;
    height: 47px;
    bottom: 19px;
    right: 19px;
  }
}
.vib-v2-news-best {
  height: auto;
  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: 20%;
  }
  .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: 0px;
    padding-top: 40px;
  }
  .vib-banner-bottom .scroll-controls {
    bottom: 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;
    background: linear-gradient(83deg, #0DE7E6 -7.14%, #001B78 99.58%);
  }
  .vib-banner-bottom .title {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .vib-banner-bottom .scrollsection {
    background-position-x: 0;
  }
  .vib-v2-news-best {
    margin-bottom: 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: 500;
  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: 500;
  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%);
  }
  .vib-scroll-animations .scrollsection .box .link-detail a::after {
    top: 7px;
  }
  .vib-scroll-animations .scrollsection .box .link-detail a:hover {
    color: var(--color-dard-orange);
  }
  .vib-scroll-animations .scrollsection .box .link-detail a:hover::after {
    background: var(--icon-Angle_right_orange) center center no-repeat;
    background-size: 20px;
    transition: 0.2s all;
  }
}
@media screen and (max-width: 1023px) {
  .vib-scroll-animations .scrollsection .box a:not(.vib-v2-btn-dk01) {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vib-banner-bottom .vib-scroll-animations {
    margin-bottom: 0px;
    padding-top: 60px;
    height: 420px;
  }
  .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 */