.elementor-kit-5{--e-global-color-primary:#171717;--e-global-color-secondary:#212121;--e-global-color-text:#363636;--e-global-color-accent:#DDDDDD;--e-global-color-f1e9675:#AAAAAA;--e-global-typography-primary-font-family:"Zen Kaku Gothic New";--e-global-typography-primary-font-size:0.95rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.7rem;--e-global-typography-primary-letter-spacing:0.05em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .header-inner{width:0px;max-width:100%;}.site-header .site-branding .site-logo img{width:232px;max-width:232px;}.site-footer .site-branding .site-logo img{width:10vh;max-width:10vh;}@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 */h1.entry-title {
    display: none;
}
body:before {
    content: "";
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #171717;
    transition: all ease .3s;
    transition-delay: 2.7s;
    z-index:99;   
}
body:after {
    content: "";
    width: 100%;
    height: 6px;
    top: 0;
    position: fixed;
    background: #171717;
    /* transition: all ease .3s; */
    transition-delay: 2.7s;
    z-index: 99;
}/* End custom CSS */