.elementor-kit-8{--e-global-color-primary:#002856;--e-global-color-secondary:#E60000;--e-global-color-text:#575757;--e-global-color-accent:#002856;--e-global-color-83d3a0e:#FFFFFF;--e-global-color-1e2a7a1:#F4F4F4;--e-global-color-8a8e2b6:#002856;--e-global-color-c4d4380:#393E43;--e-global-color-b9b57a4:#002856CC;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Red Hat Display";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Display";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-a449217-font-family:"Red Hat Display";--e-global-typography-a449217-font-size:60px;--e-global-typography-a449217-font-weight:700;--e-global-typography-a449217-line-height:1.2em;--e-global-typography-dca472b-font-family:"Red Hat Display";--e-global-typography-dca472b-font-size:50px;--e-global-typography-dca472b-font-weight:700;--e-global-typography-dca472b-line-height:1.2em;--e-global-typography-dc4515a-font-family:"Red Hat Display";--e-global-typography-dc4515a-font-size:18px;--e-global-typography-dc4515a-line-height:1.2em;--e-global-typography-0d19580-font-family:"Red Hat Display";--e-global-typography-0d19580-font-size:25px;--e-global-typography-1a556eb-font-family:"Red Hat Display";--e-global-typography-1a556eb-font-size:15px;--e-global-typography-1a556eb-line-height:1.2px;color:var( --e-global-color-text );line-height:1.7em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-83d3a0e );border-radius:4px 4px 4px 4px;padding:18px 30px 18px 30px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-83d3a0e );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-8 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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-8{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;--e-global-typography-a449217-font-size:55px;--e-global-typography-dca472b-font-size:45px;--e-global-typography-0d19580-font-size:22px;}.elementor-kit-8 a{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;--e-global-typography-a449217-font-size:40px;--e-global-typography-dca472b-font-size:34px;--e-global-typography-0d19580-font-size:20px;}.elementor-kit-8 a{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.tb-pageheading{}
.tb-pageblock{}
.tb-imgleft{}
.tb-imgright{}
.tb-textleft{}
.tb-textright{}
.tb-pagebanner{}
.tb-calcblock{}
.tb-button{}
.tb-leftimg-block{}
.tb-rightimg-block{}



@keyframes shakeCycle {
  0%, 80% { transform: translateX(0); }   /* idle for 80% (≈ 2.4s of 3s) */
  81% { transform: translateX(-10px); }
  86% { transform: translateX(10px); }
  91% { transform: translateX(-10px); }
  96% { transform: translateX(10px); }
  100% { transform: translateX(0); }      /* back to normal */
}

.cshake a {
  display: inline-block;
  animation: shakeCycle 3s ease-in-out infinite;
}/* End custom CSS */