/* @import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"); */
@import url("https://fonts.googleapis.com/css?family=Lato:700");

body {
  background: linear-gradient(180deg, var(--SME-purple, #7E57C5) 3.99%, rgba(190, 157, 250, 0.40) 44.21%, #FFF 92.98%) no-repeat !Important;
}

.circuit-overlap {
    position: absolute;
	z-index:-1;
    width: 797px;
    background-size: 100% 100%;
    background-image: url(/img/circuit-2.svg);
    right: 0px;
    height: 715px;
}

.NAVIGATION {
  height: 300px;
  padding-top: 72px;
}

.NAVIGATION .overlap {
   /* position: relative;
width: 1460px; 
  height: 1000px;
  top: 140px;
  left: -10px; 
  background-color: var(--variable-collection-SME-purple); 
  background: linear-gradient(180deg, rgba(128, 83, 193, 1) 0%, rgba(128, 83, 193, 1) 20%, rgba(255, 255, 255, 1) 100%);*/
}

.NAVIGATION .overlap-group {
  position: absolute;
  width: 797px;
  height: 715px;
  /*top: 31px;
  left: 663px; */
  right: 0px;
  background-image: url(./img/circuit-2.svg);
  background-size: 100% 100%;
  /*z-index:3; */
}

.NAVIGATION .buttons {
  position: relative;
  width: 363px;
  height: 51px;
  top: 124px;
  left: 278px;
}

.NAVIGATION .sos {
  position: absolute;
  width: 212px;
  height: 51px;
  top: 0;
  left: 0;
}

.NAVIGATION .div {
  position: relative;
  height: 51px;
  border-radius: 28px;
}

a.sos-button{
  width: fit-content;
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
  display: flex;
  width: 212px;
  height: 51px;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 28px;
  background: linear-gradient(
    90deg,
    rgba(232, 80, 91, 1) 0%,
    rgba(128, 83, 193, 1) 100%
  );
  margin-right: 21px;
}

.NAVIGATION .CLICK-HERE {
}

.NAVIGATION .alert {
  width: 23px;
  height: 21px;
}

.NAVIGATION .overlap-2 {
	background-color: #ffffff;
    position: relative;
    border-radius: 28px;
    width: 130px;
    height: 51px;
    z-index: 3;
  /* position: absolute;
  width: 130px;
  height: 51px;
  top: 0;
  left: 233px;*/
}

.NAVIGATION .menu {
  position: absolute;
  width: 130px;
  height: 51px;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
  transition: background-color 0.3s ease

}

.NAVIGATION .CLICK-HERE-wrapper {
  display: flex;
  width: 130px;
  height: 51px;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  position: relative;
  background-color: #ffffff;
  border-radius: 28px;
  border: 0;
}

.NAVIGATION .menu:hover .CLICK-HERE-wrapper {
  color: #000b8c; /* Optional: change text color on hover */
  text-decoration: underline;
}


.NAVIGATION .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #000b8c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.NAVIGATION .hamburger {
  position: absolute;
  width: 19px;
  height: 13px;
  top: 19px;
  left: 87px;
  z-index: 3;
}

.NAVIGATION .rectangle {
  top: 0;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.NAVIGATION .rectangle-2 {
  top: 5px;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.NAVIGATION .rectangle-3 {
  top: 11px;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.NAVIGATION .SME-CORE-LOGO {
  /*position: absolute;
  width: 480px;
  height: 112px;
  top: 105px;
  left: 150px;
  z-index: 3;*/
  position: relative;
  z-index: 3;
}


.nav-button {
	display: table
}
.button-display {
	width: 100%;
	display:table-cell;
	vertical-align:middle;
}
.f-right {
	display: flex;
	float:right
}

/*  Menu Open CSS  */

.element-MENU-OPEN {
  background-color: #ffffff;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    width: 100%;
    /*height: -webkit-fill-available; */
}

.element-MENU-OPEN .element-a-MENU-OPEN {
    overflow: hidden;
    /* width: 1440px; */
    height: 1000px;
    background: transparent;
}

.element-MENU-OPEN .OPEN-MENU-VH {
  position: relative;
  /* width: 1663px; */
  height: 100%;
  /* left: -45px; */
}
/*
.element-MENU-OPEN .overlap {
  position: relative;
  width: 1440px; 
  top: 300px;
  height: 1112px;
  left: 100px;
  background-image: url(./img/purple-bgrd.svg); 
  background-size: 100% 100%;
}*/

.element-MENU-OPEN .overlap {
	position: absolute;
    width: 797px;    
    background-size: 100% 100%;
    background-image: url(./img/circuit-2.svg);
	background-repeat: no-repeat;
    right: 0px;
    height: 715px;
	top: 0px;
	}
.element-MENU-OPEN .overlap1 {
	padding-top: 300px;
}
@media (max-width: 1279px) {
.element-MENU-OPEN.visible {
    display: block !important;
  }

.element-MENU-OPEN .overlap {
	position: absolute;
    width: 515px;
    background-size: 100% 100%;
    background-image: url(./img/circuit-2.svg);
    right: -260px;
    height: 550px;
	top: 0px;
}
.element-MENU-OPEN .overlap1 {
	padding-top: 200px;
}

.element-MENU-OPEN .content-section {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}


}
.element-MENU-OPEN .overlap-group {
  position: relative;
  /* width: 1181px; */
  height: 876px;
  position: relative;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 20px;
}

.element-MENU-OPEN .circuit {
  position: absolute;
  width: 797px;
  height: 695px;
  top: 0;
  left: 384px;
}

.element-MENU-OPEN .line {
  position: absolute;
  width: 2px;
  height: 300px;
  top: 600px;
  right: 40px;
  object-fit: cover;
}


.element-MENU-OPEN .span {
  font-size: 22px;
}

.element-MENU-OPEN .MENU {
  position: absolute;
  width: 130px;
  height: 51px;
  top: 124px;
  left: 895px;
}

.element-MENU-OPEN .group {
  height: 51px;
}

.element-MENU-OPEN .div {
  position: relative;
  width: 130px;
  height: 51px;
}

.element-MENU-OPEN .NCSC-BUTTON-wrapper {
  position: absolute;
  width: 130px;
  height: 51px;
  top: 0;
  left: 0;
}

.element-MENU-OPEN .NCSC-BUTTON {
  display: flex;
  width: 130px;
  height: 51px;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  position: relative;
  background-color: #ffffff;
  border-radius: 28px;
}

.element-MENU-OPEN .CLICK-HERE {
  position: relative;
  width: fit-content;
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #000b8c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.element-MENU-OPEN .overlap-group-wrapper {
  position: absolute;
  width: 15px;
  height: 16px;
  top: 18px;
  left: 88px;
}

.element-MENU-OPEN .overlap-group-2 {
  position: relative;
  height: 16px;
}

.element-MENU-OPEN .rectangle {
  top: 6px;
  transform: rotate(-45deg);
  position: absolute;
  width: 19px;
  height: 2px;
  left: -2px;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.element-MENU-OPEN .rectangle-2 {
  top: 7px;
  transform: rotate(45deg);
  position: absolute;
  width: 19px;
  height: 2px;
  left: -2px;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.element-MENU-OPEN .about-SME-CORE {
  font-family: var(--NCSC-body-font-family);
  font-weight: var(--NCSC-body-font-weight);
  color: #ffffff;
  font-size: var(--NCSC-body-font-size);
  text-align: right;
  letter-spacing: var(--NCSC-body-letter-spacing);
  line-height: var(--NCSC-body-line-height);
  font-style: var(--NCSC-body-font-style);
}

.about-SME-CORE a, 
.about-SME-CORE a:visited,
.about-SME-CORE a:active {
color: #ffff !important; 
text-decoration: none;
}

.about-SME-CORE a:hover{
color: #6f42c1 !important;
text-decoration: none !important;
}

/*
.element-MENU-OPEN .text-wrapper-2 {
  position: absolute;
  height: 22px;
  top: 848px;
  left: 259px;
  font-family: "Lato", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.text-wrapper-2:hover {
    color: #7e57c5;
    font-weight: 800;
}


.element-MENU-OPEN .text-wrapper-3 {
  position: absolute;
  height: 22px;
  top: 745px;
  left: 259px;
  font-family: "Lato", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.text-wrapper-3:hover {
    color: #7e57c5;
    font-weight: 800;
}

.element-MENU-OPEN .text-wrapper-4 {
  position: absolute;
  height: 22px;
  top: 642px;
  left: 259px;
  font-family: "Lato", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.text-wrapper-4:hover {
    color: #7e57c5;
    font-weight: 800;
}

.element-MENU-OPEN .text-wrapper-5 {
  position: absolute;
  height: 22px;
  top: 543px;
  left: 259px;
  font-family: "Lato", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-WHITE);
  font-size: 45px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.text-wrapper-5:hover {
    color: #7e57c5;
    font-weight: 800;
}

*/

.element-MENU-OPEN .SME-CORE-LOGO {
  position: absolute;
  width: 480px;
  height: 112px;
  top: 74px;
  left: 118px;
  z-index: 3;
}



/* JS for Menu Open */

/* Hide menu by default */

/*
#menuOpen {
  display: none;
}


#menuOpen.visible {
  display: block;
}


#sos.hidden {
  display: none;
}


.hamburger.open .rectangle {
  transform: rotate(-45deg) translate(-2px, 6px);
}

.hamburger.open .rectangle-2 {
  opacity: 0;
}

.hamburger.open .rectangle-3 {
  transform: rotate(45deg) translate(-2px, -6px);
}


.hamburger .rectangle,
.hamburger .rectangle-2,
.hamburger .rectangle-3 {
  transition: all 0.3s ease;
}

*/

/* testing */
/* 🧭 Always keep the Navigation on top of page content */
.NAVIGATION {
  position: relative;  
}


/* 🔲 Menu overlay on top of content but below navigation */
#menuOpen {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute; /* Changed from relative to fixed */
    top: 300px;
    left: 0;
    /*width: 100vw; */
    z-index: 3; /* Lower than NAVIGATION and hamburger 3 */
    overflow-y: auto;
    /*transition: opacity 0.3s ease, visibility 0.3s ease;*/
}

/* ✅ Show menu overlay when toggled */
#menuOpen.visible {
    visibility: visible;
    pointer-events: auto;
    background: linear-gradient(180deg, rgba(128, 83, 193, 1) 0%, rgba(128, 83, 193, 1) 20%,rgba(255, 255, 255, 1) 100%); /* For Blurry Translucent: transparent; */
    opacity: 1;
    top: 0px;
    /* backdrop-filter: blur(50px); */ /* For blurry background */
    height: 1200px;
    z-index: 2;
 
}


/* ❌ Hide SOS button when menu is open */
#sos.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 🍔 Animate hamburger into an 'X' */
.hamburger.open .rectangle {
  transform: rotate(-45deg) translate(-2px, 6px);
}

.hamburger.open .rectangle-2 {
  opacity: 0;
}

.hamburger.open .rectangle-3 {
  transform: rotate(45deg) translate(-2px, -6px);
}

/* 🎬 Smooth animation for hamburger lines */
.hamburger .rectangle,
.hamburger .rectangle-2,
.hamburger .rectangle-3 {
  transition: all 0.3s ease;
}

/* 🌫️ Dim or fade the rest of the page when menu is open */
body.menu-opened .page-content {
  opacity: 0.3; /* Makes the rest of the page translucent */
  pointer-events: none; /* Prevents interaction */
  transition: opacity 0.3s ease;
}


#pageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0.5;
  visibility: hidden;
  /*transition: opacity 0.3s ease, visibility 0.3s ease; */
}

body.menu-opened #pageOverlay {
  opacity: 1;
  visibility: visible;
}





/* Mobile Nav */

.homemobile-nav {  
	padding-top: 30px;
  height: 146px;
}

.homemobile-nav .overlap70 {
  position: relative;
  width: -webkit-fill-available;
  height: 1200px;
  top: -82px;
  overflow:hidden;
  /* z-index: 3; 
  background: linear-gradient(180deg, rgba(128, 83, 193, 1) 0%, rgba(128, 83, 193, 1) 20%,rgba(255, 255, 255, 1) 100%);*/
}

.homemobile-nav .purple-bgrd70 {
    position: relative;
    width: -webkit-fill-available;
    height: 1200px;
    top: 32px;
    right: 0;
    left: 0;
    /* background: linear-gradient(180deg, rgba(126, 87, 197, 1) 0%, rgba(190, 157, 250, 0.4) 20%, rgba(255, 255, 255, 1) 100%);
    background-color: var(--variable-collection-SME-purple); */
}

.homemobile-nav .circuit70 {
position: absolute;
    width: 515px;
    top: 82px;
    background-size: 100% 100%;
    background-image: url(../img/circuit-2.svg);
    right: -260px;
    height: 550px;
}


.homemobile-nav .vector70 {
    position: absolute;
    width: 286px;
    height: 472px;
    top: 52px;
    right: 0;
}

.homemobile-nav .MENU70 {
	float: right;
    z-index: 3;
}

.homemobile-nav .overlap-group70 {
  position: relative;
  height: 41px;
}

.homemobile-nav .group70 {
  position: relative;
  z-index: 3;
}

.homemobile-nav .NCSC-BUTTON70 {
  display: flex;
  width: 106px;
  height: 41px;
  align-items: center;
  gap: 10px;
  padding: 12px 28px 12px 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 28px;
  border:0px;
}

.homemobile-nav .CLICK-HERE70 {
  position: relative;
  width: fit-content;
  margin-top: -3.28px;
  margin-bottom: -1.28px;
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #000b8c;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.homemobile-nav .div70 {
  position: absolute;
    width: 19px;
    height: 13px;
    top: 14px;
    left: 75px;
    z-index: 3;
}

.homemobile-nav .rectangle70 {
  top: 0;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.homemobile-nav .rectangle-270 {
  top: 5px;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.homemobile-nav .rectangle-370 {
  top: 11px;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0;
  background-color: var(--variable-collection-core-dk-blue);
  border-radius: 100px;
}

.homemobile-nav .simpler-logo70 {
    position: relative;
    z-index: 3;
}

.homemobile-nav .SME-CORE-LOGO70 {
  position: relative;
  height: 59px;
}

.homemobile-nav .vector-270 {
  position: absolute;
  width: 80px;
  height: 21px;
  top: 32px;
  left: 71px;
}

.homemobile-nav .vector-370 {
  position: absolute;
  width: 52px;
  height: 58px;
  top: 0;
  left: 0;
}


* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}



/*   styleguide for home mobile */

:root {
  --h1-font-family: "Lato", Helvetica;
  --h1-font-weight: 700;
  --h1-font-size: 64px;
  --h1-letter-spacing: -1.28px;
  --h1-line-height: 74px;
  --h1-font-style: normal;
  --body-font-family: "Lato", Helvetica;
  --body-font-weight: 400;
  --body-font-size: 16px;
  --body-letter-spacing: 0.5px;
  --body-line-height: 24px;
  --body-font-style: normal;
  --h2-font-family: "Lato", Helvetica;
  --h2-font-weight: 700;
  --h2-font-size: 54px;
  --h2-letter-spacing: 0px;
  --h2-line-height: 62px;
  --h2-font-style: normal;
  --h3-font-family: "Lato", Helvetica;
  --h3-font-weight: 700;
  --h3-font-size: 44px;
  --h3-letter-spacing: 0px;
  --h3-line-height: 50px;
  --h3-font-style: normal;
  --h4-font-family: "Lato", Helvetica;
  --h4-font-weight: 700;
  --h4-font-size: 34px;
  --h4-letter-spacing: 0px;
  --h4-line-height: 40px;
  --h4-font-style: normal;
  --h5-font-family: "Lato", Helvetica;
  --h5-font-weight: 700;
  --h5-font-size: 24px;
  --h5-letter-spacing: 0px;
  --h5-line-height: 30px;
  --h5-font-style: normal;
  --h6-font-family: "Lato", Helvetica;
  --h6-font-weight: 400;
  --h6-font-size: 22px;
  --h6-letter-spacing: 0.5px;
  --h6-line-height: 28px;
  --h6-font-style: normal;
  --h-mobile-font-family: "Lato", Helvetica;
  --h-mobile-font-weight: 700;
  --h-mobile-font-size: 45px;
  --h-mobile-letter-spacing: 0px;
  --h-mobile-line-height: 52px;
  --h-mobile-font-style: normal;
  --h6-mobile-font-family: "Lato", Helvetica;
  --h6-mobile-font-weight: 400;
  --h6-mobile-font-size: 20px;
  --h6-mobile-letter-spacing: 0.5px;
  --h6-mobile-line-height: 28px;
  --h6-mobile-font-style: normal;
  --h4-mobile-font-family: "Lato", Helvetica;
  --h4-mobile-font-weight: 400;
  --h4-mobile-font-size: 34px;
  --h4-mobile-letter-spacing: 0px;
  --h4-mobile-line-height: 40px;
  --h4-mobile-font-style: normal;
  --h3-mobile-font-family: "Lato", Helvetica;
  --h3-mobile-font-weight: 700;
  --h3-mobile-font-size: 34px;
  --h3-mobile-letter-spacing: 0px;
  --h3-mobile-line-height: 40px;
  --h3-mobile-font-style: normal;
  --variable-collection-maroon: rgba(102, 36, 128, 1);
  --variable-collection-SME-purple: rgba(126, 87, 197, 1);
  --variable-collection-purple: rgba(100, 87, 197, 1);
  --variable-collection-core-dk-blue: rgba(0, 11, 140, 1);
  --variable-collection-EU-blue: rgba(40, 83, 213, 1);
  --variable-collection-NCSC-navy: rgba(10, 34, 64, 1);
  --variable-collection-grey-navy: rgba(81, 93, 117, 1);
  --variable-collection-LILAC: rgba(195, 163, 251, 1);
  --variable-collection-color: rgba(5, 162, 130, 1);
  --variable-collection-WHITE: rgba(255, 255, 255, 1);
  --variable-collection-RED: rgba(232, 80, 91, 1);
  --variable-collection-GREY: rgba(223, 223, 223, 1);
}



/*Media Queries*/

/* Default styles for desktop (above 430px) */
.NAVIGATION,
.element-MENU-OPEN {
  display: block;
}

.homemobile-nav {
  display: none;
}

/* Mobile styles for screens up to 430px */

/*
@media (max-width: 430px) {
  .NAVIGATION,
  .element-MENU-OPEN {
    display: none;
  }

  .homemobile-nav {
    display: block;
  }
}
*/


/* Default styles: desktop nav visible, mobile nav hidden */
.NAVIGATION,
.element-MENU-OPEN {
  display: block;
}
.homemobile-nav {
  display: none;
}

/* 
  AMENDED:
  Show homemobile-nav for all screens up to 1024px wide (including tablets landscape/portrait and small laptops).
  Hide desktop nav in this range.
  You can adjust 1024px to 1200px or another value if your design prefers.
*/

@media (max-width: 400px){


  .element-MENU-OPEN .navigation-menu a{
    font-size:30px;
  }

  .element-MENU-OPEN .span {
    font-size:30px;
  }

  .element-MENU-OPEN .line{
    top:600px;
  }
  
}

@media (min-width: 1279px) and (max-width: 4560px) {
	
.element-MENU-OPEN .content-section {
    
}
.element-MENU-OPEN .about-SME-CORE {
	padding-right: 32px;
}

  .element-MENU-OPEN .span {
    font-size:40px
  }

  .element-MENU-OPEN .navigation-menu a {
    font-size:40px;
  }

  .element-MENU-OPEN .navigation-menu {
    gap:40px;
  }
.nav-right-line {
margin-right: 94px;
margin-left: 94px;
}

}



/* 🍔 Animate mobile hamburger into an 'X' */
.div70.open .rectangle70 {
  transform: rotate(-45deg) translate(-2px, 6px);
}
.div70.open .rectangle-270 {
  opacity: 0;
}
.div70.open .rectangle-370 {
  transform: rotate(45deg) translate(-2px, -6px);
}
.div70 .rectangle70,
.div70 .rectangle-270,
.div70 .rectangle-370 {
  transition: all 0.3s ease;
}

/* Content Section */
.element-MENU-OPEN .content-section {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.element-MENU-OPEN .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.element-MENU-OPEN .navigation-menu li {
  margin: 0;
  padding: 0;
}

.element-MENU-OPEN .navigation-menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-family: "Lato", Helvetica;
  font-weight: 400;
  font-size: 30px;
}

.element-MENU-OPEN .navigation-menu a:hover,
.element-MENU-OPEN .navigation-menu a:focus {
    color: #7e57c5;
    font-weight: 800;
    text-decoration: none!important;

}

.element-MENU-OPEN .cyber-risk {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-LILAC);
  font-size: 34px;
  letter-spacing: 0;
  line-height: 40px;
}

.element-MENU-OPEN .span {
  font-family: var(--h3-mobile-font-family);
  font-weight: var(--h3-mobile-font-weight);
  color: #c2a3fb;
  font-size: var(--h3-mobile-font-size);
  letter-spacing: var(--h3-mobile-letter-spacing);
  line-height: var(--h3-mobile-line-height);
  font-style: var(--h3-mobile-font-style);
  font-family: "Lato", Helvetica;
  font-weight: 400;
  /* font-size: 40px; */
}

.element-MENU-OPEN .text-wrapper-5 {
  font-size: 23px;
  color: #c2a3fb;
}

.element-MENU-OPEN .text-wrapper,
.element-MENU-OPEN .text-wrapper-2,
.element-MENU-OPEN .text-wrapper-3,
.element-MENU-OPEN .text-wrapper-4 {
  font-family: var(--h3-mobile-font-family);
  font-weight: var(--h3-mobile-font-weight);
  color: #ffffff;
  font-size: var(--h3-mobile-font-size);
  letter-spacing: var(--h3-mobile-letter-spacing);
  line-height: var(--h3-mobile-line-height);
  font-style: var(--h3-mobile-font-style);
}
@media (max-width: 767px) {
.nav-right-line {
	margin: 200px 32px 0 32px;
}
.m-right-line {
	border-right: 1px solid #ffffff;
padding-top: 82px;
margin-top:40px!important;
}
  .only-td {
    display:none;
  }
.sme-nav {
    display:none;
  }
.sme-nav-mob {
	display: grid;
}
}
@media (min-width: 768px) {
.nav-right-line {
  border-right: 1px solid #ffffff;
margin-top: 400px;
}
  .only-m {
    display:none;
  }
.sme-nav-mob {
    display:none;
  }
.sme-nav {
	display: grid;
}
.element-MENU-OPEN .about-SME-CORE {
padding-right: 32px;
position: relative;
z-index: 3;
}
}
/*Desktop Nav Bar CSS*/

/* START SME Navigation Bar Styles */
.sme-nav {
  min-height: 130px;
  z-index: 1;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 0.75em;
  border-top: 2px solid var(--SME-purple, #7E57C5);
  padding-top: 15px;
  border-bottom: 2px solid var(--SME-purple, #7E57C5);
  padding-bottom: 2px;
  margin-bottom: 32px;
}

.row-auto {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 1em), 1fr));
}


.sme-nav-cell .home{
  padding-left: 16px;
}

span.sme-nav-cell-text {
  color: var(--variable-collection-core-dk-blue);
  line-height: var(--body-line-height);
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
}

span.sme-nav-cell-text-disabled {
  color: var(--variable-collection-SME-purple);
  line-height: var(--body-line-height);
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
}

.sme-nav-link {
  text-decoration: none;
}

a.sme-nav-link:hover {
  text-decoration: none!important;
}

/* END Desktop Navigation Bar Styles */

/* START SME Navigation Bar Styles */
.sme-nav-mob {
 min-height: 130px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 0.75em;
  border-top: 2px solid var(--SME-purple, #7E57C5);
  padding-top: 15px;
  border-bottom: 2px solid var(--SME-purple, #7E57C5);
  padding-bottom: 2px;
  position: relative;
  /* z-index:2; */
}

.row-auto {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 1em), 1fr));
}

