.elementor .Contained{width:1140px;column-gap:5px;padding-block-start:10px;padding-block-end:0px;row-gap:0px;}.elementor .pt-atom-cards{/* Base trigger cards */
.pt-atom-cards .e-n-tab-title,
.pt-atom-cards .atom-tab,
.pt-atom-cards .atom-item,
.pt-atom-cards .swiper-slide {
position: relative;
transition: transform .25s ease, opacity .25s ease, box-shadow .25s ease, border-color .25s ease;
border: 2px solid transparent;
overflow: hidden;
}

/* Inactive */
.pt-atom-cards .e-n-tab-title:not(.e-active),
.pt-atom-cards .atom-tab:not(.active),
.pt-atom-cards .atom-item:not(.active),
.pt-atom-cards .swiper-slide:not(.active) {
opacity: .72;
transform: scale(.98);
}

/* Active */
.pt-atom-cards .e-n-tab-title.e-active,
.pt-atom-cards .atom-tab.active,
.pt-atom-cards .atom-item.active,
.pt-atom-cards .swiper-slide.active,
.pt-atom-cards [aria-selected="true"] {
opacity: 1;
transform: scale(1.03);
z-index: 3;
border-color: #7fc6e8;
box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

/* Top accent bar */
.pt-atom-cards .e-n-tab-title.e-active::before,
.pt-atom-cards .atom-tab.active::before,
.pt-atom-cards .atom-item.active::before,
.pt-atom-cards .swiper-slide.active::before,
.pt-atom-cards [aria-selected="true"]::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: #7fc6e8;
}

/* Image treatment */
.pt-atom-cards .e-n-tab-title img,
.pt-atom-cards .atom-tab img,
.pt-atom-cards .atom-item img,
.pt-atom-cards .swiper-slide img {
transition: filter .25s ease, transform .25s ease;
}

.pt-atom-cards .e-n-tab-title:not(.e-active) img,
.pt-atom-cards .atom-tab:not(.active) img,
.pt-atom-cards .atom-item:not(.active) img,
.pt-atom-cards .swiper-slide:not(.active) img {
filter: grayscale(.08) brightness(.92);
}

.pt-atom-cards .e-n-tab-title.e-active img,
.pt-atom-cards .atom-tab.active img,
.pt-atom-cards .atom-item.active img,
.pt-atom-cards .swiper-slide.active img,
.pt-atom-cards [aria-selected="true"] img {
filter: brightness(1.03) contrast(1.04);
transform: scale(1.02);
}

/* Label bar */
.pt-atom-cards .e-n-tab-title .e-n-tab-title-text,
.pt-atom-cards .atom-tab .title,
.pt-atom-cards .atom-item .title,
.pt-atom-cards .swiper-slide .title {
transition: background .25s ease, color .25s ease;
}

.pt-atom-cards .e-n-tab-title.e-active .e-n-tab-title-text,
.pt-atom-cards .atom-tab.active .title,
.pt-atom-cards .atom-item.active .title,
.pt-atom-cards .swiper-slide.active .title,
.pt-atom-cards [aria-selected="true"] .title {
background: #0d2742;
color: #fff;
font-weight: 700;
}\n}