body::before{display:none}.news-view{position:relative;padding-top:10rem;padding-bottom:3rem;z-index:100}.news-view.with-image.default{padding-top:10rem}.news-view.with-image.default .news-view__header{width:90%;max-width:1400px;margin-left:auto;margin-right:auto;aspect-ratio:9/16;background-image:var(--image-mobile, var(--image));background-size:cover;background-position:top center;background-repeat:no-repeat;-webkit-border-radius:var(--brad-news);-webkit-background-clip:padding-box;-moz-border-radius:var(--brad-news);-moz-background-clip:padding;border-radius:var(--brad-news);background-clip:padding-box;margin-bottom:3rem}.news-view.with-image.fullscreen{padding-top:0}.news-view.with-image.fullscreen .news-view__header{position:relative;width:100vw;height:90vh;background-image:var(--image-mobile, var(--image));background-size:cover;background-position:top center;background-repeat:no-repeat;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4;z-index:10}.news-view.with-image.fullscreen .news-view__header::before{content:"";position:absolute;bottom:0;left:0;width:100vw;height:60%;background:rgba(0,0,0,0);background:-webkit-linear-gradient(to bottom, transparent, var(--color-black));background:linear-gradient(to bottom, transparent, var(--color-black));-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.news-view.with-image.fullscreen .news-view__content{position:relative;margin-top:-65%;z-index:100}.news-view__header{position:relative}.news-view__header .boxes{width:90%;max-width:1400px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;gap:1rem}.news-view__header .boxes>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding:.5rem 1.5rem;background-color:var(--color-primary);-webkit-border-radius:.5rem;-webkit-background-clip:padding-box;-moz-border-radius:.5rem;-moz-background-clip:padding;border-radius:.5rem;background-clip:padding-box}.news-view__header .boxes>div svg{width:auto;height:1.6rem}.news-view__header .boxes>div svg path{fill:var(--color-white)}.news-view__header .boxes>div span{font-size:1.6rem;font-weight:600;color:var(--color-white)}.news-view__header.fullscreen{width:100vw;height:100vh}.news-view__header.fullscreen::before{content:"";position:relative;display:block;width:100%;height:100%;top:0;left:0;background-image:var(--image-mobile, var(--image));background-size:cover;background-position:center;background-repeat:no-repeat;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.news-view__header.fullscreen::after{content:"";position:relative;width:100%;height:100%;top:0;left:0}.news-view__content{position:relative;z-index:100;width:90%;max-width:1400px;margin-left:auto;margin-right:auto;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.news-view__content .news-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.news-view__content .news-info a{padding:.5rem 1.25rem;background-color:var(--color-alternative);-webkit-border-radius:10rem;-webkit-background-clip:padding-box;-moz-border-radius:10rem;-moz-background-clip:padding;border-radius:10rem;background-clip:padding-box;font-size:1.1rem;font-weight:600;text-transform:uppercase;color:var(--color-white)}.news-view__content .news-info span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:1.2rem;color:var(--color-white)}.news-view__content .news-title{font-size:4rem;font-weight:700;color:var(--color-white);letter-spacing:-1px;line-height:1.3;margin:1rem 0}.news-view__content .news-dates{font-size:1.3rem;color:var(--color-white);margin-bottom:1rem}.news-view__content .news-text,.news-view__content .news-text *{font-size:1.6rem;line-height:2;word-break:normal;overflow-wrap:normal;white-space:normal}.news-view__content .news-text img,.news-view__content .news-text * img{max-width:100% !important;height:auto !important}.news-view__content .news-text figure,.news-view__content .news-text * figure{margin-top:3rem;margin-bottom:2rem;text-align:center;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.news-view__content .news-text figure:hover,.news-view__content .news-text * figure:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7}.news-view__content .news-text span.italic,.news-view__content .news-text * span.italic{font-style:italic}.news-view__content .news-text a{position:relative;font-weight:600;color:var(--color-alternative);padding:0 .2rem}.news-view__content .news-text a::after{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);top:100%;width:100%;height:1.5px;margin-top:.25rem;background-color:var(--color-alternative);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.news-view__content .news-text a:hover::after{width:50%}.news-view__content .news-text p+p{margin-top:2.5rem}.news-view__content .featurette-divider{border-top:1px solid var(--color-alternative)}.news-view__details,.news-view__title,.news-view__columns,.news-view__related,.news-view__footer{width:90%;max-width:1400px;margin-left:auto;margin-right:auto}.news-view__related{padding-top:4rem;margin-bottom:4rem}.news-view__related h3{position:relative;width:100%;font-size:3rem;font-weight:700;color:var(--color-white);margin-bottom:5rem}.news-view__related h3::after{content:"";position:absolute;bottom:-1rem;left:0;width:50px;height:3px;background-color:var(--color-alternative)}.news-view.highlighted .vacancy-view__header::after{background:var(--color-alternative);background:-webkit-linear-gradient(to bottom, var(--color-alternative), transparent);background:linear-gradient(to bottom, var(--color-alternative), transparent)}.news-view.highlighted .vacancy-view__header .boxes>div{background-color:var(--color-alternative)}.news-view.highlighted .vacancy-view__title{color:var(--color-alternative)}.news-view.highlighted .vacancy-view__columns .card label{color:var(--color-alternative)}.news-view.highlighted .vacancy-view__columns .info-list svg path{fill:var(--color-alternative)}.news-view.highlighted .vacancy-view__columns .info-list *{font-size:1.6rem}.news-view.highlighted .vacancy-view__columns .requirements-list ul li::before{color:var(--color-alternative)}.news-view.highlighted .vacancy-view__related .vacancy-view__title{color:var(--color-alternative)}.news-view .button-application{position:fixed;left:2rem;bottom:2rem;width:auto;padding-top:1.4rem;padding-bottom:1.4rem;z-index:200}.news-view .button-application span{font-size:1.6rem}.news-view .button-application.applied{background-color:var(--color-info) !important}.news-view .share{width:90%;max-width:1400px;margin-left:auto;margin-right:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}.news-view .share>p{font-size:1.4rem;font-weight:600;color:var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.news-view .share>p i{color:var(--color-alternative)}.news-view .share__list{width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;flex-wrap:wrap;gap:1.5rem}.news-view .share__list--button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-black-light);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.3);-moz-box-shadow:0 1px 6px rgba(0,0,0,.3);box-shadow:0 1px 6px rgba(0,0,0,.3);width:40px;height:40px}.news-view .share__list--button i{font-size:2.2rem;color:var(--color-white)}.news-view .share__list--button:hover{background-color:var(--color-alternative)}@media(min-width: 500px){.news-view.with-image.default .news-view__header{aspect-ratio:16/9;background-image:var(--image, var(--image-mobile))}.news-view.with-image.fullscreen .news-view__header{background-image:var(--image, var(--image-mobile))}.news-view.with-image.fullscreen .news-view__content{margin-top:-35%}}@media(min-width: 767px){.news-view.with-image.fullscreen .news-view__content{margin-top:-30%}}@media(min-width: 976px){.news-view.with-image.fullscreen .news-view__content{margin-top:-25%}.share{width:50px !important;max-width:none !important;position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:400}.share>p{display:none !important}.share__list{width:50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0 !important}.share__list--button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:0;-webkit-background-clip:padding-box;-moz-border-radius:0;-moz-background-clip:padding;border-radius:0;background-clip:padding-box;background-color:var(--color-black-light);box-shadow:none;width:50px !important;height:50px !important}.share__list--button i{font-size:2.2rem;color:var(--color-white)}.share__list--button:hover{background-color:var(--color-alternative)}}@media(min-width: 1400px){.news-view.with-image.fullscreen .news-view__content{margin-top:-20%}.news-view.with-image.fullscreen .news-view__content .news-title{font-size:6rem}.news-view.with-image.fullscreen .news-view__content .news-text,.news-view.with-image.fullscreen .news-view__content .news-text *{font-size:1.8rem}}@media(min-width: 1920px){.news-view.with-image.fullscreen .news-view__content{margin-top:-10%}}
