.elementor-36 .elementor-element.elementor-element-689e6a9d{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a7eda97 */.mobile-bottom-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: .3rem;
  width: min(96vw, 460px);
  padding: .62rem .8rem;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(14,81,168,.12);
}
.mobile-bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  font-size: .74rem;
  color: rgba(0,0,0,.62);
  font-weight: 600;
}
.mobile-bottom-nav i { font-size: 1.06rem; }
.mobile-bottom-nav .is-featured {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  margin-top: -2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #ed1b24, #0e51a8);
  color: #fff;
  box-shadow: 0 16px 32px rgba(0,0,0,.25);
}

.mobile-bottom-nav .is-featured i { font-size: 2.06rem; 
}

@media (max-width: 768px) {
  .mobile-bottom-nav { display: flex; }
}/* End custom CSS */