.elementor-642 .elementor-element.elementor-element-e8b202d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-642 .elementor-element.elementor-element-1694392{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-642 .elementor-element.elementor-element-e8b202d{--content-width:90%;}}@media(min-width:768px){.elementor-642 .elementor-element.elementor-element-e8b202d{--content-width:90%;}.elementor-642 .elementor-element.elementor-element-1694392{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-e8b202d *//* Make the page a flex column that fills the full viewport height */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Make the main content area grow to fill remaining space */
.site-main,
main,
#main,
.page-content {
    flex: 1;
}/* End custom CSS */