.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.ast-blog-featured-section .gallery{margin-bottom:0}.single .entry-content .gallery{margin-left:-10px;margin-right:-10px}.gallery-caption{color:var(--ast-gallery-block-color);padding:10px;border-radius:0 0 2px 2px;border:1px solid var(--ast-border-color);border-top:none;font-size:.9em}.gallery-icon{border-bottom:0;border-radius:2px 2px 0 0;border:1px solid var(--ast-border-color);overflow:hidden}.gallery-item{margin:0;padding:10px;border-radius:2px}.gallery-item:last-child{margin-bottom:2em}.elementor-image-gallery .gallery-icon{border:none}.mask-error {
    color: #ff3939;
    font-size: 13px;
    position: absolute;
    bottom: -26px;
    left: 10px;
    background: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    border: 1px solid #ff6a6a;
    display: flex;
    height: 24px;
    box-sizing: border-box;
    line-height: 13px;
    align-items: center;
    z-index: 9;
}
.mask-error{
    display: none;
}
.mask-error:after {
    content: "";
    height: 11px;
    width: 11px;
    border-left: 1px solid #ff6a6a;
    border-top: 1px solid #ff6a6a;
    position: absolute;
    transform: rotate(45deg);
    top: -6px;
    left: 12px;
    background-image: linear-gradient(135deg, #ffffff 50%, transparent 50%);
}
.mccard1-container, .mccard2-container {
    position: relative;
    display: inline-flex;
    width: fit-content;
    flex-direction: column;
}
.card-logo {
    position: absolute;
    right: 10px;
    width: 40px;
    height: auto;
    display: none;
    bottom: 5px;
}