@keyframes loadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide--rtl{direction:rtl}@keyframes bulletProgress{from{width:.75rem}to{width:7.5rem}}@keyframes bulletProgressMobile{from{width:.75rem}to{width:3.125rem}}.glide{opacity:0;visibility:hidden}.glide.glide--intersected{opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease}.glide__track{overflow:visible}.glide__track-wrapper{width:100%;display:block}.glide__controls{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:.5rem;padding:0 2rem;pointer-events:none}@media screen and (min-width: 0)and (max-width: 1024px){.glide__controls{padding:0 1.25rem}}.glide__controls .glide__buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:.5rem;pointer-events:auto}.glide__controls .glide__arrows{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:.5rem;pointer-events:auto}.glide__controls .glide__control{flex-shrink:0;padding:0;width:3.25rem;height:3.25rem;color:#fff;background:#8e0015;border:none;border-radius:50%;cursor:pointer;outline:none;filter:none;pointer-events:auto;transition:color .25s ease,background-color .25s ease,transform .6s cubic-bezier(0.22, 1, 0.36, 1)}@media screen and (min-width: 0)and (max-width: 730px){.glide__controls .glide__control{width:3.25rem;height:3.25rem}}.glide__controls .glide__control svg{width:100%;height:100%;display:block}@media not all and (hover: none){.glide__controls .glide__control:hover,.glide__controls .glide__control:focus-visible{color:#fff;background:#8e0015}}.glide__controls .glide__control.glide__arrow--disabled{color:#fff;background:#d8d8d8;cursor:default}@media not all and (hover: none){.glide__controls .glide__control.glide__arrow--disabled:hover,.glide__controls .glide__control.glide__arrow--disabled:focus-visible{transform:none}}.glide__controls .glide__control.glide__arrow--disabled::before,.glide__controls .glide__control.glide__arrow--disabled::after{opacity:0 !important}.glide__controls .glide__play-pause{padding:.625rem}.glide__controls .glide__play-pause .glide__play-icon{display:none}.glide__controls .glide__play-pause[aria-pressed=true] .glide__play-icon{display:block;left:2px}.glide__controls .glide__play-pause[aria-pressed=true] .glide__pause-icon{display:none}.glide__controls .glide__bullets{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:.5rem;padding:0;min-height:1rem;background-color:rgba(0,0,0,0);border-radius:2rem;pointer-events:auto}@media screen and (min-width: 0)and (max-width: 730px){.glide__controls .glide__bullets{min-height:1rem}}.glide__controls .glide__bullet{display:block;position:relative;padding:.125rem;width:.5rem;height:.5rem;background-color:#b8b7b9;border:0;border-radius:8px;outline:none;cursor:pointer;overflow:hidden;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;transition:width .3s ease,height .3s ease,background-color .3s ease,transform .3s ease}.glide__controls .glide__bullet::before{content:"";display:block;width:.25rem;height:.25rem;border-radius:.5rem;transition:width .3s ease,height .3s ease}@media not all and (hover: none){.glide__controls .glide__bullet:not(.glide__bullet--active):hover,.glide__controls .glide__bullet:not(.glide__bullet--active):focus-visible{transform:scale(1.2)}}.glide__controls .glide__bullet.glide__bullet--reset-animation::before{animation:none !important}.glide__controls .glide__bullet.glide__bullet--active{width:7.75rem;height:1rem}@media screen and (min-width: 0)and (max-width: 730px){.glide__controls .glide__bullet.glide__bullet--active{width:3.375rem;height:1rem}}.glide__controls .glide__bullet.glide__bullet--active::before{background-color:#1a1a1a;height:.75rem;width:0;animation:bulletProgress var(--slide-duration, 8000ms) linear forwards;animation-play-state:var(--bullet-play-state, running)}@media screen and (min-width: 0)and (max-width: 730px){.glide__controls .glide__bullet.glide__bullet--active::before{animation-name:bulletProgressMobile}}