.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ed0a348:#CBA135;--e-global-color-a6378aa:#4A1A1A;--e-global-color-b7aac58:#FAF7F2;--e-global-color-a2dace0:#0F1E2E;--e-global-color-bfe0b84:#F9F9FF;--e-global-color-6b6d883:#F9F9FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-02ac787-font-family:"Lora";--e-global-typography-02ac787-font-size:1.4rem;--e-global-typography-02ac787-font-weight:400;--e-global-typography-02ac787-text-transform:uppercase;--e-global-typography-02ac787-line-height:1.6em;--e-global-typography-02ac787-letter-spacing:5px;--e-global-typography-bd59988-font-family:"Alex Brush";--e-global-typography-bd59988-font-size:6.8rem;--e-global-typography-bd59988-font-weight:200;--e-global-typography-bd59988-text-transform:none;--e-global-typography-bd59988-line-height:0.7em;--e-global-typography-bd59988-letter-spacing:5.5px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a:hover{color:var( --e-global-color-ed0a348 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-bd59988-font-size:28px;--e-global-typography-bd59988-letter-spacing:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.spin-img {
  animation: rotateCD 24s linear infinite;
  transform-origin: center;
}

@keyframes rotateCD {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cd-float {
  animation: spin 4s linear infinite, float 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(360deg) translateY(0px);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}/* End custom CSS */