.elementor-kit-6{--e-global-color-primary:#C4A5A8;--e-global-color-secondary:#FAF5F0;--e-global-color-text:#2B2B2B;--e-global-color-accent:#296B64;--e-global-color-3f46023:#D44C75;--e-global-color-acb08fd:#E8D5D7;--e-global-color-b7bd94b:#EDE6DF;--e-global-color-5fe4987:#FFFFFF;--e-global-color-20749b1:#2B2B2B;--e-global-color-e31db90:#666666;--e-global-typography-primary-font-family:"Tenor Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:15px;line-height:1.6em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-3f46023 );font-family:"Raleway", Sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var( --e-global-color-5fe4987 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-3f46023 );border-radius:0px 0px 0px 0px;padding:0.9rem 2.2rem 00.9rem 2.2rem;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#A63D5D;border-style:solid;border-color:#A63D5D;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Tenor Sans", Sans-serif;font-size:40px;font-weight:400;line-height:1.4em;}.elementor-kit-6 h2{font-family:"Tenor Sans", Sans-serif;font-size:34px;font-weight:400;line-height:1.4em;}.elementor-kit-6 h3{font-family:"Tenor Sans", Sans-serif;font-size:30px;font-weight:400;line-height:1.4em;}.elementor-kit-6 h4{font-family:"Tenor Sans", Sans-serif;font-size:26px;font-weight:400;line-height:1.4em;}.elementor-kit-6 h5{font-family:"Tenor Sans", Sans-serif;font-size:20px;font-weight:400;line-height:1.4em;}.elementor-kit-6 h6{font-family:"Tenor Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:24px;}.elementor-kit-6 h5{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  /* Desktop Font Sizes */
  --heading-1: 40px;
  --heading-2: 36px;
  --heading-3: 30px;
  --heading-4: 26px;
  --heading-5: 20px;
  --heading-6: 16px;

  /* Mobile Font Sizes */
  --heading-1-m: 36px;
  --heading-2-m: 32px;
  --heading-3-m: 28px;
  --heading-4-m: 24px;
  --heading-5-m: 20px;
  --heading-6-m: 16px;
}

/* Desktop */
.heading-1 * { font-size: var(--heading-1) !important; line-height: 1.4em !important; }
.heading-2 * { font-size: var(--heading-2) !important; line-height: 1.4em !important; }
.heading-3 * { font-size: var(--heading-3) !important; line-height: 1.4em !important; }
.heading-4 * { font-size: var(--heading-4) !important; line-height: 1.4em !important; }
.heading-5 * { font-size: var(--heading-5) !important; line-height: 1.4em !important; }
.heading-6 * { font-size: var(--heading-6) !important; line-height: 1.4em !important; }

/* Mobile */
@media (max-width: 767px) {
  .heading-1 * { font-size: var(--heading-1-m) !important; }
  .heading-2 * { font-size: var(--heading-2-m) !important; }
  .heading-3 * { font-size: var(--heading-3-m) !important; }
  .heading-4 * { font-size: var(--heading-4-m) !important; }
  .heading-5 * { font-size: var(--heading-5-m) !important; }
  .heading-6 * { font-size: var(--heading-6-m) !important; }
}

/*Font Weight*/
.font-w-thin * { font-weight: 100 !important; }
.font-w-extralight * { font-weight: 200 !important; }
.font-w-light * { font-weight: 300 !important; }
.font-w-normal * { font-weight: 400 !important; }
.font-w-medium * { font-weight: 500 !important; }
.font-w-semibold * { font-weight: 600 !important; }
.font-w-bold * { font-weight: 700 !important; }
.font-w-extrabold * { font-weight: 800 !important; }
.font-w-black * { font-weight: 900 !important; }

.font-preheader-1{
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
}
.font-preheader-2{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.font-preheader-3{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
}/* End custom CSS */