.header{position:absolute;top:0;left:0;width:100%;z-index:15000;padding-top:25px}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:15px}@media screen and (max-width:991px){.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.header__logo a img{width:129px;height:96px}@media screen and (max-width:991px){.header__logo a img{width:96px;height:70px}}.header__logo a img.white{display:block}.header__logo a img.dark{display:none}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:991px){.header__menu{display:none}}.header__menu a{font-weight:700;font-size:14px;line-height:18px;letter-spacing:.1em;text-transform:uppercase;color:#fff;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;margin:0 25px}.header__menu a:hover{color:#bc002d;text-decoration:none}.header__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}.header__cta .btn.btn-border{background-color:#fff}@media screen and (max-width:991px){.header__cta{display:none}}.header__mob{display:none}.header__mob button{background-color:transparent;border:none;outline:0}.header__mob button:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}@media screen and (max-width:991px){.header__mob{display:block}}.header .lang-switcher{position:relative}.header .lang-switcher a{position:absolute;top:100%;left:0;width:100%;color:#000;text-transform:uppercase;background-color:#fff;padding:5px 15px;display:none}.header .lang-switcher a.active{position:static;background-color:transparent;padding:0 15px;color:#fff;display:block}.header .lang-switcher:hover a:not(.active){display:block}