@-webkit-keyframes heroExpand{0%{width:0}to{width:var(--screen-border-size)}}@keyframes heroExpand{0%{width:0}to{width:var(--screen-border-size)}}.kt-hero-media-overlay-animate img,.kt-hero-media-overlay-animate video{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.kt-hero-media-overlay-animate .hero-background{position:absolute;width:100%;height:100%;top:0;left:0;right:0}.kt-hero-media-overlay-animate .border-animate:after,.kt-hero-media-overlay-animate .border-animate:before{-webkit-animation-name:heroExpand;animation-name:heroExpand;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:calc(var(--hero-expand)*-1s);animation-delay:calc(var(--hero-expand)*-1s);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:both;animation-fill-mode:both}.kt-hero-media-overlay-animate .overlay{color:#fff;position:relative;z-index:1;padding:calc(var(--screen-border-size)*2) calc(var(--screen-border-size)*3);display:flex;justify-content:flex-start;align-items:flex-end;max-width:900px;min-height:100vh;opacity:0;pointer-events:none;transition:4s ease;transform:translateY(30px)}.kt-hero-media-overlay-animate .overlay-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);transition:4s ease;opacity:0}.kt-hero-media-overlay-animate.visible .overlay{opacity:1;pointer-events:all;transform:translateY(0)}.kt-hero-media-overlay-animate.visible .overlay-bg{opacity:1}.kt-img-transition.cld-image{display:block;width:100%;transition:.5s ease}.kt-img-transition.cld-image img.loading{transition:.5s ease;opacity:0}.kt-img-transition.cld-image img.loaded{transition:.5s ease;opacity:1}.kt-img-transition.aspect-ratio{position:relative;width:100%;background:#fff}.kt-img-transition.aspect-ratio img.kt-img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}a[data-v-5948402c]{display:inline-block}.kt-background-landscape-expand{width:100%;transition:.5s ease;position:relative;overflow-x:hidden}@-webkit-keyframes landscapeExpand{0%{width:0}to{width:var(--screen-border-size)}}@keyframes landscapeExpand{0%{width:0}to{width:var(--screen-border-size)}}.kt-background-landscape-expand .border-animate{position:absolute;width:100%;height:100%;top:0;left:0;right:0}.kt-background-landscape-expand .border-animate img{-o-object-fit:cover;object-fit:cover;width:100vw;height:100%}.kt-background-landscape-expand .border-animate:after,.kt-background-landscape-expand .border-animate:before{-webkit-animation-name:landscapeExpand;animation-name:landscapeExpand;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:calc(var(--landscape-expand)*-1s);animation-delay:calc(var(--landscape-expand)*-1s);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:both;animation-fill-mode:both}.kt-background-landscape-expand.img{position:relative}.kt-background-landscape-expand.img:after{content:"";background:linear-gradient(92.15deg,rgba(0,0,0,.8) 1.81%,transparent 98.4%);width:50%;height:100%;position:absolute;top:0;left:0}@media (max-width:700px){.kt-background-landscape-expand.img:after{width:80%}}.kt-background-landscape-expand .overlay{position:relative;z-index:1;color:#fff}