html {
    overflow-y: scroll;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: JetSansDigital, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A3847;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "tnum"; /* Enable tabular numbers */
}

strong {
    font-weight: 700;
}

a {
    color: #1574f5;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-style: normal;
    font-weight: 800;
}

h1,
.h1 {
    font-size: 24px;
    line-height: 32px;
}

h2,
.h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
}

h3,
.h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
}

h4,
.h4 {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}

ul {
    padding-left: 16px;
}

.text-box > * {
    margin-bottom: 16px;
}

.text-box > *:last-child {
    margin-bottom: 0;
}

a {
    color: #425457;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 959px) {
    h1,
    .h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

.flag-de {
    background-image: url(../images/flags/de.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-nl {
    background-image: url(../images/flags/nl.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-fr {
    background-image: url(../images/flags/fr.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-be {
    background-image: url(../images/flags/be.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-no {
    background-image: url(../images/flags/no.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-dk {
    background-image: url(../images/flags/dk.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-ch {
    background-image: url(../images/flags/ch.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-lu {
    background-image: url(../images/flags/lu.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-at {
    background-image: url(../images/flags/at.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-bg {
    background-image: url(../images/flags/bg.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-pl {
    background-image: url(../images/flags/pl.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-ro {
    background-image: url(../images/flags/ro.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.flag-sk {
    background-image: url(../images/flags/sk.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.copy-icon {
    background-image: url(../images/Copy.svg);
    background-repeat: no-repeat;
    height: 1em;
    width: 1em;
}
