.hero{min-height:var(--desktop-section-height);height:100%}@media only screen and (max-width:767px){.hero{min-height:var(--mobile-section-height)}}.hero .swiper-slide{height:auto;min-height:inherit}.hero .swiper-slide:not(.swiper-slide-active) div.video-lazy{display:none}.hero .hero-pagination{position:absolute;z-index:1;display:flex;justify-content:center;bottom:30px;left:50%;transform:translateX(-50%);width:64px}.hero .hero-pagination .swiper-pagination-bullet{background:var(--color-body-bg);opacity:1}@media only screen and (min-width:768px){.hero .hero-pagination .swiper-pagination-bullet:hover{background:var(--color-link-text-hover)}}.hero .hero-pagination .swiper-pagination-bullet-active{background:var(--color-link-text-hover)}@media only screen and (max-width:767px){.hero .hero-pagination{left:auto;bottom:20px;right:20px;transform:translateX(0)}}.hero-item__container{position:absolute;height:100%;padding-top:40px;padding-bottom:40px;top:50%;left:50%;z-index:10;transform:translate(-50%,-50%);width:100%;display:flex;justify-content:var(--content-horizontal-position);align-items:var(--content-vertical-position)}@media only screen and (max-width:767px){.hero-item__container{padding-top:15px;padding-bottom:15px;justify-content:var(--mobile-horizontal-content-position);align-items:var(--mobile-vertical-content-position)}}.hero-item__wrapper{min-height:var(--desktop-section-height);height:100%}@media only screen and (max-width:767px){.hero-item__wrapper{min-height:var(--mobile-section-height)}}.hero-item__content{max-width:600px;display:flex;flex-direction:column;align-items:var(--desktop-text-align)}@media only screen and (max-width:767px){.hero-item__content{align-items:var(--mobile-text-align)}}.hero-item__heading,.hero-item__subcopy{display:flex;flex-direction:row;align-items:center;text-align:var(--desktop-text-align);color:var(--desktop-color)}@media only screen and (max-width:767px){.hero-item__heading,.hero-item__subcopy{text-align:var(--mobile-text-align);color:var(--mobile-color)}}.hero-item__heading b,.hero-item__heading em,.hero-item__heading h1,.hero-item__heading h2,.hero-item__heading h3,.hero-item__heading h4,.hero-item__heading h5,.hero-item__heading h6,.hero-item__heading i,.hero-item__heading p,.hero-item__heading span,.hero-item__heading strong,.hero-item__heading u,.hero-item__subcopy b,.hero-item__subcopy em,.hero-item__subcopy h1,.hero-item__subcopy h2,.hero-item__subcopy h3,.hero-item__subcopy h4,.hero-item__subcopy h5,.hero-item__subcopy h6,.hero-item__subcopy i,.hero-item__subcopy p,.hero-item__subcopy span,.hero-item__subcopy strong,.hero-item__subcopy u{color:inherit}.hero-item__heading a,.hero-item__subcopy a{color:inherit;text-decoration:underline}.hero-item__heading a:hover,.hero-item__subcopy a:hover{opacity:.8}.hero-item__btn{margin-top:30px;background:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-text)}@media only screen and (min-width:1024px){.hero-item__btn:hover{background:var(--btn-hover-bg);border-color:var(--btn-hover-border);color:var(--btn-hover-text)}}@media only screen and (max-width:1023px){.hero-item__btn{background:var(--btn-mobile-bg);border-color:var(--btn-mobile-border);color:var(--btn-mobile-text)}}.hero-item__video{width:100%;height:100%;position:relative;z-index:-1;max-height:615px;min-height:inherit;-o-object-fit:cover;object-fit:cover}.hero-item__image{height:100%}.hero-item__caption{position:absolute;bottom:30px;left:30px;z-index:10}.hero-item__caption p{color:var(--desktop-caption-color)}@media only screen and (max-width:767px){.hero-item__caption p{color:var(--mobile-caption-color)}}.hero-item__caption p a{color:var(--text-color);text-decoration:underline}.hero-item__caption p a strong{font-weight:800}@media only screen and (max-width:767px){.hero-item__caption{bottom:20px;left:20px}}.hero-without-slider{min-height:var(--desktop-section-height);height:100%;display:flex;position:relative;z-index:0}.hero-without-slider .hero-item__container{padding:40px}@media only screen and (max-width:767px){.hero-without-slider{min-height:var(--mobile-section-height)}}.hero-without-slider__heading{color:var(--section-heading-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center}.hero-without-slider__heading b,.hero-without-slider__heading em,.hero-without-slider__heading h1,.hero-without-slider__heading h2,.hero-without-slider__heading h3,.hero-without-slider__heading h4,.hero-without-slider__heading h5,.hero-without-slider__heading h6,.hero-without-slider__heading i,.hero-without-slider__heading p,.hero-without-slider__heading span,.hero-without-slider__heading strong,.hero-without-slider__heading u{color:inherit}.hero-without-slider__heading a{color:inherit;text-decoration:underline}.hero-without-slider__heading a:hover{opacity:.8}.hero--without-slider-item__wrapper{width:100%}