.elementor-1099 .elementor-element.elementor-element-5e46afe{margin:-100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1099 .elementor-element.elementor-element-05060a4{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;color:var( --e-global-color-primary );}.elementor-1099 .elementor-element.elementor-element-05060a4 a{color:var( --e-global-color-accent );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-5e46afe *//* ==================================================
   NOVA ABOUT HERO — LUXO INSPIRED
================================================== */
.nova-luxo-hero{
  position:relative;
  width:100vw;
  min-height:clamp(400px, 88vh, 620px);
  margin-left:calc(50% - 50vw);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:var(--nova-primary);
  isolation:isolate;

  border-bottom-left-radius:120px;
  border-bottom-right-radius:120px;
}

/* ==================================================
   BACKGROUND IMAGE
================================================== */

.nova-luxo-image{
  position:absolute;
  z-index:-3;
  inset:0;
}

.nova-luxo-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%;
  transform:scale(1.025);
  animation:novaLuxoImage 1.6s
    cubic-bezier(.22,.61,.36,1) both;
}

.nova-luxo-overlay{
  position:absolute;
  z-index:-2;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(13,18,35,.42) 0%,
      rgba(13,18,35,.24) 38%,
      rgba(13,18,35,.58) 100%
    );
}

.nova-luxo-overlay::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at center,
      transparent 10%,
      rgba(13,18,35,.18) 100%
    );
}


/* ==================================================
   TOP DETAILS
================================================== */

.nova-luxo-top{
  position:absolute;
  top:clamp(105px, 12vw, 185px);
  left:var(--nova-page-padding);
  right:var(--nova-page-padding);
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.72);
  font-family:var(--nova-font-body);
  font-size:9px;
  font-weight:500;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.nova-luxo-top span:last-child{
  display:flex;
  align-items:center;
  gap:12px;
}

.nova-luxo-top span:last-child::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--nova-accent-light);
}


/* ==================================================
   HERO CONTENT
================================================== */

.nova-luxo-content{
  width:min(1050px, calc(100% - 48px));
  margin:auto;
  padding:170px 20px 145px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  color:var(--nova-text-light);
  animation:novaLuxoContent 1s .15s ease both;
}

.nova-luxo-label{
  margin-bottom:27px;
  color:rgba(255,255,255,.74);
  font-family:var(--nova-font-body);
  font-size:9px;
  font-weight:600;
  letter-spacing:.27em;
  line-height:1;
  text-transform:uppercase;
}

.nova-luxo-content h1{
  max-width:1050px;
  margin:0;
  color:var(--nova-text-light);
  font-family:var(--nova-font-heading);
  font-size:clamp(62px, 8vw, 90px);
  font-weight:400;
  line-height:.82;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.nova-luxo-content h1 em{
  display:block;
  margin-top:17px;
  color:var(--nova-accent-light);
  font-weight:400;
  line-height:.9;
}

.nova-luxo-content > p{
  max-width:630px;
  margin:38px auto 0;
  color:rgba(255,255,255,.77);
  font-family:var(--nova-font-body);
  font-size:14px;
  font-weight:400;
  line-height:1.85;
}


/* ==================================================
   BUTTON
================================================== */

.nova-luxo-button{
  min-height:52px;
  margin-top:38px;
  padding:0 9px 0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:var(--nova-radius-round);
  background:rgba(255,255,255,.08);
  color:var(--nova-text-light) !important;
  font-family:var(--nova-font-body);
  font-size:9px;
  font-weight:600;
  letter-spacing:.16em;
  text-decoration:none !important;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:
    background var(--nova-transition),
    color var(--nova-transition),
    border-color var(--nova-transition),
    transform var(--nova-transition);
}

.nova-luxo-button svg{
  width:36px;
  height:36px;
  padding:10px;
  border-radius:50%;
  background:var(--nova-background);
  fill:none;
  stroke:var(--nova-primary);
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:
    background var(--nova-transition),
    stroke var(--nova-transition),
    transform var(--nova-transition);
}

.nova-luxo-button:hover{
  border-color:var(--nova-background);
  background:var(--nova-background);
  color:var(--nova-primary) !important;
  transform:translateY(-3px);
}

.nova-luxo-button:hover svg{
  background:var(--nova-accent);
  stroke:var(--nova-text-light);
  transform:rotate(-35deg);
}


/* ==================================================
   VERTICAL SIDE TEXT
================================================== */

.nova-luxo-side-text{
  position:absolute;
  top:50%;
  right:clamp(22px, 3vw, 52px);
  display:flex;
  align-items:center;
  gap:15px;
  color:rgba(255,255,255,.55);
  font-family:var(--nova-font-body);
  font-size:7px;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  transform:translateY(-50%) rotate(90deg);
  transform-origin:center;
  white-space:nowrap;
}

.nova-luxo-side-text i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--nova-accent-light);
}


