header {
    background-color: #00A1DE;
    position: sticky !important;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 15px -5px rgba(0,0,0,0.06),0 8px 8px -5px rgba(0,0,0,0.04);
    transition: ease .3s !important;
}
footer {
    color: #FFFF;
    background-color: #00A1DE;
    padding: 30px 0;
}
dl.headlines.headlines-footer dd a {
    color: #ffff;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Inter",sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #5eb6e4;
}
body {
    font-family: "Inter",sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    background-color: #fff;
}
header .container .header-nav .header-menu .sf-menu > li > a {
    font-size: inherit;
    font-family: "Inter",sans-serif;
    color: #ffff;
    text-transform: inherit;
    font-weight: 500;

}
.sf-menu.sf-arrows .sf-with-ul::after {
    border-top-color: #ffff;
}
h3, .h3 {
    font-size: 28px;
    color: #ffff;
}