.elementor-kit-7{--e-global-color-primary:#2C5753;--e-global-color-secondary:#292B33;--e-global-color-text:#626262;--e-global-color-accent:#C03B3E;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 */@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Open+Sans:wght@400;600;700&display=swap");

:root {
  --mv-content-width: 1220px;
  --mv-bg: #FCFCFC;
  --mv-text: #626262;
  --mv-green: #2C5753;
  --mv-green-hover: #1F4A46;
  --mv-red: #C03B3E;
  --mv-link: #0095EB;
  --mv-link-hover: #007CC3;
  --mv-gold: #BC9E6B;
  --mv-footer: #292B33;
  --mv-dark: #000119;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", Arial, sans-serif;
}

body {
  background-color: var(--mv-bg);
  color: var(--mv-text);
  font-size: 14px;
  line-height: 25px;
}

h1, h2, h3, h4,
.elementor-heading-title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
}

h1 { font-size: 48px; line-height: 50px; }
h2 { font-size: 30px; line-height: 34px; }
h3 { font-size: 25px; line-height: 29px; }
h4 { font-size: 21px; line-height: 25px; }
h5 { font-size: 15px; line-height: 25px; font-weight: 700; }
h6 { font-size: 14px; line-height: 25px; }

a { color: var(--mv-link); }
a:hover, a:focus { color: var(--mv-link-hover); }

.elementor-button {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  padding: 16px 20px;
  border-radius: 5px;
}

.elementor-nav-menu a {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.e-con.e-con-boxed > .e-con-inner,
.elementor-section.elementor-section-boxed > .elementor-container,
.site-main,
.page-header {
  max-width: var(--mv-content-width);
}

@media (max-width: 767px) {
  h1 { font-size: 38px; line-height: 42px; }
  h2 { font-size: 28px; line-height: 32px; }
  h3 { font-size: 23px; line-height: 27px; }
}/* End custom CSS */