.elementor-kit-13{--e-global-color-primary:#F2CD5E;--e-global-color-secondary:#393C3D;--e-global-color-text:#0A0C0D;--e-global-color-accent:#BF7F30;--e-global-color-c7ae899:#F2BA52;--e-global-color-b40afad:#0A0C0D;--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;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );border-radius:8px 8px 8px 8px;padding:12px 24px 12px 24px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:#FFFFFF;}.elementor-kit-13 a:hover{color:#C7C7C7;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shimmer-gold {
  color: rgba(242, 205, 95, 0.75);
  background-image: linear-gradient(
    90deg,
    #222 0%,
    #222 30%,
    #fff 50%,
    #222 70%,
    #222 100%
  );
  background-size: 300% 100%;
  background-repeat: no-repeat;
  background-position: -100% 0;

  -webkit-background-clip: text;
  background-clip: text;

  animation: shimmer 6s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: 150% 0;
  }
  50%,
  100% {
    background-position: -150% 0;
  }
}

#pointer {
    background-image: radial-gradient(circle, rgba(242, 205, 94, 1) 0%, rgba(242, 205, 94, 0) 50%);
    filter: blur(80px);
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    background-position: -150% 0;
  }
}

html{

    scroll-behavior: smooth !important;

}/* End custom CSS */