.elementor-123 .elementor-element.elementor-element-1e3e9a1{--display:flex;}.elementor-123 .elementor-element.elementor-element-00db859 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-123 .elementor-element.elementor-element-1e3e9a1{--content-width:1150px;}}/* Start custom CSS for html, class: .elementor-element-00db859 */.msm-burger{
color:#ffd76a;
font-size:26px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1e3e9a1 *//* HEADER */

.msm-header {

  position: sticky;
  top: 0;

  width: 100%;

  backdrop-filter: blur(16px);

  background: rgba(5,5,5,0.75);

  border-bottom: 1px solid rgba(255,215,120,0.08);

  z-index: 9999;

}

/* CONTAINER */

.msm-header-container{

  max-width:1200px;

  margin:auto;

  padding:18px 20px;

  display:flex;

  align-items:center;

  justify-content:space-between;

}

/* LOGO */

.msm-logo img{

  height:50px;

  filter: drop-shadow(0 0 12px rgba(255,215,120,0.25));

}

/* NAV */

.msm-nav{

  display:flex;

  align-items:center;

  gap:28px;

}

/* LINKS */

.msm-nav a{

  font-size:15px;

  font-weight:600;

  color:#eee;

  position:relative;

  transition:0.3s;

}

/* GOLD HOVER LINE */

.msm-nav a::after{

  content:"";

  position:absolute;

  left:0;

  bottom:-6px;

  width:0;

  height:2px;

  background:linear-gradient(90deg,#ffd76a,#dba11d);

  transition:0.3s;

}

.msm-nav a:hover{

  color:#ffd76a;

}

.msm-nav a:hover::after{

  width:100%;

}

/* CTA BUTTON */

.msm-btn{

  padding:10px 20px;

  border-radius:30px;

  background:linear-gradient(135deg,#ffd76a,#dba11d);

  color:#111 !important;

  font-weight:700;

  box-shadow:0 8px 20px rgba(219,161,29,0.35);

}

.msm-btn:hover{

  transform:translateY(-2px);

}/* End custom CSS */