.elementor-kit-8{--e-global-color-primary:#694400;--e-global-color-secondary:#C4A76D;--e-global-color-text:#ECE9E4;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Fraunces";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 */@media (min-width: 1025px) {

    .area-card {
        position: relative;

        height: 420px;
        min-height: 420px;

        overflow: hidden;

        display: block;

        transition:
            transform .6s cubic-bezier(.16,1,.3,1),
            box-shadow .6s cubic-bezier(.16,1,.3,1);
    }

    .area-card .area-card-content {
        position: absolute;

        left: 20px;
        right: 20px;
        bottom: 18px;

        z-index: 1;

        opacity: 1;
        visibility: visible;

        transform: none;

        max-height: none;

        overflow: visible;

        pointer-events: auto;

        transition: none;
    }


    .area-card .area-card-img {
        position: relative;
        z-index: 2;

        width: 100%;

        height: 400px;
        min-height: 400px;

        overflow: hidden;

        transition:
            height .85s cubic-bezier(.16,1,.3,1),
            min-height .85s cubic-bezier(.16,1,.3,1);

        will-change: height;
    }


    .area-card:hover .area-card-img {
        height: 175px;
        min-height: 175px;
    }


    .area-card:hover {
        transform: translateY(-2px);
    }

}/* End custom CSS */