.menu-icons {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: flex-end;
}

.menu-icons i {
  font-size: 24px;
  color: #222;
  transition: 0.25s;
}

.menu-icons a:hover i {
  color: #999;
}
.tmenu__burger {
    left: 20px !important;
    right: auto !important;
}
.tmenu__rightwrapper {
    justify-content: flex-start !important;
}
.tmenu_mobile .tmenu__wrapper {
    justify-content: flex-start !important;
}

.marquee {
  white-space: nowrap;
  display: inline-block;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-line {
  display: inline-block;
  white-space: nowrap;
}

.marquee2 {
  display: inline-block;
  padding-right: 25px;
  font-size: 20px;
  color: black;
  animation: marquee2 25s linear infinite;
}

@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*#rec1599861301 {*/
/*    opacity: 0 !important;*/
/*    height: 0 !important;*/
/*    overflow: hidden !important;*/
/*    pointer-events: none !important;*/
/*}*/



