.elementor-kit-6{--e-global-color-primary:#132442;--e-global-color-secondary:#AD846E;--e-global-color-text:#4F4A47;--e-global-color-accent:#132442;--e-global-color-818d8ff:#FFFFFF;--e-global-color-61d67cf:#5B6C8A;--e-global-color-eefe57a:#BD9D8B;--e-global-color-9b270d7:#CEB5A8;--e-global-color-249687b:#DECEC5;--e-global-color-633265b:#EFE6E2;--e-global-color-99556ac:#32476D;--e-global-color-b15cf29:#A5A5A5;--e-global-color-e1c427a:#D6DAE2;--e-global-color-3120c40:#ADB5C5;--e-global-color-ee7fc83:#726E6C;--e-global-color-063f72f:#8491A7;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Kaisei Decol";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:20px;font-weight:400;line-height:28px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Kaisei Decol", Sans-serif;font-size:24px;font-weight:500;line-height:28px;color:var( --e-global-color-818d8ff );border-radius:6px 6px 6px 6px;padding:012px 16px 12px 16px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-6 a{color:var( --e-global-color-99556ac );}.elementor-kit-6 h1{font-family:"Kaisei Decol", Sans-serif;font-size:57px;line-height:68px;}.elementor-kit-6 h2{color:var( --e-global-color-accent );font-family:"Kaisei Decol", Sans-serif;font-size:58px;font-weight:400;line-height:68px;}.elementor-kit-6 h3{color:var( --e-global-color-accent );font-family:"Kaisei Decol", Sans-serif;font-size:44px;font-weight:400;line-height:52px;}.elementor-kit-6 h4{font-family:"Kaisei Decol", Sans-serif;font-size:32px;font-weight:400;line-height:38px;}.elementor-kit-6 h5{font-family:"Kaisei Decol", Sans-serif;font-size:24px;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1224px;}.e-con{--container-max-width:1224px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.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-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:24px;line-height:28px;}.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 *//*prevents horizontal scroll*/
html, body {
    overflow-x: hidden;
}

/*adds the bottom line to the heading*/
.with-bottom-line:before {
    content: '';
    width: 176px;
    height: 3px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    bottom: -12px;
}

/*adds border to each accordion - homepage - our approach*/
.our-approach-accordion .e-n-accordion-item:not(:last-child) {
    border-bottom: 1px solid #5B6C8A;
}


/*fixes the button icon alignment*/
.elementor-button-icon {
    margin-top: 4px;
}

/*fixes the off-canvas (menu) close icon*/
/*.e-off-canvas__content .close-icon {*/
/*    top: 60px !important;*/
/*}*/

.stickyheaders {
    background-color: var(--e-global-color-accent) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;

    width: 100% !important;
}/* End custom CSS */