.bannerbarfooterRand,
.bannerbarTopperhold,
.bannerbarToppeSlider {
  display: none;
}

.banner-notification-bar .banner-text {
  white-space: normal;
  overflow-wrap: break-word;
}

div#ybatcountbtnside .bannerbarteatxt_slider {
  max-width: 80vw;
}

.banner-col-4.nobannerclass,
.banner-col-6.nobannerclass {
  display: none;
}

.bannerbtneditr {
  display: inline-block;
  padding: 4px 16px;
  text-decoration: none !important;
}

.bannerbarsticky {
  transition: all 0.3s ease;
}

.bannerbarstickynav {
  transition: all 0.3s ease;
  bottom: 0;
}

.bannerbarfixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation: smoothScroll 1s forwards;
}

.bannerbarfixednav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation: smoothScrollnav 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes smoothScrollnav {
  0% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0);
  }
}

div#ybatcountbtnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div#ybatcountbutton {
  margin-left: 30px;
}

.dd-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 500;
  border-radius: 0;
  display: none;
}

.breakpoint-on .dd-trigger {
  height: 38px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.banner-notification-bar .banner-button .banner-button-text {
  padding: 5px 11px;
  text-decoration: none;
  font-weight: 500;
}

.topbarcontainer {
  position: relative;
  z-index: 11;
}

.banner-notification-bar .banner-content {
  text-align: center;
  margin: auto;
  padding: 6px 50px;
}

.banner-notification-bar .banner-text {
  display: inline-block;
}

.banner-notification-bar.banner-notification-bar .banner-button .banner-button-text {
  text-decoration: none;
}

.banner-notification-bar .banner-button {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

a.banner-button-text.banner-padding-text:hover {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

.banner-notification-bar .banner-hide {
  position: absolute;
  top: 0px;
  right: 2px;
  text-decoration: none;
}

.banner-notification-bar .banner-hide .banner-close-icon {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  padding: 7px;
  background: #b7c5c98a;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  cursor: pointer;
}

.banner-notification-bar .banner-hide .banner-close-icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width:480px) {
  .banner-align-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-notification-bar .banner-content {
    padding: 10px 20px;
  }
}

.banner-text .bannerbar_button {
  display: inline-block;
  padding-left: 30px;
}

@media all and (max-width :768px) {
  nav.bannerbarnav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -300px 0;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -300px 0;
  }
}

.banner-container {
  position: relative;
  z-index: 1;
}

.banner-container:before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #98ec35;
}

.bannerbarteatxt_slider {
  display: none;
  width: 600px;
}

.banner_row_class .bannerbarteatxt_slider {
  width: 100vw;
}

.slide {
  position: relative;
  width: 100%
}

.slider-item {
  width: 100%;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5,
.banner-text h6,
.banner-text p {
  display: inherit;
}

.banner-text .bannerbar_button {
  padding-left: 30px;
}

.bannerbar_button a {
  padding: 6px 10px;
  font-weight: 500;
}

.banner-container {
  padding-right: 0;
  padding-left: 1em;
  width: 100%
}

.banner_row_class .banner-col-6 {
  padding-right: 0em;
}

.banner-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.banner-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.banner-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  height: auto;
}

.bn-controls button {
  padding: 0;
}

.banner-container li {
  list-style: none;
}

@media screen and (max-width:768px) {

  .banner-row {
    display: block;
  }

  .banner-col-4 {
    margin-top: 6%
  }
}

tr#nticker_r {
  display: inline-block;
  width: 48%
}

tr#nticker_r th {
  width: 130px;
}

.active {
  display: revert;
}

.deactive {
  display: none;
}

input#bannerbtn_link {
  width: 100%
}

li#banner_display_wrapper_bold {
  padding-right: 5%;

  //padding-left: 5%}
@media screen and (max-width:768px) {
  .banner-text .bannerbar_button {
    margin-top: 20px;
  }

  .banner-col-6,
  .banner-col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width:768px) {

  .banner-text h1,
  .banner-text h2,
  .banner-text h3,
  .banner-text h4,
  .banner-text h5,
  .banner-text h6,
  .banner-text p {
    display: block;
    margin: 10px 0;
  }

  div#ybatcountbtnwrap {
    display: block;
  }

  div#ybatcountbutton {
    margin-left: 0;
    margin-top: 30px;
  }
}

div#ybatcountbtnside li span#contspan {
  font-size: 83% !important;
}

div#ybatcountbtnside li {
  margin-right: 0px !important;
  margin: 0 -3px !important;
}

@media screen and (max-width:768px) {
  .banner-text .bannerbar_button {
    padding-left: 0;
    display: block;
  }

  div#ybatcountbtnside .bannerbarteatxt_slider {
    max-width: 100vw;
  }
}

@media screen and (max-width:480px) {
  .bannerbarteatxt_slider p {
    font-size: 100% !important;
  }

  div#ybatcountbtnside .bannerbarteatxt_slider {
    max-width: 100vw;
  }

  .banner-notification-bar .banner-text {
    display: block;
  }

  .banner-col-6,
  .banner-col-4 {
    text-align: center;
    padding-right: 0;
    justify-content: center;
  }

  .banner-row {
    width: 100%;
    display: block;
    padding: 0;
  }

  .banner-text .bannerbar_button {
    padding-left: 0;
  }
}

.swiper-wrapper {
  min-height: 64px;
  height: auto;
}

.swiper-button-prev {
  position: absolute;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 16px !important;
  height: 16px !important;
  background: none;
  border: none;
  z-index: 10;
  cursor: pointer;
  margin-top: auto !important;
  left: 24px !important;
}

.swiper-button-next {
  position: absolute;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 16px !important;
  height: 16px !important;
  background: none;
  border: none;
  z-index: 10;
  cursor: pointer;
  margin-top: auto !important;
  right: 24px !important;
}

.swiper-button-disabled {
  display: none !important;
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 12px !important;
  }

  .swiper-button-next {
    right: 12px !important;
  }
}

/* Use the provided SVG for the buttons */

.swiper-button-prev {
  content: url('../svgs/leftArrow.svg');
}

.swiper-button-next {
  content: url('../svgs/rightArrow.svg');
}

.bannerSwipe {
  width: 100%;
  height: 100%;
}

.banner-item-wrapper{
  display: inline-flex;
}

@media (max-width: 768px) {
  .banner-item-wrapper {
    display: block;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .countdown-timer  {
    margin: auto 32px !important;
  }
}

.banner-p-text {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: 700;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  margin: auto;
  line-height: 22px;
}
.banner-p-terms {
  margin-bottom: 0 !important;
  font-family: Proxima Nova;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.banner-p-text sup a {
  font-weight: 700 !important;
  cursor: pointer !important;
  color: #fff !important;
}

.a-btn2023{
  width: auto;
  min-width: 120px;
  border: 1px solid #663399;
  transition: all .2s ease-in;
  padding: 8px 16px 8px 16px;
  display: inline-flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  max-width: unset;
  border-radius: 10px;
  font-family: proxima-nova;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  & > * {
    pointer-events: none;
  }
}

@media (max-width: 425px) {
  .a-btn2023 {
    width: 100%;
  }
}

.a-btn2023-image{
  height: 12px;
  margin-left: 9px;
}

.a-btn2023:hover{
  border: 1px solid #FFFFFF;
  background-color: #663399;
  color: #FFFFFF;
  text-decoration: none;
}