/*swiper cube fix visibility*/
.dsm-post-carousel .swiper-container-cube .swiper-slide:not(.swiper-slide-active) {
    z-index: 0;
}
.dsm-post-carousel-item {
    border: 0 solid;
}
.gogmfcu_post_carousel .dsm-grid-post-holder-inner {
    display: flex;
    flex-direction: row-reverse;
    padding: 1.4rem;
    gap: 1rem;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.gogmfcu_post_carousel .dsm-entry-wrapper {
    width: 62%;
}
.gogmfcu_post_carousel .dsm-entry-image {
    width: 35%;
}
.gogmfcu_post_carousel img {
	max-width:unset;
	max-height:100%;
	transform: translateX(-50%);
	width: fit-content;
}
.gogmfcu_post_carousel .dsm-entry-wrapper {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 1.3rem;
	align-content: space-between;
}
.gogmfcu_post_carousel .et_pb_button, .gogmfcu_post_carousel .et_pb_button:hover {
	margin-top: 1rem;
	padding:0.57em  1.75em !important;
	border-radius: 4px;
}
.gogmfcu_post_carousel .fine-print-text {
	position: absolute;
	bottom: 0.9rem;
	left: 1.4rem;
	font-size: 0.8em;
}
.gogmfcu_post_carousel .dsm-entry-image {
    position: relative;
    overflow: hidden;
    border-style: solid;
}
.gogmfcu_post_carousel .swiper-pagination {
    text-align: left;
    width: 100%;
}
.gogmfcu_post_carousel .swiper-pagination .swiper-pagination-bullets {
    bottom: -40px;
    left: 0;
    width: 100%;
}
.gogmfcu_post_carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 52px;
    height: 14px;
    border-radius: 50px;
}
.gogmfcu_post_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.gogmfcu_post_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}
.gogmfcu_post_carousel .swiper-button-next,
.gogmfcu_post_carousel .swiper-button-prev {
    background-image: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 0;
    transform: translateY(-50%);
    transition: all .3s;
    border-style: solid;
}
.gogmfcu_post_carousel .swiper-button-next:after,
.gogmfcu_post_carousel .swiper-button-prev:after {
    content: attr(data-icon);
    display: block;
    font-family: ETmodules;
    box-sizing: border-box;
}
.gogmfcu_post_carousel .swiper-button-prev {
    left: -50px
}
.gogmfcu_post_carousel .swiper-button-next {
    right: -50px
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all
}
@media (max-width: 980px) {
}
@media (max-width: 767px) {
    .gogmfcu_post_carousel .swiper-button-prev {
        left: -25px
    }
    .gogmfcu_post_carousel .swiper-button-next {
        right: -25px
    }
}