.elementor-28 .elementor-element.elementor-element-7febc68e{--display:flex;--min-height:0px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:35px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-28 .elementor-element.elementor-element-e43e938{--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;--justify-content:center;--margin-top:125px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-site-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for theme-site-logo, class: .elementor-element-435d00c4 *//* Start above the container, drop into place */
.elementor-28 .elementor-element.elementor-element-435d00c4 {
  display: inline-block;            /* makes translateY relative to the logo’s own height */
  transform: translateY(calc(-100% - 40px));  /* start fully above + a bit extra so it feels like it came from “outside” */
  animation: myseeDrop 2000ms ease-out 200ms forwards; /* duration & delay to taste */
  will-change: transform;
}

@keyframes myseeDrop {
  to { transform: translateY(125px); } /* moves 50px *past* its normal spot */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7febc68e */.elementor-28 .elementor-element.elementor-element-7febc68e {
  overflow: hidden;          /* hides the off-canvas start */
  position: relative;        /* creates a containing block */
  min-height: 120px;         /* reserve space so layout doesn't jump (adjust to your logo height) */
}/* End custom CSS */