@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
body { font-family: 'Maven Pro', sans-serif;  }
h1:not(.section-header) { color: #7A7A7A;  }
h1:not(.section-header)::after {
    content: '';
    border-top: 2px solid #01427A;
    width: 100%;
    display: flex;
    margin: 30px 0 0 0;
    direction: ltr;
}
a { color: #01427A; text-decoration: underline; }
a:hover, a:focus {
    color: #2C9DFF;
}
.btn-send { text-transform: uppercase; }