.editor-content {
    text-align: left;
}
.editor-content,
.editor-content p {
    font-size: 16px;
    line-height: clamp(1.8rem, 7vw, 2rem);
    color: rgb(1 13 21 / 80%);
    text-align: justify;
}
.white-content {
    color: #fff;
}
.white-content.editor-content p, .white-content.editor-content,
.white-content * {
    color: #fff;
}
.mejs-container {
    direction: ltr;
    border-radius: 12px;
    overflow: hidden
}
.editor-content em {
    font-style: italic
}
.editor-content code, .editor-content pre {
    display: block;
    font-size: 14px;
    line-height: 1.8
}
.af-form.acf-form code {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.editor-content img:not(.img_gallery,.bg-cta-m) {
    max-width: 100%;
    border-radius: 8px
}
.sw-gallery .swiper-slide {
    height: auto
}
.sw:has(.sw--gallery) {
    position: relative;
    margin: 32px 0 120px;
}
.sw:has(.sw--gallery) .sw-navigation.sw-between {
    position: absolute;
    width: 86px;
    top: calc(100% + 62px);
    left: 50%;
    transform: translateX(-50%);
}
.gallery_item {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery_item + p {
    text-align: center;
    margin-top: 1.4rem;
    font-size: 15px;
}
.gallery_item a {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: auto
}
.gallery_item a:after {
    opacity: 0;
    content: "\e926";
    font-family: icomoon;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    z-index: 1;
    position: absolute;
    text-decoration: initial;
    font-size: 32px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 1;
}
.gallery_item a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: var(--color2);
    opacity: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 1;
}
html.desktop .sw--gallery:not(.swiper-initialized) .swiper-slide {
    flex-shrink: unset;
    margin-left: 32px;
    width: 374px;
    flex: 0 0 374px
}
.gallery_item:hover a:after {
    opacity: 1
}
.gallery_item:hover a::before {
    opacity: .7;
}
/*.gallery_item:hover img {*/
/*    -webkit-filter: blur(3px);*/
/*    filter: blur(3px)*/
/*}*/
.gl--box {
    margin: 1.5rem 0 !important
}
.alignleft {
    float: left;
    margin: 0 3rem 3rem 0
}
.alignright {
    float: right;
    margin-left: 3rem
}
.aligncenter {
    text-align: center;
    display: block;
    margin-inline: auto;
    margin-bottom: 2rem
}
.blockquote {
    position: relative
}
.editor-content li :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 0;
    display: inline;
    color: rgba(46, 46, 47, 0.8);
    line-height: 1.8
}
img.alignnone {
    margin: auto 10px;
    display: inline-flex;
}
.editor-content :is(h3,h4,h5,h6) {
    line-height: 2;
    color: #3E3E3E;
    text-align: left;
}
.white-content.editor-content :is(h1,h2,h3,h4,h5,h6) {
    color: #fff;
}
.editor-content :is(h1,h2) {
    color: #3E3E3E;
    text-align: left;
}
.editor-content h1 {
    font-size: calc(var(--heading_h1_fontsize));
}
.editor-content h2 {
    font-size: calc(var(--heading_h1_fontsize) - 2px);
}
.editor-content h3 {
    font-size: calc(var(--heading_h1_fontsize) - 4px);
}
.editor-content h4 {
    font-size: calc(var(--heading_h1_fontsize) - 5px);
}
.editor-content h5 {
    font-size: calc(var(--heading_h1_fontsize) - 6px);
}
.editor-content h6 {
    font-size: calc(var(--heading_h1_fontsize) - 7px);
}
.editor-content ul:not(.acf-checkbox-list,.acf-radio-list,.acf-bl) li {
    margin-bottom: 1rem;
    list-style: disc;
    list-style-position: inside;
    padding-left: 1.2rem;
    color: rgb(1 13 21 / 80%);
}
.editor-content ul li::marker {
    color: var(--color2);
    line-height: 1;
    font-size: 22px;
}
.comment-single li::marker {
    content: none
}
.editor-content .wp-caption-text {
    text-align: center
}
.editor-content .wp-caption {
    width: auto !important
}
.editor-content a:not(.btn,.acf-button,.cta-btn-click,.comment-reply-link,#cancel-comment-reply-link) {
    color: var(--color1);
    text-decoration: underline;
    overflow-wrap: break-word;
    text-underline-offset: 7px
}
.editor-content a:not(.btn,.acf-button,.cta-btn-click,.comment-reply-link,#cancel-comment-reply-link):hover {
    color: var(--color2) !important
}
/*.editor-content blockquote:before,*/
/*.editor-content blockquote:after {*/
/*    content: "\e931";*/
/*    position: absolute;*/
/*    font-family: 'icomoon' !important;*/
/*    font-size: 40px;*/
/*    color: #fff;*/
/*    z-index: 4;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.editor-content blockquote:before {*/
/*    right: -10px;*/
/*}*/
/*.editor-content blockquote:after {*/
/*    left: -10px;*/
/*    transform: scaleY(-1) translateY(50%);*/
/*}*/
.editor-content blockquote * {
    position: relative;
    z-index: 3;
}
.editor-content blockquote {
    border-radius: 0 0 50px 0;
    padding: 71px 50px 48px;
    position: relative;
    margin: clamp(1rem, 5vw, 2rem) 0;
    background: #F7F7F8;
    text-align: center
}
.editor-content blockquote:before {
    content: "\e922";
    font-family: 'icomoon';
    font-size: 28px;
    color: var(--color2);
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 28px;
    right: 50%;
    transform: translateX(50%);
}
.editor-content blockquote p {
    color: rgb(1 13 21 / 80%);
}
.editor-content blockquote:after {
    content: "";
    background: var(--color2);
    width: 96%;
    height: 170px;
    position: absolute;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    border-radius: 0 0 50px 0;
}
.editor-content ol {
    list-style: none;
    margin-right: 0;
    padding: 0
}
.editor-content ol li {
    counter-increment: item;
    position: relative;
    margin-bottom: 1rem;
    color: rgb(1 13 21 / 80%);
    padding-left: 1.2rem
}
.editor-content ol li:before {
    content: counter(item) ".";
    color: var(--color2);
    padding-right: 1rem;
    font-size: 20px;
    line-height: 1
}
hr {
    border: 1px solid #e6e6e6;
}
.editor-content > * + * {
    margin-top: 1rem
}
.editor-content.editor-space-sm > * + * {
    margin-top: 1rem
}
.gallery_item img {
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1
}
.editor-content .wp-video {
    display: block;
    margin-inline: auto;
    width: 100% !important;
    overflow: hidden
}
.editor-content table:not(.acf-table) th, .editor-content table:not(.acf-table) td {
    white-space: nowrap;
    border-bottom: none;
    padding: 1rem 1.5rem;
    font-size: inherit;
    line-height: 2;
    vertical-align: middle
}
.editor-content table:not(.acf-table) tr:first-child {
    border-bottom: none
}
.editor-content table:not(.acf-table) tr:first-child td, .editor-content table:not(.acf-table) tr:first-child th {
    white-space: nowrap;
    padding: 1rem 2rem;
    background: #fff;
}
.editor-content table:not(.acf-table) tr:first-child td:first-child, .editor-content table:not(.acf-table) tr:first-child th:first-child {
    border-radius: 16px 0 0 16px;
}
.editor-content table:not(.acf-table) tr:first-child td:last-child, .editor-content table:not(.acf-table) tr:first-child th:last-child {
    border-radius: 0 16px 16px 0;
}
.editor-content table:not(.acf-table) :is(tbody,thead) {
    display: table;
    width: 100%;
}
.editor-content table:not(.acf-table) {
    border-collapse: collapse;
    display: block;
    border-radius: 16px;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    border-bottom: 0;
    background: #f7f7f7;
    padding: 1.6rem
}
.editor-content table:not(.acf-table) tr {
    border-bottom: 2px solid rgb(0 65 255 / 7%)
}
.editor-content table:not(.acf-table) th {
    font-family: var(--bold_font);
}
.editor-content table:not(.acf-table):not(.acf-table)::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important
}
.editor-content table:not(.acf-table)::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important
}
.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important
}
.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb:hover {
    background: var(--color3) !important
}
.editor-content table::-webkit-scrollbar {
    height: 8px;
    width: 8px
}
.editor-content table::-webkit-scrollbar-track {
    border-radius: 0 0 4px 4px;
    background-color: #ececec
}
.editor-content table::-webkit-scrollbar-thumb {
    background: #aca9a9;
    border-radius: 0 0 4px 4px
}
.editor-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color3)
}
.editor-content table {
    scrollbar-color: var(--color3);
    scrollbar-width: thin;
    height: auto !important
}
.mobile .sw--gallery .swiper-wrapper {
    grid-auto-columns: 25rem
}
@media (min-width: 48em) {
    .editor-content,
    .editor-content p {
        font-size: 16px;
    }
}
@media (max-width: 48em) {
    .alignleft, .alignright {
        float: none;
        margin-inline: auto;
        margin-bottom: 2rem
    }
    .af-form.acf-form > .acf-fields {
        grid-template-columns: 1fr
    }
}
@media (max-width: 35.99em) {
    .editor-content blockquote {
        margin: 3rem 0 !important;
        padding: 71px 25px 24px;
    }
}
