.elementor-1877 .elementor-element.elementor-element-783422c1{--display:flex;}.elementor-1877 .elementor-element.elementor-element-10b0ca35 > .elementor-widget-container{margin:0px 0px 0px 40px;}@media(max-width:767px){.elementor-1877 .elementor-element.elementor-element-10b0ca35 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS */.page .entry-title {
    display: none;
}

@media only screen and (max-width: 768px) {
  body {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  header.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
  }
}

@media (max-width: 767px) {
  @keyframes slideUpAndHide {
    0% {
      max-height: 200px;
      opacity: 1;
      padding: 20px;
      margin: 10px 0;
    }
    90% {
      max-height: 200px;
      opacity: 1;
      padding: 20px;
      margin: 10px 0;
    }
    100% {
      max-height: 0;
      opacity: 0;
      padding: 0;
      margin: 0;
    }
  }

  #promo-outer {
    overflow: hidden;
    animation: slideUpAndHide 6s ease forwards;
    animation-delay: 10s;
  }
}/* End custom CSS */