.editor-content {
    font-size: 1.6rem;
    line-height: 1.8;
    /* color: Black; */
}

.main-text {
    font-size: min(15px, 4.5vw);
}

.white-content {
    color: #fff !important;
}

.white-content.editor-content p,
.white-content.editor-content,
.white-content * {
    color: #fff !important;
}

.mejs-container {
    direction: ltr;
    overflow: hidden
}

.editor-content.white-content table:not(.acf-table) {
    color: #212121;
}

.editor-content em {
    font-style: italic
}

.editor-content code,
.editor-content pre {
    display: block;
    font-size: 14px;
    line-height: 1.8
}

.editor-content.main-content ul {
    margin-left: 1.92rem;
}

.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%;
}

.sw-gallery .swiper-slide {
    height: auto
}

.sw:has(.sw--gallery) {
    position: relative;
    margin: clamp(2.4rem, 2vw, 5.6rem) 0;
}

.gallery_item {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery_item+p {
    text-align: center;
    margin-top: 2.24rem;
    font-size: 15px;
}

.gallery_item a {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: auto;
    transition: 0.3s;
}

.gallery_item a img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.gallery_item a:after {
    content: "\e915";
    font-family: WebsimaIcon;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.8rem;
    width: 50px;
    height: 50px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

.gallery_item a:hover:before {
    opacity: 1;
}

.gallery_item a:hover:after {
    opacity: 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::before {
    opacity: 1;
}

.gallery_item:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.editor-content .sw-navigation .icon-direction-left,
.editor-content .sw-navigation .icon-direction-right {
    color: var(--color3);
    background-color: #fff;
    border: 1px solid var(--color3);
}

.gl--box {
    margin: 2.4rem 0 !important
}

.alignleft {
    float: left;
    margin: 0 3.2rem 0 0;
    width: 45%;
    border-radius: 2rem
}

.alignright {
    float: right;
    margin-left: 3.2rem;
    width: 45%;
    border-radius: 2rem
}

.aligncenter {
    text-align: center;
    display: block;
    margin-inline: auto;
    margin-bottom: 3.2rem
}

.editor-content p:has(img.alignright)+*,
.editor-content p:has(img.alignleft)+* {
    clear: both;
}

.blockquote {
    position: relative
}

.editor-content li :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    display: inline;
    color: var(--color2);
    line-height: 1.8
}

img.alignnone {
    margin: 2.4rem auto;
}

.editor-content :is(h3, h4, h5, h6) {
    line-height: 2;
    color: #212121;
    text-align: left;
}

.white-content.editor-content :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

.editor-content :is(h1, h2) {
    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) - 6px);
}

.editor-content h5 {
    font-size: calc(var(--heading_h1_fontsize) - 8px);
}

.editor-content h6 {
    font-size: calc(var(--heading_h1_fontsize) - 10px);
}

.editor-content ul:not(.acf-checkbox-list, .acf-radio-list, .acf-bl, .woocommerce-error) li {
    margin-bottom: 0.5rem;
    list-style-position: inside;
    padding-right: 0rem;
    list-style: disc;
}

.editor-content.main-content ul li::marker {
    color: #ED1C24;
    line-height: 1;
    font-size: 16px;
}

.editor-content:not(.main-content) li::marker,
.comment-single li::marker {
    content: none
}

.editor-content.main-content .sw .sw-navigation {
    margin-top: 24px;
}

.editor-content .wp-caption-text {
    text-align: center
}

.editor-content .wp-caption {
    width: auto !important
}

.editor-content a:not(.button, .btn, .acf-button, .cta-btn-click, .product-item-title a, .price-shopping a) {
    color: var(--c-primary);
}

.editor-content.main-content a:not(.btn, .acf-button, .cta-btn-click, .product-item-title a, .price-shopping a) {
    text-decoration: none;
    overflow-wrap: break-word;
}

