@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  padding: 0;
}

body {
 background-color: #001C34 !important; 
}

p, .p1, .body-content-column p {
  font-family: "Geist", sans-serif !important;
  color: var(--Main-Palette-White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */ 
}

* {
 font-family: "Geist", sans-serif !important; 
}


.textcenter {
 text-align: center !important; 
}

.whitetext {
  color: #FFFFFF !important; 
}

.nsmw-container {
 max-width: 1312px;
 margin: 0 auto;
}


.nsum-new-main-nav-btn {
  background: var(--Main-Palette-Turquoise, #00C7BB);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Main-Palette-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.nsum-new-main-nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #001C34; 
  z-index: 0;
  transition: width 0.4s ease;
}

.nsum-new-main-nav-btn:hover::before {
  width: 100%;
}


.nsum-new-main-nav-btn span {
  position: relative;
  z-index: 1;
  color: #FFFFFF; 
  transition: color 0.4s ease;
}

.nsum-new-main-nav-btn:hover span {
  color: #FFFFFF !important;
    font-weight: 700;
}


.nsum-prim-btn {
  border: 1px solid var(--Main-Palette-Turquoise, #00C7BB);
  background: var(--Main-Palette-Turquoise, #00C7BB);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Main-Palette-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 16px 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
}


.nsum-prim-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #FFF; 
  z-index: 0;
  transition: width 0.4s ease;
}


.nsum-prim-btn:hover::before {
  width: 100%;
}


.nsum-prim-btn span {
  position: relative;
  z-index: 1;
  color: #FFFFFF; 
  transition: color 0.4s ease;
}

.nsum-prim-btn:hover span {
  color: #001C34 !important;
    font-weight: 700;
}




.nsum-prim-btn-tranparent {
  border: 1px solid var(--Main-Palette-White, #FFF);
  color: var(--Main-Palette-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 16px 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
}


.nsum-prim-btn-tranparent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #FFF; 
  z-index: 0;
  transition: width 0.4s ease;
}


.nsum-prim-btn-tranparent:hover::before {
  width: 100%;
}


.nsum-prim-btn-tranparent span {
  position: relative;
  z-index: 1;
  color: #FFFFFF; 
  transition: color 0.4s ease;
}

.nsum-prim-btn-tranparent:hover span {
  color: #001C34 !important;
    font-weight: 700;
}







h1, .h1 {
  color: var(--Main-Palette-Turquoise, #00C7BB);
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
}

h2, .h2 {
  color: var(--Neutrals-N-8, #FFF);
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


h3, .h3 {
  color: #FFF;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
}

h4, .h4 {
  color: var(--Neutrals-N-8, #FFF);
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5, .h5 {
  color: var(--Main-Palette-Turquoise, #00C7BB);
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; 
}
h6, .h6 {
  color: var(--Neutrals-N-8, #FFF);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; 
}


.lbl16 {
  color: var(--Main-Palette-White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.p3 {
  color: var(--Neutrals-N-8, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */ 
}

/* Container   */
.dflex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dflex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dflex-start {
  display: flex;
  align-items: start;
  justify-content: start;
}

.dgrid-twocol-2fr-1fr {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  justify-content: center;
}


.dgrid-twocol-1fr-2fr {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-content: center;
}


.dgrid-twocol-1fr-1fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}

.dgrid-threecol {
   display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}


.direction-column {
 flex-direction: column; 
}
/* End Container  */


.gap8 {
   gap: 8px; 
}
.gap16 {
 gap: 16px; 
}


.gap24 {
 gap: 24px; 
}
/* Global padding  */
.ns-globalpadding-80-120 {
  padding: 80px 120px;
}
.ns-globalpadding-150-64 {
  padding: 150px 64px;
}

.ns-globalpadding-64 {
 padding: 64px; 
}

.ns-globalpadding-32-64{
  padding: 0 64px 32px 64px;
}


.ns-globalpading-128200-64 {
 padding: 128px 64px 200px 64px; 
}

.ns-globalpadding-120-64 {
 padding: 120px 64px; 
}

.ns-globalpadding-64-120 {
 padding: 64px 120px; 
}
/* End Global padding  */


/* Global margin  */
.mb16{
 margin-bottom: 16px; 
}

.mb24 {
 margin-bottom: 24px; 
}
.mb40 {
 margin-bottom: 40px; 
}
.mb48 {
  margin-bottom: 48px; 
}

.mb64 {
 margin-bottom: 64px; 
}
/* Global margin  */

@media only screen and (max-width: 1200px) {
  .ns-globalpadding-80-120 {
  padding: 64px;
}
  
  .ns-globalpadding-150-64 {
    padding: 128px 64px;
  }
  
  
  .ns-globalpading-128200-64 {
 padding: 128px 64px; 
}
  
  
  .ns-globalpadding-120-64{
    padding: 64px;
  }
  
  
  
  .ns-globalpadding-64-120 {
 padding: 64px; 
}
  

}

@media only screen and (max-width: 1080px) {
  
   .nsum-prim-btn {
   padding: 12px 16px;
   font-size: 16px;
  }
  
  
     .nsum-prim-btn-tranparent {
   padding: 12px 16px;
   font-size: 16px;
  }
  
  
    h1, .h1 {
  font-size: 54px;
}
  
  
  h2, .h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}
  
  h4, .h4 {
  font-size: 39px;
}
  
  h3, .h3 {
  font-size: 37px;
}
  
  h5, .h5 {
   font-size 26px; 
  }
  
  h6, .h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal; 
}
  
  
  p, .p1, .body-content-column p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
  
  
  

}



@media only screen and (max-width: 770px) {
  .ns-globalpadding-80-120 {
  padding: 64px 32px;
}
  
  .ns-globalpadding-64 {
 padding: 64px 32px; 
}
  
    .ns-globalpadding-150-64 {
    padding: 64px 32px;
  }
 
  
    .ns-globalpadding-32-64 {
    padding: 0 32px 32px 32px;
  }
  
    .ns-globalpading-128200-64 {
 padding: 100px 32px; 
}
  
    .ns-globalpadding-120-64{
    padding: 64px 32px;
  }
  
  
    .ns-globalpadding-64-120 {
 padding: 64px 32px; 
}
}