.richtext {
    line-height: 1.5;
    column-gap: 2em;
}
.richtext:after {
    content: '';
    display: block;
    clear: both;
}
.richtext p {
    margin: 1.25em 0;
}
/*
.richtext h2 {
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    margin: 1.67em 0 0.83em;
}*/
.richtext h2:first-child {
    margin-top: 0;
}
.richtext h2:last-child {
    margin-bottom: 0;
}
.richtext ul,
.richtext ol {
    padding: 0 0 0 1.5em;
    margin: 1.25em 0;
}
.richtext ul:first-child,
.richtext ol:first-child {
    margin-top: 0;
}
.richtext ul:last-child,
.richtext ol:last-child {
    margin-bottom: 0;
}
.richtext li {
    margin: 1em 0;
}
.richtext li:first-child {
    margin-top: 0;
}
.richtext li:last-child {
    margin-bottom: 0;
}
.richtext p:first-child {
    margin-top: 0;
}
.richtext p:last-child {
    margin-bottom: 0;
}
.richtext .richtext_table_wrap {
    overflow-x: auto;
    max-width: 100%;
    border: 1px solid #4B5563;
    border-radius: 1em;
    margin: 1.25em auto;
}
.richtext .richtext_table_wrap:first-child {
    margin-top: 0;
}
.richtext .richtext_table_wrap:last-child {
    margin-bottom: 0;
}
.richtext table {
    min-width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #111827;
    line-height: 1.5;
    overflow: hidden;
    border-collapse: collapse;
}
.richtext td,
.richtext th {
    padding: 1em 1.25em;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #D1D5DB;
}
.richtext tr:last-child td,
.richtext tr:last-child th {
    border-bottom: none;
}
.richtext th {
    font-weight: 600;
}
.richtext thead {
    background-color: #333333;
    color: #FFFFFF;
}
    /*
    .richtext table th {
        text-transform: uppercase;
    }
    .richtext table tr:last-child td,
    .richtext table tr:last-child th {
        border: none;
    }
    .richtext table th:first-child:last-child {
        font-size: 1.5em;
        padding: 0.65em 1em;
    }*/
.richtext img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}
.richtext img.alignleft {
    float: left;
    margin-right: 1em;
}
.richtext img.alignright {
    float: right;
    margin-left: 1em;
}
/**/
.richtext h1 {
    font-size: 2.5em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 600;
    margin: 1em 0;
}

.richtext h2 {
    font-size: 2.25em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 600;
    margin: 1em 0;
}
.richtext h3 {
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 600;
    margin: 1em 0;
}
.richtext h3:first-child {
    margin-top: 0;
}
.richtext h4 {
    font-size: 1.75em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 600;
    margin: 1em 0;
}
.richtext h5 {
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 600;
    margin: 1em 0;
}
.richtext h5:first-child {
    margin-top: 0;
}
.richtext h6 {
    font-size: 1.25em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 600;
    margin: 1em 0;
}
.richtext blockquote {
    margin: 1.5em auto;
    padding: 0 0 0 2em;
    box-sizing: border-box;
    border-left: 0.125em solid #F26B21;
}
.richtext .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.richtext .gallery .gallery-item {
    margin: 0 !important;
    padding: 0.5em;
    float: none;
    box-sizing: border-box;
}
.richtext .gallery .gallery-item img {
    border: none !important;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.richtext .gallery .gallery-icon {
    height: 100%;
    position: relative;
    z-index: 1;
}
.richtext .gallery .gallery-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.richtext .gallery .gallery-icon a {
    height: 100%;
}
.richtext .gallery-caption {
    font-size: 0.83333em;
    font-weight: 500;
    color: #4B4EFC;
}
/**/
.richtext a:not(.butt) {
    text-decoration: underline;
}
.richtext a:not(.butt):hover {
    text-decoration: none;
}
@media(max-width: 1199px) {
    .richtext {
        column-gap: 1.5em;
    }
    /**/
    .richtext h1 {
        font-size: 2.25em;
    }
    .richtext h2 {
        font-size: 2em;
    }
    .richtext h3 {
        font-size: 1.75em;
    }
    .richtext h4 {
        font-size: 1.5em;
    }
    .richtext h5 {
        font-size: 1.25em;
    }
    .richtext h6 {
        font-size: 1.125em;
    }
    /**/
    .richtext table {
        font-size: 0.875em;
    }
}
@media(max-width: 767px) {
    .richtext {
        column-count: 1 !important;
    }
    .richtext p:after {
        clear: both;
        content: '';
        display: block;
    }
    /**/
    .richtext h1 {
        font-size: 2em;
    }
    .richtext h2 {
        font-size: 1.75em;
    }
    .richtext h3 {
        font-size: 1.5em;
    }
    .richtext h4 {
        font-size: 1.25em;
    }
    .richtext h5 {
        font-size: 1.125em;
    }
    .richtext h6 {
        font-size: 1em;
    }
    .richtext table {
        font-size: 0.75em;
    }/*
    .richtext .gallery {
        margin: -0.25em;
    }*/
    .richtext .gallery .gallery-item {
        /*padding: 0.25em;*/
        min-width: 50% !important;
    }
}