.elementor-kit-58{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B46F30;--e-global-color-601797a:#0A0A0A;--e-global-color-3fa450d:#FCF9F9;--e-global-color-1fc52c9:#B46F30;--e-global-color-057b068:#B0B7AB;--e-global-color-5d599f2:#6B7468;--e-global-color-54b098b:#FFFCE9;--e-global-color-6c7ffb3:#C4AA87;--e-global-color-e5f33cd:#EEF1EC;--e-global-color-782619f:#493624;--e-global-color-838dc6b:#1F2020;--e-global-color-4028cf3:#FFFFFF;--e-global-typography-primary-font-family:"Tangerine";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:200;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:200;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:200;--e-page-transition-entrance-animation:e-page-transition-fade-out-right;--e-page-transition-exit-animation:e-page-transition-fade-in-right;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-58 button,.elementor-kit-58 input[type="button"],.elementor-kit-58 input[type="submit"],.elementor-kit-58 .elementor-button{background-color:var( --e-global-color-1fc52c9 );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-601797a );border-radius:0px 0px 0px 0px;}.elementor-kit-58 e-page-transition{background-color:var( --e-global-color-601797a );}.elementor-kit-58 a{color:var( --e-global-color-057b068 );}.elementor-kit-58 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-58 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-58 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-58 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-58 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-58 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-58 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-58 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-58 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child{
    padding-bottom: -20px!important;
}



.gradient-background {
  background: linear-gradient(299deg,deepskyblue,darkviolet,blue,white,#923d3d);
  background-size: 300% 300%;
  animation: gradient-animation 30s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* End custom CSS */