.elementor-kit-5{--e-global-color-primary:#E76D22;--e-global-color-secondary:#006A62;--e-global-color-text:#191C1D;--e-global-color-accent:#E15E0D;--e-global-color-495817a:#FFFFFF;--e-global-color-6d7c0ba:#F8F9FA;--e-global-color-59e17d4:#FFFFFF00;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:clamp(2.125rem, 1.125rem + 2.6667vw, 3.125rem);--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:calc(clamp(2.125rem, 1.125rem + 2.6667vw, 3.125rem)*1.3);--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:clamp(1.5rem, 1.125rem + 1vw, 1.875rem);--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:clamp(1.5rem, 1.125rem + 1vw, 1.875rem);--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:clamp(0.875rem, 0.75rem + 0.3333vw, 1rem);--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.4;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:14px;--e-global-typography-94e2165-font-family:"Manrope";--e-global-typography-94e2165-font-size:clamp(1.25rem, 1rem + 0.6667vw, 1.5rem);--e-global-typography-94e2165-font-weight:400;--e-global-typography-94e2165-line-height:clamp(1.25rem, 1rem + 0.6667vw, 1.5rem);background-color:var( --e-global-color-6d7c0ba );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;--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-kit-5{--e-global-typography-secondary-font-size:clamp(1.375rem, 0.875rem + 1.3333vw, 1.875rem);--e-global-typography-secondary-line-height:calc(font-size: clamp(1.375rem, 0.875rem + 1.3333vw, 1.875rem)*1.2);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:clamp(1.75rem, 0.375rem + 3.6667vw, 3.125rem);--e-global-typography-primary-line-height:calc(clamp(1.75rem, 0.375rem + 3.6667vw, 3.125rem)*1.2);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* PRIMARY BUTTON */

#pri-button svg {
    width: 23px;
    height: auto;
    margin-left: 7px;
    transition: transform 0.3s ease-in-out;
}

#pri-button .elementor-button-text {
    margin-top: 3px;
}
    
#pri-button:hover svg {
    transform: rotate(-45deg);
}


/* SECONDARY BUTTON */

#sec-button svg {
    width: 23px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

#sec-button .elementor-button-text {
    margin-top: 3px;
}

#sec-button:hover svg {
    transform: rotate(-45deg);
}


/* PLAYFAIR INTEGRATION */
#accent-font {
    font-family: "Playfair Diplay", serif;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}


/* SMOOTH ANIMATION */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }
    
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }
        
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }
            
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }
            
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-display: auto;
	src: url('https://gensales.de/wp-content/uploads/2026/07/Manrope-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */