.ck_content mark.marker-yellow {
    background-color:#FFEB3B;
}
.ck_content mark.marker-green {
    background-color:#8BC34A;
}
.ck_content mark.marker-pink {
    background-color:#F8BBD0;
}
.ck_content mark.marker-blue {
    background-color:#03A9F4;
}
.ck_content mark.pen-red {
    background: none;
    color: #FF5252;
}
.ck_content mark.pen-green {
    background: none;
    color: #388E3C;
}
.ck_content h1{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 109.3%;
}
.ck_content h2{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 109.3%;
}
.ck_content h3{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 109.3%;
}
.ck_content h4{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 109.3%;
}
.ck_content h5{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 109.3%;
}



.ck_content figure.image {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
.ck_content figure.image img {
    width: 100%;
}
.ck_content img {
    max-width: 100%;
}
.ck_content figure.image-style-align-left {
    float: left;
    max-width: 500px;
    margin-right: 30px;
    margin-top: 30px;
}
.ck_content figure.image-style-align-left:after {
    content: "";
    display: table;
    clear: both;
}
.ck_content figure.image-style-align-right {
    float: right;
    max-width: 500px;
    margin-left: 30px;
    margin-top: 30px;
}
.ck_content figure.image-style-align-right :after {
    content: "";
    display: table;
    clear: both;
}
.ck_content blockquote {
    border: 10px solid #FFE49D;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ck_content blockquote p{
    position: relative;
}
.ck_content blockquote p:before{
    content: "\275E";
    position: absolute;
    top: -25px;
    font-size: 30px;
    left: 0;
    color: #ddd;
}
.ck_content blockquote p:after{
    content: "\275D";
    position: absolute;
    bottom: -25px;
    font-size: 30px;
    right: 20px;
    color: #ddd;
}
.ck_content figcaption {
    text-align: center;
    font-size: 0.8em;
}
.genius-info-text__info {
    font-size: 19px;
}
.genius-info-text__info ul, .genius-info-text__info ol {
    margin: 20px 0;
}
.genius-info-text__info ul > li {
    list-style: none;
    position: relative;
}
.genius-info-text__info ul > li:before {
    content: "";
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    border-radius: 5px;
    background-color: #159DFF;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    left: -15px;
}
.genius-info-text__info ol > li {
    list-style: none;
    position: relative;
}
.genius-info-text__info ol > li::before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    font-family: Prompt;
    font-style: normal;
    font-weight: normal;
    color: #159DFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
    position: absolute;
    top: 2px;
    left: -15px;
}
.genius-info-text__info p a {
    color: #159DFF;
    text-decoration: underline;
}
.genius-info-text__info p {
    margin: 20px 0;
}
.genius-info .ck_content {
    color: #575962 !important;
}
.genius-info .ck_content a {
    color: #5867dd;
}
.genius-info .ck_content a:hover {
    text-decoration: underline;
}
.genius-info .ck_content table{
    border: 1px double #b3b3b3;
    border-collapse: collapse;
}
.genius-info .ck_content table td {
    min-width: 2em;
    padding: .4em;
    border: 1px solid #d9d9d9;
}
.genius-info .ck_content h2 {
    margin: 0.67em 0;
    clear: left;
}
.genius-info .ck_content h3 {
    margin: 0.67em 0;
    clear: left;
}
.genius-info .ck_content h4 {
    margin: 0.67em 0;
    clear: left;
}
.genius-info .ck_content h5 {
    margin: 0.67em 0;
    clear: left;
}
.ck_content:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.ck_content .video-container {
    background-color: black;
}

