@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

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

a {
    color: #142f98;
}

body {
    background-color: #fff;
}

.container {
    width: 1170px;
}

.header-wrapper {
    background-color: #142f98;
}



.header {
    padding: 2rem 1rem 2rem;
    display: flex;
}

.header__logo {
    position: relative;
    display: block;
    max-width: 275px;
    margin-right: 1.5rem;
}

.header__logo img {
    max-height: 80px;
}

.logo__text:hover {
    color: #fff;
}