/* ==================================================
   SCROLL INDICATOR
================================================== */

.nova-luxo-scroll{
  position:absolute;
  bottom:80px;
  left:clamp(22px, 3vw, 52px);
  display:flex;
  align-items:center;
  gap:14px;
  color:rgba(255,255,255,.67) !important;
  font-family:var(--nova-font-body);
  font-size:7px;
  font-weight:600;
  letter-spacing:.2em;
  text-decoration:none !important;
  text-transform:uppercase;
}

.nova-luxo-scroll-line{
  position:relative;
  width:52px;
  height:1px;
  overflow:hidden;
  background:rgba(255,255,255,.28);
}

.nova-luxo-scroll-line i{
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:1px;
  background:var(--nova-accent-light);
  animation:novaLuxoScroll 2s ease-in-out infinite;
}


/* ==================================================
   INTRO BELOW HERO
================================================== */

.nova-luxo-intro{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:clamp(80px, 9vw, 145px) 0;
  background:var(--nova-background);
}

.nova-luxo-intro-inner{
  display:grid;
  grid-template-columns:80px minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items:start;
  gap:clamp(35px, 6vw, 100px);
}

.nova-luxo-intro-number{
  padding-top:8px;
  color:var(--nova-accent);
  font-family:var(--nova-font-body);
  font-size:9px;
  font-weight:600;
  letter-spacing:.14em;
}

.nova-luxo-intro-title > span{
  display:block;
  margin-bottom:20px;
  color:var(--nova-accent);
  font-family:var(--nova-font-body);
  font-size:9px;
  font-weight:600;
  letter-spacing:.22em;
}

.nova-luxo-intro-title h2{
  max-width:760px;
  margin:0;
  color:var(--nova-primary);
  font-family:var(--nova-font-heading);
  font-size:clamp(48px, 5vw, 82px);
  font-weight:400;
  line-height:.96;
  letter-spacing:-.035em;
}

.nova-luxo-intro-title h2 em{
  display:block;
  color:var(--nova-accent);
  font-weight:400;
}

.nova-luxo-intro-text{
  padding-top:34px;
}

.nova-luxo-intro-text p{
  margin:0;
  color:var(--nova-text-soft);
  font-family:var(--nova-font-body);
  font-size:14px;
  line-height:1.85;
}

.nova-luxo-intro-text a{
  position:relative;
  margin-top:29px;
  padding-bottom:7px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--nova-primary) !important;
  font-family:var(--nova-font-body);
  font-size:9px;
  font-weight:600;
  letter-spacing:.17em;
  text-decoration:none !important;
  text-transform:uppercase;
}

.nova-luxo-intro-text a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:1px;
  background:var(--nova-primary);
  transform-origin:left;
  transition:transform var(--nova-transition);
}

.nova-luxo-intro-text a:hover::after{
  transform:scaleX(.35);
}

.nova-luxo-intro-text a span{
  color:var(--nova-accent);
  font-size:15px;
  transition:transform var(--nova-transition);
}

.nova-luxo-intro-text a:hover span{
  transform:translate(3px,-3px);
}


/* ==================================================
   ANIMATIONS
================================================== */

@keyframes novaLuxoImage{
  from{
    opacity:0;
    transform:scale(1.1);
  }

  to{
    opacity:1;
    transform:scale(1.025);
  }
}

