.elementor-3469 .elementor-element.elementor-element-2621687{--display:flex;}.elementor-3469 .elementor-element.elementor-element-5c4d3d2{width:100%;max-width:100%;}/* Start custom CSS */#creative-gate {
  position: fixed;     /* lo fijamos a toda la ventana */
  top: 0;
  left: 0;
  width: 100vw;        /* ancho total */
  height: 100vh;       /* alto total */
  margin: 0;
  padding: 0;
  z-index: 9999;       /* encima de todo */
}

#creative-gate .gate-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* centra vertical */
  align-items: center;      /* centra horizontal */
  text-align: center;
}/* End custom CSS */