.elementor-3874 .elementor-element.elementor-element-857924a{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}body.elementor-page-3874:not(.elementor-motion-effects-element-type-background), body.elementor-page-3874 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030303;}/* Start custom CSS for html, class: .elementor-element-8cbd11c *//* Fullscreen overlay */
.redirect-screen {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  z-index: 9999;
}

/* Center card */
.redirect-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 22px 22px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  max-width: 420px;
  width: 100%;
}

/* Text */
.redirect-text {
  margin: 0;
  font: 500 16px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(0,0,0,0.78);
  text-align: center;
}

/* Spinner */
.spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 4px solid rgba(0,0,0,0.12);
  border-top-color: rgba(0,0,0,0.7);
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}/* End custom CSS */