.elementor-2116 .elementor-element.elementor-element-89ce03b{--display:flex;}.elementor-2116 .elementor-element.elementor-element-5f17d06{--display:flex;}.elementor-2116 .elementor-element.elementor-element-5f17d06.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2116 .elementor-element.elementor-element-4077a73{--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;}.elementor-2116 .elementor-element.elementor-element-2bd45f2{--display:flex;}.elementor-2116 .elementor-element.elementor-element-592d1b4{--display:flex;}.elementor-2116 .elementor-element.elementor-element-7969e9f{--display:flex;}.elementor-2116 .elementor-element.elementor-element-ce14335{--display:flex;}.elementor-2116 .elementor-element.elementor-element-d1fe4fb{--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;}.elementor-2116 .elementor-element.elementor-element-a8367c2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2116 .elementor-element.elementor-element-5f17d06{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-5f17d06 */html,
body {
  overflow-x: hidden !important;
}

body .elementor,
body .elementor-section,
body .elementor-container,
body .e-con,
body .e-con-inner,
body .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sea-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22685b8 */.nano-specs-section {
  padding: 95px 24px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.nano-specs-container {
  max-width: 1180px;
  margin: 0 auto;
}

.nano-specs-header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.nano-specs-header span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(3, 166, 224, 0.1);
  color: #03A6E0;
  font-size: 15px;
  font-weight: 700;
}

.nano-specs-header h2 {
  margin: 0;
  color: #1f284f;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.nano-specs-header p {
  max-width: 650px;
  margin: 22px auto 0;
  color: rgba(31, 40, 79, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.nano-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nano-spec-card {
  min-height: 150px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(31, 40, 79, 0.09);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(31, 40, 79, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nano-spec-card span {
  color: rgba(31, 40, 79, 0.62);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nano-spec-card strong {
  margin-top: 24px;
  color: #1f284f;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.nc-specs-notice{
    text-align:center;
    margin-top:50px;
}

.nc-notice-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 34px;
    background:#1f284f;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
    transition:all .3s ease;
    box-shadow:0 12px 30px rgba(31,40,79,.18);
}

.nc-notice-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 40px rgba(3,166,224,.25);
}

@media (max-width: 900px) {
  .nano-specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .nano-specs-section {
    padding: 70px 18px;
  }

  .nano-specs-grid {
    grid-template-columns: 1fr;
  }

  .nano-spec-card {
    min-height: 130px;
    padding: 26px;
  }

  .nano-spec-card strong {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b510429 */.ns-benefits-section {
  width: 100%;
  padding: 0 24px 80px;
  background: #ffffff;
  font-family: "Didact Gothic", sans-serif;
  color: #222956;
}

.ns-benefits-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 42px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(3, 166, 224, 0.055), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(34, 41, 86, 0.06);
  box-shadow: 0 22px 70px rgba(34, 41, 86, 0.06);
}

.ns-benefit-card {
  min-width: 0;
}

.ns-benefit-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 166, 224, 0.08);
  border: 1px solid rgba(3, 166, 224, 0.16);
}

.ns-benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #03a6e0;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ns-benefit-card h3 {
  margin: 0 0 12px;
  font-family: "League Spartan", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #222956;
}

.ns-benefit-card p {
  max-width: 250px;
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(34, 41, 86, 0.78);
}

@media (max-width: 1100px) {
  .ns-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }
}

@media (max-width: 640px) {
  .ns-benefits-section {
    padding: 0 16px 56px;
  }

  .ns-benefits-grid {
    grid-template-columns: 1fr;
    padding: 32px 26px;
    gap: 30px;
  }

  .ns-benefit-card p {
    max-width: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2494273 */.ns-app-section {
  width: 100%;
  padding: 40px 24px 95px;
  background: #ffffff;
  font-family: "Didact Gothic", sans-serif;
  color: #222956;
  overflow: hidden;
}

.ns-app-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
}

.ns-app-content span {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  color:#03a6e0;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ns-app-content h2 {
  max-width: 520px;
  margin: 0 0 24px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: #222956;
}

.ns-app-content p {
  max-width: 560px;
  margin: 0 0 34px;
  font-size: 20px;
  line-height: 1.52;
  color: rgba(34, 41, 86, 0.78);
}

.ns-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ns-store-btn {
  min-width: 185px;
  height: 58px;
  padding: 0 17px;
  border-radius: 8px;
  background: #03a6e0;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ns-store-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  color: #ffffff;
}

.ns-store-icon {
  font-size: 31px;
  line-height: 1;
}

.ns-play-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: linear-gradient(135deg, #00f0ff, #00d26a 45%, #ffd400 70%, #ff3d3d);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ns-store-btn small {
  display: block;
  margin-bottom: 1px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.9;
}

.ns-store-btn strong {
  display: block;
  font-family: "League Spartan", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.ns-app-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-app-visual::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 44%;
  bottom: 4%;
  left: 14%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 41, 86, 0.18), transparent 68%);
  filter: blur(16px);
  z-index: 0;
}