.editor-content a:not(.btn, .acf-button, .cta-btn-click):hover {
    color: var(--c-primary) !important
}

.white-content .swiper-pagination-bullet::after {
    background-color: transparent;
}

.editor-content blockquote {
    position: relative;
    margin: clamp(3.2rem, 5vw, 5.6rem) 0;
    background-color: rgba(237, 28, 36, 0.06);
    padding: 3.6rem;
    text-align: center;
}

.editor-content blockquote::before {
    content: '';
    background-image: url(../img/Quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: auto;
    top: -26px;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.editor-content .blockquote-content-wrapper {
    position: relative;
    padding: 89px 32px 3.2rem;
}


.white-content .swiper-pagination {
    background-color: transparent;
    margin: 1.6rem 0 0;
}


.editor-content ol {
    list-style: none;
    margin-right: 0rem;
    padding: 0
}

.editor-content ol li {
    counter-increment: item;
    position: relative;
    margin-bottom: 0.5rem;
    text-indent: -2.4rem;
    padding-left: 2.4rem
}

.editor-content ol li:before {
    content: counter(item) ".";
    padding-right: 0.8rem;
    font-size: 18px;
    line-height: 1;
    color: #ED1C24;
}

hr {
    border: 1px solid #e6e6e6;
}

.editor-content>*+* {
    margin-top: 2.4rem
}

.editor-content.editor-space-sm>*+* {
    margin-top: 1.6rem
}

.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 {
    border-bottom: none;
    padding: 1.6rem 2.4rem;
    font-size: inherit;
    line-height: 2;
    vertical-align: middle;
    color: inherit;
    text-align: center;
}

.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 {
    padding: 1.6rem 3.2rem;
    background: var(--c-primary);
    color: #fff;
}

.editor-content table:not(.acf-table) :is(tbody, thead) {
    display: table;
    width: 100%;
    color: inherit;
}

.editor-content table:not(.acf-table) {
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    border-bottom: 0;
    padding: 2.56rem 0;
}

.editor-content table:not(.acf-table) tr {
    border-bottom: 2px solid rgb(0 65 255 / 7%);
    color: #151515;
}

.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: var(--c-primary) !important;
    height: 4px !important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb {
    background: var(--c-primary) !important;
    height: 4px !important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb:hover {
    background: var(--c-info) !important
}

.editor-content table::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.editor-content table::-webkit-scrollbar-track {
    background-color: var(--c-primary)
}

.editor-content table::-webkit-scrollbar-thumb {
    background: var(--c-primary);
}

.editor-content table::-webkit-scrollbar-thumb:hover {
    background: var(--c-info)
}

.editor-content table {
    scrollbar-color: var(--c-primary);
    scrollbar-width: thin;
    height: auto !important
}

.mobile .sw--gallery .swiper-wrapper {
    grid-auto-columns: 40rem
}

@media (max-width: 48em) {

    .alignleft,
    .alignright {
        float: none;
        margin-inline: auto;
        margin-bottom: 3.2rem;
        width: 100%;
    }

    .af-form.acf-form>.acf-fields {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {

    .editor-content .blockquote-content-wrapper {
        padding: 106px 24px 2.4rem;
    }

    .editor-content blockquote {
        margin: 4.8rem 0 !important
    }

    .editor-content blockquote::after {
        background-image: url(../img/Quote-pattern-mobile.svg);
    }

    .sw:has(.sw--gallery) {
        padding: 0;
    }
}

@media (min-width: 768px) {

    .alignleft {
        margin-bottom: 2.4rem;
    }

    .alignright {
        margin-bottom: 2.4rem;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .alignleft {
        width: 100%;
    }

    .alignright {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .alignleft {
        width: 44%;
    }

    .alignright {
        width: 44%;
    }
}

@media (min-width: 1200px) and (max-width: 1250px) {
    .alignleft {
        width: 45%;
    }

    .alignright {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .editor-content.main-content .section-banners img {
        width: 100%;
    }
}