@keyframes opacityFade{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes slideUp{0%{transform:translateY(2rem)}to{transform:translateY(0)}}.tab-content-carousel{--tab-content-carousel-active-tab-highlight: 0px}.tab-content-carousel__inner{background:var(--neutral-30)}.tab-content-carousel__content-wrapper{max-width:var(--max-content-width);margin:0 auto;padding:0 var(--spacing-md);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-xl);padding:var(--spacing-xl) 0}.tab-content-carousel__heading-wrapper,.tab-content-carousel__slide-wrapper{padding:0 var(--spacing-lg)}.tab-content-carousel__heading-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-lg);text-align:center}.tab-content-carousel__tab-wrapper{width:100%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.tab-content-carousel__tab-wrapper::-webkit-scrollbar{display:none}.tab-content-carousel__tab{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-sm);background:var(--neutral-20);padding:var(--spacing-sm) 0;flex-shrink:0;width:14rem;border:none}.tab-content-carousel__tab span{font-size:var(--font-size-body-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-base)}.tab-content-carousel__tab-overflow-scroll-wrapper{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:normal;align-items:normal;gap:0;width:fit-content}.tab-content-carousel__tab-overflow-scroll-wrapper:before,.tab-content-carousel__tab-overflow-scroll-wrapper:after{display:block;content:"";position:absolute;top:auto;right:auto;bottom:0;left:0;width:100%;height:.4rem;background:var(--neutral-50)}.tab-content-carousel__tab-overflow-scroll-wrapper:after{background:var(--core-40);width:14rem;transform:translate(var(--tab-content-carousel-active-tab-highlight));transition:transform var(--motion-duration-quick) var(--motion-easing-standard)}.tab-content-carousel__slide-wrapper{max-width:100%}.tab-content-carousel__slide,.tab-content-carousel__slide-text-content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;gap:var(--spacing-lg)}.tab-content-carousel__slide-text-content span{width:4rem;height:4rem;padding-inline:var(--spacing-xs)}.tab-content-carousel__slide-image img{max-width:100%;height:auto}@media (min-width: 768px){.tab-content-carousel__inner{gap:var(--spacing-xxl)}.tab-content-carousel__tab-overflow-scroll-wrapper{margin:auto}.tab-content-carousel__slide{flex-direction:row}.tab-content-carousel__slide-text-content,.tab-content-carousel__slide-image{flex:1}.tab-content-carousel__slide-text-content{justify-content:center}}
