/*
Generated time: June 27, 2025 17:41
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.utility-bar {
  overflow: hidden;
}
.utility-bar .page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.announcement-bar {
  /* width: 100%; */
  display: flex;
  padding: 8px 0;
  height: 40px;
  align-items: unset;
  justify-content: unset;
  animation: translateFull 40s linear infinite;
}
.utility-bar .page-width {
  width: 100%;
  height: auto;
  display: block;
}
.utility-bar .announcement_main {
  display: flex;
  justify-content: center;
}
.announcement-bar {
  /* overflow: hidden;
  flex-grow: 1; */
  flex-wrap: unset;
}
.utility-bar .bar_links {
  display: flex;
  max-width: 500px;
  height: 40px;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 225px;
}
.utility-bar .bar_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.utility-bar .bar_menu li {
  border-right: 1px solid;
  padding-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border-color: #000;
}
.utility-bar .bar_menu li:first-child {
  padding-left: 15px;
}
.utility-bar .bar_menu li:last-child {
  padding-right: 30px;
  border-right: unset;
}
.bar_menu a {
  text-decoration: none;
  font-size: 15px;
  line-height: 3;
  font-weight: 900;
  width: 100%;
  display: block;
  text-transform: uppercase;
  color: #000;
}
.announcement_text_inner {
  display: flex;
  height: 100%;
  flex-shrink: 0;
}
.utility-bar__grid {
  display: unset;
}

@keyframes translateFull {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% * 1));
  }
}
.announcement_text {
  padding-right: 3.5rem;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  margin-block-start: unset;
  margin-block-end: unset;
  text-transform: uppercase;
}
.announcement_text:not(:last-child)::after {
  content: " -- ";
  display: inline-block; /* force it to behave like text */
  color: #000; /* ensure visible */
  font-weight: 400; /* match text weight */
}
@media screen and (max-width: 991px) {
  .utility-bar .bar_links {
    display: none;
  }
  .announcement-bar p {
    display: none;
  }
  .announcement-bar p:first-child {
    display: block !important;
    text-align: center;
  }
  .announcement-bar {
    overflow: unset;
  }
}
