.elementor-kit-7{--e-global-color-primary:#0B1F34;--e-global-color-secondary:#555555;--e-global-color-text:#333333;--e-global-color-accent:#0F468F;--e-global-color-526e152:#FFFFFF;--e-global-color-9ef5a1d:#4693FA;--e-global-color-c34812b:#F8F9FA;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;background-image:url("https://www.genorfm.com/wp-content/uploads/2025/10/20251015084851879.png");background-position:top center;background-repeat:repeat-y;background-size:100% auto;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;--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);}.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 */body a {
     color:var(--e-global-color-primary)
}
body a:hover {
    color: var(--e-global-color-accent);
}

.geno-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.geno-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, rgba(11, 31, 52, 0), rgba(15, 70, 143, 0.45), rgba(11, 31, 52, 0));
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 70, 143, 0.22);
}/* End custom CSS */