@font-face {
    font-display: swap;
    font-family: "Sf Pro Text";
    src: local("Sf Pro Text"), url('fonts/SFProDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "Sf Pro Text";
    src: local("Sf Pro Text"), url('fonts/SFProDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body{
    font-family: "Sf Pro Text", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin:0; padding:0;
}
h2{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 0;
}
h3{
    color: #3385FB;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
}
h4{
    color: #905CCD;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
}

.content{
    margin: 0 auto; 
    padding:12px;
}

.content-second{
padding-bottom: 0;
}

.content-header{
    padding: 12px 20px;
    border-radius: 6px;
    background: #5A89F0;
    margin-bottom: 12px;
    text-align: center;
}
.content-body{
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #D2D2D2;
}
.content-body ul{
    margin-top: 8px;
    padding-left: 12px;
}
.content-body ul li{
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}

.textblack {
    color: #000000;
}

.content-body--bluelist {
    color: #3385FB;
}

.content-body--blacklist {
    color: #905CCD;
}

.content hr{
    border-bottom: 0;
    border-top: 1px solid #f3a1a1;
    margin-top: 6px;
    margin-bottom: 8px;
}
.content .copyright{
    font-size: 12px;
    line-height: 16px;
    color: #D06C6C;
    text-align: center;
}