body {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.tm-toolbar {
    border-bottom: 1px solid #ddd;
    background: white;
}
.a-toolbar {
    font-size: 18px;
    font-weight: 400;
}
.a-toolbar:hover {
    color: #5eb2da;
    text-decoration: none;
    cursor: pointer;
}
.uk-navbar-nav {
    gap: 0px;
}
.uk-navbar-nav>li>a, .uk-navbar-toggle {
    padding: 0 35px;
}
.uk-heading-large {
    font-size: 75px;
    line-height: 72px;
}
.uk-sticky-fixed.header-stk {
    top: 49px !important;
}
.order-button {
    width: 100%;
}
.lead-pages {
    font-weight: 200;
}
.uk-heading-small {
    font-size: 44.8px;
    line-height: 1;
}
@media (max-width: 960px) {
    .uk-heading-small {
        font-size: 40px;
        line-height: 1;
    }
    .uk-heading-medium {
        font-size: 46px;
        line-height: .85;
        color: #000;
        font-family: Onest;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -.075rem;
    }
}


@media (max-width: 480px) {
    .uk-heading-large {
        font-size: 55px;
        line-height: 50px;
    }
    .a-toolbar {
        font-size: 15px;
        font-weight: 600;
    }
}