.elementor-681 .elementor-element.elementor-element-3c57e3b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--background-transition:0.3s;--margin-top:0em;--margin-bottom:-6em;--margin-left:0em;--margin-right:0em;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:999;}.elementor-681 .elementor-element.elementor-element-3c57e3b, .elementor-681 .elementor-element.elementor-element-3c57e3b::before{--border-transition:0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-681 .elementor-element.elementor-element-da7ac64 img{width:191px;}.elementor-681 .elementor-element.elementor-element-bfc9965.elementor-element{--align-self:center;}.elementor-681 .elementor-element.elementor-element-bfc9965{z-index:999;}@media(max-width:1366px){.elementor-681 .elementor-element.elementor-element-3c57e3b{--justify-content:space-around;--margin-top:0em;--margin-bottom:-6em;--margin-left:0em;--margin-right:0em;--padding-top:1em;--padding-bottom:1em;--padding-left:1em;--padding-right:1em;}}@media(max-width:1024px){.elementor-681 .elementor-element.elementor-element-3c57e3b{--justify-content:space-between;}.elementor-681 .elementor-element.elementor-element-bfc9965.elementor-element{--align-self:flex-end;}}@media(max-width:767px){.elementor-681 .elementor-element.elementor-element-3c57e3b{--justify-content:space-between;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:1.25em;--padding-bottom:1.25em;--padding-left:0em;--padding-right:0em;}.elementor-681 .elementor-element.elementor-element-3c57e3b.e-con{--align-self:center;}.elementor-681 .elementor-element.elementor-element-da7ac64 img{width:145px;}.elementor-681 .elementor-element.elementor-element-bfc9965{width:var( --container-widget-width, 32px );max-width:32px;--container-widget-width:32px;--container-widget-flex-grow:0;z-index:0;}.elementor-681 .elementor-element.elementor-element-bfc9965.elementor-element{--order:99999 /* order end hack */;}}/* Start custom CSS for html, class: .elementor-element-bfc9965 */li {
  list-style: none;
}

.elementor-681 .elementor-element.elementor-element-bfc9965 a {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #EFE8D9 !important;
  font-weight: 500 !important;
  text-decoration: none;
}

.elementor-681 .elementor-element.elementor-element-bfc9965 a:hover {
  color: #fff !important;
}

.elementor-681 .elementor-element.elementor-element-bfc9965 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-wrapper {
  background: transparent;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
}

.nav-wrapper.scrolled {
  background: transparent;
}

.nav-wrapper.scrolled .bar {
  background: #fff;
}

.nav-wrapper.scrolled a {
  color: #fff !important;
}

.nav-wrapper.scrolled .nav-logo svg path,
.nav-wrapper.scrolled .nav-logo svg rect,
.nav-wrapper.scrolled .nav-logo svg polygon {
  fill: #fff;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-link {
  transition: .5s;
}

.hamburguer {
  cursor: pointer;
  display: none;
  align-items: center;
}

.nav-menu-logo {
  display: none;
}

.nav-cta-mobile {
  display: none;
}

.nav-item--mobile {
  display: none;
}

@media (max-width: 1024px) {

  .hamburguer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    position: relative;
    z-index: 999;
    width: 32px;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .bar {
    display: block;
    width: 100%;
    height: 3px;
    transition: all 0.3s ease-in-out;
    background: #FF5E38;
    border-radius: 20px;
  }

  .bar:nth-child(2),
  .bar:nth-child(4) {
    width: 80%;
    margin-left: auto;
  }

  .hamburguer.active .bar {
    background: #fff;
    width: 16px !important;
  }

  .hamburguer.active .bar:nth-child(1) {
    opacity: 0;
  }

  .hamburguer.active .bar:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hamburguer.active .bar:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburguer.active .bar:nth-child(3) {
    opacity: 0;
  }

  .elementor-681 .elementor-element.elementor-element-bfc9965 a {
    font-size: 1.5em;
    color: #EFE8D9 !important;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0;
    gap: 0;
    flex-direction: column;
    background: #FF5E38;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 30px 140px;
    transition: 0.3s;
    z-index: 998;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu.active a {
    color: #fff !important;
  }

  .nav-item {
    margin: 16px 0;
  }

  .nav-menu-logo {
    display: block;
    position: absolute;
    top: 32px;
    left: 30px;
  }

  .nav-menu-logo svg path,
  .nav-menu-logo svg rect,
  .nav-menu-logo svg polygon {
    fill: #fff;
  }

  .nav-cta-mobile {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: absolute;
    bottom: 56px;
    left: 30px;
    right: 30px;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 50%;
    padding: 16px;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: opacity 0.2s ease;
  }

  .btn-primary {
    background: #1A1A1A;
    color: #fff !important;
    border: 1px solid #1A1A1A;
  }

  .btn-secondary {
    background: transparent;
    color: #EFE8D9 !important;
    border: 1px solid #EFE8D9;
  }

  .btn-primary:hover,
  .btn-secondary:hover {
    opacity: 0.85;
  }

  .nav-item--mobile {
    display: block;
  }

  .elementor-element-1c84062 {
    align-self: center !important;
  }

}/* End custom CSS */