html, body { width:100%; max-width:100%; overflow-x:clip; }
* { box-sizing:border-box; }

:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { min-width: 320px; overflow-x: hidden; }
a[data-global-link], button[data-global-link], [role="button"][data-global-link] { cursor: pointer !important; }
[role="dialog"], [data-radix-popper-content-wrapper], .genesys-app, #genesys-thirdparty { display:none !important; }


img[data-image-key] {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent !important;
}
.header-v2_headerV2Logo__brlhv.headerV2Logo {
  background-image: none !important;
  width: 170px !important;
  height: auto !important;
  min-height: 36px;
  display:flex !important;
  align-items:center;
}
.header-v2_headerV2Logo__brlhv.headerV2Logo img,
img[data-image-key="header_logo"] { max-width: 170px; height: auto; display:block; }
img[data-image-key="hero_image"] {
  width: min(100%, 520px) !important;
  max-height: 575px;
  margin-left: auto;
}
img[data-image-key="chat_section_image"],
img[data-image-key="technical_section_image"],
img[data-image-key="products_section_image"] {
  width: min(90%, 500px) !important;
  max-height: 520px;
  margin-left: auto;
  margin-right: auto;
}
img[data-image-key="chat_section_image"] {
  object-fit: cover;
  border-radius: 22px;
}
img[data-image-key="commercial_section_image"] {
  width: min(100%, 430px) !important;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.footer_footerDisclaimerLogo__L22P7,
img[data-image-key="footer_logo"] { width: 120px; height: auto; object-fit: contain; }
.styles_main-nav__second-level__OCk9L,
.styles_main-nav__menu-subitems-list__eNjx0,
.menu-toggle_menuToggleOpen__G_DrJ + .menu-toggle__close,
.footer__social_footerSocial__vidSn { display:none !important; }
@media (max-width: 829px) {
  img[data-image-key="hero_image"],
  img[data-image-key="chat_section_image"],
  img[data-image-key="technical_section_image"],
  img[data-image-key="products_section_image"],
  img[data-image-key="commercial_section_image"] {
    width: min(100%, 420px) !important;
    max-height: none;
    margin: 0 auto !important;
  }
}