.ns-app-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 38px rgba(34, 41, 86, 0.18));
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .ns-app-wrapper {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ns-app-visual {
    min-height: auto;
  }

  .ns-app-visual img {
    width: min(100%, 680px);
  }
}

@media (max-width: 640px) {
  .ns-app-section {
    padding: 24px 16px 64px;
  }

  .ns-app-content h2 {
    font-size: 40px;
  }

  .ns-app-content p {
    font-size: 18px;
  }

  .ns-store-buttons {
    flex-direction: column;
  }

  .ns-store-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-406e454 */.nano-motor-section {
  width: 100%;
  padding: 90px 24px 100px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(3,166,224,0.05) 100%);
  font-family: "Didact Gothic", sans-serif;
  color: #222956;
}

.nano-motor-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.nano-motor-head {
  max-width: 900px;
  margin-bottom: 46px;
}

.nano-motor-head span {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "League Spartan", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #03a6e0;
}

.nano-motor-head h2 {
  margin: 0 0 22px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #222956;
}

.nano-motor-head p {
  max-width: 680px;
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  color: rgba(34,41,86,.72);
}

.nano-motor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.nano-motor-card {
  padding: 34px 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(34,41,86,.08);
  box-shadow: 0 20px 50px rgba(34,41,86,.06);
}

.nano-motor-card h3 {
  margin: 0 0 16px;
  font-family: "League Spartan", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #222956;
}

.nano-motor-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(34,41,86,.72);
}

@media (max-width: 1100px) {
  .nano-motor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nano-motor-section {
    padding: 64px 16px 72px;
  }

  .nano-motor-grid {
    grid-template-columns: 1fr;
  }

  .nano-motor-card {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad293f6 */.nc-partners-section{
    padding:60px 0;
    background:#fff;
    overflow:hidden;
    font-family:"Poppins",sans-serif;
}

.nc-partners-head{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
    padding:0 24px;
}

.nc-partners-head span{
    display:inline-block;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(3,166,224,.1);
    color:#03A6E0;
    font-size:18px;
    font-weight:700;
    margin-bottom:16px;
}

.nc-partners-head h2{
    margin:0;
    color:#1f284f;
    font-size:clamp(36px,4vw,45px);
    font-weight:800;
    letter-spacing:-0.04em;
}

.nc-partners-head p{
    margin-top:20px;
    color:rgba(20,25,45,.72);
    font-size:19px;
    line-height:1.7;
}

.nc-logo-marquee{
    width:100%;
    overflow:hidden;
    position:relative;
}

.nc-logo-track{
    display:flex;
    gap:28px;
    width:max-content;
    animation:ncPartnersScroll 65s linear infinite;
}

.nc-logo-item{
    width:300px;
    height:180px;
    flex-shrink:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-decoration:none;

    background:#ffffff;
    border:1px solid rgba(31,40,79,.08);
    border-radius:28px;

    transition:.3s ease;
}

.nc-logo-item:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(31,40,79,.08);
}

.nc-logo-item img{
    max-width:240px;
    max-height:110px;
        border-radius:10px;

    width:auto;
    height:auto;
    object-fit:contain;
    transition:.3s ease;
}

.nc-logo-item span{
    margin-top:14px;
    color:#1f284f;
    font-size:15px;
    font-weight:600;
    text-align:center;
    padding:0 12px;
}

.nc-logo-marquee:hover .nc-logo-track{
    animation-play-state:paused;
}

@keyframes ncPartnersScroll{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(calc(-50% - 14px));
    }

}

