.elementor-kit-5{--e-global-color-primary:#1A82C5;--e-global-color-secondary:#1778BC;--e-global-color-text:#0F1A28;--e-global-color-accent:#F5F4F0;--e-global-color-6e687b1:#3DBFAE;--e-global-color-689c1b8:#5ECFBF;--e-global-color-4d625ed:#EDECEA;--e-global-color-500c3f1:#F9F8F5;--e-global-color-eee606a:#1C2D40;--e-global-color-2665c6f:#3A4D62;--e-global-color-c7d3aa5:#7A90A8;--e-global-color-bdee65e:#0C1523;--e-global-color-8e96872:#111E30;--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-5 e-page-transition{background-color:#FFBC7D;}.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);}.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 */:root {
  --blue: #1A82C5;
  --mint: #3DBFAE;
  --ink: #0F1A28;
  --body: #3A4D62;
}

@keyframes shimmerLine {
  0% { left: -100%; }
  100% { left: 200%; }
}

.btn-prim {
  position: relative;
  overflow: hidden;
}

.btn-prim::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  animation: shimmerLine 3s infinite 1.2s;
}/* End custom CSS */