.elementor-147 .elementor-element.elementor-element-b14ce1e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-147 .elementor-element.elementor-element-9599cd0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-147 .elementor-element.elementor-element-172f225{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-147 .elementor-element.elementor-element-f0614f1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-147 .elementor-element.elementor-element-0b97c18{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-52925eb */.nexa-contact-hero{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  min-height:85vh;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-contact-hero,
.nexa-contact-hero *{
  box-sizing:border-box;
}

.nexa-contact-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      110deg,
      rgba(7,27,34,.96) 0%,
      rgba(7,27,34,.84) 46%,
      rgba(24,169,163,.38) 100%
    ),
    url("https://images.unsplash.com/photo-1582750433449-648ed127bb54?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
}

.nexa-contact-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  min-height:85vh;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  align-items:center;
  gap:60px;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-contact-hero__content{
  max-width:820px;
}

.nexa-contact-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-contact-hero__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-contact-hero h1{
  margin:0;
  max-width:760px;
  font-size:clamp(40px,5vw,72px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:750;
  color:#fff;
}

.nexa-contact-hero p{
  margin:24px 0 0;
  max-width:700px;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.8;
}

.nexa-contact-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.nexa-contact-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.5px;
  font-weight:800;
}

.nexa-contact-hero__btn--main{
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  box-shadow:0 18px 45px rgba(68,207,199,.24);
}

.nexa-contact-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(255,255,255,.05);
}

.nexa-contact-hero__panel{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  display:grid;
  gap:18px;
}

.nexa-contact-hero__panel div{
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.nexa-contact-hero__panel div:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.nexa-contact-hero__panel span{
  display:block;
  color:#44cfc7;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:8px;
}

.nexa-contact-hero__panel strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

@media(max-width:900px){
  .nexa-contact-hero__wrap{
    grid-template-columns:1fr;
    min-height:auto;
    padding:85px 22px;
  }
}

@media(max-width:520px){
  .nexa-contact-hero h1{
    font-size:36px;
  }

  .nexa-contact-hero p{
    font-size:14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1103111 */.nexa-contact-main{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f7fbfb;
  font-family:'Poppins',sans-serif;
  color:#071b22;
}

.nexa-contact-main,
.nexa-contact-main *{
  box-sizing:border-box;
}

.nexa-contact-main__wrap{
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:start;
  padding:105px clamp(24px,6vw,110px);
}

/* LEFT */
.nexa-contact-main__info{
  max-width:720px;
}

.nexa-contact-main__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.nexa-contact-main__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-contact-main h2{
  margin:0;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.5px;
}

.nexa-contact-main p{
  margin:20px 0 0;
  color:#52616b;
  font-size:15.5px;
  line-height:1.8;
}

.nexa-contact-main__items{
  margin-top:36px;
  display:grid;
  gap:20px;
}

.nexa-contact-main__items div{
  padding:20px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(24,169,163,.12);
}

.nexa-contact-main__items strong{
  display:block;
  margin-bottom:6px;
  font-size:14px;
}

/* RIGHT FORM */
.nexa-contact-main__form{
  background:#fff;
  padding:40px;
  border-radius:32px;
  box-shadow:0 25px 70px rgba(0,0,0,.08);
}

.nexa-contact-main form{
  display:grid;
  gap:16px;
}

.nexa-contact-main__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.nexa-contact-main input,
.nexa-contact-main select,
.nexa-contact-main textarea{
  width:100%;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.1);
  font-family:inherit;
  font-size:14px;
}

.nexa-contact-main textarea{
  min-height:120px;
  resize:none;
}

.nexa-contact-main button{
  margin-top:10px;
  height:50px;
  border:none;
  border-radius:999px;
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  font-weight:800;
  cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:900px){
  .nexa-contact-main__wrap{
    grid-template-columns:1fr;
    padding:75px 22px;
  }

  .nexa-contact-main__row{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .nexa-contact-main h2{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c91d831 */.nexa-map{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-map,
.nexa-map *{
  box-sizing:border-box;
}

.nexa-map__wrap{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:36px;
  align-items:stretch;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-map__content{
  padding:42px;
  border-radius:34px;
  background:
    radial-gradient(circle at 10% 10%, rgba(68,207,199,.18), transparent 35%),
    rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}

.nexa-map__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-map__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-map h2{
  margin:0;
  max-width:620px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:750;
}

.nexa-map p{
  margin:20px 0 0;
  max-width:620px;
  color:rgba(255,255,255,.72);
  font-size:15.5px;
  line-height:1.8;
}

.nexa-map__details{
  display:grid;
  gap:16px;
  margin-top:34px;
}

.nexa-map__details div{
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
}

.nexa-map__details strong{
  display:block;
  color:#44cfc7;
  font-size:12px;
  letter-spacing:.8px;
  text-transform:uppercase;
  margin-bottom:7px;
}

.nexa-map__details span{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.5;
}

.nexa-map__embed{
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  background:#e9fbfa;
  box-shadow:0 28px 80px rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.14);
}

.nexa-map__embed iframe{
  width:100%;
  height:100%;
  min-height:560px;
  border:0;
  display:block;
  filter:saturate(.9) contrast(1.02);
}

@media(max-width:900px){
  .nexa-map__wrap{
    grid-template-columns:1fr;
    padding:75px 22px;
  }

  .nexa-map__embed,
  .nexa-map__embed iframe{
    min-height:420px;
  }

  .nexa-map__content{
    padding:30px;
  }
}

@media(max-width:520px){
  .nexa-map h2{
    font-size:30px;
  }

  .nexa-map__content{
    padding:24px;
  }

  .nexa-map__embed,
  .nexa-map__embed iframe{
    min-height:360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f151205 */.nexa-footer{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  background:#061117;
  color:#fff;
  font-family:'Poppins',sans-serif;
  overflow:hidden;
}

.nexa-footer,
.nexa-footer *{
  box-sizing:border-box;
}

.nexa-footer__wrap{
  width:100%;
  padding:70px clamp(24px,6vw,110px);
  display:grid;
  grid-template-columns:1.35fr .7fr .9fr .9fr;
  gap:42px;
  border-top:1px solid rgba(255,255,255,.08);
}

.nexa-footer__brand img{
  width:160px;
  height:auto;
  display:block;
  margin-bottom:22px;
}

.nexa-footer__brand p{
  max-width:420px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.8;
}

.nexa-footer__col h3{
  margin:0 0 18px;
  color:#44cfc7;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.nexa-footer__col a,
.nexa-footer__col p{
  display:block;
  margin:0 0 11px;
  color:rgba(255,255,255,.68);
  font-size:13.5px;
  line-height:1.6;
  text-decoration:none;
}

.nexa-footer__col a:hover{
  color:#44cfc7;
}

.nexa-footer__bottom{
  padding:20px clamp(24px,6vw,110px);
  border-top:1px solid rgba(255,255,255,.08);
}

.nexa-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.52);
  font-size:12.5px;
}

@media(max-width:900px){
  .nexa-footer__wrap{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .nexa-footer__wrap{
    grid-template-columns:1fr;
    padding:55px 22px;
  }

  .nexa-footer__brand img{
    width:140px;
  }
}/* End custom CSS */