.elementor-kit-1535{--e-global-color-primary:#2B2118;--e-global-color-secondary:#2B2118;--e-global-color-text:#2B2118;--e-global-color-accent:#DC344100;--e-global-color-48fcfe0:#FFFFFF;--e-global-color-6f8e18d:#000000;--e-global-color-69ff0b1:#F4F4F4;--e-global-color-ecfa8d8:#2B2118;--e-global-color-c83b168:#AF7A4A;--e-global-color-8fb20e8:#DC3441;--e-global-color-4dfe4fc:#FD9A52;--e-global-color-b6187a7:#F7F3E3;--e-global-color-4518e2a:#854000;--e-global-color-8ac99de:#F8EEDA;--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-87dd206-font-size:var(--h1-size);--e-global-typography-a50f775-font-size:calc(var(--h1-size) * 0.85);--e-global-typography-a428c41-font-size:calc(var(--h1-size) * 0.75);--e-global-typography-9a8adf5-font-size:calc(var(--h1-size) * 0.65);--e-global-typography-a2d5b8d-font-size:calc(var(--h1-size) * 0.55);--e-global-typography-f53a1b9-font-size:calc(var(--h1-size) * 0.45);background-color:var( --e-global-color-b6187a7 );font-family:"Archivo Narrow", Sans-serif;font-size:18px;line-height:1.5em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:800ms;}.elementor-kit-1535 button,.elementor-kit-1535 input[type="button"],.elementor-kit-1535 input[type="submit"],.elementor-kit-1535 .elementor-button{background-color:var( --e-global-color-b6187a7 );font-size:22px;text-transform:uppercase;color:var( --e-global-color-primary );box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-6f8e18d );border-radius:0px 0px 0px 0px;padding:15px 30px 15px 30px;}.elementor-kit-1535 button:hover,.elementor-kit-1535 button:focus,.elementor-kit-1535 input[type="button"]:hover,.elementor-kit-1535 input[type="button"]:focus,.elementor-kit-1535 input[type="submit"]:hover,.elementor-kit-1535 input[type="submit"]:focus,.elementor-kit-1535 .elementor-button:hover,.elementor-kit-1535 .elementor-button:focus{background-color:var( --e-global-color-48fcfe0 );color:var( --e-global-color-primary );box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;}.elementor-kit-1535 e-page-transition{background-color:#E4E4E4;}.elementor-kit-1535 p{margin-block-end:1.5em;}.elementor-kit-1535 a{font-weight:bold;}.elementor-kit-1535 a:hover{font-weight:500;}.elementor-kit-1535 h1{font-size:var(--h1-size);font-weight:normal;}.elementor-kit-1535 h2{font-size:calc(var(--h1-size) * 0.85);font-weight:normal;}.elementor-kit-1535 h3{font-size:calc(var(--h1-size) * 0.75);}.elementor-kit-1535 h4{font-size:calc(var(--h1-size) * 0.65);font-weight:normal;}.elementor-kit-1535 h5{font-size:calc(var(--h1-size) * 0.55);font-weight:normal;}.elementor-kit-1535 h6{font-size:calc(var(--h1-size) * 0.45);font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;--container-default-padding-top:60px;--container-default-padding-right:20px;--container-default-padding-bottom:80px;--container-default-padding-left:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1230px){.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 */hr {
    border-color: #0000001c;
    border-top: 1px;
}

/* Reset all default margins, paddings, and borders */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* THESE SET THE GLOBAL H TAG CSS.  THESE CAN BE EDITED VIA WIDGET STYLE */

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: normal;
}

h1.elementor-heading-title.elementor-size-default,
.elementor-widget-text-editor h1,
h2.elementor-heading-title.elementor-size-default,
.elementor-widget-text-editor h2,
h3.elementor-heading-title.elementor-size-default,
.elementor-widget-text-editor h3,
h4.elementor-heading-title.elementor-size-default,
.elementor-widget-text-editor h4,
h5.elementor-heading-title.elementor-size-default,
.elementor-widget-text-editor h5,
h6.elementor-heading-title.elementor-size-default,
.elementor-widget-text-editor h6 {
    font-family: var(--e-global-typography-primary-font-family);
    margin:0 0 10px;
    line-height: 1.2em;
}


/* the above overrides the browsers user agent styles */


/* SET H TAG FLUID SIZES */

:root {
    /* 74px at 1140px and 32px at 400px */
  --h1-size: clamp(32px, 6.49vw, 74px);
}


/* BOX SHADOWS */
.custom-box-shadow {
    transition: transform .3s, box-shadow .3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.custom-box-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px #00000026;
 }

.simple-box-shadow {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px  #0000001a;
}


/* Apply white sliding background to all Elementor buttons */
.elementor-button {
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
}

.elementor-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff; /* White background slides up */
    transition: height 0.8s ease;
}

.elementor-button:hover::before {
    height: 100%;
}

.elementor-button * {
    position: relative;
    z-index: 1;
}





/* ------- */





















/* --- *//* End custom CSS */