.elementor-23192 .elementor-element.elementor-element-aa767c4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 80px;--row-gap:0px;--column-gap:80px;--margin-top:40px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-23192 .elementor-element.elementor-element-37ab569{--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;}.elementor-23192 .elementor-element.elementor-element-89580b7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:10px 10px 10px 10px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-23192 .elementor-element.elementor-element-89580b7:not(.elementor-motion-effects-element-type-background), .elementor-23192 .elementor-element.elementor-element-89580b7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c1e716b );}.elementor-23192 .elementor-element.elementor-element-89580b7.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-23192 .elementor-element.elementor-element-7c59a7d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-23192 .elementor-element.elementor-element-e9baefb > .elementor-widget-container{padding:40px 40px 0px 40px;}.elementor-23192 .elementor-element.elementor-element-e9baefb .elementor-heading-title{font-family:var( --e-global-typography-fc2f9c9-font-family ), Sans-serif;font-size:var( --e-global-typography-fc2f9c9-font-size );font-weight:var( --e-global-typography-fc2f9c9-font-weight );font-style:var( --e-global-typography-fc2f9c9-font-style );line-height:var( --e-global-typography-fc2f9c9-line-height );color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-23192 .elementor-element.elementor-element-49a5b43 > .elementor-widget-container{padding:0px 40px 0px 40px;}.elementor-23192 .elementor-element.elementor-element-49a5b43{color:#FFFFFF;}.elementor-23192 .elementor-element.elementor-element-532e750{width:100%;max-width:100%;}.elementor-23192 .elementor-element.elementor-element-532e750 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-23192 .elementor-element.elementor-element-aa767c4{--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-23192 .elementor-element.elementor-element-e9baefb .elementor-heading-title{font-size:var( --e-global-typography-fc2f9c9-font-size );line-height:var( --e-global-typography-fc2f9c9-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-23192 .elementor-element.elementor-element-89580b7{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-23192 .elementor-element.elementor-element-e9baefb .elementor-heading-title{font-size:var( --e-global-typography-fc2f9c9-font-size );line-height:var( --e-global-typography-fc2f9c9-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-23192 .elementor-element.elementor-element-37ab569{--width:60%;}}/* Start custom CSS */<style>
/* 1. The Context Area */
#context {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* Ensure the container maintains height to prevent layout jumping */
    min-height: 100px; 
}

/* State: When hidden */
#context.context-faded-out {
    opacity: 0;
    visibility: hidden;
    /* Optional: Collapse height if you WANT the layout to close up */
    /* height: 0; overflow: hidden; */
}

/* 2. The 'Show Again' Button (The Widget you added) */
#show-context-btn {
    /* Hidden by default */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* State: When visible */
#show-context-btn.btn-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
</style>/* End custom CSS */