.elementor-kit-7{--e-global-color-primary:#FBFCFC;--e-global-color-secondary:#E9DCDC;--e-global-color-text:#7A7A7A;--e-global-color-accent:#21A84F;--e-global-color-33262b9:#6A0000;--e-global-color-2dc2bea:#400000;--e-global-color-f6075bd:#EC4F3A;--e-global-color-8992583:#CCCCCC;--e-global-color-1f46fb7:#FFFFFF;--e-global-color-f8f940d:#0E48A4;--e-global-color-00afa1c:#1366EA;--e-global-color-7ff325b:#FBFCFC;--e-global-color-b76c9d9:#EBEBF5;--e-global-color-381c998:#06061B;--e-global-color-f332c83:#E64833;--e-global-color-5703b33:#21A84F;--e-global-color-eefe10f:#1366EA;--e-global-color-cd42b78:#0E48A4;--e-global-color-dde8377:#F8F2F2;--e-global-color-e630174:#E7F3EC;--e-global-color-8ece456:#314238;--e-global-color-7e56ca2:#AA8F24;--e-global-color-278e3fa:#17763D;--e-global-color-bc28e3c:#6A0000;--e-global-color-51ebd99:#D3B334;--e-global-color-25122f9:#162D1F;--e-global-color-3dfabe9:#FFFFFF;--e-global-color-e1be470:#192CAB;--e-global-color-707de06:#0F1A5F;--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;--e-global-typography-b3fee4a-font-family:"Inter";--e-global-typography-b3fee4a-font-size:clamp(2rem, 2.5vw + 1rem, 3rem);--e-global-typography-b3fee4a-font-weight:400;--e-global-typography-c298660-font-family:"Inter";--e-global-typography-c298660-font-size:clamp(1.5rem, 2vw + 0.5rem, 2rem);--e-global-typography-c298660-font-weight:400;--e-global-typography-94caf3b-font-family:"Inter";--e-global-typography-94caf3b-font-size:clamp(1.125rem, 1.5vw + 0.5rem, 1.5rem);--e-global-typography-94caf3b-font-weight:400;--e-global-typography-8482b77-font-family:"Inter";--e-global-typography-8482b77-font-size:clamp(0.875rem, 1vw + 0.25rem, 1rem);--e-global-typography-8482b77-font-weight:400;--e-global-typography-6460183-font-family:"Inria Serif";--e-global-typography-6460183-font-size:clamp(1.5rem, 2vw + 0.5rem, 2rem);--e-global-typography-6460183-font-weight:400;--e-global-typography-6460183-line-height:clamp(1.5rem, 2vw + 0.5rem, 2rem);--e-global-typography-37b8cdc-font-family:"Libre Baskerville";--e-global-typography-37b8cdc-font-size:clamp(2rem, 2.5vw + 1rem, 3rem);--e-global-typography-37b8cdc-font-weight:400;--e-global-typography-511358c-font-family:"Open Sans";--e-global-typography-511358c-font-size:clamp(1.5rem, 2vw + 0.5rem, 2rem);--e-global-typography-511358c-font-weight:400;--e-global-typography-246eca6-font-family:"Open Sans";--e-global-typography-246eca6-font-size:clamp(1.125rem, 1.5vw + 0.5rem, 1.5rem);--e-global-typography-246eca6-font-weight:400;background-color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 */p {
    margin: 0;
}

.Red {
    color: var(--e-global-color-f6075bd);
}

.Accent {
    color: var(--e-global-color-accent);
} 

.DarkRed {
    color: var(--e-global-color-2dc2bea);
}

.Red2 {
    color: var(--e-global-color-f332c83);
}

.Green2 {
    color: var(--e-global-color-5703b33);
}

.Accent3 {
    color: var(--e-global-color-7e56ca2);
}

.Green3 {
    color: var(--e-global-color-278e3fa);
} 

.heading-lines::before {
    content: "";
    position: absolute;
    width: 8vw; 
    height: 5px; 
    background: var(--e-global-color-e630174);
    left: 0;
    top: 50%;
    transform: translate(calc(-8vw - 30px), -50%);
}

.heading-lines::after {
    content: "";
    position: absolute;
    width: 8vw; 
    height: 5px; 
    background: var(--e-global-color-e630174);
    right: 0;
    top: 50%;
    transform: translate(calc(8vw + 30px), -50%);
}

@media only screen and (max-width: 750px) {
    .heading-lines::before, 
    .heading-lines::after {
        display: none;
    }
}

.red-background::before, 
.red-background::after {
    background: #F8F2F2 !important;
}


.maxWidth750 {
    max-width: 750px !important;
}

.maxWidth900 {
    max-width: 900px !important;
}

@media only screen and (max-width: 1024px) {
    .maxWidth750 {
        max-width: 500px !important;
    }
}/* End custom CSS */