.elementor-widget-iom-scroll-animation.elementor-invisible {
  visibility: visible;
  opacity: 1;
}

.iom-scroll-animation {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 600px;
  position: relative;
  transition: none !important;
}
.iom-scroll-animation canvas.iom-scroll-animation-canvas {
  max-height: 100%;
  max-width: 100%;
}
.iom-scroll-animation:not(.rendered) {
  /*&::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }*/
}
.iom-scroll-animation:not(.rendered)::after {
  content: "";
  width: 48px;
  height: 48px;
  border: 5px solid #0f4183;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: iomAnimationSpinnerRotation 1s linear infinite;
  position: absolute;
  z-index: 2;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

@keyframes iomAnimationSpinnerRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.iom-fixed-scroll-animation-container {
  position: relative;
}
.iom-fixed-scroll-animation-container.initialized {
  height: 800vh;
}
.iom-fixed-scroll-animation-container .iom-fixed-scroll-animation-screen {
  height: 100vh;
  position: sticky;
  top: 0;
  padding-top: var(--total-header-height, 0);
}

/*# sourceMappingURL=scrollAnimationWidget.css.map */
