.elementor-552 .elementor-element.elementor-element-b647cd1{--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-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-a34307c */.i34-header,
.i34-header *,
.i34-drawer,
.i34-drawer *{
  box-sizing:border-box;
}

:root{
  --i34-primary:#123B6D;
  --i34-secondary:#0B1F33;
  --i34-text:#1C2430;
  --i34-accent:#F28C28;
  --i34-light:#FFFFFF;
  --i34-border:#D9E2EC;
}

html.i34-menu-lock,
body.i34-menu-lock{
  overflow:hidden !important;
}

.i34-header{
  position:sticky;
  top:0;
  z-index:999;
  width:100%;
  min-height:88px;
  padding:14px 20px;
  display:flex;
  align-items:center;
  background:rgba(255,255,255,0.90);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(18,59,109,0.08);
  box-shadow:0 10px 30px rgba(11,31,51,0.05);
  font-family:'Poppins',sans-serif;
}

.i34-header::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,var(--i34-primary) 0%, var(--i34-accent) 100%);
  opacity:.95;
}

.i34-header__container{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  position:relative;
}

.i34-header__menu-toggle{
  display:none;
  width:46px;
  height:46px;
  min-width:46px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(18,59,109,0.09), rgba(242,140,40,0.12));
  border:1px solid rgba(18,59,109,0.10);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
  padding:0;
  position:relative;
  z-index:3;
}

.i34-header__menu-toggle span{
  width:18px;
  height:2px;
  background:var(--i34-secondary);
  border-radius:999px;
  display:block;
}

.i34-header__brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  min-width:0;
  max-width:100%;
}

.i34-header__logo-mark{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:18px;
  box-shadow:0 14px 30px rgba(18,59,109,0.18);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.i34-header__logo-mark svg{
  width:100%;
  height:100%;
  display:block;
}

.i34-header__brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  min-width:0;
}

.i34-header__brand-text strong{
  color:var(--i34-secondary);
  font-size:19px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:-0.3px;
  text-transform:lowercase;
  white-space:nowrap;
}

.i34-header__brand-text span{
  color:rgba(28,36,48,0.66);
  font-size:12px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.1px;
  white-space:nowrap;
}

.i34-header__nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:0;
  width:100%;
}

.i34-header__nav > a,
.i34-header__dropdown-trigger{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 16px;
  border-radius:14px;
  color:var(--i34-secondary);
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  line-height:1;
  transition:.3s ease;
  white-space:nowrap;
}

.i34-header__nav > a:hover,
.i34-header__dropdown-trigger:hover{
  background:rgba(18,59,109,0.05);
  color:var(--i34-primary);
}

.i34-header__dropdown{
  position:relative;
  display:flex;
  align-items:center;
}

.i34-header__dropdown::after{
  content:"";
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  height:26px;
}

.i34-header__dropdown-trigger{
  gap:8px;
}

.i34-header__dropdown-trigger i{
  font-size:12px;
  line-height:1;
  transition:transform .3s ease;
}

.i34-header__dropdown:hover .i34-header__dropdown-trigger i,
.i34-header__dropdown:focus-within .i34-header__dropdown-trigger i{
  transform:rotate(180deg);
}

.i34-header__dropdown-panel{
  position:absolute;
  top:calc(100% + 12px);
  left:50%;
  transform:translateX(-50%) translateY(8px);
  width:min(560px, 82vw);
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,0.98);
  border:1px solid rgba(18,59,109,0.10);
  box-shadow:0 24px 50px rgba(11,31,51,0.12);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.28s ease;
  z-index:50;
}

.i34-header__dropdown:hover .i34-header__dropdown-panel,
.i34-header__dropdown:focus-within .i34-header__dropdown-panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.i34-header__dropdown-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}

.i34-header__dropdown-grid a{
  display:flex;
  align-items:center;
  min-height:40px;
  padding:0 16px;
  border-radius:16px;
  text-decoration:none;
  color:var(--i34-secondary);
  font-size:14px;
  font-weight:500;
  line-height:1.25;
  background:linear-gradient(180deg, rgba(247,250,252,0.95) 0%, rgba(234,241,247,0.95) 100%);
  border:1px solid rgba(18,59,109,0.08);
  transition:.3s ease;
}