.sme-nav-mob span.sme-nav-mob-cell-text {
  color: var(--variable-collection-core-dk-blue);
  line-height: var(--h5-line-height);
  font-family: var(--h5-font-family);
  font-style: var(--h5-font-style);
  font-weight: var(--h5-font-weight);
  font-size: var(--h5-font-size);
}

.sme-nav-mob span.sme-nav-mob-cell-text-disabled {
  color: var(--variable-collection-SME-purple);
  line-height: var(--h5-line-height);
  font-family: var(--h5-font-family);
  font-style: var(--h5-font-style);
  font-weight: var(--h5-font-weight);
  font-size: var(--h5-font-size);
}

.sme-nav-mob .sme-nav-cell {
	text-align: center;
   	margin-left :auto;
	margin-right: auto;
}
.sme-nav-mob-link {
  text-decoration: none;
}

/* END SME Navigation Bar Styles */

@media (max-width: 1279px) {
  .NAVIGATION,
  .element-MENU-OPEN {
    display: none;
  }
  .homemobile-nav {
    display: block;
  }

  .sme-nav-mob .frame-4 {
    position: absolute;
    width: 338px;
    height: 99px;
    top: 20px;
    left: 24px;

  }

  .sme-nav-mob .line {
    top: 98px;
    position: absolute;
    width: 338px;
    height: 1px;
    left: 0;
    object-fit: cover;

  }

  .sme-nav-mob .line-2 {

    top: -1px;

    position: absolute;

    width: 338px;

    height: 1px;

    left: 0;

    object-fit: cover;

  }

  .sme-nav-mob .sub-menu {

    display: flex;

    width: 333px;

    height: 72px;

    align-items: flex-start;

    justify-content: center;

    gap: 10px;

    position: absolute;

    top: 9px;

    left: 0;

  }

  .sme-nav-mob .frame-5 {

    display: flex;

    flex-direction: column;

    width: 40px;

    align-items: center;

    gap: 6px;

    position: relative;

  }

  .sme-nav-mob .text-wrapper-6 {

    position: relative;

    width: 38px;

    height: 32px;

    margin-top: -1.00px;

    font-family: var(--h5-font-family);

    font-weight: var(--h5-font-weight);

    color: var(--variable-collection-core-dk-blue);

    font-size: var(--h5-font-size);

    text-align: center;

    letter-spacing: var(--h5-letter-spacing);

    line-height: var(--h5-line-height);

    white-space: nowrap;

    font-style: var(--h5-font-style);

  }

  .sme-nav-mob .IDENTIFY {

    position: relative;

    width: 37px;

    height: 31px;

  }

  .sme-nav-mob .overlap-group-3 {

    position: relative;

    height: 31px;

  }

  .sme-nav-mob .ellipse {

    position: absolute;

    width: 21px;

    height: 19px;

    top: 2px;

    left: 2px;

    background-color: #ffffff;

    border-radius: 10.45px / 9.47px;

  }

  .sme-nav-mob .vector-4 {

    position: absolute;

    width: 3px;

    height: 13px;

    top: 6px;

    left: 11px;

  }

  .sme-nav-mob .vector-5 {

    position: absolute;

    width: 37px;

    height: 31px;

    top: 0;

    left: 0;

  }

  .sme-nav-mob .frame-6 {

    display: flex;

    flex-direction: column;

    width: 53px;

    align-items: center;

    gap: 6px;

    position: relative;

  }

  .sme-nav-mob .text-wrapper-7 {
    width: 47px;
    height: 29px;

    position: relative;

    margin-top: -1.00px;

    font-family: var(--h5-font-family);

    font-weight: var(--h5-font-weight);

    color: var(--variable-collection-SME-purple);

    font-size: var(--h5-font-size);

    text-align: center;

    letter-spacing: var(--h5-letter-spacing);

    line-height: var(--h5-line-height);

    white-space: nowrap;

    font-style: var(--h5-font-style);

  }

  .sme-nav-mob .UPDATE {

    position: relative;

    width: 47px;

    height: 32px;

  }

  .sme-nav-mob .overlap-group-4 {

    position: relative;

    height: 32px;

  }

  .sme-nav-mob .vector-6 {

    position: absolute;

    width: 29px;

    height: 20px;

    top: 9px;

    left: 13px;

  }

  .sme-nav-mob .vector-7 {

    position: absolute;

    width: 47px;

    height: 32px;

    top: 0px;

    left: 0px;

  }

  .sme-nav-mob .vector-8 {

    position: absolute;

    width: 39px;

    height: 3px;

    top: 27px;

    left: 8px;

  }

  .sme-nav-mob .vector-9 {

    position: absolute;

    width: 7px;

    height: 13px;

    top: 19px;

    left: 37px;

  }

  .sme-nav-mob .vector-10 {

    position: absolute;

    width: 6px;

    height: 11px;

    top: 20px;

    left: 38px;

  }

  .sme-nav-mob .vector-11 {

    position: absolute;

    width: 1px;

    height: 1px;

    top: 30px;

    left: 40px;

  }

  .sme-nav-mob .vector-12 {

    position: absolute;

    width: 15px;

    height: 16px;

    top: 2px;

    left: 9px;

  }

  .sme-nav-mob .vector-13 {

    position: absolute;

    width: 15px;

    height: 16px;

    top: 0;

    left: 0;

  }

  .sme-nav-mob .frame-7 {

    width: 45px;

    margin-bottom: -2.00px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 6px;

    position: relative;

  }

  .sme-nav-mob .text-wrapper-8 {

    width: 28px;

    height: 32px;

    position: relative;

    margin-top: -1.00px;

    font-family: var(--h5-font-family);

    font-weight: var(--h5-font-weight);

    color: var(--variable-collection-SME-purple);

    font-size: var(--h5-font-size);

    text-align: center;

    letter-spacing: var(--h5-letter-spacing);

    line-height: var(--h5-line-height);

    white-space: nowrap;

    font-style: var(--h5-font-style);

  }

  .sme-nav-mob .PROTECT {

    position: relative;

    width: 28px;

    height: 36px;

  }


  .sme-nav-mob .vector-14 {

    position: absolute;

    width: 28px;

    height: 36px;

    top: 0px;

    left: 0px;

  }

  .sme-nav-mob .frame-8 {
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
  }

  .sme-nav-mob .text-wrapper-9 {

    width: 35px;

    height: 32px;

    position: relative;

    margin-top: -1.00px;

    font-family: var(--h5-font-family);

    font-weight: var(--h5-font-weight);

    color: var(--variable-collection-SME-purple);

    font-size: var(--h5-font-size);

    text-align: center;

    letter-spacing: var(--h5-letter-spacing);

    line-height: var(--h5-line-height);

    white-space: nowrap;

    font-style: var(--h5-font-style);

  }

  .sme-nav-mob .MFA {

    position: relative;

    width: 45px;

    height: 32px;

  }

  .sme-nav-mob .frame-9 {

    width: 49px;

    margin-bottom: -4.00px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 6px;

    position: relative;

  }

  .sme-nav-mob .text-wrapper-10 {

    width: 32px;

    height: 32px;

    position: relative;

    margin-top: -1.00px;

    font-family: var(--h5-font-family);

    font-weight: var(--h5-font-weight);

    color: var(--variable-collection-SME-purple);

    font-size: var(--h5-font-size);

    text-align: center;

    letter-spacing: var(--h5-letter-spacing);

    line-height: var(--h5-line-height);

    white-space: nowrap;

    font-style: var(--h5-font-style);

  }

  .sme-nav-mob .BACKUP {

    position: relative;

    width: 41px;

    height: 38px;

  }

  .sme-nav-mob .overlap-group-5 {

    position: relative;

    height: 38px;

  }

  .sme-nav-mob .vector-15 {

    position: absolute;

    width: 41px;

    height: 38px;

    top: 0;

    left: 0;

  }

  .sme-nav-mob .vector-16 {

    position: absolute;

    width: 20px;

    height: 22px;

    top: 15px;

    left: 21px;

  }

  .sme-nav-mob .vector-17 {

    position: absolute;

    width: 20px;

    height: 22px;

    top: 13px;

    left: 9px;

  }

  .sme-nav-mob .frame-10 {

    width: 46px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 6px;

    position: relative;

  }

  .sme-nav-mob .text-wrapper-11 {

    width: 21px;

    height: 32px;

    position: relative;

    margin-top: -1.00px;

    font-family: var(--h5-font-family);

    font-weight: var(--h5-font-weight);

    color: var(--variable-collection-SME-purple);

    font-size: var(--h5-font-size);

    text-align: center;

    letter-spacing: var(--h5-letter-spacing);

    line-height: var(--h5-line-height);

    white-space: nowrap;

    font-style: var(--h5-font-style);

  }

  .sme-nav-mob .vector-18 {
    position: relative;
    width: 21px;
    height: 32px;
  }


}