@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-v23-latin-regular.eot');
    src: url('../fonts/ibm-plex-sans-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-v23-latin-regular.woff2') format('woff2'), url('../fonts/ibm-plex-sans-v23-latin-regular.woff') format('woff'), url('../fonts/ibm-plex-sans-v23-latin-regular.ttf') format('truetype'), url('../fonts/ibm-plex-sans-v23-latin-regular.svg#IBMPlexSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ibm-plex-sans-v23-latin-500.eot');
    src: url('../fonts/ibm-plex-sans-v23-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-v23-latin-500.woff2') format('woff2'), url('../fonts/ibm-plex-sans-v23-latin-500.woff') format('woff'), url('../fonts/ibm-plex-sans-v23-latin-500.ttf') format('truetype'), url('../fonts/ibm-plex-sans-v23-latin-500.svg#IBMPlexSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ibm-plex-sans-v23-latin-700.eot');
    src: url('../fonts/ibm-plex-sans-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-v23-latin-700.woff2') format('woff2'), url('../fonts/ibm-plex-sans-v23-latin-700.woff') format('woff'), url('../fonts/ibm-plex-sans-v23-latin-700.ttf') format('truetype'), url('../fonts/ibm-plex-sans-v23-latin-700.svg#IBMPlexSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #1e1e1e;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 1100px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #0071c5;
    text-decoration: underline;
}

a.link:hover {
    text-decoration: none
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    margin: 0 0 1.5em 0;
    font-size: 26px;
    font-weight: 500;
    padding: 24px 19px;
}
h2 {
    background: linear-gradient(60deg, rgba(25, 67, 131, 1) 0%, rgba(20, 150, 202, 1) 100%);
	border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
	color: #fff;
    margin: 0 0 1.0em 0;
    font-size: 26px;
    font-weight: 500;
    padding: 20px 19px;
}


h3 {
    color: #1e1e1e;
    font-size: 34px;
    font-weight: 400;
    margin: 1.562rem 0
}

h4 {
    font-size: 1em;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 6px;
    height: 6px;
    background: #1e1e1e;
    margin-left: -22px;
    top: 10px;
}

header {
    border-top: 9px solid #1e1e1e;
    margin: 0 4.062rem;
    padding: 1rem 0
}

.top {
    position: relative
}

article {
    padding: 20px 65px 0
}

.right {
    padding-left: 33%
}

.right p,
.right ul,
h4 {
    padding-left: 19px
}

footer {
    padding: 0 4.062rem
}

@media only screen and (max-width: 1099px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    header {
        margin: 0 2.187rem
    }

    article {
        padding: 50px 2.187rem 0
    }

    footer {
        padding: 0 2.187rem
    }

    h2 {
        left: 35px;
        font-size: 30px;
        padding: 2.187rem
    }
}

@media only screen and (max-width: 52.812rem) {
    .right {
        padding-left: 0
    }

    header {
        margin: 0 1rem
    }

    h2 {
        width: 65%;
        font-size: 25px;
        padding: 1rem;
        left: 1rem
    }

    h3 {
        font-size: 1.5rem
    }

    article {
        padding: 3.125rem 1rem 0
    }

    footer {
        padding: 0 1rem
    }

    .right p,
    .right ul,
    h4 {
        padding-left: 0
    }

    h1 {
        padding: 1rem 0
    }
}

@media only screen and (max-width: 36.25rem) {
    h2 {
        position: static;
        width: 100%
    }

    img {
        display: block;
    }

    article {
        padding-top: 0
    }
}
