.elementor-9602 .elementor-element.elementor-element-42ac223{--display:flex;}.elementor-9602 .elementor-element.elementor-element-0369128{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Default styles for screens up to 1280px wide or height 800px and below */
body {
  transform: scale(1);
  transform-origin: top left;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

/* For screens wider than 1280px and taller than 800px */
@media screen and (min-width: 1281px) and (min-height: 801px) {
  body {
    transform: scale(1.5);
    transform-origin: top left;
    width: 66.6667%; /* 100 / 1.5 */
    height: calc(100vh / 1.5);
    overflow-x: hidden;
  }
}/* End custom CSS */