.t-primary-bgcolor {
    background-color: #000096;
}

body {
    background-color: white
}

.header__logo {
    width: 29.6667%;
    max-width: 370px;
    max-height: 100px;
    margin: 15px 0 12px;
}

.header__logo img {
    max-width: 100%;
    max-height: auto;
}

.header-wrapper {
    background-color: white;
    border-bottom: 7px solid #00007b;
}

.header {
    width: 90%;
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    height: 126.87px;
}

.header__menu {
    text-align: right;
    transition: all .4s ease-in-out;
}

.header__menu p {
    font-family: 'Open Sans', sans-serif;
    padding: 16px 9px 8px;
    font-size: 24px;
    margin-bottom: 9.5px;
}

.header__menu p b {
    color: #00007b;
}

.header__nav {
    display: inline-block;
}

.header__nav a {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    padding: 40px 9.1px;
    font-size: 16px;
    line-height: 1.1;
}

.header__nav a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}

.header__menu span {
    margin-left: 0.4px;
}

.header__menu span a {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 9px;
    color: white;
    background-color: #0092d1;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    line-height: 1.5;
    margin: 0 3px;
}

.header__menu span a:hover {
    text-decoration: none;
    color: white;
    background-color: #4db3df;
}

.header__menu span a:first-of-type {
    padding: 8.34px 47.315px;
}

.header__menu span a:last-of-type {
    padding: 8.34px 20.145px;
}

@media (max-width: 1230px) {
    .header__logo {
        margin-top: 10px;
    }
}