.elementor-kit-7{--e-global-color-primary:#BB0000;--e-global-color-secondary:#76BED0;--e-global-color-text:#343434;--e-global-color-accent:#0B2641;--e-global-color-69720b8:#FF7F7F;--e-global-color-46fe38d:#FF9999;--e-global-color-879a018:#000000;--e-global-color-d3166d2:#323532;--e-global-color-8c02842:#F5F6F5;--e-global-color-4b3dc50:#D8DAD8;--e-global-color-afb0d64:#FFFFFF;--e-global-typography-primary-font-family:"Playfair";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8decc3e-font-family:"Playfair";--e-global-typography-8decc3e-font-size:48px;--e-global-typography-8decc3e-font-weight:700;--e-global-typography-8decc3e-font-style:normal;--e-global-typography-8decc3e-text-decoration:none;--e-global-typography-8decc3e-line-height:50px;--e-global-typography-8decc3e-letter-spacing:0px;--e-global-typography-bc10f9b-font-family:"Playfair";--e-global-typography-bc10f9b-font-size:24px;--e-global-typography-bc10f9b-font-weight:700;--e-global-typography-fe2ffcf-font-family:"Source Sans Pro";--e-global-typography-fe2ffcf-font-size:16px;--e-global-typography-fe2ffcf-font-weight:600;}.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-8c02842 );color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-8c02842 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:48px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-line-height:1em;--e-global-typography-8decc3e-font-size:32px;--e-global-typography-8decc3e-line-height:1em;--e-global-typography-bc10f9b-font-size:24px;--e-global-typography-bc10f9b-line-height:1em;--e-global-typography-fe2ffcf-font-size:18px;--e-global-typography-fe2ffcf-line-height:1em;}.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:26px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:18px;--e-global-typography-8decc3e-font-size:24px;--e-global-typography-8decc3e-line-height:1em;--e-global-typography-bc10f9b-font-size:18px;--e-global-typography-bc10f9b-line-height:1em;--e-global-typography-fe2ffcf-font-size:16px;--e-global-typography-fe2ffcf-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
            --skew-shadow-color: rgba(40, 40, 40, 0.25);
            --skew-shadow-depth: 24px;
            --skew-angle: 45deg;
        }
    
        

        /* Reusable skewed shadow wrapper – apply to any image */
        .skew-shadow-wrap {
            position: relative;
            display: inline-block;
            max-width: 100%;
        }

        .skew-shadow-wrap::before {
            content: '';
            position: absolute;
            top: 100%;
            left: calc(1 * var(--skew-shadow-depth));
            right: var(--skew-shadow-depth);
            height: 50px;
            margin-top: 0px;
            background: rgba(40, 40, 40, .5);
            transform: skew(var(--skew-angle));
            width: 100%;
        }

        .skew-shadow-wrap img {
            display: block;
            width: 100%;
            height: auto;
            vertical-align: top;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 900px) {            

            .two-col-section.reverse .skew-shadow-wrap::before {
                left: var(--skew-shadow-depth);
                right: calc(-1 * var(--skew-shadow-depth));
                transform: skew(var(--skew-angle));
            }
        }
        @media (max-width:768px){
            .skew-shadow-wrap::before {
                height: 40px;
                left: calc(.85 * var(--skew-shadow-depth));
            }
        }/* End custom CSS */