.elementor-36 .elementor-element.elementor-element-a6eae38{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-36 .elementor-element.elementor-element-0de62d9{margin:0px 0px calc(var(--kit-widget-spacing, 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-0de62d9 */:root{
  --fg-red: #e52323;
  --fg-red-dark: #b91515;
  --fg-gold: #f2b318;
  --fg-gold-deep: #d99500;
  --fg-blue: #1c56d8;
  --fg-ink: #101114;
  --fg-text: #18202a;
  --fg-muted: #6b7280;
  --fg-line: #e8eaf0;
  --fg-bg: #ffffff;
  --fg-soft: #f5f7fb;
  --fg-radius: 18px;
  --fg-shadow: 0 12px 32px rgba(16, 17, 20, 0.08);
}

html.fg-menu-open,
html.fg-menu-open body{
  overflow: hidden;
}

body{
  overflow-x: hidden;
}

#fg-header-root{
  font-family: "Barlow", sans-serif;
}

.fg-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232,234,240,0.8);
  transition: all 0.25s ease;
}

.fg-header.is-scrolled{
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.fg-header__top{
  width: 100%;
}

.fg-header__inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 24px;
}

.fg-header__brand{
  display: flex;
  align-items: center;
  text-decoration: none;
}

.fg-header__logo{
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}

.fg-header__brand:hover .fg-header__logo{
  transform: translateY(-1px) scale(1.015);
}

.fg-header__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.fg-header__nav-link{
  position: relative;
  text-decoration: none;
  color: var(--fg-text);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 14px 16px;
  border-radius: 999px;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.fg-header__nav-link:hover{
  color: var(--fg-red);
  background: #fff5f5;
}

.fg-header__nav-link.is-active{
  color: var(--fg-red);
}

.fg-header__nav-link::after{
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-red), var(--fg-gold));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.fg-header__nav-link:hover::after,
.fg-header__nav-link.is-active::after{
  transform: scaleX(1);
}

.fg-header__actions{
  display: flex;
  align-items: center;
  gap: 10px;
}

.fg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fg-btn:hover{
  transform: translateY(-2px);
}

.fg-btn--ghost{
  color: var(--fg-text);
  background: #fff;
  border-color: var(--fg-line);
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.fg-btn--ghost:hover{
  border-color: var(--fg-red);
  color: var(--fg-red);
}

.fg-btn--primary{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-red), #ff6a1a);
  box-shadow: 0 12px 24px rgba(229, 35, 35, 0.25);
}

.fg-btn--primary:hover{
  box-shadow: 0 14px 28px rgba(229, 35, 35, 0.32);
}

.fg-btn--full{
  width: 100%;
}

.fg-burger{
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid var(--fg-line);
  background: #fff;
  border-radius: 14px;
  padding: 0;
  cursor: pointer;
  position: relative;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

.fg-burger span{
  position: absolute;
  left: 13px;
  right: 13px;
  height: 3px;
  border-radius: 999px;
  background: var(--fg-text);
  transition: all 0.24s ease;
}

.fg-burger span:nth-child(1){ top: 15px; }
.fg-burger span:nth-child(2){ top: 23px; }
.fg-burger span:nth-child(3){ top: 31px; }

.fg-burger.is-open span:nth-child(1){
  top: 23px;
  transform: rotate(45deg);
}
.fg-burger.is-open span:nth-child(2){
  opacity: 0;
}
.fg-burger.is-open span:nth-child(3){
  top: 23px;
  transform: rotate(-45deg);
}

.fg-header__promo{
  overflow: hidden;
  border-top: 1px solid rgba(232,234,240,0.9);
  background: linear-gradient(180deg, #fff, #f8f9fc);
}

.fg-header__promo-track{
  display: flex;
  gap: 42px;
  white-space: nowrap;
  padding: 10px 20px;
  color: var(--fg-text);
  font-weight: 700;
  font-size: 14px;
  animation: fgTicker 26s linear infinite;
}

.fg-header__promo-track span{
  position: relative;
  padding-right: 8px;
}

@keyframes fgTicker{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.fg-mobile-panel{
  display: none;
}

.fg-header-spacer{
  height: 151px;
}

@media (max-width: 1180px){
  .fg-header__inner{
    grid-template-columns: 220px 1fr auto;
    gap: 16px;
  }

  .fg-header__logo{
    width: 170px;
  }

  .fg-header__nav-link{
    font-size: 14px;
    padding: 12px 12px;
  }

  .fg-btn{
    min-height: 44px;
    padding: 0 18px;
  }
}

@media (max-width: 980px){
  .fg-header__inner{
    grid-template-columns: 1fr auto;
  }

  .fg-header__nav{
    display: none;
  }

  .fg-header__actions > .fg-btn{
    display: none;
  }

  .fg-burger{
    display: inline-block;
  }

  .fg-mobile-panel{
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    border-top: 1px solid var(--fg-line);
  }

  .fg-mobile-panel.is-open{
    max-height: 80vh;
  }

  .fg-mobile-nav{
    padding: 18px 20px 24px;
    max-width: 1320px;
    margin: 0 auto;
  }

  .fg-mobile-nav__link{
    display: block;
    text-decoration: none;
    color: var(--fg-text);
    font-weight: 700;
    font-size: 17px;
    padding: 14px 0;
    border-bottom: 1px solid var(--fg-line);
  }

  .fg-mobile-nav__link:hover{
    color: var(--fg-red);
  }

  .fg-mobile-nav__buttons{
    display: grid;
    gap: 12px;
    margin-top: 18px;
  }

  .fg-header-spacer{
    height: 136px;
  }
}

@media (max-width: 640px){
  .fg-header__inner{
    padding: 10px 14px;
  }

  .fg-header__logo{
    width: 138px;
  }

  .fg-header__promo-track{
    font-size: 13px;
    gap: 28px;
    padding: 8px 14px;
  }

  .fg-header-spacer{
    height: 122px;
  }
}/* End custom CSS */