.elementor-kit-2408{--e-global-color-primary:#CC1818;--e-global-color-secondary:#080808;--e-global-color-text:#FFFFFF;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2408 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-element-4330367,
.elementor-element-8d23137,
.elementor-element-8d23137 > .elementor-widget-container {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

.bizrank-marquee-band {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  background: #CC1818;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  box-sizing: border-box;
}

.bizrank-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  animation: bizrankMarquee 22s linear infinite;
}

.bizrank-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.bizrank-marquee-band .bizrank-marquee-group h4 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  white-space: nowrap !important;
  display: inline-block !important;
}

.bizrank-marquee-band .sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  flex-shrink: 0;
}

.bizrank-marquee-band::before,
.bizrank-marquee-band::after {
  content: '';
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.bizrank-marquee-band::before {
  left: 0;
  background: linear-gradient(to right, #CC1818 0%, rgba(204,24,24,0) 100%);
}
.bizrank-marquee-band::after {
  right: 0;
  background: linear-gradient(to left, #CC1818 0%, rgba(204,24,24,0) 100%);
}

@keyframes bizrankMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */