.elementor-4578 .elementor-element.elementor-element-4576bc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4578 .elementor-element.elementor-element-5d27fb0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4578 .elementor-element.elementor-element-dcca2ab{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-4578 .elementor-element.elementor-element-2411541{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4578 .elementor-element.elementor-element-557449d0{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-4578 .elementor-element.elementor-element-dcca2ab{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-4578 .elementor-element.elementor-element-dcca2ab{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-557449d0 *//* 1) Make the sticky bar zero-footprint and fixed */
.accman-sticky-anchor { 
  position: fixed !important;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 99999;
  pointer-events: none; /* container doesn't catch clicks */
}
.accman-sticky-anchor .sticky-cta {
  position: fixed !important;
  right: env(safe-area-inset-right, 0px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  pointer-events: auto; /* inner items are clickable */
}

/* 2) Prevent any right-side empty gap and scroll */
html, body { overflow-x: hidden !important; }

/* 3) Disable hover shift (prevents tiny overflow on mobile emulation) */
.sticky-cta .cta-item:hover { transform: none !important; }

/* 4) Optional: clip sections that use 100vw and cause horizontal scroll */
.elementor-section, .site, .site-content { overflow-x: clip; }

/* 5) Responsive sizing (match your sticky-cta.css values) */
.sticky-cta .cta-item--vertical { width: 48px; height: 180px; padding: 10px 0; line-height: 1; }
.sticky-cta .cta-item--icon { width: 48px; height: 48px; font-size: 20px; }
.sticky-cta .cta-item { background: #e31b23 !important; color: #fff !important; }
.sticky-cta .cta-item i { color: #fff !important; }

@media (max-width: 992px){
  .sticky-cta .cta-item--vertical { width: 44px; height: 160px; font-size: 14px; }
  .sticky-cta .cta-item--icon { width: 44px; height: 44px; font-size: 18px; }
}
@media (max-width: 640px){
  .sticky-cta .cta-item--vertical { width: 40px; height: 150px; font-size: 13px; }
  .sticky-cta .cta-item--icon { width: 40px; height: 40px; font-size: 17px; }
}
@media (max-width: 480px){
  .sticky-cta .cta-item--vertical { width: 36px; height: 130px; font-size: 12px; padding: 8px 0; }
  .sticky-cta .cta-item--icon { width: 36px; height: 36px; font-size: 16px; }
}
@media (max-width: 360px){
  .sticky-cta .cta-item--vertical { width: 32px; height: 115px; font-size: 11px; padding: 6px 0; }
  .sticky-cta .cta-item--icon { width: 32px; height: 32px; font-size: 15px; }
}/* End custom CSS */