.elementor-14383 .elementor-element.elementor-element-eb2bcea{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14383 .elementor-element.elementor-element-4e33a58{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-4e33a58 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');

.ticker-link {
  text-decoration: none;
  display: block;
  width: 100%;
}

.ticker-wrap {
  overflow: hidden;
  background-color: #ffcd33;
  padding: 12px 0;
  white-space: nowrap;
  cursor: pointer;
}

.ticker-wrap:hover {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.ticker {
  display: inline-block;
  animation: ticker-scroll 20s linear infinite;
}

.ticker span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ticker span.bold {
  font-weight: 800;
}

.ticker span.regular {
  font-weight: 400;
}

.ticker span.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.elementor-widget-html {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}/* End custom CSS */