a {
    color: unset;
    text-decoration: none !important;
}

body {
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    justify-content: space-between;
}
html {
  overflow-y: scroll;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 13px;

    background: #276C77;
    box-shadow: 2px 2px 6px 4px rgba(89, 96, 207, 0.15);
    color: white;

}
header li{
color:white;
}
.logo {
    margin-left: 4%;
}
.nav_links {
    display: flex;
    flex-direction: row;

    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 17px;
    color: #2F3152 !important;
    text-decoration: none !important;
}

li {
}

.nav_links {
    list-style: none;
    padding-bottom: 0;
    margin-bottom: 0;
    /*display: flex;
    flex-direction: row;*/
}

.nav_links li {
    display: inline-block;
    margin-right: 40px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: #5580FF;
}

button {
    /*float: right;*/
    overflow: hidden;
    background-color: inherit;

    font-family: inherit;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none !important;
    border: 0px;
    margin-right: 10px;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropbtn {
    margin-right: 6%;
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    text-align: left;
    justify-items: flex-start;
    flex-wrap: wrap;
    background: #333333;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-content: space-around;
    justify-content: space-between;
    /*margin-top: 150px;*/
}
.footer-mobile {
    display: none;
    flex-direction: row;
    width: 100%;
    align-items: center;
    text-align: left;
    justify-items: flex-start;
    flex-wrap: wrap;
    background: #333333;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-content: space-around;
    justify-content: space-between;
    /*margin-top: 150px;*/
    padding: 20px;
}

footer p{
    margin: 0;
}
.text8{
font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 135%;
color: #E0E0E0;

margin-top: unset;
margin-bottom: unset;}
.active{
border-bottom: 3px solid white;}

.footer{ height:60px;
padding: 0 5% 0 5%;
}
nav a{
font-size:26px !important;}