@media screen and (min-width: 767.98px){.show_mobile{display:none}}
@media screen and (max-width: 767.98px){.show_desk{display:none}}
.image-full-height{position:relative;min-height:600px}
.image-full-height .hide-on-mobile{display:none}
@media(min-width: 768px){.image-full-height .hide-on-mobile{display:block}}
.image-full-height__medias{position:relative;height:100vh;width:100%}
@media(min-width: 768px){.image-full-height__medias.media-video-desktop{height:100%}}
@media(max-width: 767px){.image-full-height__medias.media-video-mobile{height:100%}}
.image-full-height__medias.default-media-desktop{width:100% !important;height:auto}
.image-full-height__video{display:flex;flex-direction:center;align-items:center;width:100%;height:100vh;overflow:hidden}
@media(max-width: 767px){.image-full-height__video.hide-on-mobile{display:none}}
.image-full-height__video.mobile{display:block}
@media(min-width: 768px){.image-full-height__video.mobile{display:none}}
.image-full-height__video video{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-fit:cover}
.image-full-height__image{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%}
@media(max-width: 767px){.image-full-height__image.hide-on-mobile{display:none}}
.image-full-height__image.mobile{display:block}
@media(min-width: 768px){.image-full-height__image.mobile{display:none}}
.image-full-height .PlaceholderBackground{position:relative;height:auto}
@media(max-width: 767px){.image-full-height .PlaceholderBackground{display:none}}
.image-full-height .PlaceholderBackground.mobile{display:block}
@media(min-width: 768px){.image-full-height .PlaceholderBackground.mobile{display:none}}
.image-full-height__content-container{position:absolute;top:0;left:0;width:100%;height:100%;padding:10px 10px;display:flex;flex-direction:column}
@media(min-width: 768px){.image-full-height__content-container{padding:30px 30px}}
.image-full-height__content{max-width:800px}
.image-full-height__title{font-family:var(--heading-font-family);font-size:26px;line-height:120%;text-transform:uppercase;text-align:center;letter-spacing:.2em;font-weight:var(--heading-font-weight)}
@media(min-width: 768px){.image-full-height__title{font-size:32px}}
.image-full-height__text{font-family:var(--heading-font-family);font-size:12px;text-transform:uppercase;text-align:center;letter-spacing:.2em;margin:10px auto}
@media(min-width: 768px){.image-full-height__text{font-size:16px;margin:40px auto}}
.image-full-height__buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:10px}
.image-full-height__button{font-family:"DIN Neuzeit Grotesk",sans-serif;font-size:12px;padding:14px 28px;text-transform:uppercase;letter-spacing:.2em;height:42px;margin:10px 5px}
@media(min-width: 768px){.image-full-height__button{margin:10px 17px}}