.i34-header__dropdown-grid a:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg, rgba(18,59,109,0.08), rgba(242,140,40,0.12));
  color:var(--i34-primary);
  border-color:rgba(18,59,109,0.16);
}

.i34-header__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.i34-header__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 20px;
  border-radius:16px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  line-height:1;
  transition:.3s ease;
  white-space:nowrap;
}

.i34-header__btn i{
  font-size:16px;
  line-height:1;
}

.i34-header__btn span{
  display:inline-flex;
  align-items:center;
  line-height:1;
}

.i34-header__btn--soft{
  background:rgba(255,255,255,0.90);
  color:var(--i34-secondary);
  border:1px solid rgba(18,59,109,0.10);
  box-shadow:0 10px 24px rgba(11,31,51,0.05);
}

.i34-header__btn--soft:hover{
  transform:translateY(-2px);
  color:var(--i34-primary);
}

.i34-header__btn--primary{
  background:linear-gradient(135deg, var(--i34-accent) 0%, #ff9e42 100%);
  color:#fff;
  box-shadow:0 14px 28px rgba(242,140,40,0.22);
}

.i34-header__btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(242,140,40,0.28);
}

.i34-header__mobile-actions{
  display:none;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  position:relative;
  z-index:3;
}

.i34-header__icon-btn{
  width:50px;
  height:50px;
  min-width:50px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(18,59,109,0.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.88), 0 10px 24px rgba(11,31,51,0.08);
  overflow:hidden;
  text-decoration:none;
  transition:.3s ease;
}

.i34-header__icon-btn i{
  font-size:22px;
  line-height:1;
}

.i34-header__icon-btn--phone{
  background:rgba(255,255,255,0.96);
  color:var(--i34-primary);
}

.i34-header__icon-btn--whatsapp{
  background:linear-gradient(135deg, #25D366 0%, #1fb657 100%);
  color:#fff;
  border-color:rgba(37,211,102,0.28);
}

.i34-header__icon-btn:hover{
  transform:translateY(-2px);
}

.i34-drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(11,31,51,0.42);
  backdrop-filter:blur(4px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.35s ease;
  z-index:998;
}

.i34-drawer-overlay.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.i34-drawer{
  position:fixed;
  top:0;
  left:0;
  width:min(92vw, 390px);
  height:100dvh;
  background:
    radial-gradient(circle at top left, rgba(242,140,40,0.14) 0%, transparent 26%),
    linear-gradient(180deg, #0B1F33 0%, #102B48 100%);
  box-shadow:20px 0 40px rgba(11,31,51,0.22);
  transform:translateX(-110%);
  transition:transform .45s cubic-bezier(.2,.9,.2,1);
  z-index:999;
  overflow:auto;
  font-family:'Poppins',sans-serif;
}

.i34-drawer.is-open{
  transform:translateX(0);
}

.i34-drawer__inner{
  min-height:100%;
  padding:22px 18px 28px;
  display:flex;
  flex-direction:column;
}

.i34-drawer__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:22px;
}

.i34-drawer__brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width:0;
}

.i34-drawer__brand-mark{
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 24px rgba(0,0,0,0.2);
}

.i34-drawer__brand-mark svg{
  width:100%;
  height:100%;
  display:block;
}

.i34-drawer__brand strong{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:-0.2px;
  text-transform:lowercase;
}

.i34-drawer__brand span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,0.68);
  font-size:12px;
  font-weight:500;
}

.i34-drawer__close{
  width:52px;
  height:52px;
  border:none;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}

.i34-drawer__close-border{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  color:#fff;
  transition:transform .35s ease, background .35s ease;
}

.i34-drawer__close:hover{
  background:transparent;
}

.i34-drawer__close:hover .i34-drawer__close-border{
  transform:translateX(-6px);
}

.i34-drawer__close i{
  font-size:18px;
  line-height:1;
}

