.elementor-455 .elementor-element.elementor-element-e2cdb71{--display:flex;}.elementor-455 .elementor-element.elementor-element-2f89e0a{--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-464cb77 */:root{
  --tmh-purple:#800080;
  --tmh-gold:#FFD700;
  --tmh-ink:#0b0710;
  --tmh-border:rgba(255,255,255,.10);
  --tmh-shadow:0 18px 50px rgba(0,0,0,.45);
}

.tmh-header{
  position:sticky;
  top:0;
  z-index:9999;
  color:#fff;
  background:
    radial-gradient(1100px 520px at 20% 0%, rgba(128,0,128,.45), transparent 60%),
    radial-gradient(900px 520px at 85% 0%, rgba(255,215,0,.16), transparent 60%),
    linear-gradient(180deg, rgba(11,7,16,.92) 0%, rgba(11,7,16,.78) 100%);
  border-bottom:1px solid var(--tmh-border);
  backdrop-filter: blur(10px);
}

.tmh-wrap{
  width:100%;
  max-width:1440px;
  margin:38 auto;
  padding:10px 38px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
}

.tmh-brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.tmh-logo{
  height:122px;
  width:138px;
  display:block;
  filter: drop-shadow(0 6px 26px rgba(0,0,0,.45));
}

.tmh-nav{
  display:flex;
  align-items:center;
  gap:6px; /* tighter between menu items */
}

.tmh-link{
  color:rgba(255,255,255,.78);
  text-decoration:none;
  font-weight:670;
  padding:7px 12px; /* tighter click area */
  border-radius:10px;
  border:1px solid transparent;
  transition:all .18s ease;
}

.tmh-link:hover{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,215,0,.25);
  transform:translateY(-6px);
  color:rgba(255,255,255,.92);
}

.tmh-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:12px 15px;
  border-radius:16px;
  font-weight:900;
  color:rgba(255,255,255,.95);
  border:1px solid rgba(255,215,0,.50);
  background:linear-gradient(
    135deg,
    rgba(128,0,128,1) 0%,
    rgba(128,0,128,.78) 55%,
    rgba(255,215,0,.30) 100%
  );
  transition:transform .18s ease, filter .18s ease;
}

.tmh-cta:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
}

.tmh-burger{
  display:none;
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  cursor:pointer;
}

.tmh-burger-line{
  display:block;
  height:2px;
  margin:6px 12px;
  background:rgba(255,/* End custom CSS */