article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    }
a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    }
body {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    color: #252525;
    background-color: #fff;
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
a, a:visited {
    text-decoration: none;
    font-weight: 400;
    color: #1a73e8;
    border-bottom: solid .07em transparent;
    transition: all 300ms ease 0ms;
    }
a:hover, a:active {
    color: #3367d6;
    text-decoration: none;
    border-bottom: solid .07em;
    transition: all 300ms ease 0ms;
    }
p {
    text-align: justify;
    margin-bottom: 1em;
    hyphens: auto;
    }

@media (min-width: 1921px) {
    body {
        font-size: .8333vw !important;
        }
}
@media (max-width: 767px) {
    body {
        font-size: .9375rem !important;
        }
}