.top-bar-container{
	position: fixed;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
    transition: 200ms ease-in-out;
}
.top-bar{
	padding: 18px;
    background-color: #40338B;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 48px;
}
.position-relative {
    position: relative!important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.top-bar-container .top-bar .topbar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    z-index: 1;
    padding-right: 8px;
}

.hyperlink {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
	transition: all 200ms ease-in-out;
}
.top-bar-container .top-bar .topbar-content p {
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    max-width: 940px;
    text-align: left;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 940px;
    white-space: nowrap;
}
.text-small {
    font-family: "mulish-variable",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.icon-arrow-right {
    margin-left: 20px;
    flex-shrink: 0;
}
svg {
    vertical-align: middle;
}
.top-bar-container .top-bar .close {
    position: absolute;
    top: 50%;
    left: 90%;
    background: rgba(0,0,0,0);
    color: #1d1d1b;
    padding: 0;
    border: none;
    outline: none;
    z-index: 2;
    transform: translate(0, -50%);
    opacity: .8;
    transition: 200ms ease-in-out;
}
.top-bar-container .top-bar .close span {
    display: block;
    line-height: 1;
}
.top-bar-container .top-bar .close span svg {
    width: 12px;
    height: 12px;
}

.logo_top_margin{
	top:80px!important;	
}
.menu_top_margin{
	top:90px!important;	
}
.nav_top_margin{
	top:48px!important;
	height:100px!important;
}

