.elementor-kit-7{--e-global-color-primary:#1C43DD;--e-global-color-secondary:#6CE26E;--e-global-color-text:#383838;--e-global-color-accent:#6CE26E;--e-global-typography-primary-font-family:"avenir-lt-pro";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"avenir-lt-pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"avenir-lt-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"avenir-lt-pro";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"avenir-lt-pro", Sans-serif;font-size:23px;line-height:1.6em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"avenir-lt-pro", Sans-serif;font-size:18px;font-weight:800;text-decoration:none;color:#000000;border-radius:8px 8px 8px 8px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:30px;}.elementor-kit-7 a{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-7 h1{font-family:"avenir-lt-pro", Sans-serif;font-size:60px;font-weight:800;}.elementor-kit-7 h2{font-family:"avenir-lt-pro", Sans-serif;font-size:45px;font-weight:800;}.elementor-kit-7 h3{font-family:"avenir-lt-pro", Sans-serif;font-size:35px;}.elementor-kit-7 h4{font-family:"avenir-lt-pro", Sans-serif;font-size:25px;font-weight:800;}.elementor-kit-7 h5{font-family:"avenir-lt-pro", Sans-serif;font-size:20px;font-weight:300;}.elementor-kit-7 h6{font-family:"avenir-lt-pro", Sans-serif;font-size:18px;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.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-kit-7 h1{font-size:50px;}.elementor-kit-7 h2{font-size:40px;}.elementor-kit-7 h3{font-size:35px;}.elementor-kit-7 h4{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Add spacing below paragraphs and lists */
p,
ul,
ol {
  margin-bottom: 30px;
}

/* Add spacing between individual list items */
ul li,
ol li {
  margin-bottom: 15px;
}

/* Ensure the page takes up the full viewport height, 
   remove default body/html margins */
html, body {
  height: 100%;
  margin: 0;
}

/* Use Flexbox layout on the body 
   so we can push the footer down */
body {
  display: flex;
  flex-direction: column; /* stack header, content, footer vertically */
}

/* Make the main content area expand to fill available space,
   pushing the footer to the bottom if content is short */
#page, #content, .site-content {
  flex: 1 0 auto;
}

/* Prevent the footer from shrinking 
   so it always stays at its natural height at the bottom */
footer {
  flex-shrink: 0;
}/* End custom CSS */