.elementor-kit-3534{--e-global-color-primary:#B12030;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D8B63E;--e-global-color-f3ecc18:#1A1A1A;--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;background-color:#FFFFFF;color:#B6B6B6;font-family:"Libre Franklin", Sans-serif;font-size:15px;line-height:22px;}.elementor-kit-3534 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3534 a{color:var( --e-global-color-primary );}.elementor-kit-3534 h2{font-family:"Montserrat", Sans-serif;font-weight:bold;line-height:58px;}.elementor-kit-3534 h3{color:#FFFFFF;}.elementor-kit-3534 h4{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:300;text-transform:uppercase;letter-spacing:1.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 */.text-gradient {
    background: linear-gradient(
        135deg,
        #b12030 0%,
        #8a111f 70%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} 

.gradient-button .elementor-button {
    background: linear-gradient(
        135deg,
        #b12030 0%,
        #a61929 70%,
        #7c111d 100%
    );

    color: #fff;
    border: none;
    transition: all .35s ease;
    background-size: 200% 100%;
}

.gradient-button .elementor-button:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(18, 39, 76, 0.25);
}

.button-hover .elementor-button {
    background: #25408f;
    color: #fff;
    border: none;
    transition: all .35s ease;
}

.button-hover .elementor-button:hover {
    background: #12274c;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(18, 39, 76, 0.25);
}

.bg-blur {    
    backdrop-filter: blur(18px);
    background: rgba(195, 195 195, .76);
}

.headline-accent {
  display: flex;
  align-items: center;
  gap: 12px;
}

.headline-accent::before {
  content: "";
  flex: 0 0 35px;     /* length of the line */
  height: 2px;         /* thickness of the line */
  background-color: #b11f30;
}/* End custom CSS */