@keyframes novaLuxoContent{
  from{
    opacity:0;
    transform:translateY(35px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes novaLuxoScroll{
  0%{
    left:-100%;
  }

  50%{
    left:0;
  }

  100%{
    left:100%;
  }
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1024px){

  .nova-luxo-hero{
    -webkit-clip-path:ellipse(105% 100% at 50% 0%);
    clip-path:ellipse(105% 100% at 50% 0%);
  }

  .nova-luxo-content h1{
    font-size:clamp(65px, 10vw, 105px);
  }

  .nova-luxo-side-text{
    display:none;
  }

  .nova-luxo-intro-inner{
    grid-template-columns:50px minmax(0, 1.2fr) minmax(250px, .8fr);
    gap:40px;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:767px){

  .nova-luxo-hero{
    min-height:720px;
    -webkit-clip-path:ellipse(145% 100% at 50% 0%);
    clip-path:ellipse(145% 100% at 50% 0%);
  }

  .nova-luxo-image img{
    object-position:center;
  }

  .nova-luxo-top{
    top:95px;
    left:20px;
    right:20px;
    font-size:7px;
    letter-spacing:.16em;
  }

  .nova-luxo-top span:last-child{
    display:none;
  }

  .nova-luxo-content{
    width:100%;
    padding:150px 22px 135px;
  }

  .nova-luxo-label{
    margin-bottom:20px;
    font-size:7px;
    letter-spacing:.22em;
  }

  .nova-luxo-content h1{
    max-width:500px;
    font-size:clamp(55px, 17vw, 78px);
    line-height:.87;
  }

  .nova-luxo-content h1 em{
    margin-top:13px;
  }

  .nova-luxo-content > p{
    max-width:430px;
    margin-top:28px;
    font-size:13px;
    line-height:1.7;
  }

  .nova-luxo-button{
    margin-top:30px;
  }

  .nova-luxo-scroll{
    bottom:64px;
    left:22px;
  }

  .nova-luxo-scroll span{
    display:none;
  }

  .nova-luxo-scroll-line{
    width:42px;
  }

  .nova-luxo-intro{
    padding:75px 0;
  }

  .nova-luxo-intro-inner{
    display:flex;
    flex-direction:column;
    gap:27px;
  }

  .nova-luxo-intro-number{
    padding:0;
  }

  .nova-luxo-intro-title > span{
    margin-bottom:17px;
    font-size:8px;
  }

  .nova-luxo-intro-title h2{
    font-size:clamp(45px, 13vw, 64px);
  }

  .nova-luxo-intro-text{
    padding-top:5px;
  }

}


/* ==================================================
   FALLBACK
================================================== */

@supports not (clip-path:ellipse(100% 100% at 50% 0%)){

  .nova-luxo-hero{
    border-radius:0 0 50px 50px;
  }

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media(prefers-reduced-motion:reduce){

  .nova-luxo-image img,
  .nova-luxo-content,
  .nova-luxo-scroll-line i{
    animation:none;
  }

}

/* =========================================
   NOVA ABOUT HERO — READABILITY FIX
========================================= */

/* Top labels */
.nova-luxo-top{
  font-size:13px;
  font-weight:600;
  letter-spacing:.16em;
}

/* Small label above main title */
.nova-luxo-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:.2em;
}

/* Hero description */
.nova-luxo-content > p{
  max-width:700px;
  font-size:16px;
  line-height:1.75;
}

/* Hero button */
.nova-luxo-button{
  min-height:56px;
  padding-left:28px;
  font-size:11px;
  letter-spacing:.12em;
}

/* Right vertical words */
.nova-luxo-side-text{
  font-size:9px;
  letter-spacing:.16em;
}

/* Scroll text */
.nova-luxo-scroll{
  font-size:9px;
  letter-spacing:.15em;
}


/* =========================================
   INTRO SECTION
========================================= */

/* Number 01 */
.nova-luxo-intro-number{
  font-size:11px;
}

/* THE NOVA EXPERIENCE */
.nova-luxo-intro-title > span{
  font-size:11px;
  letter-spacing:.17em;
}

/* Right paragraph */
.nova-luxo-intro-text p{
  font-size:16px;
  line-height:1.75;
}

/* Meet the Nova Team link */
.nova-luxo-intro-text a{
  font-size:11px;
  letter-spacing:.12em;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1024px){

  .nova-luxo-content > p,
  .nova-luxo-intro-text p{
    font-size:15px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

  .nova-luxo-top{
    font-size:9px;
  }

  .nova-luxo-label{
    font-size:9px;
  }

  .nova-luxo-content > p{
    font-size:14px;
    line-height:1.7;
  }

  .nova-luxo-button{
    min-height:52px;
    font-size:9px;
  }

  .nova-luxo-intro-number,
  .nova-luxo-intro-title > span{
    font-size:9px;
  }

  .nova-luxo-intro-text p{
    font-size:14px;
  }

  .nova-luxo-intro-text a{
    font-size:9px;
  }

}
/* =========================================
   NOVA HERO — DARKEN ENTIRE IMAGE
========================================= */

.nova-luxo-overlay{
  background:rgba(12, 16, 31, .58) !important;
}

.nova-luxo-overlay::after{
  background:
    linear-gradient(
      180deg,
      rgba(12,16,31,.12) 0%,
      rgba(12,16,31,.05) 45%,
      rgba(12,16,31,.20) 100%
    ) !important;
}

/* Remove the extra dark area behind text */
.nova-luxo-content::before{
  display:none !important;
}

/* Remove strong text shadows from previous CSS */
.nova-luxo-content h1,
.nova-luxo-content h1 em,
.nova-luxo-content > p,
.nova-luxo-label,
.nova-luxo-top,
.nova-luxo-side-text{
  text-shadow:none !important;
}

/* ==================================================
   NOVA — STORY SECTION
================================================== */

.nova-story-section{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:clamp(95px, 10vw, 170px) 0;
  overflow:hidden;
  background:var(--nova-background);
}

.nova-story-section::before{
  content:"NOVA";
  position:absolute;
  top:70px;
  right:-30px;
  color:transparent;
  font-family:var(--nova-font-heading);
  font-size:clamp(140px, 20vw, 360px);
  font-weight:400;
  line-height:.7;
  letter-spacing:-.07em;
  white-space:nowrap;
  pointer-events:none;
  opacity:.5;
  -webkit-text-stroke:1px rgba(21,28,50,.055);
}


/* ==================================================
   LAYOUT
================================================== */

.nova-story-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(360px, .85fr) minmax(480px, 1.15fr);
  align-items:start;
  gap:clamp(70px, 10vw, 165px);
}


/* ==================================================
   LEFT SIDE
================================================== */

.nova-story-heading{
  position:sticky;
  top:130px;
}

.nova-story-index{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:58px;
  color:var(--nova-accent);
  font-family:var(--nova-font-body);
  font-size:10px;
  font-weight:600;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.nova-story-index i{
  width:42px;
  height:1px;
  background:var(--nova-accent);
}

.nova-story-title-wrap{
  max-width:610px;
}

.nova-story-eyebrow{
  display:block;
  margin-bottom:24px;
  color:var(--nova-accent);
  font-family:var(--nova-font-body);
  font-size:11px;
  font-weight:600;
  line-height:1;
  letter-spacing:.2em;
}

.nova-story-title-wrap h2{
  margin:0;
  color:var(--nova-primary);
  font-family:var(--nova-font-heading);
  font-size:clamp(66px, 7vw, 112px);
  font-weight:400;
  line-height:.82;
  letter-spacing:-.045em;
}

.nova-story-title-wrap h2 em{
  display:block;
  margin-top:16px;
  color:var(--nova-accent);
  font-weight:400;
  line-height:.9;
}

.nova-story-definition{
  max-width:430px;
  margin-top:70px;
  padding-top:25px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:24px;
  border-top:1px solid var(--nova-border);
}

.nova-story-definition > span{
  color:var(--nova-primary);
  font-family:var(--nova-font-body);
  font-size:10px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:.17em;
}

.nova-story-definition p{
  margin:0;
  color:var(--nova-text-muted);
  font-family:var(--nova-font-body);
  font-size:12px;
  line-height:1.7;
}


/* ==================================================
   RIGHT CONTENT
================================================== */

.nova-story-content{
  max-width:760px;
  padding-top:85px;
}

.nova-story-lead{
  max-width:680px;
  margin:0 0 48px;
  color:var(--nova-primary);
  font-family:var(--nova-font-heading);
  font-size:clamp(32px, 3.1vw, 48px);
  font-weight:400;
  line-height:1.16;
  letter-spacing:-.025em;
}

.nova-story-copy{
  display:grid;
  gap:27px;
}

.nova-story-copy p{
  margin:0;
  color:var(--nova-text-soft);
  font-family:var(--nova-font-body);
  font-size:16px;
  font-weight:400;
  line-height:1.9;
}


/* ==================================================
   COMMITMENT BLOCK
================================================== */

.nova-story-commitment{
  position:relative;
  margin-top:58px;
  padding:40px 45px 42px;
  border-left:3px solid var(--nova-accent);
  background:var(--nova-background-soft);
}

.nova-story-commitment::after{
  content:"✦";
  position:absolute;
  top:22px;
  right:26px;
  color:var(--nova-accent);
  font-size:19px;
  line-height:1;
}

.nova-story-commitment > span{
  display:block;
  margin-bottom:18px;
  color:var(--nova-accent);
  font-family:var(--nova-font-body);
  font-size:10px;
  font-weight:700;
  line-height:1;
  letter-spacing:.2em;
}

.nova-story-commitment p{
  max-width:620px;
  margin:0;
  color:var(--nova-primary);
  font-family:var(--nova-font-heading);
  font-size:clamp(27px, 2.6vw, 39px);
  font-weight:400;
  line-height:1.2;
  letter-spacing:-.02em;
}


/* ==================================================
   LINK
================================================== */

.nova-story-link{
  margin-top:43px;
  display:inline-flex;
  align-items:center;
  gap:18px;
  color:var(--nova-primary) !important;
  font-family:var(--nova-font-body);
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.15em;
  text-decoration:none !important;
  text-transform:uppercase;
}

.nova-story-link > span{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--nova-primary);
  border-radius:50%;
  transition:
    background var(--nova-transition),
    border-color var(--nova-transition),
    transform var(--nova-transition);
}

.nova-story-link svg{
  width:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform var(--nova-transition);
}

.nova-story-link:hover > span{
  border-color:var(--nova-accent);
  background:var(--nova-accent);
  color:var(--nova-text-light);
  transform:rotate(-35deg);
}

.nova-story-link:hover svg{
  transform:translateX(2px);
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1024px){

  .nova-story-layout{
    grid-template-columns:minmax(300px, .8fr) minmax(400px, 1.2fr);
    gap:60px;
  }

  .nova-story-title-wrap h2{
    font-size:clamp(62px, 7vw, 88px);
  }

  .nova-story-content{
    padding-top:70px;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:767px){

  .nova-story-section{
    padding:80px 0;
  }

  .nova-story-section::before{
    top:100px;
    right:-20px;
    font-size:48vw;
  }

  .nova-story-layout{
    display:flex;
    flex-direction:column;
    gap:52px;
  }

  .nova-story-heading{
    position:relative;
    top:auto;
    width:100%;
  }

  .nova-story-index{
    margin-bottom:37px;
    font-size:9px;
  }

  .nova-story-eyebrow{
    margin-bottom:18px;
    font-size:9px;
  }

  .nova-story-title-wrap h2{
    max-width:500px;
    font-size:clamp(58px, 18vw, 80px);
    line-height:.86;
  }

  .nova-story-title-wrap h2 em{
    margin-top:12px;
  }

  .nova-story-definition{
    margin-top:45px;
    padding-top:21px;
    gap:18px;
  }

  .nova-story-content{
    padding-top:0;
  }

  .nova-story-lead{
    margin-bottom:35px;
    font-size:clamp(29px, 9vw, 40px);
  }

  .nova-story-copy{
    gap:23px;
  }

  .nova-story-copy p{
    font-size:14px;
    line-height:1.8;
  }

  .nova-story-commitment{
    margin-top:43px;
    padding:32px 25px 34px;
  }

  .nova-story-commitment::after{
    top:18px;
    right:18px;
    font-size:15px;
  }

  .nova-story-commitment p{
    font-size:clamp(26px, 8vw, 35px);
  }

  .nova-story-link{
    margin-top:35px;
    font-size:9px;
  }

}

/* NOVA STORY — REDUCE TOP SPACE */

.nova-story-section{
  padding-top:55px !important;
  padding-bottom:clamp(95px, 10vw, 100px);
}

.nova-story-content{
  padding-top:35px !important;
}

.nova-story-index{
  margin-bottom:38px !important;
}

@media(max-width:767px){

  .nova-story-section{
    padding-top:35px !important;
    padding-bottom:75px;
  }

  .nova-story-content{
    padding-top:0 !important;
  }

}

@media(max-width:767px){

  .nova-luxo-hero{
    -webkit-clip-path:none !important;
    clip-path:none !important;

    border-bottom-left-radius:50px !important;
    border-bottom-right-radius:50px !important;
  }

}

/* =========================================
   NOVA HERO — TABLET & MOBILE
   ONLY BOTTOM CORNERS ROUNDED
========================================= */

@media(max-width:1024px){

  .nova-luxo-hero{
    -webkit-clip-path:none !important;
    clip-path:none !important;

    border-radius:0 !important;
    border-bottom-left-radius:70px !important;
    border-bottom-right-radius:70px !important;

    overflow:hidden !important;
  }

}


/* MOBILE */

@media(max-width:767px){

  .nova-luxo-hero{
    border-bottom-left-radius:45px !important;
    border-bottom-right-radius:45px !important;
  }

}

/* =========================================
   NOVA HERO — LAPTOP TOP SPACING FIX
========================================= */

@media(min-width:1025px) and (max-width:1440px){

  .nova-luxo-content{
    padding-top:220px !important;
    padding-bottom:135px !important;
  }

  .nova-luxo-top{
    top:125px !important;
  }

}/* End custom CSS */