.splitcontent {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.splitcontenttop {
    flex: 2;
    flex-basis: 100%;
    order: 0;
}

.splitcontentleft {
    flex: 1;
    margin-right: 5px;
    order: 1;
}

.splitcontentright {
    flex: 1;
    margin-left: 5px;
    order: 2;
}

@media screen and (max-width: 899px) {
    .splitcontentleft, .splitcontentright, .splitcontenttop {
        width: 100%;
        flex: auto;
        margin-right: 0;
        margin-left: 0;
    }
}

.bmVfSC {
    max-width: 1024px;
    margin: 0px auto 1.75rem auto;
    border-radius: 0.95rem;
    color: rgb(109, 112, 139);
    --primary-color: #5a17ee;
    --secondary-color: white;
    --alternative-heading-color: #343434;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 22px 0px;
    text-align: left;
    height: unset;
    min-height: unset;
    padding: 3rem 2rem;
}

.bmVfSC > :last-child {
    margin-bottom: 0px;
}

@media (min-width: 800px) {
    .iPVytl {
        -moz-box-pack: justify;
        justify-content: space-between;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

.fYevg {
    font-size: clamp(1.4rem, 1.25vw, 2.8rem);
    text-align: justify;
    min-width: 0px;
}

article .f-mono, article h5, article code, article kbd, article pre {
    font-family: "MonoLisa_Web", monospace;
}

.gZgPpU p {
    margin: 0px;
    font-size: clamp(1.4rem, 1.25vw, 2.8rem); /*font-size: 14px;*/
}

@media (min-width: 800px) {
    article h2 {
        font-size: clamp(3rem, 2.5vw, 6rem); /*font-size: 2.25rem;*/
        margin-bottom: 2rem;
    }
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    margin: 0px 0px 1.75rem;
    margin-bottom: 1.75rem;
    color: var(--alternative-heading-color, #343434);
    /*font-weight: bold;*/
    line-height: 1.2;
    white-space: normal;
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

article p, article ul, article ol {
    margin: 0px 0px 1.75rem;
}

.fYevg > :last-child {
    margin-bottom: 0px;
}

.gTisTQ {
    list-style: none;
    padding: 0px;
}

article picture {
    width: 100%;
}

article picture img {
    display: flex;
    margin-inline: auto;
    margin-block: max(1px, 1px);
    width: 100%; /*width: min(80%, 50vw);*/
}