.i34-drawer__nav{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.i34-drawer__nav > a,
.i34-drawer__accordion-toggle{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px;
  border-radius:16px;
  text-decoration:none;
  color:#fff;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  font-size:15px;
  font-weight:600;
  line-height:1;
  transition:.3s ease;
}

.i34-drawer__nav > a:hover,
.i34-drawer__accordion-toggle:hover{
  background:rgba(255,255,255,0.10);
}

.i34-drawer__accordion-toggle{
  cursor:pointer;
}

.i34-drawer__accordion-toggle i{
  transition:transform .3s ease;
  line-height:1;
}

.i34-drawer__accordion.is-open .i34-drawer__accordion-toggle i{
  transform:rotate(180deg);
}

.i34-drawer__accordion-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
  display:grid;
  gap:8px;
  padding:0 6px;
}

.i34-drawer__accordion.is-open .i34-drawer__accordion-content{
  max-height:950px;
  padding-top:10px;
}

.i34-drawer__accordion-content a{
  min-height:46px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-radius:14px;
  text-decoration:none;
  color:rgba(255,255,255,0.90);
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.06);
  font-size:14px;
  font-weight:500;
  transition:.3s ease;
}

.i34-drawer__accordion-content a:hover{
  background:rgba(255,255,255,0.09);
  color:#fff;
}

.i34-drawer__contact{
  margin-top:auto;
  padding-top:20px;
  display:grid;
  gap:10px;
}

.i34-drawer__btn{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:16px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  transition:.3s ease;
}

.i34-drawer__btn--soft{
  background:rgba(255,255,255,0.08);
  color:#fff;
  border:1px solid rgba(255,255,255,0.12);
}

.i34-drawer__btn--primary{
  background:linear-gradient(135deg, var(--i34-accent) 0%, #ff9e42 100%);
  color:#fff;
  box-shadow:0 14px 28px rgba(242,140,40,0.2);
}

@media (max-width:1180px){
  .i34-header{
    min-height:78px;
    padding:14px 18px;
  }

  .i34-header__container{
    grid-template-columns:46px 1fr 118px;
    gap:12px;
    min-height:50px;
  }

  .i34-header__menu-toggle{
    display:flex;
    grid-column:1;
    justify-self:start;
  }

  .i34-header__nav,
  .i34-header__actions{
    display:none;
  }

  .i34-header__mobile-actions{
    display:flex;
    grid-column:3;
    justify-self:end;
  }

  .i34-header__brand{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
    max-width:calc(100% - 220px);
    gap:10px;
  }

  .i34-header__brand-text{
    align-items:flex-start;
  }

  .i34-header__brand-text strong{
    font-size:17px;
    max-width:240px;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .i34-header__brand-text span{
    font-size:11px;
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

@media (max-width:767px){
  .i34-header{
    min-height:72px;
    padding:12px 14px;
  }

  .i34-header__container{
    grid-template-columns:44px 1fr 116px;
    gap:10px;
  }

  .i34-header__menu-toggle{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:14px;
  }

  .i34-header__icon-btn{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:16px;
  }

  .i34-header__icon-btn i{
    font-size:23px;
  }

  .i34-header__logo-mark{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:15px;
  }

  .i34-header__brand{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
    width:46px;
    min-width:46px;
    max-width:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
  }

  .i34-header__brand-text{
    display:none;
  }

  .i34-header__brand-text span{
    display:none;
  }

  .i34-drawer{
    width:min(94vw, 360px);
  }
}

@media (max-width:420px){
  .i34-header__container{
    grid-template-columns:42px 1fr 108px;
    gap:8px;
  }

  .i34-header__brand{
    display:flex;
    width:42px;
    min-width:42px;
    max-width:42px;
  }
  
  .i34-header__brand-text{
    display:none;
  }
  
  .i34-header__logo-mark{
    width:42px;
    height:42px;
    min-width:42px;
  }


  .i34-header__mobile-actions{
    gap:8px;
  }

  .i34-header__icon-btn{
    width:38px;
    height:38px;
    min-width:38px;
  }

  .i34-header__icon-btn i{
    font-size:18px;
  }
}/* End custom CSS */