
.c-categories__container{position:relative;display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:-moz-max-content;width:max-content;max-width:100%;background-color:#f8f8f8;padding:.25rem;border-radius:6.25rem;touch-action:pan-x;cursor:default;scrollbar-width:none;-ms-overflow-style:none}.c-categories__container::-webkit-scrollbar{display:none}.c-categories__container[data-dragging]{cursor:grabbing;-moz-user-select:none;user-select:none;-webkit-user-select:none}.c-categories.is-dark .c-categories__container{background-color:rgba(0,0,0,.5);backdrop-filter:blur(3.125rem);transition-timing-function:cubic-bezier(.16,1,.3,1);transition-duration:.6s;transition-property:background-color}.c-categories.is-dark .c-categories__container:hover{background-color:rgba(0,0,0,.7)}.c-categories.is-light .c-categories__container{background-color:#fff}.c-categories__pill{position:absolute;top:.25rem;left:.25rem;height:calc(100% - .5rem);background-color:#0078b8;border-radius:6.25rem;z-index:0;transition:none;will-change:width,transform;pointer-events:none}.c-categories.is-dark .c-categories__pill{background-color:#fff}.c-categories[data-categories-ready]:not([data-no-pill-transition]) .c-categories__pill{transition:width .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.c-categories__btn{position:relative;z-index:1;font-weight:400;font-family:matter,sans-serif;letter-spacing:0;font-weight:500;text-transform:uppercase;font-size:.875rem;line-height:1.25rem}@media only screen and (min-width:1100px){.c-categories__btn{font-size:.875rem;line-height:1.5rem}}.c-categories__btn{color:#0078b8;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;white-space:nowrap;padding:.625rem 1.28125rem;border-radius:6.25rem;height:calc(100% - .5rem);background:transparent;border:none;cursor:pointer;transition-timing-function:cubic-bezier(.16,1,.3,1);transition-duration:.6s;transition-property:all}.c-categories__btn[data-has-tooltip]{padding-right:.5rem}.c-categories__btn.is-active{color:#fff;transform:translateZ(0)}.c-categories__btn:hover:not(.is-active){background-color:#fff;color:#0078b8}.c-categories.is-dark .c-categories__btn{color:#fff}.c-categories.is-dark .c-categories__btn.is-active{color:#0078b8}.c-categories.is-dark .c-categories__btn:hover:not(.is-active){background-color:#0078b8;color:#fff}.c-categories.is-light .c-categories__btn:hover:not(.is-active){background-color:#f8f8f8}.c-categories__progress{margin-top:1.25rem;padding:0 2.5rem}.c-categories__progress.is-hidden{display:none}.c-categories__progress-track{width:100%;height:.1rem;background-color:rgba(0,120,184,.2);border-radius:6.25rem;overflow:hidden}.c-categories__progress-bar{height:100%;background-color:#0078b8;border-radius:6.25rem;width:0;transition-timing-function:cubic-bezier(.16,1,.3,1);transition-duration:.6s;transition-property:"width"}@media only screen and (min-width:1100px){.c-categories__container{width:100%}}@media only screen and (min-width:1100px)and (hover:hover)and (pointer:fine){.c-categories__container[data-overflowing]{cursor:grab}}@media only screen and (min-width:1100px){.c-categories__btn{padding:.625rem 1.75rem;flex:1 0 auto;min-width:-moz-max-content;min-width:max-content;text-align:center}}.c-story-carousel{background-color:#f8f8f8}.c-story-carousel__intro{overflow:hidden;position:relative}.c-story-carousel__background-image{position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.c-story-carousel__intro-content{position:relative;z-index:1;padding:5.25rem 2rem;text-align:center;color:#fff;display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center}.c-story-carousel__description,.c-story-carousel__title{margin:0}.c-story-carousel__slides-container{position:relative;padding-bottom:2.5rem}.c-story-carousel__slides-container:before{content:"";position:absolute;left:0;right:0;width:100%;height:1.3125rem;background-color:#f8f8f8;pointer-events:none;display:block;z-index:3;bottom:calc(100% - .0625rem);border-radius:.5rem .5rem 0 0}.c-story-carousel__slides-inner{padding-bottom:1.25rem}.c-story-carousel__slides{display:flex;justify-content:center;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.c-story-carousel__slides.is-scrollable{justify-content:flex-start}.c-story-carousel__slides::-webkit-scrollbar{display:none}.c-story-carousel__slide{flex-shrink:0;scroll-snap-align:center;scroll-margin-left:.5rem;scroll-margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.c-story-carousel__slide:first-child{padding-left:.75rem}.c-story-carousel__slide:last-child{padding-right:.75rem}.c-story-carousel__slide-inner{color:#fff;text-align:center;width:18.1875rem;height:27.5625rem;position:relative}.c-story-carousel__slide-inner:before{content:"";position:absolute;bottom:0;left:0;background-color:rgba(0,0,0,.2);width:100%;height:100%;display:block;z-index:2;border-radius:.5rem;overflow:hidden}.c-story-carousel__slide-image{position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:.5rem;width:100%;height:100%;z-index:1}.c-story-carousel__slide-content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2.875rem 1.3125rem 2.5rem}.c-story-carousel__slide-title{margin:0;font-weight:700;text-transform:uppercase}.c-story-carousel__slide-description{margin:0}.c-story-carousel__slides-progress{padding-left:2.9688rem;padding-right:2.9688rem}.c-story-carousel__button-read-more.is-hidden{opacity:0}@media only screen and (max-width:1099px){.c-story-carousel__button-read-more,.c-story-carousel__button-shrink{display:none}}@media only screen and (min-width:1100px){.c-story-carousel{padding:6.25rem 0;position:relative}.c-story-carousel__inner{position:relative;height:50rem;overflow:hidden}.c-story-carousel__intro{position:absolute;top:0;bottom:0;left:0;right:calc(50% + 1.25rem);display:flex;justify-content:flex-end;border-radius:0 .5rem .5rem 0;overflow:hidden;transition:transform .6s cubic-bezier(.75,0,.175,1),opacity .6s cubic-bezier(.75,0,.175,1)}.c-story-carousel.is-expand .c-story-carousel__intro{transform:translate(-100%);opacity:0}.c-story-carousel__intro-content{gap:2.5rem;align-items:flex-start;text-align:left;padding-right:17.0625rem;justify-content:center;height:100%;width:100%;max-width:43.75rem}.c-story-carousel__slides-container:before{content:normal}.c-story-carousel__slides-container{position:absolute;bottom:50%;transform:translateY(50%);right:2.5rem;left:calc(50% - 11.4375rem);padding-bottom:0;z-index:3;transition:left .6s cubic-bezier(.75,0,.175,1)}.c-story-carousel.is-expand .c-story-carousel__slides-container{left:2.5rem}.c-story-carousel__slides-inner{padding-bottom:0}.c-story-carousel__slides{justify-content:flex-start}.c-story-carousel__slide-inner{width:25rem;height:36.5rem}.c-story-carousel__slide{scroll-snap-align:start;scroll-margin-left:0;scroll-margin-right:0}.c-story-carousel__slide:first-child{padding-left:0}.c-story-carousel__slide:last-child{padding-right:0}.c-story-carousel__slide-content{align-items:flex-start;padding:2.5rem}.c-story-carousel__slides-nav.is-disabled{display:none}.c-story-carousel__button-shrink{opacity:0;pointer-events:none;transition:opacity .6s cubic-bezier(.75,0,.175,1);position:absolute;bottom:7rem;right:2.5rem;padding:1.25rem}.c-story-carousel__button-shrink:hover{background-color:#fff}.c-story-carousel.is-expand .c-story-carousel__button-shrink{opacity:1;pointer-events:all}}
