.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#83282D;--e-global-color-2c82cc3:#D1D0C3;--e-global-color-7ffaaf3:#FFFFFF;--e-global-color-6d48607:#02010100;--e-global-typography-primary-font-family:"century-gothic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"century-gothic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"century-gothic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"century-gothic";--e-global-typography-accent-font-weight:500;--e-global-typography-7adff69-font-family:"century-gothic";--e-global-typography-7adff69-font-size:16px;--e-global-typography-7adff69-font-weight:100;--e-global-typography-7df6873-font-family:"century-gothic";--e-global-typography-7df6873-font-size:17px;--e-global-typography-7df6873-font-weight:bold;--e-global-typography-7df6873-text-transform:uppercase;--e-global-typography-7df6873-letter-spacing:0.1em;--e-global-typography-34b0704-font-family:"century-gothic";--e-global-typography-34b0704-font-size:14px;--e-global-typography-34b0704-font-weight:bold;--e-global-typography-34b0704-text-transform:uppercase;--e-global-typography-34b0704-letter-spacing:0.1em;--e-global-typography-c5c41b7-font-family:"century-gothic";--e-global-typography-c5c41b7-font-size:60px;--e-global-typography-c5c41b7-font-weight:normal;--e-global-typography-3ecf13f-font-family:"century-gothic";--e-global-typography-3ecf13f-font-size:15px;--e-global-typography-3ecf13f-font-weight:300;--e-global-typography-3ecf13f-line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-7df6873-font-family ), Sans-serif;font-size:var( --e-global-typography-7df6873-font-size );font-weight:var( --e-global-typography-7df6873-font-weight );text-transform:var( --e-global-typography-7df6873-text-transform );letter-spacing:var( --e-global-typography-7df6873-letter-spacing );border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-7df6873-font-size );letter-spacing:var( --e-global-typography-7df6873-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-c5c41b7-font-size:40px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-7df6873-font-size );letter-spacing:var( --e-global-typography-7df6873-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media screen and (min-width: 1024px) and (hover: hover) and (pointer: fine) {
.grow { 
  transition: all .2s ease-in-out; 
}

.grow:hover { 
  transform: scale(1.05); 
}

.presu {cursor:pointer;}

  }

.slick-arrow{border-radius:100px;}
.fly{
  position: relative;
  animation: pulse 3s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/* End custom CSS */