.hero-slider{position:relative;overflow:hidden}.hero-slider .site-center{width:100%}.hero-slider__slide{display:flex}@media screen and (max-width:767px){.hero-slider__slide{height:auto}}@media screen and (max-width:767px){.hero-slider__slide>.is-flex{align-items:center}}.hero-slider__image-wrapper,.hero-slider video{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1;object-fit:cover}.hero-slider__image-wrapper .img--wrapper{height:100%;margin:0;padding:0}.hero-slider__image-desktop{display:none}@media screen and (min-width:768px){.hero-slider__image-desktop{display:block}}@media screen and (min-width:768px){.hero-slider__image-mobile{display:none}}.hero-slider__content-wrapper{box-sizing:border-box;padding-top:7.4375rem;padding-bottom:7.4375rem}@media screen and (min-width:768px){.hero-slider__content-wrapper{padding-top:6.75rem;padding-bottom:6.75rem}}.hero-slider__content-wrapper.has-navigation{padding-left:4rem;padding-right:4rem}.hero-slider__content-wrapper--transparent{background:rgba(0,0,0,0)}.hero-slider__content-wrapper--primary{background:var(--color-brand-primary)}.hero-slider__content-wrapper--secondary{background:var(--color-brand-secondary)}.hero-slider__content-wrapper--accent{background:var(--color-brand-accent)}.hero-slider__content-wrapper--white{background:var(--color-white)}.hero-slider__content-wrapper--black{background:var(--color-black)}.hero-slider__heading{margin-bottom:1rem}.hero-slider__text{font-size:1.125rem;line-height:1.6875rem}@media screen and (min-width:768px){.hero-slider__text{font-family:var(--font-heading-family);font-size:1.75rem;line-height:2.25rem}}.hero-slider__heading,.hero-slider__text{overflow-wrap:break-word}.hero-slider__heading--primary,.hero-slider__text--primary{color:var(--color-brand-primary)}.hero-slider__heading--secondary,.hero-slider__text--secondary{color:var(--color-brand-secondary)}.hero-slider__heading--accent,.hero-slider__text--accent{color:var(--color-brand-accent)}.hero-slider__heading--white,.hero-slider__text--white{color:var(--color-white)}.hero-slider__heading--black,.hero-slider__text--black{color:var(--color-black)}.hero-slider__buttons{margin-top:2rem;display:inline-flex;flex-direction:column}@media screen and (max-width:767px){.hero-slider__buttons .button+.button{margin-top:var(--element-spacing)}}@media screen and (min-width:768px){.hero-slider__buttons{flex-direction:row;justify-content:flex-start}.hero-slider__buttons .button+.button{margin-left:var(--element-spacing)}.hero-slider__buttons.center{justify-content:center}.hero-slider__buttons.right{justify-content:flex-end}}.hero-slider__scroll-to{animation:MoveUpDown 2s linear infinite;position:absolute;bottom:3.75rem;left:calc(50% - 24px);z-index:10}.hero-slider .swiper-navigation{position:absolute;height:1px;top:50%;bottom:0;left:0;right:0;z-index:10}@media screen and (min-width:1440px){.hero-slider .swiper-button-next{right:0}}@media screen and (min-width:1440px){.hero-slider .swiper-button-prev{left:0}}.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:.875rem}@media screen and (min-width:768px){.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:1.5625rem}}.hero-slider .swiper-pagination-bullet,.hero-slider .swiper-pagination-bullet-active{transition:all var(--duration-long) ease-in-out}.hero-slider .swiper-pagination-bullet-active{width:1rem;border-radius:.3125rem}@keyframes MoveUpDown{0%,to{bottom:24px}50%{bottom:48px}}