.elementor-kit-7{--e-global-color-primary:#095055;--e-global-color-secondary:#D4F7EB;--e-global-color-text:#191919;--e-global-color-accent:#2D5A5B;--e-global-color-6695658:#F8F7F2;--e-global-color-789cd2f:#4B9B9A;--e-global-color-ca1f536:#FF555B;--e-global-color-c5e9ade:#F7F7F7;--e-global-color-8b6b742:#E2E1E0;--e-global-color-a56c608:#24C581;--e-global-color-12d72c2:#07707A;--e-global-color-7a97d86:#01464C;--e-global-color-3e73791:#06C2A7;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:48px;--e-global-typography-primary-letter-spacing:-1.9px;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:21px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:38px;--e-global-typography-text-letter-spacing:0.1px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:22px;--e-global-typography-9d7a531-font-family:"Space Grotesk";--e-global-typography-9d7a531-font-size:48px;--e-global-typography-9d7a531-font-weight:400;--e-global-typography-9d7a531-line-height:41px;--e-global-typography-9d7a531-letter-spacing:-0.4px;font-family:"DM Sans", Sans-serif;font-size:22px;line-height:33px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-12d72c2 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:18px;}.elementor-kit-7 a{color:var( --e-global-color-ca1f536 );font-family:"DM Sans", Sans-serif;font-size:22px;line-height:33px;}.elementor-kit-7 a:hover{text-decoration:underline;}.elementor-kit-7 h1{font-family:"DM Sans", Sans-serif;font-size:45px;font-weight:600;line-height:46px;}.elementor-kit-7 h2{font-family:"DM Mono", Sans-serif;font-size:24px;font-weight:600;line-height:30px;letter-spacing:-0.2px;}.elementor-kit-7 h3{font-family:"DM Sans", Sans-serif;font-size:33px;font-weight:300;line-height:46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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-kit-7{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-text-font-size:20px;--e-global-typography-text-line-height:28px;--e-global-typography-9d7a531-font-size:32px;--e-global-typography-9d7a531-line-height:0.9em;--e-global-typography-9d7a531-letter-spacing:-2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.main-navigation .main-nav ul li[class*="current-menu-"] > a:after {
    width: 100%;
    background: #000;
}

@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);

        display: block;
        width: 0;
        height: 2px;

        background-color: currentColor;
        transition: 0.3s width ease;
    }
    .main-navigation .menu > .menu-item.current-menu-item > a::after,
    .main-navigation .menu > .menu-item.current-menu-ancestor > a::after,
    .main-navigation .menu > .menu-item > a:hover::after {
        width: 50%;
    }
}/* End custom CSS */