.elementor-349 .elementor-element.elementor-element-a3e9115{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-349 .elementor-element.elementor-element-d4fd5a4 > .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;}/* Start custom CSS for html, class: .elementor-element-d4fd5a4 *//* ========== AUTOPAN HEADER — FINAL ========== */

.ap-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Topbar */
.ap-topbar{
  background: rgba(0,0,0,.24);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ap-topbar__wrap{
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 16px;
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 12px;
  color: rgba(255,255,255,.92);
  font-size: 12px;
}

.ap-topbar__left{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  align-items:center;
}

.ap-topbar__item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  opacity: .95;
}

.ap-topbar__sep{
  opacity: .55;
}

.ap-topbar__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color: rgba(255,255,255,.96) !important;
  text-decoration:none !important;
  font-weight: 900;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: border-color .18s ease, color .18s ease;
}

.ap-topbar__link:hover{
  border-bottom-color: rgba(255,255,255,.45);
}

.ap-i{
  display:inline-flex;
  color: rgba(255,255,255,.86);
}

.ap-topbar__right{
  display:flex;
  gap: 8px;
  align-items:center;
}

.ap-topbar__icon{
  width: 30px;
  height: 30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.95) !important;
  text-decoration:none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.ap-topbar__icon:hover{
  transform: translateY(-2px);
}

.ap-topbar__icon[href*="facebook.com"]:hover{
  background: rgba(24,119,242,.16);
  border-color: rgba(24,119,242,.42);
  color: #8fc2ff !important;
  box-shadow: 0 10px 26px rgba(24,119,242,.18);
}

.ap-topbar__icon[href*="tiktok.com"]:hover{
  background: linear-gradient(135deg, rgba(37,244,238,.12), rgba(254,44,85,.12));
  border-color: rgba(255,255,255,.18);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(254,44,85,.12);
}

/* Nav */
.ap-nav{
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(8,10,14,.44), rgba(8,10,14,.26));
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
}

.ap-nav__wrap{
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
}

/* Logo */
.ap-logo{
  display:flex;
  align-items:center;
  text-decoration:none !important;
}

.ap-logo__img{
  height: 42px !important;
  width: auto;
  display:block;
  filter:
    drop-shadow(0 14px 34px rgba(0,0,0,.34))
    drop-shadow(0 2px 10px rgba(255,255,255,.04));
  transition: transform .18s ease, filter .18s ease;
}

.ap-logo:hover .ap-logo__img{
  transform: translateY(-1px);
  filter:
    drop-shadow(0 18px 40px rgba(0,0,0,.40))
    drop-shadow(0 2px 12px rgba(255,255,255,.05));
}

/* Desktop menu */
.ap-menu{
  display:flex;
  align-items:center;
  gap: 12px;
}

.ap-menu__link{
  position: relative;
  color: rgba(255,255,255,.96) !important;
  text-decoration:none !important;
  font-weight: 900;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.ap-menu__link:hover{
  background: rgba(255,255,255,.08);
}

.ap-menu__link::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:6px;
  height:1px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(0,160,255,.85), rgba(0,55,120,.85), rgba(255,30,45,.55));
  opacity:0;
  transform: scaleX(.7);
  transition: opacity .18s ease, transform .18s ease;
}

.ap-menu__link:hover::after,
.ap-dd.is-open > .ap-dd__btn::after{
  opacity:1;
  transform: scaleX(1);
}

.ap-caret{
  opacity:.85;
  margin-left: 6px;
}

.ap-dd{
  position: relative;
}

.ap-dd::after{
  content:"";
  position:absolute;
  left: 0;
  top: calc(100% - 4px);
  width: 100%;
  height: 16px;
  pointer-events: auto;
}

.ap-dd__panel{
  position:absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 760px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(8,10,14,.88);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 26px 120px rgba(0,0,0,.58);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  visibility:hidden;
  transition: opacity .18s ease, transform .18s ease;
}

.ap-dd.is-open .ap-dd__panel{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

/* Mega */
.ap-mega{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr .95fr;
  gap: 12px;
  align-items: start;
}

.ap-mega--compact{
  min-width: 660px;
  grid-template-columns: 1fr 1fr .95fr;
}

.ap-mega--models{
  min-width: 860px;
  grid-template-columns: 1fr 1fr 1fr .95fr;
}

.ap-mega__col{
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.ap-mega__title{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing:.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.86);
  font-weight: 900;
}

.ap-mega__link{
  display:block;
  padding: 10px 10px;
  border-radius: 12px;
  color: rgba(255,255,255,.96) !important;
  text-decoration:none !important;
  font-weight: 900;
  opacity: .96;
  transition: background .16s ease, transform .16s ease;
}

.ap-mega__link:hover{
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

.ap-mega__link--all{
  margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 12px;
  opacity: 1;
}

.ap-mega__cta{
  padding: 12px;
  border-radius: 16px;
  background: rgba(0,160,255,.10);
  border: 1px solid rgba(0,160,255,.22);
}

.ap-mega__cta--mini{
  align-self: stretch;
}

.ap-mega__ctaT{
  margin: 0;
  font-weight: 900;
  letter-spacing:.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,.90);
}

.ap-mega__ctaP{
  margin: 10px 0 12px;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
  font-size: 13px;
}

.ap-mega__ctaBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration:none !important;
  font-weight: 900;
  color: rgba(255,255,255,.98) !important;
  background: linear-gradient(90deg, rgba(0,160,255,1), rgba(0,55,120,1));
  border: 1px solid rgba(255,255,255,.16);
  transition: transform .18s ease, filter .18s ease;
}

