.elementor-kit-513{--e-global-color-primary:#DE2928;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#DE2928;--e-global-color-48fcfe0:#FFFFFF;--e-global-color-6f8e18d:#000000;--e-global-color-5f10ab5:#EAA906;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-family:"Plus Jakarta Sans";font-family:"Plus Jakarta Sans", Sans-serif;font-size:18px;line-height:1.4em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:800ms;}.elementor-kit-513 button,.elementor-kit-513 input[type="button"],.elementor-kit-513 input[type="submit"],.elementor-kit-513 .elementor-button{background-color:var( --e-global-color-accent );font-size:24px;color:var( --e-global-color-48fcfe0 );box-shadow:0px 2px 17px -2px rgba(0,0,0,0.5);border-style:none;border-radius:0px 0px 0px 0px;padding:15px 30px 15px 30px;}.elementor-kit-513 e-page-transition{background-color:#E4E4E4;}.elementor-kit-513 p{margin-block-end:1.5em;}.elementor-kit-513 a:hover{font-weight:500;}.elementor-kit-513 h1{font-weight:600;line-height:1.1em;}.elementor-kit-513 h2{color:var( --e-global-color-secondary );font-family:"Plus Jakarta Sans", Sans-serif;font-weight:normal;line-height:1.2em;}.elementor-kit-513 h4{font-weight:700;line-height:1.1em;}.elementor-kit-513 button:hover,.elementor-kit-513 button:focus,.elementor-kit-513 input[type="button"]:hover,.elementor-kit-513 input[type="button"]:focus,.elementor-kit-513 input[type="submit"]:hover,.elementor-kit-513 input[type="submit"]:focus,.elementor-kit-513 .elementor-button:hover,.elementor-kit-513 .elementor-button:focus{color:#FFFFFF;box-shadow:12px 14px 26px -16px rgba(0,0,0,0.5);border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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 */hr {
    border-color: #0000001c;
    border-top: 1px;
}

body,html {
    margin:0 !important;
    padding:0 !important;
}

/* THESE SET THE GLOBAL H TAG CSS.  THESE CAN BE EDITED VIA WIDGET STYLE */
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.1em;
    font-weight: normal;
}

/* SET H TAG FLUID SIZES */

:root {
/* H1 sizing: 55px at 1140px = 55/1140 = 4.82vw x 100 */
  --h1-size: clamp(32px, calc(3.11vw + 19.56px), 55px);
}


h1 {
  font-size: var(--h1-size);
  font-weight: 700 !important;
}

h2 {
  font-size: calc(var(--h1-size) * 0.85); /* ~85% of H1 */
}

h3 {
  font-size: calc(var(--h1-size) * 0.75); /* ~75% of H1 */
  color:black !important;
}

h4 {
  font-size: calc(var(--h1-size) * 0.65); /* ~65% of H1 */
}

h5 {
  font-size: calc(var(--h1-size) * 0.55); /* ~55% of H1 */
}

h6 {
  font-size: calc(var(--h1-size) * 0.45); /* ~45% of H1 */
}



/* ANIMATE BUTTONS WITH ICONS */
.elementor-button .elementor-button-icon {
  transition: transform 0.4s ease;
  transform: scale(.8);
}
.elementor-button:hover .elementor-button-icon {
  transform: scale(1.1);
  transform: translateX(8px) scale(1.05);
}
.elementor-button .elementor-button-content-wrapper {
    gap: 8px !important;
}

/* SVG ARROW - only show when NO icon is present */
.elementor-button .elementor-button-content-wrapper::after {
  transition: transform 0.6s ease;
  transform: scale(.8);
  content: "";
  display: inline-block;
  width: 26px;
  margin-top: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.99' height='18'%3E%3Cpath fill='white' d='M10.029 5H0v7.967h10.029V18l9.961-9.048L10.029 0v5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hide SVG arrow when icon is present */
.elementor-button-content-wrapper:has(.elementor-button-icon)::after {
  display: none !important;
}

.elementor-button:hover .elementor-button-content-wrapper::after {
  transform: translateX(8px) scale(1.04);
}

/* Hide both SVG and icon when this class is applied */
.no-arrow .elementor-button-content-wrapper::after {
  display: none !important;
}

.no-arrow .elementor-button-icon {
  display: none !important;
}

.elementor-heading-title {
    xfont-size: 64px !important;
}








/* ------- */





















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