.elementor-kit-7366{--e-global-color-primary:#4C4C4C;--e-global-color-secondary:#F3F8FB;--e-global-color-text:#4C4C4C;--e-global-color-accent:#0066CC;--e-global-color-3596e0cb:#A4E4FF;--e-global-color-4ed369fd:#0066CC;--e-global-color-72238f54:#FFF;--e-global-color-b65cc8e:#003366;--e-global-color-c24761b:#E6F1F8;--e-global-color-97819e2:#FF6633;--e-global-color-be4c73e:#F3F8FB;--e-global-color-d0d787e:#000000;--e-global-typography-primary-font-family:"Times New Roman";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1.1rem;--e-global-typography-accent-font-weight:500;--e-global-typography-e38b8b3-font-size:2.8rem;--e-global-typography-e38b8b3-font-weight:300;--e-global-typography-0d721b7-font-size:0.8rem;--e-global-typography-0d721b7-font-style:normal;color:var( --e-global-color-primary );font-family:"Roboto", Serif;font-size:1.1rem;font-weight:300;}.elementor-kit-7366 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7366 a{color:var( --e-global-color-accent );font-weight:600;}.elementor-kit-7366 h1{color:var( --e-global-color-primary );font-family:"Times New Roman", Serif;font-size:2.8rem;line-height:1.3em;}.elementor-kit-7366 h2{color:var( --e-global-color-primary );font-family:"Times New Roman", Serif;font-size:2.2rem;font-weight:400;}.elementor-kit-7366 h3{font-family:"Times New Roman", Serif;font-size:1.5rem;}.elementor-kit-7366 h4{font-family:"Times New Roman", Serif;font-size:1.5rem;}.elementor-kit-7366 h5{font-family:"Times New Roman", Serif;font-size:1.2rem;font-weight:300;line-height:0.1em;}.elementor-kit-7366 h6{font-family:"Times New Roman", Serif;font-size:1rem;}.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);}@media(max-width:1024px){.elementor-kit-7366{--e-global-typography-text-font-size:1rem;font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7366{--e-global-typography-text-font-size:4vw;--e-global-typography-e38b8b3-font-size:34px;font-size:4vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 90px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: #0e41e5;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}

span.content {
  font-size: 0.9rem; 
}

span.content-link {
  font-size: 0.8rem; 
}

div.footer-link {
  font-size: 0.8rem;
}
a.footer-link {
  font-size: 0.8rem;
  color: white;
}/* End custom CSS */