@keyframes float-pulse {
  0% {
    transform: scale(100%);
  }
  50% {
    transform: scale(110%);
  }
  100% {
    transform: scale(100%);
  }
}
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Gilroy";
  text-underline-position: under;
}
body a {
  color: inherit;
}
body a:hover {
  color: inherit;
}
body strong {
  font-weight: bold;
}
body img {
  display: block;
}
body [type=button]:focus, body [type=submit]:focus, body button:focus, body select:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 5px rgba(var(--e-global-color-primary), 0.5);
  outline: none;
}
body .elementor-icon {
  line-height: 0;
}
body .elementor-icon svg {
  height: auto;
}

[data-aos] {
  transition: cubic-bezier(0.25, 0.1, 0.25, 1);
}

[data-aos=clip-to-right] {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-right].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-left] {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-left].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-top] {
  clip-path: inset(100% 0 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-top].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-bottom] {
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-bottom].aos-animate {
  clip-path: inset(0 0 0 0);
}

html:not(.no-js) body [data-aos=float] {
  animation: float 6s ease-in-out infinite;
}
html:not(.no-js) body [data-aos=float]:nth-child(0) {
  animation-delay: 2087ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 1654ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 2744ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 2725ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 2622ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 817ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 1733ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 1570ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 1034ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 935ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 2059ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(11) {
  animation-delay: 678ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(12) {
  animation-delay: 1118ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(13) {
  animation-delay: 675ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(14) {
  animation-delay: 947ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(15) {
  animation-delay: 2268ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(16) {
  animation-delay: 711ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(17) {
  animation-delay: 1712ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(18) {
  animation-delay: 1731ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(19) {
  animation-delay: 2297ms;
}

html:not(.no-js) body [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

html:not(.no-js) body [data-aos=fade-down] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

html:not(.no-js) body [data-aos=fade-left] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

html:not(.no-js) body [data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

@media screen and (max-width: 768px) {
  [data-aos-delay]:not(.mobile-delay) {
    transition-delay: 0s !important;
  }
}