@media(max-width:1024px){

    .nc-logo-item{
        width:260px;
        height:160px;
    }

    .nc-logo-item img{
        max-width:210px;
        max-height:95px;
    }

}

@media(max-width:768px){

    .nc-partners-section{
        padding:70px 0;
    }

    .nc-partners-head{
        margin-bottom:40px;
    }

    .nc-logo-track{
        gap:18px;
        animation-duration:45s;
    }

    .nc-logo-item{
        width:220px;
        height:140px;
        border-radius:22px;
    }

    .nc-logo-item img{
        max-width:170px;
        max-height:80px;
    }

    .nc-logo-item span{
        font-size:13px;
        margin-top:10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd1dcfb */.nc-expertise-section{
  background:#fff;
  padding:75px 40px;
  overflow:hidden;
}

.nc-expertise-wrapper{
  max-width:1480px;
  margin:0 auto;
}

/* HEADING */

.nc-expertise-heading{
  text-align:center;
  max-width:1200px;
  margin:0 auto;
}

.nc-expertise-line{
  display:block;
  width:68px;
  height:4px;
  background:#1CA8E3;
  border-radius:99px;
  margin:0 auto 42px;
}

.nc-expertise-heading h2{
  margin:0;

  font-family:"League Spartan", sans-serif;
  font-size:60px;
  line-height:.94;
  letter-spacing:-3px;
  color:#071747;
  font-weight:700;
}

.nc-expertise-heading h2 span{
  color:#1CA8E3;
}

/* CONTENT */

.nc-expertise-content{
  margin-top:62px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:42px;
}

/* TEXT BOX */

.nc-expertise-text{
  max-width:980px;
  padding:46px 52px;

  border-radius:30px;

  background:linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fbfd 100%
  );

  border:1px solid rgba(7,23,71,.08);

  box-shadow:
    0 24px 70px rgba(7,23,71,.06);

  text-align:center;
}

.nc-expertise-text p{
  margin:0 0 28px;

  font-family:"Poppins", sans-serif;
  font-size:23px;
  line-height:1.9;
  color:#1F284F;
  font-weight:400;
}

.nc-expertise-text p:last-child{
  margin-bottom:0;
}

/* STATS */

.nc-expertise-stats{
  width:100%;

  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;

  max-width:1100px;
}

.nc-stat-card{
  border:1px solid rgba(7,23,71,.08);
  border-radius:24px;
  padding:30px;

  background:#fff;

  text-align:center;

  transition:.3s ease;
}

.nc-stat-card:hover{
  transform:translateY(-4px);

  box-shadow:
    0 18px 40px rgba(7,23,71,.06);
}

.nc-stat-card span{
  display:block;
  margin-bottom:10px;

  font-family:"League Spartan", sans-serif;
  font-size:44px;
  line-height:1;
  color:#1CA8E3;
  font-weight:700;
}

.nc-stat-card p{
  margin:0;

  font-family:"Poppins", sans-serif;
  font-size:23px;
  color:#1F284F;
  line-height:1.5;
}

/* RESPONSIVE */

@media(max-width:900px){

  .nc-expertise-section{
    padding:60px 24px;
  }

  .nc-expertise-heading h2{
    font-size:54px;
    letter-spacing:-2px;
  }

  .nc-expertise-content{
    margin-top:44px;
  }

  .nc-expertise-text{
    padding:34px;
  }

  .nc-expertise-stats{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:600px){

  .nc-expertise-section{
    padding:50px 14px;
  }

  .nc-expertise-line{
    margin-bottom:28px;
  }

  .nc-expertise-heading h2{
    font-size:40px;
    line-height:.98;
    letter-spacing:-1.5px;
  }

  .nc-expertise-text{
    padding:26px 22px;
    border-radius:24px;
  }

  .nc-expertise-text p{
    font-size:16px;
    line-height:1.8;
  }

  .nc-expertise-stats{
    grid-template-columns:1fr;
  }

}

.nc-flag-fr{
  width:50px;
  height:50px;

  border-radius:50%;
  overflow:hidden;

  display:flex;

  margin:0 auto 28px;

  box-shadow:0 10px 24px rgba(7,23,71,.08);
}

.nc-flag-fr span{
  flex:1;
  height:100%;
}

.fr-blue{
  background:#0055A4;
}

.fr-white{
  background:#ffffff;
}

.fr-red{
  background:#EF4135;
}/* End custom CSS */