.fdl-carousel{position:relative;width:100%}.fdl-carousel,.fdl-carousel__track-container{overflow:hidden}.fdl-carousel__track{display:flex;scroll-snap-type:x mandatory;transition:transform .4s ease-in-out}.fdl-carousel__slide{box-sizing:border-box;flex:0 0 100%;min-width:100%;scroll-snap-align:start}.fdl-carousel__slide-inner{align-items:center;display:flex;gap:2rem;margin:0 auto;max-width:1200px;padding:3rem 2rem}.fdl-carousel__image-col{flex:0 0 45%;max-width:45%}.fdl-carousel__image{display:block;height:auto;object-fit:cover;width:100%}.fdl-carousel__content-col{flex:1;min-width:0}.fdl-carousel__content-col--full{margin:0 auto;max-width:800px;text-align:center}.fdl-carousel__heading{font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.fdl-carousel__text{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.fdl-carousel__text p:last-child{margin-bottom:0}.fdl-carousel__link{align-items:center;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:color .2s ease,gap .2s ease}.fdl-carousel__link:focus,.fdl-carousel__link:hover{gap:.75rem}.fdl-carousel__link-arrow{transition:transform .2s ease}.fdl-carousel__arrows{align-items:center;bottom:0;display:flex;justify-content:space-between;left:0;padding:0 .75rem;pointer-events:none;position:absolute;right:0;top:0}.fdl-carousel__arrow{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;pointer-events:auto;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;width:44px;z-index:2}.fdl-carousel__arrow:focus-visible{outline-offset:0}.fdl-carousel__arrow svg{fill:currentColor;flex-shrink:0;height:24px;width:24px}.fdl-carousel__dots{align-items:center;display:flex;gap:.5rem;justify-content:center;padding:1rem 0 1.5rem}.fdl-carousel__dot{background-color:transparent;border:2px solid;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:background-color .2s ease,border-color .2s ease,transform .2s ease;width:12px}.fdl-carousel__dot--active{transform:scale(1.15)}.fdl-carousel__dot:focus-visible{outline-offset:2px}@media (max-width:768px){.fdl-carousel__slide-inner{flex-direction:column;gap:1.5rem;padding:2rem 1.25rem}.fdl-carousel__image-col{flex:0 0 100%;max-width:100%}.fdl-carousel__heading{font-size:1.375rem}.fdl-carousel__arrow{height:36px;width:36px}.fdl-carousel__arrow svg{flex-shrink:0;height:20px;width:20px}}