.ap-mega__ctaBtn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.ap-mega__ctaSub{
  display:inline-block;
  margin-top: 10px;
  color: rgba(255,255,255,.92) !important;
  text-decoration:none !important;
  font-weight: 900;
  border-bottom: 1px solid rgba(255,255,255,.22);
  padding-bottom: 2px;
}

.ap-mega__ctaSub:hover{
  border-bottom-color: rgba(255,255,255,.46);
}

/* Actions */
.ap-actions{
  display:flex;
  align-items:center;
  gap: 10px;
}

.ap-actions__call{
  color: rgba(255,255,255,.96) !important;
  text-decoration:none !important;
  font-weight: 900;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .18s ease, background .18s ease;
}

.ap-actions__call:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
}

.ap-actions__cta{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  color: #fff !important;
  text-decoration:none !important;
  font-weight: 900;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(0,160,255,1), rgba(0,55,120,1));
  border: 1px solid rgba(255,255,255,.16);
  transition: transform .18s ease, filter .18s ease;
}

.ap-actions__cta::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(90deg, rgba(0,160,255,1), rgba(0,55,120,1), rgba(255,30,45,.92));
  opacity:0;
  transition: opacity .22s ease;
  z-index:-2;
  pointer-events:none;
}

.ap-actions__cta::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width:60%;
  height:180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.30), transparent);
  transform: rotate(22deg);
  opacity:0;
  z-index:-1;
  pointer-events:none;
}

.ap-actions__cta:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.ap-actions__cta:hover::before{
  opacity:1;
}

.ap-actions__cta:hover::after{
  opacity:.9;
  animation: apHeaderSheen .75s ease forwards;
}

@keyframes apHeaderSheen{
  0%{ transform: translateX(0) rotate(22deg); }
  100%{ transform: translateX(220%) rotate(22deg); }
}

/* Burger */
.ap-burger{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.ap-burger__line{
  display:block;
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.92);
  margin: 5px auto;
  border-radius: 99px;
}

/* Mobile */
.ap-mobile{
  display:none;
}

.ap-mobile__overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.ap-mobile__panel{
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: min(420px, 92vw);
  background: rgba(10,12,18,.96);
  border-left: 1px solid rgba(255,255,255,.12);
  box-shadow: -20px 0 90px rgba(0,0,0,.55);
  padding: 14px;
  overflow:auto;
}

.ap-mobile.is-open{
  display:block;
}

.ap-mobile__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
}

.ap-mobile__brand{
  margin:0;
  font-weight: 900;
  letter-spacing:.12em;
  color: rgba(255,255,255,.96);
}

.ap-mobile__close{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  cursor: pointer;
}

.ap-mobile__quick{
  margin-top: 12px;
  display:grid;
  gap: 10px;
}

.ap-mobile__qbtn{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  font-weight: 900;
  padding: 12px 12px;
  border-radius: 16px;
  color: rgba(255,255,255,.96) !important;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.ap-mobile__qbtn--primary{
  background: linear-gradient(90deg, rgba(0,160,255,1), rgba(0,55,120,1));
  border: 1px solid rgba(255,255,255,.16);
}

.ap-mobile__nav{
  margin-top: 14px;
  display:grid;
  gap: 8px;
}

.ap-mitem{
  padding: 12px 12px;
  border-radius: 16px;
  text-decoration:none !important;
  color: rgba(255,255,255,.94) !important;
  font-weight: 900;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
}

.ap-macc{
  width: 100%;
  text-align:left;
  padding: 12px 12px;
  border-radius: 16px;
  color: rgba(255,255,255,.94);
  font-weight: 900;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  cursor: pointer;
}

.ap-mpanel{
  display:none;
  padding: 8px 8px 0;
}

.ap-mpanel.is-open{
  display:block;
}

.ap-mlink{
  display:block;
  padding: 10px 10px;
  border-radius: 14px;
  text-decoration:none !important;
  color: rgba(255,255,255,.92) !important;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  margin-top: 8px;
}

.ap-mobile__foot{
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.ap-mobile__footText{
  margin: 0;
  opacity: .85;
  line-height: 1.6;
  font-size: 13px;
  color: rgba(255,255,255,.88);
}

/* Responsive */
@media (max-width: 1024px){
  .ap-menu{
    display:none;
  }

  .ap-burger{
    display:inline-block;
  }
}

@media (max-width: 767px){
  .ap-actions__call{
    display:none;
  }

  .ap-topbar__right{
    display:none;
  }

  .ap-topbar__sep{
    display:none;
  }

  .ap-topbar__wrap{
    padding: 8px 12px;
  }

  .ap-nav__wrap{
    padding: 10px 12px;
  }

  .ap-logo__img{
    height: 38px !important;
  }
}/* End custom CSS */