.elementor-kit-27{--e-global-color-primary:#000366;--e-global-color-secondary:#002F3D;--e-global-color-text:#4A444A;--e-global-color-accent:#FF6A13;--e-global-color-1e12e78:#F9AAFB;--e-global-color-78aa66d:#B8E5D1;--e-global-color-499af35:#002F3D;--e-global-color-ea76e26:#FFFFFF;--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;font-family:"Work Sans", Sans-serif;font-weight:400;text-transform:none;line-height:1em;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS */:root{
  --brand-blue:#000366;
  --brand-petrol:#002F3D;
  --brand-orange:#FF6A13;
  --brand-green:#00A388;
  --brand-lavender:#A4B0E0;
  --bg-light-1:#F9AAFB;
  --bg-light-2:#B8E5D1;
  --text-dark:#4A444A;
}
a{color:var(--brand-blue);text-decoration:none}
a:hover, a:focus{color:var(--brand-orange);text-decoration:underline}

.button-primary{
  background:var(--brand-blue); color:#fff; border:none; border-radius:10px;
  padding:.9rem 1.4rem; font-weight:600;
}
.button-primary:hover{filter:brightness(1.12)}
.button-primary:focus{outline:2px solid #fff; box-shadow:0 0 0 4px var(--brand-blue)}
.button-secondary{
  background:transparent; color:var(--brand-blue);
  border:2px solid var(--brand-blue); border-radius:10px; padding:.9rem 1.4rem;
}
.button-secondary:hover{background:var(--brand-blue); color:#fff}
.section-dark{background:var(--brand-petrol); color:#fff}
.section-light{background:var(--bg-light-1)}/* End custom CSS */