.elementor-kit-4{--e-global-color-primary:#124385;--e-global-color-secondary:#090A0A;--e-global-color-text:#404040;--e-global-color-accent:#FFFFFF;--e-global-color-67102d8:#0D2E5A;--e-global-color-7ac66ac:#D2D2D2;--e-global-color-cad466f:#F0F0F0;--e-global-color-ce67439:#F7F9FC;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 a{color:#FFFFFF;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-family:"Lexend", Sans-serif;}.elementor-kit-4 img{border-radius:4px 4px 4px 4px;}.elementor-kit-4 label{font-family:"Lexend", Sans-serif;}.elementor-kit-4 input:not([type="button"]):not([type="submit"]),.elementor-kit-4 textarea,.elementor-kit-4 .elementor-field-textual{font-family:"Lexend", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end: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 */html {
    scroll-behavior: smooth !important;
}

html, body {
    overflow-x: hidden !important; 
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: inherit;
}

.custom-up-arrow {
    background: var(--e-global-color-primary);
    position: fixed;
    right: 12px;
    bottom: 12px;
    cursor: pointer;
    transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}

.custom-up-arrow.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-up-arrow img {
    width: 18px;
    display: block;
    filter: invert();
}

@media (min-width: 1024px) {
    .custom-up-arrow:hover {
        transform: translateY(-3px);
    }
}/* End custom CSS */