html body{
	max-width:100% !important;
}
body .sb-container {
	max-width:109.375rem !important;
		  margin:0 auto;
		  padding:1.25rem 2rem !important;
}
.sb-nav {
    max-width: 131.25;
	  padding: 1.25rem;
    background-color: #CCEEF2;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%);
}
.sb-nav-top-items{
	display:flex;
}
.sb-nav-top-items a {
	text-decoration:none;
}
.sb-nav .sb-container {
    background-color: #fff;
    padding: 1.25rem 1.625rem 1.25rem 1.625rem !important;
    border-radius: 0.625rem;
    transition: all 0.3s;
    position: relative;
}
.sb-nav-lower-links {
    gap: 1.25rem;
    justify-content: space-between;
	display:flex;
	align-items:center;
}

.sb-nav-lp-logo img {
    width: 100%;
    height: 100%;
    display: block !important;
    max-width: 14.375rem;
    height: 2.188rem;
}
}
.sb-nav-top-items, .sb-nav-lower-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.sb-nav-top-items-demo, a.sb-nav-top-items-demo-mobile {
    background: #004f5f;
    color: #fff !important;
    padding: 0.688rem 3.438rem 0.688rem 1.563rem;
    font-weight: bold;
    border-radius: 0.625rem;
    position: relative;
    overflow: hidden;
    text-wrap: nowrap;
    z-index: 1;
}

a.sb-nav-top-items-demo::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #004F5F 0%, #009BB9 47%);
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.2s;
    border-radius: 0.625rem;
}

a.sb-nav-top-items-demo::after, a.sb-nav-top-items-demo-mobile::after {
    content: url(https://www.stibosystems.com/hubfs/Website%20redesign%202024/Home-hero/arrow-right-bold.svg);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 52%;
    transform: translateY(-50%);
    scale: 0.9;
    filter: brightness(10);
}

a.sb-nav-top-items-demo:hover:before {
    right: 0;
}

@media(max-width:768px){
	a.sb-nav-top-items-demo{
		font-size:0;
		padding:0.5rem;
		border-radius:50%;
		background:linear-gradient(94deg, #009BB9 -26.41%, #004F5F 64.84%);
	}
	a.sb-nav-top-items-demo::after{
    display: flex !important;
    justify-content: center;
    left: 0;
    right: 0;
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    top: 50%;
    align-items: center;
}
	}
}
