/* carousel-order-updated-2025#b6abdc6 - ​Mohamed Soueilem @ 2024-12-10 12:04 */
.carousel-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 auto}.carousel-wrapper .tiles-desktop{display:block;width:100%}.carousel-wrapper .tiles-mobile{display:none;width:100%}.carousel-wrapper img{display:none;width:100%;max-width:100%;animation:fadein 1s ease-in-out}.carousel-wrapper .displayed{display:block}.carousel-wrapper .bars{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;padding-top:40px}.carousel-wrapper .bars .bar{width:69px;height:6px;background-color:#d9d9d9;margin:0 7px;cursor:pointer}.carousel-wrapper .bars .active{background-color:#e48421}.master-container .cta-sponsored-content .cta-content{padding:2rem 1rem!important}.master-container .cta-sponsored-content .cta-content .cta-title{font-size:32px!important}@media (max-width:768px){.carousel-wrapper img{height:auto}}@media (max-width:468px){.master-container .cta-sponsored-content .cta-content .cta-title{font-size:22px!important}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}