html, body {
  overflow-y: auto !important;
}

body {
  min-width: 320px;
}

.static-hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #fff;
}

.static-hero-bg,
.static-hero-overlay {
  position: absolute;
  inset: 0;
}

.static-hero-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.static-hero-overlay {
  background: rgba(255, 255, 255, 0.28);
}

.static-hero-box {
  position: absolute;
  left: 50%;
  top: 260px;
  width: 610px;
  height: 229px;
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.static-hero-title {
  font-size: 74px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.static-hero-subtitle {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
}

#menu {
  display: block;
}

.home .mcb-section.equal-height.full-width[style*="padding-top:90px"] {
  background-color: #ffffff !important;
}

.home .mcb-section[style*="padding-top:40px; padding-bottom:0px; background-color:"] {
  background-color: #ffffff !important;
}

.page-id-108 .wpcf7 {
  display: none !important;
}

#Footer .widgets_wrapper .container {
  display: flex;
  justify-content: center;
}

#Footer .widgets_wrapper .container::after {
  content: none;
}

#Footer .widgets_wrapper .container > .column {
  float: none;
}

@media only screen and (min-width: 768px) {
  #Footer .widgets_wrapper .container {
    max-width: 1080px;
    gap: 24px;
    align-items: flex-start;
  }

  #Footer .widgets_wrapper .container > .column.one-fourth {
    width: 30%;
    margin: 0;
  }

  #Footer .widgets_wrapper .container > .column.one-fourth:last-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #Top_bar {
    min-height: 90px;
  }

  #Top_bar .logo img.logo-main,
  #Top_bar .logo img.logo-mobile,
  #Top_bar .logo img.logo-sticky,
  #Top_bar .logo img.logo-mobile-sticky {
    max-width: 234px;
    height: auto !important;
  }

  #Top_bar #menu {
    display: none;
    width: 100%;
    float: left;
    background: #121e2d;
    margin-top: 14px;
  }

  body.menu-open #Top_bar #menu {
    display: block;
  }

  #Top_bar #menu ul {
    display: block;
  }

  #Top_bar #menu ul li {
    float: none;
    width: 100%;
  }

  #Top_bar #menu ul li a {
    display: block;
    padding: 0 20px;
  }

  #Top_bar #menu ul li a span {
    line-height: 44px;
    border-right: 0;
  }

  .static-hero {
    height: 420px;
  }

  .static-hero-box {
    top: 140px;
    width: 250px;
    height: 120px;
  }

  .static-hero-title {
    font-size: 31px;
    letter-spacing: 4px;
  }

  .static-hero-subtitle {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: 4px;
  }
}
