
html{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  -ms-overflow-style: scrollbar; }*,*::before,*::after{ -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }.container{ width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto; }@media (min-width:576px){.container{ max-width: 540px; }}@media (min-width:768px){.container{ max-width: 720px; }}@media (min-width:992px){.container{ max-width: 960px; }}@media (min-width:1200px){.container{ max-width: 1140px; }}.container-fluid{ width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto; }.row{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px; }.no-gutters{ margin-right: 0;  margin-left: 0; }.no-gutters > .col,.no-gutters > [class*="col-"]{ padding-right: 0;  padding-left: 0; }.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{ position: relative;  width: 100%;  padding-right: 15px;  padding-left: 15px; }.col{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.col-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-1{ margin-left: 8.3333333333%; }.offset-2{ margin-left: 16.6666666667%; }.offset-3{ margin-left: 25%; }.offset-4{ margin-left: 33.3333333333%; }.offset-5{ margin-left: 41.6666666667%; }.offset-6{ margin-left: 50%; }.offset-7{ margin-left: 58.3333333333%; }.offset-8{ margin-left: 66.6666666667%; }.offset-9{ margin-left: 75%; }.offset-10{ margin-left: 83.3333333333%; }.offset-11{ margin-left: 91.6666666667%; }@media (min-width:576px){.col-sm{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.col-sm-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-sm-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-sm-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-sm-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-sm-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-sm-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-sm-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-sm-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-sm-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-sm-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-sm-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-sm-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-sm-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-sm-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-sm-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-sm-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-sm-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-sm-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-sm-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-sm-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-sm-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-sm-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-sm-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-sm-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-sm-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-sm-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-sm-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-sm-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-sm-0{ margin-left: 0; }.offset-sm-1{ margin-left: 8.3333333333%; }.offset-sm-2{ margin-left: 16.6666666667%; }.offset-sm-3{ margin-left: 25%; }.offset-sm-4{ margin-left: 33.3333333333%; }.offset-sm-5{ margin-left: 41.6666666667%; }.offset-sm-6{ margin-left: 50%; }.offset-sm-7{ margin-left: 58.3333333333%; }.offset-sm-8{ margin-left: 66.6666666667%; }.offset-sm-9{ margin-left: 75%; }.offset-sm-10{ margin-left: 83.3333333333%; }.offset-sm-11{ margin-left: 91.6666666667%; }}@media (min-width:768px){.col-md{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.col-md-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-md-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-md-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-md-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-md-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-md-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-md-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-md-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-md-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-md-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-md-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-md-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-md-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-md-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-md-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-md-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-md-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-md-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-md-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-md-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-md-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-md-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-md-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-md-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-md-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-md-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-md-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-md-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-md-0{ margin-left: 0; }.offset-md-1{ margin-left: 8.3333333333%; }.offset-md-2{ margin-left: 16.6666666667%; }.offset-md-3{ margin-left: 25%; }.offset-md-4{ margin-left: 33.3333333333%; }.offset-md-5{ margin-left: 41.6666666667%; }.offset-md-6{ margin-left: 50%; }.offset-md-7{ margin-left: 58.3333333333%; }.offset-md-8{ margin-left: 66.6666666667%; }.offset-md-9{ margin-left: 75%; }.offset-md-10{ margin-left: 83.3333333333%; }.offset-md-11{ margin-left: 91.6666666667%; }}@media (min-width:992px){.col-lg{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.col-lg-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-lg-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-lg-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-lg-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-lg-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-lg-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-lg-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-lg-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-lg-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-lg-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-lg-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-lg-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-lg-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-lg-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-lg-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-lg-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-lg-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-lg-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-lg-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-lg-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-lg-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-lg-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-lg-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-lg-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-lg-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-lg-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-lg-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-lg-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-lg-0{ margin-left: 0; }.offset-lg-1{ margin-left: 8.3333333333%; }.offset-lg-2{ margin-left: 16.6666666667%; }.offset-lg-3{ margin-left: 25%; }.offset-lg-4{ margin-left: 33.3333333333%; }.offset-lg-5{ margin-left: 41.6666666667%; }.offset-lg-6{ margin-left: 50%; }.offset-lg-7{ margin-left: 58.3333333333%; }.offset-lg-8{ margin-left: 66.6666666667%; }.offset-lg-9{ margin-left: 75%; }.offset-lg-10{ margin-left: 83.3333333333%; }.offset-lg-11{ margin-left: 91.6666666667%; }}@media (min-width:1200px){.col-xl{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.col-xl-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-xl-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-xl-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xl-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-xl-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-xl-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-xl-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-xl-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-xl-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-xl-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-xl-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-xl-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-xl-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-xl-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-xl-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-xl-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-xl-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-xl-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-xl-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-xl-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-xl-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-xl-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-xl-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-xl-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-xl-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-xl-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-xl-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-xl-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-xl-0{ margin-left: 0; }.offset-xl-1{ margin-left: 8.3333333333%; }.offset-xl-2{ margin-left: 16.6666666667%; }.offset-xl-3{ margin-left: 25%; }.offset-xl-4{ margin-left: 33.3333333333%; }.offset-xl-5{ margin-left: 41.6666666667%; }.offset-xl-6{ margin-left: 50%; }.offset-xl-7{ margin-left: 58.3333333333%; }.offset-xl-8{ margin-left: 66.6666666667%; }.offset-xl-9{ margin-left: 75%; }.offset-xl-10{ margin-left: 83.3333333333%; }.offset-xl-11{ margin-left: 91.6666666667%; }}.d-none{ display: none !important; }.d-inline{ display: inline !important; }.d-inline-block{ display: inline-block !important; }.d-block{ display: block !important; }.d-table{ display: table !important; }.d-table-row{ display: table-row !important; }.d-table-cell{ display: table-cell !important; }.d-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }@media (min-width:576px){.d-sm-none{ display: none !important; }.d-sm-inline{ display: inline !important; }.d-sm-inline-block{ display: inline-block !important; }.d-sm-block{ display: block !important; }.d-sm-table{ display: table !important; }.d-sm-table-row{ display: table-row !important; }.d-sm-table-cell{ display: table-cell !important; }.d-sm-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-sm-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:768px){.d-md-none{ display: none !important; }.d-md-inline{ display: inline !important; }.d-md-inline-block{ display: inline-block !important; }.d-md-block{ display: block !important; }.d-md-table{ display: table !important; }.d-md-table-row{ display: table-row !important; }.d-md-table-cell{ display: table-cell !important; }.d-md-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-md-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:992px){.d-lg-none{ display: none !important; }.d-lg-inline{ display: inline !important; }.d-lg-inline-block{ display: inline-block !important; }.d-lg-block{ display: block !important; }.d-lg-table{ display: table !important; }.d-lg-table-row{ display: table-row !important; }.d-lg-table-cell{ display: table-cell !important; }.d-lg-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-lg-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:1200px){.d-xl-none{ display: none !important; }.d-xl-inline{ display: inline !important; }.d-xl-inline-block{ display: inline-block !important; }.d-xl-block{ display: block !important; }.d-xl-table{ display: table !important; }.d-xl-table-row{ display: table-row !important; }.d-xl-table-cell{ display: table-cell !important; }.d-xl-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-xl-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media print{.d-print-none{ display: none !important; }.d-print-inline{ display: inline !important; }.d-print-inline-block{ display: inline-block !important; }.d-print-block{ display: block !important; }.d-print-table{ display: table !important; }.d-print-table-row{ display: table-row !important; }.d-print-table-cell{ display: table-cell !important; }.d-print-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-print-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}.flex-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }@media (min-width:576px){.flex-sm-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-sm-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-sm-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-sm-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-sm-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-sm-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-sm-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-sm-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-sm-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-sm-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-sm-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-sm-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-sm-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-sm-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-sm-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-sm-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-sm-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-sm-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-sm-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-sm-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-sm-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-sm-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-sm-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-sm-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-sm-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-sm-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-sm-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-sm-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-sm-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-sm-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-sm-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-sm-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-sm-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-sm-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:768px){.flex-md-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-md-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-md-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-md-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-md-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-md-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-md-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-md-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-md-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-md-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-md-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-md-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-md-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-md-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-md-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-md-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-md-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-md-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-md-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-md-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-md-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-md-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-md-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-md-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-md-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-md-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-md-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-md-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-md-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-md-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-md-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-md-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-md-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-md-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:992px){.flex-lg-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-lg-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-lg-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-lg-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-lg-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-lg-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-lg-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-lg-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-lg-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-lg-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-lg-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-lg-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-lg-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-lg-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-lg-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-lg-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-lg-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-lg-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-lg-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-lg-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-lg-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-lg-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-lg-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-lg-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-lg-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-lg-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-lg-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-lg-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-lg-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-lg-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-lg-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-lg-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-lg-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-lg-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:1200px){.flex-xl-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-xl-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-xl-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-xl-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-xl-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-xl-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-xl-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-xl-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-xl-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-xl-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-xl-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-xl-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-xl-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-xl-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-xl-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-xl-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-xl-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-xl-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-xl-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-xl-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-xl-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-xl-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-xl-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-xl-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-xl-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-xl-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-xl-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-xl-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-xl-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-xl-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-xl-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-xl-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-xl-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-xl-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}.img-fluid{ max-width: 100%;  height: auto; }.img-thumbnail{ padding: .25rem;  background-color: #fff;  border: 1px solid #dee2e6;  max-width: 100%;  height: auto; }.figure{ display: inline-block; }.figure-img{ margin-bottom: .5rem;  line-height: 1; }.figure-caption{ color: #6c757d; }.text-monospace{ font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important; }.text-justify{ text-align: justify !important; }.text-wrap{ white-space: normal !important; }.text-nowrap{ white-space: nowrap !important; }.text-left{ text-align: left !important; }.text-right{ text-align: right !important; }.text-center{ text-align: center !important; }@media (min-width:576px){.text-sm-left{ text-align: left !important; }.text-sm-right{ text-align: right !important; }.text-sm-center{ text-align: center !important; }}@media (min-width:768px){.text-md-left{ text-align: left !important; }.text-md-right{ text-align: right !important; }.text-md-center{ text-align: center !important; }}@media (min-width:992px){.text-lg-left{ text-align: left !important; }.text-lg-right{ text-align: right !important; }.text-lg-center{ text-align: center !important; }}@media (min-width:1200px){.text-xl-left{ text-align: left !important; }.text-xl-right{ text-align: right !important; }.text-xl-center{ text-align: center !important; }}.text-lowercase{ text-transform: lowercase !important; }.text-uppercase{ text-transform: uppercase !important; }.text-capitalize{ text-transform: capitalize !important; }.font-weight-light{ font-weight: 300 !important; }.font-weight-lighter{ font-weight: lighter !important; }.font-weight-normal{ font-weight: 400 !important; }.font-weight-bold{ font-weight: 700 !important; }.font-weight-bolder{ font-weight: bolder !important; }.font-italic{ font-style: italic !important; }.text-white{ color: #fff !important; }.text-body{ color: #212529 !important; }.text-muted{ color: #6c757d !important; }.text-black-50{ color: rgba(0,0,0,.5) !important; }.text-white-50{ color: rgba(255,255,255,.5) !important; }.text-decoration-none{ text-decoration: none !important; }.text-break{ word-break: break-word !important;  overflow-wrap: break-word !important; }.text-reset{ color: inherit !important; }.align-baseline{ vertical-align: baseline !important; }.align-top{ vertical-align: top !important; }.align-middle{ vertical-align: middle !important; }.align-bottom{ vertical-align: bottom !important; }.align-text-bottom{ vertical-align: text-bottom !important; }.align-text-top{ vertical-align: text-top !important; }.d-none{ display: none !important; }.d-inline{ display: inline !important; }.d-inline-block{ display: inline-block !important; }.d-block{ display: block !important; }.d-table{ display: table !important; }.d-table-row{ display: table-row !important; }.d-table-cell{ display: table-cell !important; }.d-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }@media (min-width:576px){.d-sm-none{ display: none !important; }.d-sm-inline{ display: inline !important; }.d-sm-inline-block{ display: inline-block !important; }.d-sm-block{ display: block !important; }.d-sm-table{ display: table !important; }.d-sm-table-row{ display: table-row !important; }.d-sm-table-cell{ display: table-cell !important; }.d-sm-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-sm-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:768px){.d-md-none{ display: none !important; }.d-md-inline{ display: inline !important; }.d-md-inline-block{ display: inline-block !important; }.d-md-block{ display: block !important; }.d-md-table{ display: table !important; }.d-md-table-row{ display: table-row !important; }.d-md-table-cell{ display: table-cell !important; }.d-md-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-md-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:992px){.d-lg-none{ display: none !important; }.d-lg-inline{ display: inline !important; }.d-lg-inline-block{ display: inline-block !important; }.d-lg-block{ display: block !important; }.d-lg-table{ display: table !important; }.d-lg-table-row{ display: table-row !important; }.d-lg-table-cell{ display: table-cell !important; }.d-lg-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-lg-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:1200px){.d-xl-none{ display: none !important; }.d-xl-inline{ display: inline !important; }.d-xl-inline-block{ display: inline-block !important; }.d-xl-block{ display: block !important; }.d-xl-table{ display: table !important; }.d-xl-table-row{ display: table-row !important; }.d-xl-table-cell{ display: table-cell !important; }.d-xl-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-xl-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media print{.d-print-none{ display: none !important; }.d-print-inline{ display: inline !important; }.d-print-inline-block{ display: inline-block !important; }.d-print-block{ display: block !important; }.d-print-table{ display: table !important; }.d-print-table-row{ display: table-row !important; }.d-print-table-cell{ display: table-cell !important; }.d-print-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-print-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:1400px){.container{ max-width: 1400px; }}
.slick-slider{ position: relative;  display: block;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  -webkit-touch-callout: none;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  -ms-touch-action: pan-y;  touch-action: pan-y;  -webkit-tap-highlight-color: transparent; }.slick-list{ position: relative;  overflow: hidden;  display: block;  margin: 0;  padding: 0; }.slick-list:focus{ outline: none; }.slick-list.dragging{ cursor: pointer;  cursor: hand; }.slick-slider .slick-track,.slick-slider .slick-list{ -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);  -o-transform: translate3d(0,0,0);  -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }.slick-track{ position: relative;  left: 0;  top: 0;  display: block;  margin-left: auto;  margin-right: auto; }.slick-track:before,.slick-track:after{ content: "";  display: table; }.slick-track:after{ clear: both; }.slick-loading .slick-track{ visibility: hidden; }.slick-slide{ float: left;  height: 100%;  min-height: 1px;  display: none; }[dir="rtl"] .slick-slide{ float: right; }.slick-slide img{ display: block; }.slick-slide.slick-loading img{ display: none; }.slick-slide.dragging img{ pointer-events: none; }.slick-initialized .slick-slide{ display: block; }.slick-loading .slick-slide{ visibility: hidden; }.slick-vertical .slick-slide{ display: block;  height: auto;  border: 1px solid transparent; }.slick-arrow.slick-hidden{ display: none; }
@media all and (min-width: 1200px){    
    [data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}
}

@font-face{ font-family: "NovelPro-Light";  src: url('../../../fileadmin/templates/fonts/NovelProLight/font.woff2') format("woff2"),url('../../../fileadmin/templates/fonts/NovelProLight/font.woff') format("woff");  font-display: swap; }@font-face{ font-family: "NovelPro-LightIt";  src: url('../../../fileadmin/templates/fonts/NovelProLightIt/font.woff2') format("woff2"),url('../../../fileadmin/templates/fonts/NovelProLightIt/font.woff') format("woff");  font-display: swap; }@font-face{ font-family: "NovelPro-SemiBold";  src: url('../../../fileadmin/templates/fonts/NovelProSemiBold/font.woff2') format("woff2"),url('../../../fileadmin/templates/fonts/NovelProSemiBold/font.woff') format("woff");  font-display: swap; }@font-face{ font-family: "NovelPro-SemiBoldIt";  src: url('../../../fileadmin/templates/fonts/NovelProSemiBoldIt/font.woff2') format("woff2"),url('../../../fileadmin/templates/fonts/NovelProSemiBoldIt/font.woff') format("woff");  font-display: swap; }@font-face{ font-family: "NovelSansPro-SemiBold";  src: url('../../../fileadmin/templates/fonts/NovelSansProSemiBold/font.woff2') format("woff2"),url('../../../fileadmin/templates/fonts/NovelSansProSemiBold/font.woff') format("woff");  font-display: swap; }.extbase-debugger-tree{ position: relative; }.extbase-debugger-tree input{ position: absolute !important;  float: none !important;  top: 0;  left: 0;  height: 14px;  width: 14px;  margin: 0 !important;  cursor: pointer;  opacity: 0;  z-index: 2; }.extbase-debugger-tree input ~ .extbase-debug-content{ display: none; }.extbase-debugger-tree .extbase-debug-header:before{ position: relative;  top: 3px;  content: "";  padding: 0;  line-height: 10px;  height: 12px;  width: 12px;  text-align: center;  margin: 0 3px 0 0;  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6Izg4ODg4ODt9PC9zdHlsZT48cGF0aCBpZD0iQm9yZGVyIiBjbGFzcz0ic3QwIiBkPSJNMTEsMTFIMFYwaDExVjExeiBNMTAsMUgxdjloOVYxeiIvPjxnIGlkPSJJbm5lciI+PHJlY3QgeD0iMiIgeT0iNSIgY2xhc3M9InN0MCIgd2lkdGg9IjciIGhlaWdodD0iMSIvPjxyZWN0IHg9IjUiIHk9IjIiIGNsYXNzPSJzdDAiIHdpZHRoPSIxIiBoZWlnaHQ9IjciLz48L2c+PC9zdmc+");  display: inline-block; }.extbase-debugger-tree input:checked ~ .extbase-debug-content{ display: inline; }.extbase-debugger-tree input:checked ~ .extbase-debug-header:before{ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6Izg4ODg4ODt9PC9zdHlsZT48cGF0aCBpZD0iQm9yZGVyIiBjbGFzcz0ic3QwIiBkPSJNMTEsMTFIMFYwaDExVjExeiBNMTAsMUgxdjloOVYxeiIvPjxnIGlkPSJJbm5lciI+PHJlY3QgeD0iMiIgeT0iNSIgY2xhc3M9InN0MCIgd2lkdGg9IjciIGhlaWdodD0iMSIvPjwvZz48L3N2Zz4=") \d \a; }.extbase-debugger{ display: block;  text-align: left;  background: #2a2a2a;  border: 1px solid #2a2a2a;  -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.5); box-shadow: 0 3px 0 rgba(0,0,0,.5);  color: #000;  margin: 20px;  overflow: hidden;  border-radius: 4px; }.extbase-debugger-floating{ position: relative;  z-index: 999; }.extbase-debugger-top{ background: #444;  font-size: 12px;  font-family: monospace;  color: #f1f1f1;  padding: 6px 15px; }.extbase-debugger-center{ padding: 0 15px;  margin: 15px 0;  background-image: -webkit-repeating-linear-gradient(to bottom,transparent 0,transparent 20px,#252525 20px,#252525 40px); background-image: repeating-linear-gradient(to bottom,transparent 0,transparent 20px,#252525 20px,#252525 40px); }.extbase-debugger-center,.extbase-debugger-center .extbase-debug-string,.extbase-debugger-center a,.extbase-debugger-center p,.extbase-debugger-center pre,.extbase-debugger-center strong{ font-size: 12px;  font-weight: 400;  font-family: monospace;  line-height: 20px;  color: #f1f1f1; }.extbase-debugger-center pre{ background-color: transparent;  margin: 0;  padding: 0;  border: 0;  word-wrap: break-word;  color: #999; }.extbase-debugger-center .extbase-debug-string{ color: #ce9178;  white-space: normal; }.extbase-debugger-center .extbase-debug-type{ color: #569CD6;  padding-right: 4px; }.extbase-debugger-center .extbase-debug-unregistered{ background-color: #dce1e8; }.extbase-debugger-center .extbase-debug-filtered,.extbase-debugger-center .extbase-debug-proxy,.extbase-debugger-center .extbase-debug-ptype,.extbase-debugger-center .extbase-debug-visibility,.extbase-debugger-center .extbase-debug-scope{ color: #fff;  font-size: 10px;  line-height: 12px;  padding: 2px 4px;  margin-right: 2px;  position: relative;  top: -1px; }.extbase-debugger-center .extbase-debug-scope{ background-color: #497AA2; }.extbase-debugger-center .extbase-debug-ptype{ background-color: #698747; }.extbase-debugger-center .extbase-debug-visibility{ background-color: #698747; }.extbase-debugger-center .extbase-debug-dirty{ background-color: #FFFFB6; }.extbase-debugger-center .extbase-debug-filtered{ background-color: #4F4F4F; }.extbase-debugger-center .extbase-debug-seeabove{ text-decoration: none;  font-style: italic; }.extbase-debugger-center .extbase-debug-property{ color: #f1f1f1; }.extbase-debugger-center .extbase-debug-closure{ color: #9BA223; }:root{ --space-medium: 4rem;  --space-large: 6rem;  --space-xLarge: 8rem;  --menuHeight: 60px;  --bottomBarMobileHeight: 40px;  --vw-withoutScrollbar: 1vw; }@media (min-width:768px){:root{ --space-medium: 6rem;  --space-large: 9rem;  --space-xLarge: 11rem;  --menuHeight: 70px;  --bottomBarMobileHeight: 0; }}@media (min-width:1600px){:root{ --space-medium: 8rem;  --space-large: 12rem;  --space-xLarge: 14rem;  --menuHeight: 90px; }}html{ overflow-x: hidden; }body{ overflow: hidden;  padding: 0;  -webkit-backface-visibility: hidden;  min-width: 320px;  max-width: 100vw;  height: 100%;  width: 100%;  margin: 0;  padding: 0;  color: #797f89;  background-color: #1e2839;  font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em;  font-family: "NovelPro-Light"; }@media (min-width:768px){body{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em; }}@media (min-width:1600px){body{ font-size: 1.0625rem;  line-height: 1.8125rem;  letter-spacing: .03em; }}body.tplLayout1,body.tplLayout4,body.tplLayout5,body.tplLayout6{ background-color: #fff;  color: #1e2839; }body.tplLayout1 .textColumnsDCE .mpCol_0,body.tplLayout4 .textColumnsDCE .mpCol_0,body.tplLayout5 .textColumnsDCE .mpCol_0,body.tplLayout6 .textColumnsDCE .mpCol_0{ color: #1e2839; }body.tplLayout1 .textColumnsDCE .g_linkWrapper--verticalFramed,body.tplLayout4 .textColumnsDCE .g_linkWrapper--verticalFramed,body.tplLayout5 .textColumnsDCE .g_linkWrapper--verticalFramed,body.tplLayout6 .textColumnsDCE .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }body.tplLayout1 .headerTitleWithTextDCE .g_dceTitles__title,body.tplLayout1 .titleDCE .g_dceTitles__title,body.tplLayout4 .headerTitleWithTextDCE .g_dceTitles__title,body.tplLayout4 .titleDCE .g_dceTitles__title,body.tplLayout5 .headerTitleWithTextDCE .g_dceTitles__title,body.tplLayout5 .titleDCE .g_dceTitles__title,body.tplLayout6 .headerTitleWithTextDCE .g_dceTitles__title,body.tplLayout6 .titleDCE .g_dceTitles__title{ color: #1e2839; }body.tplLayout1 .teaserTextDCE.teaserTextDCE--background-darkblue .g_linkWrapper--verticalFramed,body.tplLayout4 .teaserTextDCE.teaserTextDCE--background-darkblue .g_linkWrapper--verticalFramed,body.tplLayout5 .teaserTextDCE.teaserTextDCE--background-darkblue .g_linkWrapper--verticalFramed,body.tplLayout6 .teaserTextDCE.teaserTextDCE--background-darkblue .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }body.tplLayout1 .teaserTextDCE .g_linkWrapper--verticalFramed,body.tplLayout4 .teaserTextDCE .g_linkWrapper--verticalFramed,body.tplLayout5 .teaserTextDCE .g_linkWrapper--verticalFramed,body.tplLayout6 .teaserTextDCE .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }body.tplLayout1 .g_mpRow--smallImageSliderWithText .g_linkWrapper,body.tplLayout4 .g_mpRow--smallImageSliderWithText .g_linkWrapper,body.tplLayout5 .g_mpRow--smallImageSliderWithText .g_linkWrapper,body.tplLayout6 .g_mpRow--smallImageSliderWithText .g_linkWrapper{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }body.tplLayout1{ position: fixed;  overflow-y: hidden; }body.tplLayout1.startScreenDisabled,body.tplLayout1.noStartScreenDceIncluded{ position: initial;  overflow-y: initial; }body.tplLayout1.startScreenDisabled #main,body.tplLayout1.noStartScreenDceIncluded #main{ -webkit-transform: translateX(0%);  -moz-transform: translateX(0%);  -ms-transform: translateX(0%);  -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%);  opacity: 1;  -webkit-transition: transform 0ms 0ms ease-in-out,opacity 0ms 0ms ease-in-out;  -moz-transition: transform 0ms 0ms ease-in-out,opacity 0ms 0ms ease-in-out;  -o-transition: transform 0ms 0ms ease-in-out,opacity 0ms 0ms ease-in-out;  -webkit-transition: transform 0ms 0ms ease-in-out,opacity 0ms 0ms ease-in-out; transition: transform 0ms 0ms ease-in-out,opacity 0ms 0ms ease-in-out; }body.tplLayout1.startScreenDisabled .topBar,body.tplLayout1.noStartScreenDceIncluded .topBar{ --color-topBar: #1e2839; }body.tplLayout1.startScreenDisabled .topBar .g_linkWrapper--verticalFramed,body.tplLayout1.noStartScreenDceIncluded .topBar .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }body.tplLayout1.startScreenDisabled .topBar .mpCol--burger,body.tplLayout1.startScreenDisabled .topBar .mpCol--links,body.tplLayout1.noStartScreenDceIncluded .topBar .mpCol--burger,body.tplLayout1.noStartScreenDceIncluded .topBar .mpCol--links{ opacity: 1;  pointer-events: all; }body.tplLayout1.startScreenDisabled .topBar.mpActive,body.tplLayout1.startScreenDisabled .topBar.mpActive.scroll,body.tplLayout1.noStartScreenDceIncluded .topBar.mpActive,body.tplLayout1.noStartScreenDceIncluded .topBar.mpActive.scroll{ --color-topBar: #fff; }body.tplLayout1.startScreenDisabled .topBar.mpActive .g_linkWrapper--verticalFramed,body.tplLayout1.startScreenDisabled .topBar.mpActive.scroll .g_linkWrapper--verticalFramed,body.tplLayout1.noStartScreenDceIncluded .topBar.mpActive .g_linkWrapper--verticalFramed,body.tplLayout1.noStartScreenDceIncluded .topBar.mpActive.scroll .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }body.tplLayout1.startScreenDisabled .bottomBar--mobileOnly,body.tplLayout1.noStartScreenDceIncluded .bottomBar--mobileOnly{ opacity: 1;  pointer-events: all; }@media (min-width:768px){body.tplLayout1.startScreenDisabled .topBar .logo,body.tplLayout1.noStartScreenDceIncluded .topBar .logo{ -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }}body.tplLayout1.startScreenDisabled .startScreenDCE{ display: none; }body.tplLayout1.startScreenDceAnimationFinished .topBar .mpCol--burger,body.tplLayout1.startScreenDceAnimationFinished .topBar .mpCol--links{ opacity: 1;  pointer-events: all; }body.tplLayout1.startScreenDceAnimationFinished .bottomBar--mobileOnly{ opacity: 1;  pointer-events: all; }body.tplLayout1.startScreenDceFadedOut{ position: initial;  overflow-y: initial; }body.tplLayout1.startScreenDceFadedOut #main{ -webkit-transform: translateX(0%) translateZ(0);  -moz-transform: translateX(0%) translateZ(0);  -ms-transform: translateX(0%) translateZ(0);  -webkit-transform: translateX(0%) translateZ(0); -ms-transform: translateX(0%) translateZ(0); transform: translateX(0%) translateZ(0);  opacity: 1; }body.tplLayout1.startScreenDceFadedOut .topBar{ --color-topBar: #1e2839; }body.tplLayout1.startScreenDceFadedOut .topBar.mpActive,body.tplLayout1.startScreenDceFadedOut .topBar.mpActive.scroll{ --color-topBar: #fff; }body.tplLayout1.startScreenDceFadedOut .topBar.mpActive .g_linkWrapper--verticalFramed,body.tplLayout1.startScreenDceFadedOut .topBar.mpActive.scroll .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }body.tplLayout1.startScreenDceFadedOut .topBar .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }body.tplLayout1.startScreenDceFadedOut .topBar .logo{ -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }body.tplLayout1 .topBar .mpCol--burger,body.tplLayout1 .topBar .mpCol--links{ opacity: 0;  pointer-events: none; }body.tplLayout1 .topBar .bottomBar--mobileOnly{ opacity: 0;  pointer-events: none; }@media (min-width:768px){body.tplLayout1 .topBar .logo{ -webkit-transform: scale(1.2);  -moz-transform: scale(1.2);  -ms-transform: scale(1.2);  -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);  -webkit-transform-origin: center top; -ms-transform-origin: center top; transform-origin: center top;  -webkit-transition: transform 800ms ease-in-out;  -moz-transition: transform 800ms ease-in-out;  -o-transition: transform 800ms ease-in-out;  -webkit-transition: transform 800ms ease-in-out; transition: transform 800ms ease-in-out; }}body.tplLayout1 #main{ opacity: 0;  -webkit-backface-visibility: hidden; backface-visibility: hidden;  -webkit-backface-visibility: hidden;  will-change: transform;  -webkit-transform: translateX(20%) translateZ(0);  -moz-transform: translateX(20%) translateZ(0);  -ms-transform: translateX(20%) translateZ(0);  -webkit-transform: translateX(20%) translateZ(0); -ms-transform: translateX(20%) translateZ(0); transform: translateX(20%) translateZ(0);  -webkit-transition: transform 1600ms 0ms ease-in-out,opacity 1600ms 0ms ease-in-out;  -moz-transition: transform 1600ms 0ms ease-in-out,opacity 1600ms 0ms ease-in-out;  -o-transition: transform 1600ms 0ms ease-in-out,opacity 1600ms 0ms ease-in-out;  -webkit-transition: transform 1600ms 0ms ease-in-out,opacity 1600ms 0ms ease-in-out; transition: transform 1600ms 0ms ease-in-out,opacity 1600ms 0ms ease-in-out; }body.tplLayout4 .topBar{ --color-topBar: #1e2839; }body.tplLayout4 .topBar .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }@media (min-width:768px){body.tplLayout5{ overflow: unset; }}body.tplLayout5 .headerImageDCE{ position: -webkit-sticky; position: sticky;  z-index: 50;  top: -webkit-calc((-100vw * 1.25) + var(--menuHeight)); top: calc((-100vw * 1.25) + var(--menuHeight)); }@media (min-width:768px){body.tplLayout5 .headerImageDCE{ top: -webkit-calc((-100vw * 1.25) + var(--menuHeight)); top: calc((-100vw * 1.25) + var(--menuHeight)); }}@media (min-width:992px){body.tplLayout5 .headerImageDCE{ top: -webkit-calc(-100vh + var(--menuHeight)); top: calc(-100vh + var(--menuHeight)); }}@media (min-width:768px){body.tplLayout5 .navigationDCE .topBar.scroll::after{ opacity: 0; }}@media (min-width:768px){body.tplLayout5 .navigationDCE .topBar.scroll{ --color-topBar: #fff; }}body.tplLayout5 .navigationDCE .topBar.scroll .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }@media (min-width:1200px){body.tplLayout5 .extNews--categoryMenuFilter{ position: -webkit-sticky; position: sticky;  top: var(--menuHeight);  z-index: 50; }}body.platform-firefox .lcpFix,body.platform-chrome .lcpFix,body.platform-edge .lcpFix{ display: block; }.lcpFix{ height: 99vh;  left: 0;  pointer-events: none;  position: absolute;  top: 0;  width: 100vw;  z-index: -1;  opacity: .001; }.lcpFix img{ height: 100%;  left: 0;  object-fit: cover;  object-position: center;  position: absolute;  top: 0;  width: 100%; }#top{ display: none; }.mpCol{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%;  width: 100%; }.mpRow{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  margin: 0 auto;  position: relative; }.mpContainer{ margin: 0 auto;  padding: 0 15px; }@media (min-width:768px){.mpContainer{ max-width: 708px;  padding: 0; }}@media (min-width:992px){.mpContainer{ max-width: 900px; }}@media (min-width:1200px){.mpContainer{ max-width: 1080px; }}@media (min-width:1600px){.mpContainer{ max-width: 1400px; }}ul,li{ list-style: none;  margin: 0;  padding: 0; }h1,h2,h3,h4,h5{ margin: 0;  padding: 0;  font-weight: 400; }*{ outline: 0; }a,input{ outline: 0;  color: inherit; }button{ color: inherit; }p{ margin-bottom: 0; }p:first-child{ margin-top: 0; }#loader{ display: none; }@media (min-width:1200px){.slick-arrow{ cursor: pointer; }}.slick-dots{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  top: -webkit-calc(100% + .5rem); top: calc(100% + .5rem);  position: absolute;  width: 100%; }@media (min-width:768px){.slick-dots{ top: -webkit-calc(100% + 1rem); top: calc(100% + 1rem); }}@media (min-width:768px){.slick-dots li{ margin: 0 6px; }}.slick-dots li.slick-active button .btnInner{ -webkit-transform: scale(1.5);  -moz-transform: scale(1.5);  -ms-transform: scale(1.5);  -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); }@media (min-width:1200px){.slick-dots li:hover button .btnInner{ -webkit-transform: scale(1.5);  -moz-transform: scale(1.5);  -ms-transform: scale(1.5);  -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); }}.slick-dots button{ color: #ad9a69;  font-size: .95625rem;  line-height: 2.5875rem;  letter-spacing: 0;  font-family: "NovelPro-Light";  padding: 0;  border: none;  background: none;  cursor: pointer;  padding: 0 12px; }@media (min-width:768px){.slick-dots button{ font-size: .95625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.slick-dots button{ font-size: 1.0625rem;  line-height: 2.875rem;  letter-spacing: 0; }}@media (min-width:768px){.slick-dots button{ padding: 0 15px; }}.slick-dots button .btnInner{ -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  pointer-events: none;  -webkit-transition: transform 400ms ease-in-out;  -moz-transition: transform 400ms ease-in-out;  -o-transition: transform 400ms ease-in-out;  -webkit-transition: transform 400ms ease-in-out; transition: transform 400ms ease-in-out; }@media (hover:hover){.g_closeBtn:hover .g_cross .line_0 .lineInner{ -webkit-transform: rotate(30deg);  -moz-transform: rotate(30deg);  -ms-transform: rotate(30deg);  -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }.g_closeBtn:hover .g_cross .line_2 .lineInner{ -webkit-transform: rotate(-30deg);  -moz-transform: rotate(-30deg);  -ms-transform: rotate(-30deg);  -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); transform: rotate(-30deg); }}.g_cross{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.g_cross .line{ width: 30px; }@media (min-width:768px){.g_cross .line{ width: 40px; }}.g_cross .lineInner{ border-bottom: 2px solid #1e2839;  width: 100%; }.g_cross .line_0 .lineInner,.g_cross .line_2 .lineInner{ -webkit-transition: transform 300ms ease-in-out;  -moz-transition: transform 300ms ease-in-out;  -o-transition: transform 300ms ease-in-out;  -webkit-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; }.g_cross .line_0{ -webkit-transform: translateY(6px);  -moz-transform: translateY(6px);  -ms-transform: translateY(6px);  -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }@media (min-width:768px){.g_cross .line_0{ -webkit-transform: translateY(8px);  -moz-transform: translateY(8px);  -ms-transform: translateY(8px);  -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px); }}.g_cross .line_0 .lineInner{ -webkit-transform: rotate(15deg);  -moz-transform: rotate(15deg);  -ms-transform: rotate(15deg);  -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); }.g_cross .line_1{ margin: 4px 0;  width: 24px;  opacity: 0; }@media (min-width:768px){.g_cross .line_1{ margin: 6px 0;  width: 32px; }}.g_cross .line_2{ -webkit-transform: translateY(-6px);  -moz-transform: translateY(-6px);  -ms-transform: translateY(-6px);  -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); }@media (min-width:768px){.g_cross .line_2{ -webkit-transform: translateY(-8px);  -moz-transform: translateY(-8px);  -ms-transform: translateY(-8px);  -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); }}.g_cross .line_2 .lineInner{ -webkit-transform: rotate(-15deg);  -moz-transform: rotate(-15deg);  -ms-transform: rotate(-15deg);  -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); }.g_linkGroup{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.g_linkGroup a{ width: 100%;  white-space: nowrap; }.g_linkGroup .g_linkWrapper + .g_linkWrapper{ margin-left: 16px;  margin-top: 24px;  margin-left: 0; }.g_mpSlickArrow{ border: none;  padding: 0;  background: none; }.g_icon--arrow-Right{ width: 76px;  height: 14px;  background-image: url('../../../fileadmin/templates/images/Pfeil-Rechts-Gold-Muster.png');  background-position: center;  background-size: cover;  background-repeat: no-repeat; }@media (min-width:1600px){.g_icon--arrow-Right{ width: 84px;  height: 16px; }}.g_icon--arrow-short-Left-white,.g_icon--arrow-short-Left,.g_icon--arrow-short-Right-white,.g_icon--arrow-short-Right{ width: 35px;  height: 14px;  background-position: center;  background-size: cover;  background-repeat: no-repeat; }.g_icon--arrow-short-Right{ background-image: url('../../../fileadmin/templates/images/Pfeil-Kurz-Rechts-Gold-Muster.png'); }.g_icon--arrow-short-Right-white{ background-image: url('../../../fileadmin/templates/images/Pfeil-Kurz-Rechts-Weiss.png'); }.g_icon--arrow-short-Left{ background-image: url('../../../fileadmin/templates/images/Pfeil-Kurz-Links-Gold-Muster.png'); }.g_icon--arrow-short-Left-white{ background-image: url('../../../fileadmin/templates/images/Pfeil-Kurz-Links-Weiss.png'); }.g_icon--arrow-Left{ width: 76px;  height: 14px;  background-image: url('../../../fileadmin/templates/images/Pfeil-Links-Gold-Muster.png');  background-position: center;  background-size: cover;  background-repeat: no-repeat; }@media (min-width:1600px){.g_icon--arrow-Left{ width: 84px;  height: 16px; }}.g_badgeWrapper{ width: 70px; }@media (min-width:768px){.g_badgeWrapper{ width: 80px; }}@media (min-width:1600px){.g_badgeWrapper{ width: 90px; }}.g_badgeWrapper .g_imgAsBackgroundWrapper{ padding-top: 100%;  background: none; }.g_badgeWrapper .g_badge--vigna{ background-image: url('../../../fileadmin/templates/images/Icon-Vigna.svg');  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  background-position: center;  background-repeat: no-repeat;  background-size: cover; }.g_linkWrapper.g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }.g_linkWrapper.g_linkWrapper--verticalFramed a,.g_linkWrapper.g_linkWrapper--verticalFramed button{ font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold";  border: none;  background: none;  border-top: 2px solid;  border-bottom: 2px solid;  border-left: 0;  border-right: 0;  text-decoration: none;  text-transform: uppercase;  padding: 7px 10px 2px;  cursor: pointer;  position: relative;  display: inline-block;  color: var(--color-link-verticalFramed-color);  border-image-slice: 1;  border-image-source: url('../../../fileadmin/templates/images/Gold-Folie.jpg');  text-align: center;  -webkit-transition: color 400ms ease-in-out;  -moz-transition: color 400ms ease-in-out;  -o-transition: color 400ms ease-in-out;  -webkit-transition: color 400ms ease-in-out; transition: color 400ms ease-in-out; }@media (min-width:768px){.g_linkWrapper.g_linkWrapper--verticalFramed a,.g_linkWrapper.g_linkWrapper--verticalFramed button{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.g_linkWrapper.g_linkWrapper--verticalFramed a,.g_linkWrapper.g_linkWrapper--verticalFramed button{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.g_linkWrapper.g_linkWrapper--verticalFramed a::after,.g_linkWrapper.g_linkWrapper--verticalFramed button::after{ background-color: var(--color-link-verticalFramed-hoverBackgroundColor);  bottom: -2px;  content: "";  position: absolute;  z-index: 5;  left: 0;  top: -2px;  right: 0;  opacity: 0;  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }@media (min-width:1200px){.g_linkWrapper.g_linkWrapper--verticalFramed a:hover,.g_linkWrapper.g_linkWrapper--verticalFramed button:hover{ color: var(--color-link-verticalFramed-hoverColor); }.g_linkWrapper.g_linkWrapper--verticalFramed a:hover::after,.g_linkWrapper.g_linkWrapper--verticalFramed button:hover::after{ opacity: 1; }}.g_linkWrapper.g_linkWrapper--verticalFramed a .g_linkInner,.g_linkWrapper.g_linkWrapper--verticalFramed button .g_linkInner{ z-index: 10;  position: relative; }.g_linkWrapper.g_linkWrapper--filled a,.g_linkWrapper.g_linkWrapper--filled button{ text-align: center;  border: none;  background-image: url('../../../fileadmin/templates/images/Gold-Folie.jpg');  background-position: center;  background-repeat: no-repeat;  background-size: cover;  padding: 9px 12px 5px;  cursor: pointer;  text-transform: uppercase;  text-decoration: none;  color: #fff;  display: inline-block;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold";  -webkit-transition: color 400ms ease-in-out;  -moz-transition: color 400ms ease-in-out;  -o-transition: color 400ms ease-in-out;  -webkit-transition: color 400ms ease-in-out; transition: color 400ms ease-in-out; }@media (min-width:768px){.g_linkWrapper.g_linkWrapper--filled a,.g_linkWrapper.g_linkWrapper--filled button{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.g_linkWrapper.g_linkWrapper--filled a,.g_linkWrapper.g_linkWrapper--filled button{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.g_linkWrapper.g_linkWrapper--filled a:hover,.g_linkWrapper.g_linkWrapper--filled button:hover{ color: #1e2839; }.g_linkWrapper.g_linkWrapper--filled.--dark a,.g_linkWrapper.g_linkWrapper--filled.--dark button{ background: none;  background-color: #1e2839;  color: #fff; }.g_linkWrapper.g_linkWrapper--filled.--dark a:hover,.g_linkWrapper.g_linkWrapper--filled.--dark button:hover{ color: #ad9a69; }.g_linkWrapper.g_linkWrapper--shop{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.g_linkWrapper.g_linkWrapper--shop a,.g_linkWrapper.g_linkWrapper--shop button{ color: #fff;  border: none;  background-color: #1e2839;  padding: 0;  cursor: pointer;  position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  text-transform: uppercase;  text-decoration: none;  border-top: 2px solid #1e2839;  border-bottom: 2px solid #1e2839;  -webkit-transition: background-color 400ms ease-in-out,color 400ms ease-in-out,border-color 400ms ease-in-out;  -moz-transition: background-color 400ms ease-in-out,color 400ms ease-in-out,border-color 400ms ease-in-out;  -o-transition: background-color 400ms ease-in-out,color 400ms ease-in-out,border-color 400ms ease-in-out;  -webkit-transition: background-color 400ms ease-in-out,color 400ms ease-in-out,border-color 400ms ease-in-out; transition: background-color 400ms ease-in-out,color 400ms ease-in-out,border-color 400ms ease-in-out;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.g_linkWrapper.g_linkWrapper--shop a,.g_linkWrapper.g_linkWrapper--shop button{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.g_linkWrapper.g_linkWrapper--shop a,.g_linkWrapper.g_linkWrapper--shop button{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}@media (min-width:1200px){.g_linkWrapper.g_linkWrapper--shop a:hover,.g_linkWrapper.g_linkWrapper--shop button:hover{ background-color: #fff;  color: #1e2839;  border-color: #ad9a69; }}.g_linkWrapper.g_linkWrapper--shop .g_linkInner{ position: relative;  padding: 7px 16px 2px 41px; }.g_linkWrapper.g_linkWrapper--shop .g_linkInner::before{ content: "";  width: 16px;  display: block;  height: 18px;  left: 14px;  top: 50%;  opacity: 1;  background-image: url('../../../fileadmin/templates/images/Icon-Shop.svg');  background-position: center;  background-size: cover;  background-repeat: no-repeat;  position: absolute;  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }.g_mpRow--smallImageSliderWithText{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  text-align: center; }@media (min-width:992px){.g_mpRow--smallImageSliderWithText{ max-width: 94%; }}@media (min-width:1200px){.g_mpRow--smallImageSliderWithText{ max-width: 900px; }}@media (min-width:1600px){.g_mpRow--smallImageSliderWithText{ max-width: 1180px; }}@media (min-width:768px){.g_mpRow--smallImageSliderWithText{ text-align: left; }}@media (min-width:768px){.g_mpRow--smallImageSliderWithText.withSlider{ padding-bottom: 2rem; }}.g_mpRow--smallImageSliderWithText.withSlider .mpCol--text{ margin-top: 5rem; }@media (min-width:768px){.g_mpRow--smallImageSliderWithText.withSlider .mpCol--text{ margin-top: 0; }}@media (min-width:768px){.g_mpRow--smallImageSliderWithText .mpCol--images{ max-width: 60%;  -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }}.g_mpRow--smallImageSliderWithText .mpCol--text{ margin-top: 1rem;  font-size: 1.25rem;  line-height: 1.8rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.g_mpRow--smallImageSliderWithText .mpCol--text{ font-size: 1.40625rem;  line-height: 2.30625rem;  letter-spacing: 0; }}@media (min-width:1600px){.g_mpRow--smallImageSliderWithText .mpCol--text{ font-size: 1.5625rem;  line-height: 2.5625rem;  letter-spacing: 0; }}@media (min-width:768px){.g_mpRow--smallImageSliderWithText .mpCol--text{ margin-top: 0;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  max-width: 30%;  -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }}.g_mpRow--smallImageSliderWithText .g_linkWrapper{ margin-top: 2rem;  --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }.g_mpRow--smallImageSliderWithText .g_imgAsBackgroundWrapper{ padding-top: 64%; }.g_mpRow--smallImageSliderWithText .images{ font-size: 0;  line-height: 0; }.g_imgAsBackgroundWrapper{ background-color: #f4f1e9;  position: relative; }.g_imgAsBackgroundWrapper img{ position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  object-fit: cover;  object-position: center; }.g_backgroundImage{ background-position: center;  background-repeat: no-repeat;  background-size: cover; }body.tplId5 .navigationDCE .bottomBar--mobileOnly,body.tplId6 .navigationDCE .bottomBar--mobileOnly{ display: none; }.navigationDCE .fullscreenNavigation{ position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100vh;  background-color: #f4f1e9;  opacity: 0;  pointer-events: none;  -webkit-transform: translateX(-100%);  -moz-transform: translateX(-100%);  -ms-transform: translateX(-100%);  -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%);  -webkit-transition: transform 0ms 600ms linear,opacity 600ms ease-in-out;  -moz-transition: transform 0ms 600ms linear,opacity 600ms ease-in-out;  -o-transition: transform 0ms 600ms linear,opacity 600ms ease-in-out;  -webkit-transition: transform 0ms 600ms linear,opacity 600ms ease-in-out; transition: transform 0ms 600ms linear,opacity 600ms ease-in-out; }.navigationDCE .fullscreenNavigation.mpActive{ -webkit-transform: translateX(0);  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);  opacity: 1;  pointer-events: all;  -webkit-transition: transform 0ms linear,opacity 600ms ease-in-out;  -moz-transition: transform 0ms linear,opacity 600ms ease-in-out;  -o-transition: transform 0ms linear,opacity 600ms ease-in-out;  -webkit-transition: transform 0ms linear,opacity 600ms ease-in-out; transition: transform 0ms linear,opacity 600ms ease-in-out; }.navigationDCE .fullscreenNavigation .slick-arrow{ position: absolute;  top: 50%;  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  z-index: 10;  padding: 10px 0; }.navigationDCE .fullscreenNavigation .slick-next{ right: 30px; }@media (min-width:768px){.navigationDCE .fullscreenNavigation .slick-next{ right: -webkit-calc((100vw - 708px) / 2 + 15px); right: calc((100vw - 708px) / 2 + 15px); }}.navigationDCE .fullscreenNavigation .slick-prev{ left: 30px; }@media (min-width:768px){.navigationDCE .fullscreenNavigation .slick-prev{ left: -webkit-calc((100vw - 708px) / 2 + 15px); left: calc((100vw - 708px) / 2 + 15px); }}.navigationDCE .fullscreenNavigation .mainNav{ position: relative;  z-index: 0; }@media (min-width:768px){.navigationDCE .fullscreenNavigation .mainNav{ display: -ms-flexbox; display: -webkit-flex; display: flex; }}.navigationDCE .fullscreenNavigation .mainNavItem{ position: relative; }@media (min-width:768px){.navigationDCE .fullscreenNavigation .mainNavItem{ -webkit-flex: 1; -ms-flex: 1; flex: 1; }}.navigationDCE .fullscreenNavigation .mainNavItemInner{ height: 100vh;  position: relative; }.navigationDCE .fullscreenNavigation .mainNavItemInner::after{ content: "";  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  z-index: -1;  background-color: #000;  opacity: .5;  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }@media (min-width:1200px){.navigationDCE .fullscreenNavigation .mainNavItemInner:hover{}.navigationDCE .fullscreenNavigation .mainNavItemInner:hover::after{ opacity: .8; }}.navigationDCE .fullscreenNavigation .mainNavItemBackground{ position: absolute;  z-index: -1;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-position: center;  background-repeat: no-repeat;  background-size: cover; }.navigationDCE .fullscreenNavigation .mainNavLink{ color: #fff;  text-decoration: none;  position: absolute;  left: 50%;  bottom: 0;  -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom;  white-space: nowrap;  padding-top: 10px;  -webkit-transform: rotate(-90deg) translateY(50%);  -moz-transform: rotate(-90deg) translateY(50%);  -ms-transform: rotate(-90deg) translateY(50%);  -webkit-transform: rotate(-90deg) translateY(50%); -ms-transform: rotate(-90deg) translateY(50%); transform: rotate(-90deg) translateY(50%);  font-size: 2.5rem;  line-height: 2.4375rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.navigationDCE .fullscreenNavigation .mainNavLink{ font-size: 3.25rem;  line-height: 3.16875rem;  letter-spacing: 0; }}@media (min-width:1600px){.navigationDCE .fullscreenNavigation .mainNavLink{ font-size: 5rem;  line-height: 4.875rem;  letter-spacing: 0; }}.navigationDCE .fullscreenNavigation .mainNavLinkWrapper{ height: 72vh;  position: relative; }.navigationDCE .fullscreenNavigation .comingSoonWrapper{ display: none !important;  text-transform: uppercase;  width: 112px;  height: 112px;  text-align: center;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold";  position: absolute;  left: 50%;  top: -webkit-calc(var(--menuHeight) + 1rem); top: calc(var(--menuHeight) + 1rem);  -webkit-transform: translateX(-50%);  -moz-transform: translateX(-50%);  -ms-transform: translateX(-50%);  -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }@media (min-width:768px){.navigationDCE .fullscreenNavigation .comingSoonWrapper{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.navigationDCE .fullscreenNavigation .comingSoonWrapper{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}@media (min-width:768px){.navigationDCE .fullscreenNavigation .comingSoonWrapper{ top: -webkit-calc(var(--menuHeight) + 2rem); top: calc(var(--menuHeight) + 2rem);  width: 132px;  height: 132px; }}@media (min-width:1200px){.navigationDCE .fullscreenNavigation .comingSoonWrapper{ top: var(--menuHeight); }}@media (min-width:1600px){.navigationDCE .fullscreenNavigation .comingSoonWrapper{ top: -webkit-calc(var(--menuHeight) + 2rem); top: calc(var(--menuHeight) + 2rem); }}.navigationDCE .fullscreenNavigation .comingSoonWrapper .comingSoon{ background-image: url('../../../fileadmin/templates/images/Muster-Goldfolie.jpg');  background-position: center;  background-repeat: no-repeat;  background-size: cover;  width: 100%;  height: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  border-radius: 100%;  padding-top: 10px; }.navigationDCE .fullscreenNavigation .mainNavItemContent-btn{ position: absolute;  top: -webkit-calc(var(--menuHeight) + 20px); top: calc(var(--menuHeight) + 20px);  right: 50%;  -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%);  line-height: 0; }@media (min-width:768px){.navigationDCE .fullscreenNavigation .mainNavItemContent-btn{ -webkit-transform: none; -ms-transform: none; transform: none;  right: -40px;  top: -webkit-calc(var(--menuHeight) + 20px); top: calc(var(--menuHeight) + 20px); }}@media (min-width:1200px){.navigationDCE .fullscreenNavigation .mainNavItemContent-btn{ top: -webkit-calc(var(--menuHeight) + 40px); top: calc(var(--menuHeight) + 40px); }}@media (min-width:1600px){.navigationDCE .fullscreenNavigation .mainNavItemContent-btn{ top: -webkit-calc(var(--menuHeight) + 126px); top: calc(var(--menuHeight) + 126px); }}.navigationDCE .fullscreenNavigation .mainNavItemContent-btn svg{ width: 162px;  height: 96px;  background: url(/fileadmin/templates/images/btn-oval-bg.png) center center no-repeat;  background-size: contain; }.navigationDCE .fullscreenNavigation .subNavWrapper{ height: 28vh;  text-align: center;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.navigationDCE .fullscreenNavigation .subNavWrapper ul,.navigationDCE .fullscreenNavigation .subNavWrapper li{ pointer-events: none; }@media (min-width:1200px){.navigationDCE .fullscreenNavigation .subNavWrapper .subNav ul:hover li a{ opacity: .5; }}.navigationDCE .fullscreenNavigation .subNavWrapper .subNav{ padding: 0 30px; }.navigationDCE .fullscreenNavigation .subNavWrapper .subNav ul li a{ color: #fff;  text-decoration: none;  text-transform: uppercase;  pointer-events: all;  height: 100%;  display: inline-block;  font-size: .9rem;  line-height: 1.8rem;  letter-spacing: .135em;  font-family: "NovelSansPro-SemiBold";  opacity: 1;  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }@media (min-width:768px){.navigationDCE .fullscreenNavigation .subNavWrapper .subNav ul li a{ font-size: .9rem;  line-height: 1.8rem;  letter-spacing: .135em; }}@media (min-width:1600px){.navigationDCE .fullscreenNavigation .subNavWrapper .subNav ul li a{ font-size: 1rem;  line-height: 2rem;  letter-spacing: .15em; }}@media (min-width:1200px){.navigationDCE .fullscreenNavigation .subNavWrapper .subNav ul li a:hover{ opacity: 1; }}.navigationDCE .fullscreenNavigation .subNavWrapper .socialIcons{ display: -ms-flexbox; display: -webkit-flex; display: flex;  font-size: 0;  line-height: 0; }.navigationDCE .fullscreenNavigation .subNavWrapper .socialIcons .iconWrapper{ margin: 0 8px; }.navigationDCE .fullscreenNavigation .subNavWrapper .socialIcons a{ display: block;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  -webkit-transition: transform 300ms ease-in-out;  -moz-transition: transform 300ms ease-in-out;  -o-transition: transform 300ms ease-in-out;  -webkit-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; }@media (min-width:1200px){.navigationDCE .fullscreenNavigation .subNavWrapper .socialIcons a:hover{ -webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }}.navigationDCE .topBar{ --color-topBar: #fff;  position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 100;  color: var(--color-topBar);  -webkit-transition: color 400ms ease-in-out;  -moz-transition: color 400ms ease-in-out;  -o-transition: color 400ms ease-in-out;  -webkit-transition: color 400ms ease-in-out; transition: color 400ms ease-in-out; }.navigationDCE .topBar::after{ background-color: #fff;  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  content: "";  z-index: -1;  -webkit-box-shadow: 0 0 10px 0 rgba(32,32,32,.3); box-shadow: 0 0 10px 0 rgba(32,32,32,.3);  opacity: 0;  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }.navigationDCE .topBar.mpActive.scroll,.navigationDCE .topBar.mpActive{ --color-topBar: #fff; }.navigationDCE .topBar.mpActive.scroll .g_linkWrapper--verticalFramed,.navigationDCE .topBar.mpActive .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }.navigationDCE .topBar.scroll{ --color-topBar: #1e2839; }.navigationDCE .topBar.scroll::after{ opacity: 1; }.navigationDCE .topBar.scroll .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }.navigationDCE .topBar .languageMenuWrapper{ font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold";  display: -ms-flexbox; display: -webkit-flex; display: flex;  text-align: center; }@media (min-width:768px){.navigationDCE .topBar .languageMenuWrapper{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.navigationDCE .topBar .languageMenuWrapper{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}@media (min-width:768px){.navigationDCE .topBar .languageMenuWrapper{ margin-right: 36px; }}.navigationDCE .topBar .languageMenuWrapper .languageMenu{ position: relative;  -webkit-transition: background-color 400ms ease-in-out;  -moz-transition: background-color 400ms ease-in-out;  -o-transition: background-color 400ms ease-in-out;  -webkit-transition: background-color 400ms ease-in-out; transition: background-color 400ms ease-in-out; }@media (min-width:768px){.navigationDCE .topBar .languageMenuWrapper .languageMenu{ margin: -8px -15px; }}@media (min-width:1200px){.navigationDCE .topBar .languageMenuWrapper .languageMenu:hover .dropDown{ opacity: 1;  max-height: 999px;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms linear;  -moz-transition: opacity 400ms ease-in-out,max-height 0ms linear;  -o-transition: opacity 400ms ease-in-out,max-height 0ms linear;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms linear; transition: opacity 400ms ease-in-out,max-height 0ms linear; }.navigationDCE .topBar .languageMenuWrapper .languageMenu:hover .currentLabel{ border-color: #1e2839;  background-color: #1e2839;  color: #fff; }}@media (max-width:1199px){.navigationDCE .topBar .languageMenuWrapper .languageMenu.mpActiveTouch .dropDown{ opacity: 1;  max-height: 999px;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms linear;  -moz-transition: opacity 400ms ease-in-out,max-height 0ms linear;  -o-transition: opacity 400ms ease-in-out,max-height 0ms linear;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms linear; transition: opacity 400ms ease-in-out,max-height 0ms linear; }.navigationDCE .topBar .languageMenuWrapper .languageMenu.mpActiveTouch .currentLabel{ border-color: #1e2839; }}.navigationDCE .topBar .languageMenuWrapper .currentLabel.languageItem .dropDownIcon{ position: absolute;  right: 2px;  top: 50%;  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }.navigationDCE .topBar .languageMenuWrapper .currentLabel.languageItem .dropDownIcon svg{ width: 12px;  height: 6px; }.navigationDCE .topBar .languageMenuWrapper .currentLabel.languageItem .dropDownIcon svg *{ stroke: var(--color-topBar);  -webkit-transition: stroke 400ms ease-in-out;  -moz-transition: stroke 400ms ease-in-out;  -o-transition: stroke 400ms ease-in-out;  -webkit-transition: stroke 400ms ease-in-out; transition: stroke 400ms ease-in-out; }.navigationDCE .topBar .languageMenuWrapper .dropDown{ color: #1e2839;  position: absolute;  left: 0;  top: -webkit-calc(100% - 1px); top: calc(100% - 1px);  opacity: 0;  max-height: 0;  overflow: hidden;  width: 100%;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear;  -moz-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear;  -o-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear; transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear; }.navigationDCE .topBar .languageMenuWrapper .currentLabel{ border: 1px solid rgba(30,40,57,0);  min-width: 62px;  -webkit-transition: border-color 400ms ease-in-out,background-color 400ms ease-in-out,color 400ms ease-in-out;  -moz-transition: border-color 400ms ease-in-out,background-color 400ms ease-in-out,color 400ms ease-in-out;  -o-transition: border-color 400ms ease-in-out,background-color 400ms ease-in-out,color 400ms ease-in-out;  -webkit-transition: border-color 400ms ease-in-out,background-color 400ms ease-in-out,color 400ms ease-in-out; transition: border-color 400ms ease-in-out,background-color 400ms ease-in-out,color 400ms ease-in-out; }.navigationDCE .topBar .languageMenuWrapper .dropDownInner{ background-color: #fff;  border: 1px solid #1e2839; }.navigationDCE .topBar .languageMenuWrapper a,.navigationDCE .topBar .languageMenuWrapper .currentLabelText{ display: block;  padding: 9px 15px 3px; }.navigationDCE .topBar .languageMenuWrapper a{ background-color: rgba(255,255,255,0);  text-decoration: none;  -webkit-transition: background-color 400ms ease-in-out,color 400ms ease-in-out;  -moz-transition: background-color 400ms ease-in-out,color 400ms ease-in-out;  -o-transition: background-color 400ms ease-in-out,color 400ms ease-in-out;  -webkit-transition: background-color 400ms ease-in-out,color 400ms ease-in-out; transition: background-color 400ms ease-in-out,color 400ms ease-in-out; }.navigationDCE .topBar .languageMenuWrapper a:hover{ background-color: #1e2839;  color: #fff; }.navigationDCE .topBar .topBarInner{ position: relative;  z-index: 5; }.navigationDCE .topBar .mpRow{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  height: var(--menuHeight); }.navigationDCE .topBar .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }.navigationDCE .topBar .mpCol--links,.navigationDCE .topBar .mpCol--burger{ width: 100%;  -webkit-flex: 0 1 50%; -ms-flex: 0 1 50%; flex: 0 1 50%;  max-width: 50%; }.navigationDCE .topBar .mpCol--links{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.navigationDCE .topBar .mpCol--links .g_linkWrapper--default{ display: none; }@media (min-width:768px){.navigationDCE .topBar .mpCol--links .g_linkWrapper--default{ display: block; }}.navigationDCE .topBar .mpCol--logo{ width: auto;  -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  max-width: none; }.navigationDCE .topBar .mpCol--logo img,.navigationDCE .topBar .mpCol--logo svg{ height: -webkit-calc(var(--menuHeight) - 18px); height: calc(var(--menuHeight) - 18px);  width: auto; }@media (min-width:768px){.navigationDCE .topBar .mpCol--logo img,.navigationDCE .topBar .mpCol--logo svg{ height: -webkit-calc(var(--menuHeight) - 30px); height: calc(var(--menuHeight) - 30px); }}.navigationDCE .topBar .mpCol--logo svg *{ fill: var(--color-topBar);  -webkit-transition: fill 400ms ease-in-out;  -moz-transition: fill 400ms ease-in-out;  -o-transition: fill 400ms ease-in-out;  -webkit-transition: fill 400ms ease-in-out; transition: fill 400ms ease-in-out; }.navigationDCE .topBar .mpCol--logo .logo--default{ display: none; }@media (min-width:768px){.navigationDCE .topBar .mpCol--logo .logo--default{ display: block;  line-height: 0; }}@media (min-width:768px){.navigationDCE .topBar .mpCol--logo .logo--default img,.navigationDCE .topBar .mpCol--logo .logo--default svg{ position: relative;  top: 4px; }}@media (min-width:992px){.navigationDCE .topBar .mpCol--logo .logo--default img,.navigationDCE .topBar .mpCol--logo .logo--default svg{ top: 0; }}@media (min-width:768px){.navigationDCE .topBar .mpCol--logo .logo--mobileOnly{ display: none; }}.navigationDCE .topBar .mpCol--logo .logo--mobileOnly img,.navigationDCE .topBar .mpCol--logo .logo--mobileOnly svg{ position: relative;  top: 4px; }.navigationDCE .topBar .menuOpenBtn{ background: none;  border: none;  padding: 0;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  cursor: pointer;  color: inherit;  padding: 10px 0; }@media (min-width:768px){.navigationDCE .topBar .menuOpenBtn{ padding: 0; }}@media (min-width:1200px){.navigationDCE .topBar .menuOpenBtn:hover .burger .line.line_0,.navigationDCE .topBar .menuOpenBtn:hover .burger .line.line_2{ -webkit-transition: transform 300ms ease-in-out;  -moz-transition: transform 300ms ease-in-out;  -o-transition: transform 300ms ease-in-out;  -webkit-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; }.navigationDCE .topBar .menuOpenBtn:hover .burger .line.line_0{ -webkit-transform: translateY(2px);  -moz-transform: translateY(2px);  -ms-transform: translateY(2px);  -webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px); }.navigationDCE .topBar .menuOpenBtn:hover .burger .line.line_2{ -webkit-transform: translateY(-2px);  -moz-transform: translateY(-2px);  -ms-transform: translateY(-2px);  -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px); }}.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_0,.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_2{ -webkit-transition: transform 300ms ease-in-out;  -moz-transition: transform 300ms ease-in-out;  -o-transition: transform 300ms ease-in-out;  -webkit-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; }.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_0 .lineInner,.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_2 .lineInner{ -webkit-transition: transform 300ms 300ms ease-in-out;  -moz-transition: transform 300ms 300ms ease-in-out;  -o-transition: transform 300ms 300ms ease-in-out;  -webkit-transition: transform 300ms 300ms ease-in-out; transition: transform 300ms 300ms ease-in-out; }.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_0{ -webkit-transform: translateY(6px);  -moz-transform: translateY(6px);  -ms-transform: translateY(6px);  -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }@media (min-width:768px){.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_0{ -webkit-transform: translateY(8px);  -moz-transform: translateY(8px);  -ms-transform: translateY(8px);  -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px); }}.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_0 .lineInner{ -webkit-transform: rotate(15deg);  -moz-transform: rotate(15deg);  -ms-transform: rotate(15deg);  -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); }.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_1{ opacity: 0;  -webkit-transition: opacity 300ms ease-in-out;  -moz-transition: opacity 300ms ease-in-out;  -o-transition: opacity 300ms ease-in-out;  -webkit-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_2{ -webkit-transform: translateY(-6px);  -moz-transform: translateY(-6px);  -ms-transform: translateY(-6px);  -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); }@media (min-width:768px){.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_2{ -webkit-transform: translateY(-8px);  -moz-transform: translateY(-8px);  -ms-transform: translateY(-8px);  -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); }}.navigationDCE .topBar .menuOpenBtn.mpActive .burger .line.line_2 .lineInner{ -webkit-transform: rotate(-15deg);  -moz-transform: rotate(-15deg);  -ms-transform: rotate(-15deg);  -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); }.navigationDCE .topBar .menuOpenBtn.mpActive .burgerTitle .burgerTitleOpen{ display: none; }.navigationDCE .topBar .menuOpenBtn.mpActive .burgerTitle .burgerTitleClose{ display: block; }.navigationDCE .topBar .menuOpenBtn .burger{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.navigationDCE .topBar .menuOpenBtn .burger .line{ width: 30px; }@media (min-width:768px){.navigationDCE .topBar .menuOpenBtn .burger .line{ width: 40px; }}.navigationDCE .topBar .menuOpenBtn .burger .line.line_0,.navigationDCE .topBar .menuOpenBtn .burger .line.line_2{ -webkit-transition: transform 300ms 300ms ease-in-out;  -moz-transition: transform 300ms 300ms ease-in-out;  -o-transition: transform 300ms 300ms ease-in-out;  -webkit-transition: transform 300ms 300ms ease-in-out; transition: transform 300ms 300ms ease-in-out; }.navigationDCE .topBar .menuOpenBtn .burger .line.line_0 .lineInner,.navigationDCE .topBar .menuOpenBtn .burger .line.line_2 .lineInner{ -webkit-transition: transform 300ms ease-in-out,border-color 400ms ease-in-out;  -moz-transition: transform 300ms ease-in-out,border-color 400ms ease-in-out;  -o-transition: transform 300ms ease-in-out,border-color 400ms ease-in-out;  -webkit-transition: transform 300ms ease-in-out,border-color 400ms ease-in-out; transition: transform 300ms ease-in-out,border-color 400ms ease-in-out; }.navigationDCE .topBar .menuOpenBtn .burger .line.line_1{ margin: 4px 0;  width: 24px;  -webkit-transition: opacity 300ms 300ms ease-in-out;  -moz-transition: opacity 300ms 300ms ease-in-out;  -o-transition: opacity 300ms 300ms ease-in-out;  -webkit-transition: opacity 300ms 300ms ease-in-out; transition: opacity 300ms 300ms ease-in-out; }@media (min-width:768px){.navigationDCE .topBar .menuOpenBtn .burger .line.line_1{ margin: 6px 0;  width: 32px; }}.navigationDCE .topBar .menuOpenBtn .burger .line.line_1 .lineInner{ -webkit-transition: border-color 400ms ease-in-out;  -moz-transition: border-color 400ms ease-in-out;  -o-transition: border-color 400ms ease-in-out;  -webkit-transition: border-color 400ms ease-in-out; transition: border-color 400ms ease-in-out; }.navigationDCE .topBar .menuOpenBtn .burger .line .lineInner{ border-bottom: 2px solid var(--color-topBar);  width: 100%; }.navigationDCE .topBar .menuOpenBtn .burgerTitle{ padding-top: 4px;  position: relative;  margin-left: 14px;  text-transform: uppercase;  display: none;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.navigationDCE .topBar .menuOpenBtn .burgerTitle{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.navigationDCE .topBar .menuOpenBtn .burgerTitle{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}@media (min-width:992px){.navigationDCE .topBar .menuOpenBtn .burgerTitle{ display: block; }}.navigationDCE .topBar .menuOpenBtn .burgerTitle .burgerTitleClose{ display: none; }.navigationDCE .bottomBar--mobileOnly{ height: var(--bottomBarMobileHeight);  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  background-color: #1e2839;  position: fixed;  bottom: 0;  left: 0;  width: 100%;  -webkit-box-shadow: 0 0 10px 0 rgba(32,32,32,.3); box-shadow: 0 0 10px 0 rgba(32,32,32,.3);  z-index: 90; }@media (min-width:768px){.navigationDCE .bottomBar--mobileOnly{ display: none; }}.startScreenDCE{ position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 90;  will-change: transform;  -webkit-backface-visibility: hidden; backface-visibility: hidden;  -webkit-backface-visibility: hidden;  -webkit-transform: translateX(0%) translateZ(0);  -moz-transform: translateX(0%) translateZ(0);  -ms-transform: translateX(0%) translateZ(0);  -webkit-transform: translateX(0%) translateZ(0); -ms-transform: translateX(0%) translateZ(0); transform: translateX(0%) translateZ(0);  -webkit-transition: transform 1600ms ease-in-out,opacity 0s 1600ms linear;  -moz-transition: transform 1600ms ease-in-out,opacity 0s 1600ms linear;  -o-transition: transform 1600ms ease-in-out,opacity 0s 1600ms linear;  -webkit-transition: transform 1600ms ease-in-out,opacity 0s 1600ms linear; transition: transform 1600ms ease-in-out,opacity 0s 1600ms linear; }.startScreenDCE.fadeOut{ opacity: 0;  pointer-events: none;  -webkit-transform: translateX(-100%) translateZ(0);  -moz-transform: translateX(-100%) translateZ(0);  -ms-transform: translateX(-100%) translateZ(0);  -webkit-transform: translateX(-100%) translateZ(0); -ms-transform: translateX(-100%) translateZ(0); transform: translateX(-100%) translateZ(0); }.startScreenDCE.atLastSlide .overlay__circle{ cursor: pointer; }.startScreenDCE .images{ height: 100vh;  position: relative; }.startScreenDCE .imageWrapper{ position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  pointer-events: none; }.startScreenDCE .imageWrapper.imageWrapper--first{ pointer-events: all; }.startScreenDCE .imageWrapper.imageWrapper--last .overlay__circle .overlay__circle__textInner{ color: #ad9a69;  background-position: center;  background-repeat: no-repeat;  background-size: cover;  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-image: url('../../../fileadmin/templates/images/Gold-Folie.jpg'); }.startScreenDCE .imageWrapper.hidden{ opacity: 0; }.startScreenDCE .imageWrapper > .g_imgAsBackgroundWrapper{ position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%; }.startScreenDCE .overlay{ position: absolute;  width: 100%;  height: 100%;  left: 0;  top: 0;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  background: -webkit-linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 80%,rgba(0,0,0,0) 110%); background: linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 80%,rgba(0,0,0,0) 110%); }.startScreenDCE .overlay__circle{ width: 240px;  height: 240px;  position: relative; }.startScreenDCE .overlay__circle::before{ content: "";  width: -webkit-calc(100% + 4px); width: calc(100% + 4px);  height: -webkit-calc(100% + 4px); height: calc(100% + 4px);  border-radius: 100%;  border: 2px solid #fff;  position: absolute;  left: -2px;  top: -2px;  opacity: .5;  -webkit-box-shadow: 0 0 40px 0 #fff; box-shadow: 0 0 40px 0 #fff;  -webkit-animation: puls 3500ms ease-in-out infinite; animation: puls 3500ms ease-in-out infinite; }@keyframes puls{0%{ opacity: 0;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }25%{ -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }50%{ opacity: .5; }100%{ opacity: 0;  -webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }}.startScreenDCE .overlay__circle svg{ width: 100%;  height: 100%; }.startScreenDCE .overlay__circle img{ width: 100%;  height: 100%; }.startScreenDCE .overlay__circle .overlay__circle__text{ position: absolute;  left: 50%;  top: 50%;  -webkit-transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }.startScreenDCE .overlay__circle .overlay__circle__textInner{ font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold";  text-align: center;  color: #fff;  text-transform: uppercase; }@media (min-width:768px){.startScreenDCE .overlay__circle .overlay__circle__textInner{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.startScreenDCE .overlay__circle .overlay__circle__textInner{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.extNews--categoryList + .teaserTextDCE.teaserTextDCE--default,.extNews--categoryList + .teaserTextDCE{ margin-top: 0; }.accordionDCE + .teaserTextDCE.teaserTextDCE--background-darkblue2{ margin-top: -webkit-calc(var(--space-xLarge) * -1); margin-top: calc(var(--space-xLarge) * -1);  padding-top: 0; }body.tplLayout0 .teaserTextDCE .text{ color: #fff; }.extNews--teaserTextDCE,.teaserTextDCE{ text-align: center;  margin: var(--space-xLarge) 0; }.extNews--teaserTextDCE.teaserTextDCE--default,.teaserTextDCE.teaserTextDCE--default{ margin: var(--space-xLarge) 0; }.extNews--teaserTextDCE.teaserTextDCE--layoutA,.teaserTextDCE.teaserTextDCE--layoutA{ margin-top: 6rem; }@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA,.teaserTextDCE.teaserTextDCE--layoutA{ margin: var(--space-large) 0; }}.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles{ margin-bottom: 3rem; }@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles{ margin-bottom: 4rem; }}.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__title,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__title{ text-transform: uppercase;  color: #ad9a69;  background-position: center;  background-repeat: no-repeat;  background-size: cover;  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-image: url('../../../fileadmin/templates/images/Gold-Folie.jpg');  font-size: 2.1875rem;  line-height: 2.625rem;  letter-spacing: .035em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__title,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__title{ font-size: 4.0625rem;  line-height: 4.875rem;  letter-spacing: .065em; }}@media (min-width:1600px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__title,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__title{ font-size: 6.25rem;  line-height: 7.5rem;  letter-spacing: .1em; }}.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle{ margin-top: 1rem;  color: #ad9a69;  text-transform: uppercase;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle,.teaserTextDCE.teaserTextDCE--layoutA .g_dceTitles .g_dceTitles__subtitle{ margin-top: 2rem; }}.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter{ position: relative; }.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper{ position: absolute;  z-index: -1;  display: none; }@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper{ -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  display: block;  top: 50%; }}@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--left,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--left{ right: 75%; }}@media (min-width:992px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--left,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--left{ right: 90%; }}@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--right,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--right{ left: 75%; }}@media (min-width:992px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--right,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper.backgroundImgWrapper--right{ left: 90%; }}.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper img,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper img{ width: 460px;  height: auto; }@media (min-width:992px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper img,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper img{ width: 560px; }}@media (min-width:1600px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper img,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .backgroundImgWrapper img{ width: 780px; }}.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .g_linkWrapper,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .g_linkWrapper{ margin-top: 3rem; }@media (min-width:768px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .g_linkWrapper,.teaserTextDCE.teaserTextDCE--layoutA .linkWrapperOuter .g_linkWrapper{ margin-top: 5rem; }}@media (min-width:992px){.extNews--teaserTextDCE.teaserTextDCE--layoutA .mpRow,.teaserTextDCE.teaserTextDCE--layoutA .mpRow{ max-width: 60%; }}.extNews--teaserTextDCE.teaserTextDCE--background-darkblue,.teaserTextDCE.teaserTextDCE--background-darkblue{ background-color: #1e2839;  margin: var(--space-large) 0;  padding: var(--space-large) 0; }.extNews--teaserTextDCE.teaserTextDCE--background-darkblue .text,.teaserTextDCE.teaserTextDCE--background-darkblue .text{ color: #fff; }.extNews--teaserTextDCE.teaserTextDCE--background-darkblue .g_linkWrapper--verticalFramed,.teaserTextDCE.teaserTextDCE--background-darkblue .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }.extNews--teaserTextDCE.teaserTextDCE--background-darkblue2,.teaserTextDCE.teaserTextDCE--background-darkblue2{ background-color: #141c28;  margin: var(--space-large) 0;  padding: var(--space-large) 0; }.extNews--teaserTextDCE.teaserTextDCE--background-darkblue2:last-child,.teaserTextDCE.teaserTextDCE--background-darkblue2:last-child{ margin-bottom: 0; }.extNews--teaserTextDCE.teaserTextDCE--background-darkblue2 .text,.teaserTextDCE.teaserTextDCE--background-darkblue2 .text{ color: #fff; }.extNews--teaserTextDCE.teaserTextDCE--background-darkblue2 .g_linkWrapper--verticalFramed,.teaserTextDCE.teaserTextDCE--background-darkblue2 .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }.extNews--teaserTextDCE .g_dceTitles,.teaserTextDCE .g_dceTitles{ margin-bottom: 2rem; }.extNews--teaserTextDCE .g_dceTitles .g_dceTitles__title,.teaserTextDCE .g_dceTitles .g_dceTitles__title{ color: #ad9a69;  text-transform: uppercase;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.extNews--teaserTextDCE .g_dceTitles .g_dceTitles__title,.teaserTextDCE .g_dceTitles .g_dceTitles__title{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.extNews--teaserTextDCE .g_dceTitles .g_dceTitles__title,.teaserTextDCE .g_dceTitles .g_dceTitles__title{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.extNews--teaserTextDCE .g_dceTitles .g_dceTitles__title span,.teaserTextDCE .g_dceTitles .g_dceTitles__title span{ text-transform: none; }.extNews--teaserTextDCE .text,.teaserTextDCE .text{ font-size: 1.25rem;  line-height: 2rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.extNews--teaserTextDCE .text,.teaserTextDCE .text{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--teaserTextDCE .text,.teaserTextDCE .text{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}.extNews--teaserTextDCE .text a,.teaserTextDCE .text a{ font-size: 1.25rem;  line-height: 2.3rem;  letter-spacing: 0;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.extNews--teaserTextDCE .text a,.teaserTextDCE .text a{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--teaserTextDCE .text a,.teaserTextDCE .text a{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}.extNews--teaserTextDCE .g_linkWrapper,.teaserTextDCE .g_linkWrapper{ margin-top: 3rem; }@media (min-width:768px){.extNews--teaserTextDCE .g_linkWrapper,.teaserTextDCE .g_linkWrapper{ margin-top: 5rem; }}@media (min-width:768px){.extNews--teaserTextDCE .mpRow,.teaserTextDCE .mpRow{ max-width: 566px; }}@media (min-width:992px){.extNews--teaserTextDCE .mpRow,.teaserTextDCE .mpRow{ max-width: 86%; }}@media (min-width:1600px){.extNews--teaserTextDCE .mpRow,.teaserTextDCE .mpRow{ max-width: 1040px; }}.extNews--teaserTextDCE .text li{ margin: 0 .4rem;  display: inline; }.extNews--teaserTextDCE .text li + li::before{ content: "";  width: 4px;  height: 4px;  display: inline-block;  border-radius: 100%;  background-color: #1e2839;  margin-right: .8rem;  position: relative;  bottom: 6px; }.imageCollageDCE{ margin: var(--space-large) 0; }.imageCollageDCE .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }.imageCollageDCE .mpRow--title .g_dceTitles{ margin-bottom: 2rem;  text-align: center; }.imageCollageDCE .mpRow--title .g_dceTitles .g_dceTitles__title{ color: #ad9a69;  background-position: center;  background-repeat: no-repeat;  background-size: cover;  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-image: url('../../../fileadmin/templates/images/Gold-Folie.jpg');  font-size: 1.5rem;  line-height: 1.8rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.imageCollageDCE .mpRow--title .g_dceTitles .g_dceTitles__title{ font-size: 2rem;  line-height: 2.4rem;  letter-spacing: 0; }}@media (min-width:1600px){.imageCollageDCE .mpRow--title .g_dceTitles .g_dceTitles__title{ font-size: 2.5rem;  line-height: 3rem;  letter-spacing: 0; }}@media (min-width:768px){.imageCollageDCE .mpRow--title .mpCol{ max-width: 348px;  -webkit-flex: 0 0 348px; -ms-flex: 0 0 348px; flex: 0 0 348px;  margin: 0 auto; }}@media (min-width:992px){.imageCollageDCE .mpRow--title .mpCol{ max-width: 406px;  -webkit-flex: 0 0 406px; -ms-flex: 0 0 406px; flex: 0 0 406px; }}.imageCollageDCE .mpRow--collage{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }@media (min-width:992px){.imageCollageDCE .mpRow--collage{ max-width: 94%; }}@media (min-width:1200px){.imageCollageDCE .mpRow--collage{ max-width: 900px; }}@media (min-width:1600px){.imageCollageDCE .mpRow--collage{ max-width: 1180px; }}.imageCollageDCE .mpRow--collage img{ height: 100%;  width: 100%; }.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1{ text-align: center; }@media (min-width:768px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1{ max-width: 298px;  -webkit-flex: 0 0 298px; -ms-flex: 0 0 298px; flex: 0 0 298px;  text-align: left; }}@media (min-width:992px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1{ max-width: 330px;  -webkit-flex: 0 0 330px; -ms-flex: 0 0 330px; flex: 0 0 330px; }}@media (min-width:1600px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1{ max-width: 358px;  -webkit-flex: 0 0 358px; -ms-flex: 0 0 358px; flex: 0 0 358px; }}.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1 .collageGroup__text{ font-size: 1.25rem;  line-height: 1.8rem;  letter-spacing: 0;  font-family: "NovelPro-Light";  margin-top: 1rem; }@media (min-width:768px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1 .collageGroup__text{ font-size: 1.40625rem;  line-height: 2.30625rem;  letter-spacing: 0; }}@media (min-width:1600px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1 .collageGroup__text{ font-size: 1.5625rem;  line-height: 2.5625rem;  letter-spacing: 0; }}.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1 .collageGroup__linkWrapper{ margin-top: 2rem; }.imageCollageDCE .mpRow--collage .mpCol--collageGroup_1 .g_imgAsBackgroundWrapper{ padding-top: 148%; }.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2{ margin-top: 6rem; }@media (min-width:768px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2{ max-width: 308px;  -webkit-flex: 0 0 308px; -ms-flex: 0 0 308px; flex: 0 0 308px;  margin-top: 12rem; }}@media (min-width:992px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2{ max-width: 380px;  -webkit-flex: 0 0 380px; -ms-flex: 0 0 380px; flex: 0 0 380px; }}@media (min-width:1600px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2{ max-width: 496px;  -webkit-flex: 0 0 496px; -ms-flex: 0 0 496px; flex: 0 0 496px;  margin-top: 8rem; }}.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__imagesWrapper{ font-size: 0;  line-height: 0; }.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__imagesWrapperOuter{ position: relative; }.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__linkWrapper{ margin-top: 4rem;  text-align: center; }@media (min-width:768px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__linkWrapper{ margin-top: 6rem; }}.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__title{ font-size: 2.1875rem;  line-height: 2.625rem;  letter-spacing: .035em;  font-family: "NovelPro-SemiBold";  position: absolute;  left: 50%;  text-transform: uppercase;  z-index: 10;  white-space: nowrap; }@media (min-width:768px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__title{ font-size: 4.0625rem;  line-height: 4.875rem;  letter-spacing: .065em; }}@media (min-width:1600px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__title{ font-size: 6.25rem;  line-height: 7.5rem;  letter-spacing: .1em; }}.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__title.collageGroup__titlePart1{ top: 0;  -webkit-transform: translateX(-50%) translateY(-40%);  -moz-transform: translateX(-50%) translateY(-40%);  -ms-transform: translateX(-50%) translateY(-40%);  -webkit-transform: translateX(-50%) translateY(-40%); -ms-transform: translateX(-50%) translateY(-40%); transform: translateX(-50%) translateY(-40%); }@media (min-width:1600px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__title.collageGroup__titlePart1{ -webkit-transform: translateX(-50%) translateY(-50%);  -moz-transform: translateX(-50%) translateY(-50%);  -ms-transform: translateX(-50%) translateY(-50%);  -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }}.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__title.collageGroup__titlePart2{ bottom: 0;  -webkit-transform: translateX(-50%) translateY(75%);  -moz-transform: translateX(-50%) translateY(75%);  -ms-transform: translateX(-50%) translateY(75%);  -webkit-transform: translateX(-50%) translateY(75%); -ms-transform: translateX(-50%) translateY(75%); transform: translateX(-50%) translateY(75%); }@media (min-width:1600px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .collageGroup__title.collageGroup__titlePart2{ -webkit-transform: translateX(-50%) translateY(60%);  -moz-transform: translateX(-50%) translateY(60%);  -ms-transform: translateX(-50%) translateY(60%);  -webkit-transform: translateX(-50%) translateY(60%); -ms-transform: translateX(-50%) translateY(60%); transform: translateX(-50%) translateY(60%); }}.imageCollageDCE .mpRow--collage .mpCol--collageGroup_2 .g_imgAsBackgroundWrapper{ padding-top: 116%; }.imageCollageDCE .mpRow--collage .mpCol--collageGroup_3{ margin-top: 6rem; }@media (min-width:768px){.imageCollageDCE .mpRow--collage .mpCol--collageGroup_3{ margin-top: 4rem; }}.mpxRooms--list{ padding: 0 0 var(--space-xLarge);  background-color: #141c28; }@media (min-width:992px){.mpxRooms--list .mpContainer > .mpRow{ max-width: 94%; }}@media (min-width:1200px){.mpxRooms--list .mpContainer > .mpRow{ max-width: 900px; }}@media (min-width:1600px){.mpxRooms--list .mpContainer > .mpRow{ max-width: 1180px; }}@media (min-width:768px){.mpxRooms--list .g_imageAndTitleBlock{ margin: 0 auto; }}@media (min-width:992px){.mpxRooms--list .g_imageAndTitleBlock{ margin: 0; }}.mpxRooms--list .g_imageAndTitleBlock .g_imageAndTitleBlock__title{ color: #fff; }@media (min-width:992px) and (max-width:1599px){.mpxRooms--list .g_imageAndTitleBlock{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }}.mpxRooms--list .vineyard{ display: -ms-flexbox; display: -webkit-flex; display: flex;  margin-bottom: 8rem;  position: relative; }@media (min-width:768px){.mpxRooms--list .vineyard{ margin-bottom: 12rem; }}.mpxRooms--list .vineyard.isLast{ margin-bottom: -webkit-calc(2rem + 29px); margin-bottom: calc(2rem + 29px); }@media (min-width:768px){.mpxRooms--list .vineyard.isLast{ margin-bottom: 4rem; }}.mpxRooms--list .vineyard .scrollAnchor{ position: absolute;  left: 0;  top: -webkit-calc((var(--menuHeight) + 45px) * -1); top: calc((var(--menuHeight) + 45px) * -1); }.mpxRooms--list .vineyard .vineyard__subtitle{ margin-bottom: 2rem;  color: #ad9a69;  font-size: 1.25rem;  line-height: 2.3rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.mpxRooms--list .vineyard .vineyard__subtitle{ font-size: 1.015625rem;  line-height: 1.86875rem;  letter-spacing: 0; }}@media (min-width:1600px){.mpxRooms--list .vineyard .vineyard__subtitle{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}.mpxRooms--list .vineyard .vineyard__description{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em;  font-family: "NovelPro-Light"; }@media (min-width:768px){.mpxRooms--list .vineyard .vineyard__description{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em; }}@media (min-width:1600px){.mpxRooms--list .vineyard .vineyard__description{ font-size: 1.0625rem;  line-height: 1.8125rem;  letter-spacing: .03em; }}.mpxRooms--list .vineyard .readMoreContent{ opacity: 0;  overflow: hidden;  max-height: 0;  -webkit-transition: opacity 800ms ease-in-out,max-height 800ms 0ms ease-in-out;  -moz-transition: opacity 800ms ease-in-out,max-height 800ms 0ms ease-in-out;  -o-transition: opacity 800ms ease-in-out,max-height 800ms 0ms ease-in-out;  -webkit-transition: opacity 800ms ease-in-out,max-height 800ms 0ms ease-in-out; transition: opacity 800ms ease-in-out,max-height 800ms 0ms ease-in-out; }.mpxRooms--list .vineyard .readMoreContent.mpActive{ opacity: 1;  -webkit-transition: opacity 800ms 400ms ease-in-out,max-height 800ms ease-in-out;  -moz-transition: opacity 800ms 400ms ease-in-out,max-height 800ms ease-in-out;  -o-transition: opacity 800ms 400ms ease-in-out,max-height 800ms ease-in-out;  -webkit-transition: opacity 800ms 400ms ease-in-out,max-height 800ms ease-in-out; transition: opacity 800ms 400ms ease-in-out,max-height 800ms ease-in-out; }.mpxRooms--list .vineyard .readMoreContentInner{ padding-top: .85rem; }@media (min-width:768px){.mpxRooms--list .vineyard .readMoreContentInner{ padding-top: .95625rem; }}@media (min-width:1600px){.mpxRooms--list .vineyard .readMoreContentInner{ padding-top: 1.0625rem; }}.mpxRooms--list .vineyard .mpCol--text{ text-align: center;  margin-top: 4rem; }@media (min-width:768px){.mpxRooms--list .vineyard .mpCol--text{ margin-top: 4rem; }}@media (min-width:992px){.mpxRooms--list .vineyard .mpCol--text{ margin-top: -webkit-calc(68px + 3rem); margin-top: calc(68px + 3rem);  -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%;  max-width: 45%;  margin-left: auto;  text-align: left; }}@media (min-width:1600px){.mpxRooms--list .vineyard .mpCol--text{ -webkit-flex: 0 0 580px; -ms-flex: 0 0 580px; flex: 0 0 580px;  max-width: 580px; }}.mpxRooms--list .vineyard .mpCol--text .colInner{ position: relative; }.mpxRooms--list .vineyard .linkGroup{ position: absolute;  top: -webkit-calc(100% + 2rem); top: calc(100% + 2rem);  left: 50%;  -webkit-transform: translateX(-50%);  -moz-transform: translateX(-50%);  -ms-transform: translateX(-50%);  -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }@media (min-width:768px){.mpxRooms--list .vineyard .linkGroup{ display: -ms-flexbox; display: -webkit-flex; display: flex; }}@media (min-width:992px){.mpxRooms--list .vineyard .linkGroup{ -webkit-transform: translateX(0%);  -moz-transform: translateX(0%);  -ms-transform: translateX(0%);  -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%);  left: 0; }}.mpxRooms--list .vineyard .lightgalleryBtn,.mpxRooms--list .vineyard .readMoreBtn{ text-decoration: none;  padding: 0;  border: none;  background: none;  cursor: pointer;  color: inherit;  position: relative;  font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em;  font-family: "NovelPro-Light"; }@media (min-width:768px){.mpxRooms--list .vineyard .lightgalleryBtn,.mpxRooms--list .vineyard .readMoreBtn{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em; }}@media (min-width:1600px){.mpxRooms--list .vineyard .lightgalleryBtn,.mpxRooms--list .vineyard .readMoreBtn{ font-size: 1.0625rem;  line-height: 1.8125rem;  letter-spacing: .03em; }}.mpxRooms--list .vineyard .lightgalleryBtn:hover::after,.mpxRooms--list .vineyard .readMoreBtn:hover::after{ -webkit-transform: translateY(4px);  -moz-transform: translateY(4px);  -ms-transform: translateY(4px);  -webkit-transform: translateY(4px); -ms-transform: translateY(4px); transform: translateY(4px); }.mpxRooms--list .vineyard .lightgalleryBtn::after,.mpxRooms--list .vineyard .readMoreBtn::after{ border-bottom: 1px solid #797f89;  bottom: 4px;  content: "";  height: 0;  left: 0;  position: absolute;  width: 100%;  -webkit-transform: translateY(0);  -moz-transform: translateY(0);  -ms-transform: translateY(0);  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);  -webkit-transition: transform 300ms ease-in-out;  -moz-transition: transform 300ms ease-in-out;  -o-transition: transform 300ms ease-in-out;  -webkit-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; }.mpxRooms--list .vineyard .g_linkWrapper + .g_linkWrapper{ margin-top: 1rem; }@media (min-width:768px){.mpxRooms--list .vineyard .g_linkWrapper + .g_linkWrapper{ margin-left: 40px;  margin-top: 0; }}.titleDCE{ margin: var(--space-xLarge) 0 var(--space-large);  text-align: center;  position: relative; }@media (min-width:768px){.titleDCE{ margin: var(--space-xLarge) 0; }}.titleDCE.backgroundColor--darkblue{ padding: 7rem 0 6rem;  margin: 0;  background-color: #141c28; }@media (min-width:768px){.titleDCE.backgroundColor--darkblue{ padding: 16rem 0 8rem; }}.titleDCE.backgroundColor--white{ padding: var(--space-xLarge) 0;  margin: 0;  background-color: #fff; }.titleDCE.backgroundColor--white .g_dceTitles__title{ color: #1e2839; }.titleDCE .scrollAnchor{ position: absolute;  left: 0;  top: 0; }@media (min-width:992px){.titleDCE .mpRow{ max-width: 94%; }}@media (min-width:1200px){.titleDCE .mpRow{ max-width: 900px; }}@media (min-width:1600px){.titleDCE .mpRow{ max-width: 1180px; }}.titleDCE .g_dceTitles__title{ color: #fff;  font-size: 2.1875rem;  line-height: 2.625rem;  letter-spacing: .035em;  font-family: "NovelPro-SemiBold";  text-transform: uppercase; }@media (min-width:768px){.titleDCE .g_dceTitles__title{ font-size: 4.0625rem;  line-height: 4.875rem;  letter-spacing: .065em; }}@media (min-width:1600px){.titleDCE .g_dceTitles__title{ font-size: 6.25rem;  line-height: 7.5rem;  letter-spacing: .1em; }}.titleDCE .g_dceTitles__subtitle{ font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold";  margin-top: 1rem;  color: #ad9a69;  text-transform: uppercase; }@media (min-width:768px){.titleDCE .g_dceTitles__subtitle{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.titleDCE .g_dceTitles__subtitle{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.titleDCE.titleDCE--layout--b{ padding-bottom: 30px; }.titleDCE.titleDCE--layout--b .g_dceTitles__title{ text-transform: none;  font-size: 2.734375rem;  line-height: 3.0625rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.titleDCE.titleDCE--layout--b .g_dceTitles__title{ font-size: 5.078125rem;  line-height: 6.296875rem;  letter-spacing: 0; }}@media (min-width:1600px){.titleDCE.titleDCE--layout--b .g_dceTitles__title{ font-size: 7.8125rem;  line-height: 9.6875rem;  letter-spacing: 0; }}.simpleImageSliderDCE.background--white + .textColumnsDCE.background--white{ padding-top: 0; }.textColumnsDCE{ margin: var(--space-large) 0 var(--space-xLarge);  text-align: center; }@media (min-width:768px){.textColumnsDCE{ margin: var(--space-xLarge) 0; }}@media (min-width:992px){.textColumnsDCE{ text-align: left; }}.textColumnsDCE.background--white{ background-color: #fff;  color: #1e2839;  margin: 0;  padding: var(--space-xLarge) 0; }.textColumnsDCE.background--white .mpCol_0{ color: #1e2839; }.textColumnsDCE.background--white .mpCol_0 .g_linkWrapper--verticalFramed,.textColumnsDCE.background--white .mpCol_1 .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }@media (min-width:992px){.textColumnsDCE .mpRow{ max-width: 94%; }}@media (min-width:1200px){.textColumnsDCE .mpRow{ max-width: 900px; }}@media (min-width:1600px){.textColumnsDCE .mpRow{ max-width: 1180px; }}@media (min-width:992px){.textColumnsDCE .mpRow{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  padding-left: 15px; }}.textColumnsDCE .mpCol_0{ color: #fff; }@media (min-width:768px){.textColumnsDCE .mpCol_0{ -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%;  max-width: 60%;  margin: 0 auto; }}@media (min-width:992px){.textColumnsDCE .mpCol_0{ margin: 0;  -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%;  max-width: 30%; }}@media (min-width:1600px){.textColumnsDCE .mpCol_0{ -webkit-flex: 0 0 28%; -ms-flex: 0 0 28%; flex: 0 0 28%;  max-width: 28%; }}.textColumnsDCE .mpCol_0 .g_dceTitles__title{ font-size: 1.5rem;  line-height: 2.0625rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.textColumnsDCE .mpCol_0 .g_dceTitles__title{ font-size: 2rem;  line-height: 2.75rem;  letter-spacing: 0; }}@media (min-width:1600px){.textColumnsDCE .mpCol_0 .g_dceTitles__title{ font-size: 2.5rem;  line-height: 3.4375rem;  letter-spacing: 0; }}.textColumnsDCE .mpCol_0 .g_dceTitles__title em{ font-size: 1.5rem;  line-height: 2.0625rem;  letter-spacing: 0;  font-family: "NovelPro-LightIt";  font-style: normal; }@media (min-width:768px){.textColumnsDCE .mpCol_0 .g_dceTitles__title em{ font-size: 2rem;  line-height: 2.75rem;  letter-spacing: 0; }}@media (min-width:1600px){.textColumnsDCE .mpCol_0 .g_dceTitles__title em{ font-size: 2.5rem;  line-height: 3.4375rem;  letter-spacing: 0; }}.textColumnsDCE .mpCol_0 .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }.textColumnsDCE .mpCol_1{ margin-top: 2rem; }@media (min-width:992px){.textColumnsDCE .mpCol_1{ -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%;  max-width: 65%;  margin-top: 0; }}@media (min-width:1600px){.textColumnsDCE .mpCol_1{ -webkit-flex: 0 0 61%; -ms-flex: 0 0 61%; flex: 0 0 61%;  max-width: 61%; }}.textColumnsDCE .mpCol_1 .text{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em;  font-family: "NovelPro-Light"; }@media (min-width:768px){.textColumnsDCE .mpCol_1 .text{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em; }}@media (min-width:1600px){.textColumnsDCE .mpCol_1 .text{ font-size: 1.0625rem;  line-height: 1.8125rem;  letter-spacing: .03em; }}@media (min-width:992px){.textColumnsDCE .mpCol_1 .text{ -webkit-column-count: 2;  -moz-column-count: 2;  -webkit-column-count: 2; column-count: 2;  -webkit-column-gap: 60px;  -moz-column-gap: 60px;  -webkit-column-gap: 60px; column-gap: 60px; }}.textColumnsDCE .g_linkWrapper.g_linkWrapper--mobileOnly{ margin-top: 2rem; }@media (min-width:768px){.textColumnsDCE .g_linkWrapper.g_linkWrapper--mobileOnly{ margin-top: 3rem; }}@media (min-width:992px){.textColumnsDCE .g_linkWrapper.g_linkWrapper--mobileOnly{ display: none; }}.textColumnsDCE .g_linkWrapper.g_linkWrapper--desktopOnly{ display: none; }@media (min-width:992px){.textColumnsDCE .g_linkWrapper.g_linkWrapper--desktopOnly{ display: block;  margin-top: 2rem; }}.textColumnsDCE.textColumnsDCE--color--gold .text a{ color: #ad9a69; }.teaserBoxesDCE{ margin: var(--space-xLarge) 0; }@media (min-width:768px){.teaserBoxesDCE{ margin: var(--space-xLarge) 0 var(--space-large); }}@media (min-width:992px){.teaserBoxesDCE .mpRow{ max-width: 94%; }}@media (min-width:1200px){.teaserBoxesDCE .mpRow{ max-width: 900px; }}@media (min-width:1600px){.teaserBoxesDCE .mpRow{ max-width: 1180px; }}.teaserBoxesDCE .boxes{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  margin: -7.5px 0;  pointer-events: none; }@media (min-width:768px){.teaserBoxesDCE .boxes{ margin: -15px; }}@media (min-width:992px){.teaserBoxesDCE .boxes{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;  margin: 0 -15px; }}@media (min-width:1200px){.teaserBoxesDCE .boxes:hover .boxInner{ opacity: .5; }}.teaserBoxesDCE .boxes .boxWrapper{ padding: 7.5px 0;  width: 100%;  pointer-events: none; }@media (min-width:768px){.teaserBoxesDCE .boxes .boxWrapper{ padding: 15px;  -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }}@media (min-width:992px){.teaserBoxesDCE .boxes .boxWrapper{ -webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%;  max-width: 33.333%;  padding: 0 15px; }}.teaserBoxesDCE .boxes .boxInner{ padding-top: 74%;  position: relative;  background-position: center;  background-repeat: no-repeat;  background-size: cover;  pointer-events: all;  opacity: 1;  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }@media (min-width:1200px){.teaserBoxesDCE .boxes .boxInner:hover{ opacity: 1; }.teaserBoxesDCE .boxes .boxInner:hover::after{ opacity: 1; }}.teaserBoxesDCE .boxes .boxInner::after{ border: 2px solid #ad9a69;  position: absolute;  content: "";  left: -1px;  top: -1px;  right: -1px;  bottom: -1px;  pointer-events: none;  opacity: 0;  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }.teaserBoxesDCE .boxes .box__overlay{ position: absolute;  left: 0;  width: 100%;  top: 0;  height: 100%; }.teaserBoxesDCE .boxes .box__overlay .box__overlayInner{ padding: 28px 20px;  padding-right: 0;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  height: 100%; }@media (min-width:768px){.teaserBoxesDCE .boxes .box__overlay .box__overlayInner{ padding: 42px 30px; }}@media (min-width:992px){.teaserBoxesDCE .boxes .box__overlay .box__overlayInner{ padding: 28px 20px; }}@media (min-width:1200px){.teaserBoxesDCE .boxes .box__overlay .box__overlayInner{ padding: 42px 30px; }}.teaserBoxesDCE .boxes .box__subtitle{ color: #797f89;  font-size: .9rem;  line-height: 1.125rem;  letter-spacing: .045em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.teaserBoxesDCE .boxes .box__subtitle{ font-size: .9rem;  line-height: 1.125rem;  letter-spacing: .045em; }}@media (min-width:1600px){.teaserBoxesDCE .boxes .box__subtitle{ font-size: 1rem;  line-height: 1.25rem;  letter-spacing: .05em; }}.teaserBoxesDCE .boxes .box__title{ font-size: 1.25rem;  line-height: 1.5rem;  letter-spacing: 0;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.teaserBoxesDCE .boxes .box__title{ font-size: 1.40625rem;  line-height: 1.6875rem;  letter-spacing: 0; }}@media (min-width:1600px){.teaserBoxesDCE .boxes .box__title{ font-size: 1.5625rem;  line-height: 1.875rem;  letter-spacing: 0; }}.teaserBoxesDCE .g_dceTitles{ text-align: center;  margin-top: 2rem; }@media (min-width:768px){.teaserBoxesDCE .g_dceTitles{ margin-top: 4rem; }}.teaserBoxesDCE .g_dceTitles .g_dceTitles__title{ color: #ad9a69;  text-transform: uppercase;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.teaserBoxesDCE .g_dceTitles .g_dceTitles__title{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.teaserBoxesDCE .g_dceTitles .g_dceTitles__title{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.bigImageWithZoomDCE .mpCol{ padding-top: 125%;  width: 100%;  background-position: center;  background-repeat: no-repeat;  background-size: cover; }@media (min-width:768px){.bigImageWithZoomDCE .mpCol{ padding-top: 65%; }}@media (min-width:992px){.bigImageWithZoomDCE .mpCol{ padding-top: 47%; }}.bigImageWithZoomDCE .mpCol::after{ background-color: #000;  width: 100%;  height: 100%;  left: 0;  top: 0;  position: absolute;  opacity: .5;  z-index: 5; }.bigImageWithZoomDCE .circleHolder{ position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  z-index: 10; }.bigImageWithZoomDCE .circleHolder .circleWrapper{ font-size: 3.15rem;  line-height: 3.9375rem;  letter-spacing: 0;  font-family: "NovelPro-Light";  color: #fff;  width: 100%;  max-width: 228px; }@media (min-width:768px){.bigImageWithZoomDCE .circleHolder .circleWrapper{ font-size: 4.55rem;  line-height: 5.6875rem;  letter-spacing: 0; }}@media (min-width:1600px){.bigImageWithZoomDCE .circleHolder .circleWrapper{ font-size: 7rem;  line-height: 8.75rem;  letter-spacing: 0; }}@media (min-width:768px){.bigImageWithZoomDCE .circleHolder .circleWrapper{ max-width: 296px; }}@media (min-width:1600px){.bigImageWithZoomDCE .circleHolder .circleWrapper{ max-width: 454px; }}@media (min-width:1200px){.bigImageWithZoomDCE .circleHolder .circleWrapper a:hover .textInner,.bigImageWithZoomDCE .circleHolder .circleWrapper a:hover .circleBackgroundImg{ -webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }}.bigImageWithZoomDCE .circleHolder .circle{ position: relative; }.bigImageWithZoomDCE .circleHolder .circle .circleBackground{ position: absolute;  border-radius: 100%;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;  -webkit-transform: translateZ(0);  -moz-transform: translateZ(0);  -ms-transform: translateZ(0);  -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }.bigImageWithZoomDCE .circleHolder .circle .circleBackground .circleBackgroundInner{ position: absolute;  left: 50%;  top: 50%;  width: -webkit-calc(var(--vw-withoutScrollbar,1vw) * 100); width: calc(var(--vw-withoutScrollbar,1vw) * 100);  -webkit-transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }.bigImageWithZoomDCE .circleHolder .circle .circleBackground .circleBackgroundImg{ background-position: center;  background-repeat: no-repeat;  background-size: cover;  padding-top: 125%;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  -webkit-transition: transform 600ms ease-in-out;  -moz-transition: transform 600ms ease-in-out;  -o-transition: transform 600ms ease-in-out;  -webkit-transition: transform 600ms ease-in-out; transition: transform 600ms ease-in-out; }@media (min-width:768px){.bigImageWithZoomDCE .circleHolder .circle .circleBackground .circleBackgroundImg{ padding-top: 65%; }}@media (min-width:992px){.bigImageWithZoomDCE .circleHolder .circle .circleBackground .circleBackgroundImg{ padding-top: 47%; }}.bigImageWithZoomDCE .circleHolder .circle .circleInner{ position: relative;  padding-top: 100%;  border-radius: 100%;  -webkit-box-shadow: 0 4px 130px 40px #000; box-shadow: 0 4px 130px 40px #000; }.bigImageWithZoomDCE .circleHolder .circle .circleInner .text{ -webkit-transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);  position: absolute;  left: 50%;  top: 50%;  white-space: nowrap; }.bigImageWithZoomDCE .circleHolder .circle .circleInner .textInner{ -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  -webkit-transition: transform 600ms ease-in-out;  -moz-transition: transform 600ms ease-in-out;  -o-transition: transform 600ms ease-in-out;  -webkit-transition: transform 600ms ease-in-out; transition: transform 600ms ease-in-out; }.preFooterDCE{ position: fixed;  bottom: var(--space-medium);  left: -webkit-calc(((100vw - 1400px) / 2) + 1400px + 30px); left: calc(((100vw - 1400px) / 2) + 1400px + 30px);  opacity: 0;  overflow: hidden;  max-width: 0;  -webkit-transform: rotate(-90deg) translateY(100%);  -moz-transform: rotate(-90deg) translateY(100%);  -ms-transform: rotate(-90deg) translateY(100%);  -webkit-transform: rotate(-90deg) translateY(100%); -ms-transform: rotate(-90deg) translateY(100%); transform: rotate(-90deg) translateY(100%);  -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom;  -webkit-transition: max-width 0ms 400ms linear,opacity 400ms ease-in-out;  -moz-transition: max-width 0ms 400ms linear,opacity 400ms ease-in-out;  -o-transition: max-width 0ms 400ms linear,opacity 400ms ease-in-out;  -webkit-transition: max-width 0ms 400ms linear,opacity 400ms ease-in-out; transition: max-width 0ms 400ms linear,opacity 400ms ease-in-out;  display: none; }@media (min-width:1600px){.preFooterDCE{ display: block; }}.preFooterDCE.mpActive{ opacity: 1;  max-width: 999px;  -webkit-transition: max-width 0ms linear,opacity 400ms ease-in-out;  -moz-transition: max-width 0ms linear,opacity 400ms ease-in-out;  -o-transition: max-width 0ms linear,opacity 400ms ease-in-out;  -webkit-transition: max-width 0ms linear,opacity 400ms ease-in-out; transition: max-width 0ms linear,opacity 400ms ease-in-out; }@media (min-width:1200px){.preFooterDCE:hover .toTheTopBtn .arrowWrapper{ -webkit-transform: translateX(15px);  -moz-transform: translateX(15px);  -ms-transform: translateX(15px);  -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px); }}.preFooterDCE .toTheTopBtn{ cursor: pointer;  font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .135em;  font-family: "NovelSansPro-SemiBold";  color: #ad9a69;  text-transform: uppercase;  padding: 0;  border: none;  background: none;  display: -ms-flexbox; display: -webkit-flex; display: flex;  padding: 10px 0;  padding-right: 15px;  white-space: nowrap; }@media (min-width:768px){.preFooterDCE .toTheTopBtn{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .135em; }}@media (min-width:1600px){.preFooterDCE .toTheTopBtn{ font-size: 1rem;  line-height: 1.625rem;  letter-spacing: .15em; }}.preFooterDCE .toTheTopBtn .arrowWrapper{ margin-left: 30px;  -webkit-transform: translateX(0);  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);  -webkit-transition: transform 400ms ease-in-out;  -moz-transition: transform 400ms ease-in-out;  -o-transition: transform 400ms ease-in-out;  -webkit-transition: transform 400ms ease-in-out; transition: transform 400ms ease-in-out; }@media (min-width:768px){.preFooterDCE .toTheTopBtn .arrowWrapper{ margin-left: 40px; }}footer.footerDCE{ background-color: #1e2839;  color: #797f89;  padding: var(--space-large) 0 -webkit-calc(var(--bottomBarMobileHeight) + var(--space-large)); padding: var(--space-large) 0 calc(var(--bottomBarMobileHeight) + var(--space-large));  text-align: center; }@media (min-width:768px){footer.footerDCE{ padding: var(--space-medium) 0;  text-align: left; }}footer.footerDCE .socialIcons{ display: -ms-flexbox; display: -webkit-flex; display: flex;  margin: 0 -8px;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }@media (min-width:1600px){footer.footerDCE .socialIcons{ -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }}footer.footerDCE .socialIcons .iconWrapper{ margin: 0 8px; }footer.footerDCE .socialIcons a{ display: block;  line-height: 0;  font-size: 0;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  -webkit-transition: transform 300ms ease-in-out;  -moz-transition: transform 300ms ease-in-out;  -o-transition: transform 300ms ease-in-out;  -webkit-transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out; }@media (min-width:1200px){footer.footerDCE .socialIcons a:hover{ -webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }}footer.footerDCE .textColumn{ color: #fff;  margin-bottom: 3rem; }@media (min-width:768px){footer.footerDCE .textColumn{ margin-right: 45px;  margin-bottom: 0; }}@media (min-width:1600px){footer.footerDCE .textColumn{ margin-right: 84px; }}footer.footerDCE .textColumn.isLast{ margin-right: 0; }footer.footerDCE .textColumn .textColumn__title{ color: #ad9a69;  margin-bottom: .5rem;  font-size: 1.25rem;  line-height: 2rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){footer.footerDCE .textColumn .textColumn__title{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){footer.footerDCE .textColumn .textColumn__title{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}@media (min-width:768px){footer.footerDCE .textColumn .textColumn__title{ margin-bottom: 1rem; }}footer.footerDCE .textColumn .textColumn__text{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){footer.footerDCE .textColumn .textColumn__text{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em; }}@media (min-width:1600px){footer.footerDCE .textColumn .textColumn__text{ font-size: 1rem;  line-height: 1.625rem;  letter-spacing: .05em; }}footer.footerDCE .textSmall{ max-width: 150px;  margin: 3rem auto 0;  font-size: .75rem;  line-height: 1rem;  letter-spacing: 0;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){footer.footerDCE .textSmall{ margin: 0;  margin-top: 2px;  margin-left: 44px; }}@media (min-width:992px){footer.footerDCE .textSmall{ margin: 3rem 0 0; }}footer.footerDCE .textSmall a{ text-decoration: none;  -webkit-transition: color 400ms ease-in-out;  -moz-transition: color 400ms ease-in-out;  -o-transition: color 400ms ease-in-out;  -webkit-transition: color 400ms ease-in-out; transition: color 400ms ease-in-out; }footer.footerDCE .textSmall a:hover{ color: #fff; }footer.footerDCE .links{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .135em;  font-family: "NovelSansPro-SemiBold";  text-transform: uppercase; }@media (min-width:768px){footer.footerDCE .links{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .135em; }}@media (min-width:1600px){footer.footerDCE .links{ font-size: 1rem;  line-height: 1.625rem;  letter-spacing: .15em; }}@media (min-width:768px){footer.footerDCE .links{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }}@media (min-width:992px){footer.footerDCE .links{ -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }}@media (min-width:1600px){footer.footerDCE .links{ padding-top: 8px;  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }}footer.footerDCE .links a{ text-decoration: none;  position: relative;  display: inline-block;  -webkit-transition: color 400ms ease-in-out;  -moz-transition: color 400ms ease-in-out;  -o-transition: color 400ms ease-in-out;  -webkit-transition: color 400ms ease-in-out; transition: color 400ms ease-in-out; }@media (min-width:1200px){footer.footerDCE .links a:hover{ color: #fff; }footer.footerDCE .links a:hover::after{ border-color: #fff;  opacity: 1;  -webkit-transform: translateY(6px);  -moz-transform: translateY(6px);  -ms-transform: translateY(6px);  -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }}footer.footerDCE .links a::after{ border-bottom: 1px solid #797f89;  bottom: 6px;  content: "";  height: 0;  left: 0;  position: absolute;  width: 100%;  opacity: 0;  -webkit-transform: translateY(0);  -moz-transform: translateY(0);  -ms-transform: translateY(0);  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);  -webkit-transition: opacity 400ms ease-in-out,transform 400ms ease-in-out,border-color 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out,transform 400ms ease-in-out,border-color 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out,transform 400ms ease-in-out,border-color 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out,transform 400ms ease-in-out,border-color 400ms ease-in-out; transition: opacity 400ms ease-in-out,transform 400ms ease-in-out,border-color 400ms ease-in-out; }footer.footerDCE .links .linkWrapper{ margin-bottom: 1rem; }@media (min-width:768px){footer.footerDCE .links .linkWrapper{ margin-right: 30px;  margin-bottom: 0;  padding: 4px 0; }}@media (min-width:1200px){footer.footerDCE .links .linkWrapper{ margin-right: 44px; }}@media (min-width:1600px){footer.footerDCE .links .linkWrapper{ padding: 0; }}footer.footerDCE .links .linkWrapper.last{ margin-bottom: 0; }@media (min-width:768px){footer.footerDCE .links .linkWrapper.last{ margin-right: 0; }}@media (min-width:992px){footer.footerDCE .mpRow .mpCol_0{ -webkit-flex: 0 0 84%; -ms-flex: 0 0 84%; flex: 0 0 84%;  max-width: 84%; }}@media (min-width:992px){footer.footerDCE .mpRow .mpCol_1{ -webkit-flex: 0 0 16%; -ms-flex: 0 0 16%; flex: 0 0 16%;  max-width: 16%; }}@media (min-width:768px){footer.footerDCE .mpRow .mpCol_0 .colInnerTop{ display: -ms-flexbox; display: -webkit-flex; display: flex; }}@media (min-width:1200px){footer.footerDCE .mpRow .mpCol_0 .colInnerTop{ -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }}footer.footerDCE .mpRow .mpCol_0 .colInnerTop .logoWrapper{ margin-bottom: 3rem; }@media (min-width:768px){footer.footerDCE .mpRow .mpCol_0 .colInnerTop .logoWrapper{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  margin-right: 60px;  margin-bottom: 0; }}@media (min-width:1600px){footer.footerDCE .mpRow .mpCol_0 .colInnerTop .logoWrapper{ margin-right: 130px; }}footer.footerDCE .mpRow .mpCol_0 .colInnerTop .logoWrapper a{ line-height: 0;  font-size: 0; }footer.footerDCE .mpRow .mpCol_0 .colInnerTop .logoWrapper img{ width: 136px;  height: auto; }@media (min-width:768px){footer.footerDCE .mpRow .mpCol_0 .colInnerTop .logoWrapper img{ width: 116px; }}@media (min-width:1600px){footer.footerDCE .mpRow .mpCol_0 .colInnerTop .logoWrapper img{ width: 136px; }}@media (min-width:768px){footer.footerDCE .mpRow .mpCol_0 .colInnerTop .textColumns{ display: -ms-flexbox; display: -webkit-flex; display: flex; }}footer.footerDCE .mpRow .mpCol_1{ margin-top: 3rem;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }@media (min-width:768px){footer.footerDCE .mpRow .mpCol_1{ margin-top: 6rem; }}@media (min-width:992px){footer.footerDCE .mpRow .mpCol_1{ margin-top: 0; }}@media (min-width:768px){footer.footerDCE .mpRow .mpCol_1 .colInnerTop{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }}@media (min-width:992px){footer.footerDCE .mpRow .mpCol_1 .colInnerTop{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }}@media (min-width:992px){footer.footerDCE .mpRow .mpCol_1 .colInnerTop img{ width: 100%;  height: auto; }}footer.footerDCE .colInnerBottom{ margin-top: 3rem; }@media (min-width:768px){footer.footerDCE .colInnerBottom{ margin-top: 6rem; }}@media (min-width:1600px){footer.footerDCE .colInnerBottom{ height: 35px;  margin-top: 6rem; }}.headerImageDCE{ position: relative;  padding-top: 125%; }@media (min-width:992px){.headerImageDCE{ height: 100vh;  padding-top: 0; }}.headerImageDCE .g_dceTitles__title{ padding-top: var(--menuHeight);  color: #fff;  position: relative;  font-size: 2.734375rem;  line-height: 3.0625rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.headerImageDCE .g_dceTitles__title{ font-size: 5.078125rem;  line-height: 6.296875rem;  letter-spacing: 0; }}@media (min-width:1600px){.headerImageDCE .g_dceTitles__title{ font-size: 7.8125rem;  line-height: 9.6875rem;  letter-spacing: 0; }}@media (min-width:768px){.headerImageDCE .g_dceTitles__title{ padding-top: 0; }}.headerImageDCE .g_dceTitles__title em{ font-size: 2.734375rem;  line-height: 3.0625rem;  letter-spacing: 0;  font-family: "NovelPro-LightIt";  font-style: normal; }@media (min-width:768px){.headerImageDCE .g_dceTitles__title em{ font-size: 5.078125rem;  line-height: 6.296875rem;  letter-spacing: 0; }}@media (min-width:1600px){.headerImageDCE .g_dceTitles__title em{ font-size: 7.8125rem;  line-height: 9.6875rem;  letter-spacing: 0; }}.headerImageDCE .contentWrapper{ position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  text-align: center;  background-color: rgba(0,0,0,.4); }.headerImageDCE .contentWrapper .mpContainer{ width: 100%; }.headerImageDCE .arrowWrapper{ position: absolute;  left: 50%;  top: -webkit-calc(100% + 1rem); top: calc(100% + 1rem);  -webkit-transform: translateX(-50%);  -moz-transform: translateX(-50%);  -ms-transform: translateX(-50%);  -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }@media (min-width:768px){.headerImageDCE .arrowWrapper{ top: -webkit-calc(100% + 2rem); top: calc(100% + 2rem); }}@media (min-width:1200px){.headerImageDCE .arrowWrapper{ top: -webkit-calc(100% + 4rem); top: calc(100% + 4rem); }}.headerImageDCE .arrowWrapper .g_imgAsBackgroundWrapper{ background: none;  width: 14px;  height: 76px;  display: none; }@media (min-width:768px){.headerImageDCE .arrowWrapper .g_imgAsBackgroundWrapper{ display: block; }}@media (min-width:1600px){.headerImageDCE .arrowWrapper .g_imgAsBackgroundWrapper{ width: 16px;  height: 84px; }}.headerImageDCE .arrowWrapper .g_backgroundImage{ height: 100%;  width: 100%; }.g_imageAndTitleBlock{ padding-top: 52px; }@media (min-width:768px){.g_imageAndTitleBlock{ max-width: 524px;  -webkit-flex: 0 0 524px; -ms-flex: 0 0 524px; flex: 0 0 524px;  width: 100%;  padding-top: 60px; }}@media (min-width:992px){.g_imageAndTitleBlock{ padding-top: 68px; }}.g_imageAndTitleBlock .g_linkWrapper{ margin-top: 2rem; }.g_imageAndTitleBlock .g_imageAndTitleBlock__inner{ position: relative; }.g_imageAndTitleBlock .g_imageAndTitleBlock__imageWrapper{ position: relative; }.g_imageAndTitleBlock .g_imageAndTitleBlock__imageWrapper .g_imgAsBackgroundWrapper{ padding-top: 72%; }.g_imageAndTitleBlock .g_imageAndTitleBlock__imageWrapper .g_imgAsBackgroundWrapper::after{ content: "";  position: absolute;  width: 100%;  height: 100%;  left: 0;  top: 0;  background: -webkit-linear-gradient(0deg,black 0%,rgba(255,255,255,0) 100%); background: linear-gradient(0deg,black 0%,rgba(255,255,255,0) 100%);  opacity: .6; }.g_imageAndTitleBlock .g_imageAndTitleBlock__circleWrapper{ position: absolute;  top: -52px;  right: 35px;  z-index: 10; }@media (min-width:768px){.g_imageAndTitleBlock .g_imageAndTitleBlock__circleWrapper{ top: -60px;  right: 40px; }}@media (min-width:1600px){.g_imageAndTitleBlock .g_imageAndTitleBlock__circleWrapper{ top: -68px;  right: 68px; }}.g_imageAndTitleBlock .g_imageAndTitleBlock__textContent{ margin: -.5rem auto 0;  text-align: center;  position: relative;  z-index: 10;  max-width: 400px; }@media (min-width:768px){.g_imageAndTitleBlock .g_imageAndTitleBlock__textContent{ margin-top: -.6rem; }}@media (min-width:1600px){.g_imageAndTitleBlock .g_imageAndTitleBlock__textContent{ margin-top: -.7rem; }}.g_imageAndTitleBlock .g_imageAndTitleBlock__title{ font-size: 1.5rem;  line-height: 1.8rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.g_imageAndTitleBlock .g_imageAndTitleBlock__title{ font-size: 2rem;  line-height: 2.4rem;  letter-spacing: 0; }}@media (min-width:1600px){.g_imageAndTitleBlock .g_imageAndTitleBlock__title{ font-size: 2.5rem;  line-height: 3rem;  letter-spacing: 0; }}.g_imageAndTitleBlock .g_imageAndTitleBlock__title a{ text-decoration: none; }.g_imageAndTitleBlock .g_imageAndTitleBlock__subtitle{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.g_imageAndTitleBlock .g_imageAndTitleBlock__subtitle{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em; }}@media (min-width:1600px){.g_imageAndTitleBlock .g_imageAndTitleBlock__subtitle{ font-size: 1rem;  line-height: 1.625rem;  letter-spacing: .05em; }}.slider--default{ padding-bottom: 50px; }@media (min-width:768px){.slider--default{ padding-bottom: 0; }}.slider--default .slick-arrow{ padding: 10px 0;  position: absolute;  bottom: 0;  cursor: pointer;  z-index: 10; }@media (min-width:1200px){.slider--default .slick-arrow.slick-prev:hover .arrowWrapper{ -webkit-transform: translateX(-15px);  -moz-transform: translateX(-15px);  -ms-transform: translateX(-15px);  -webkit-transform: translateX(-15px); -ms-transform: translateX(-15px); transform: translateX(-15px); }.slider--default .slick-arrow.slick-next:hover .arrowWrapper{ -webkit-transform: translateX(15px);  -moz-transform: translateX(15px);  -ms-transform: translateX(15px);  -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px); }}.slider--default .slick-arrow.slick-prev{ left: 28%;  -webkit-transform: translateX(-50%);  -moz-transform: translateX(-50%);  -ms-transform: translateX(-50%);  -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }.slider--default .slick-arrow.slick-next{ right: 28%;  -webkit-transform: translateX(50%);  -moz-transform: translateX(50%);  -ms-transform: translateX(50%);  -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }.slider--default .slick-arrow .arrowWrapper{ -webkit-transform: translateX(0);  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);  -webkit-transition: transform 400ms ease-in-out;  -moz-transition: transform 400ms ease-in-out;  -o-transition: transform 400ms ease-in-out;  -webkit-transition: transform 400ms ease-in-out; transition: transform 400ms ease-in-out; }.g_imageAndTextSlider{ color: #fff; }.g_imageAndTextSlider:first-child .contentWrapper{ padding-top: 9rem; }@media (min-width:768px){.g_imageAndTextSlider:first-child .contentWrapper{ padding-top: -webkit-calc(8rem + var(--menuHeight)); padding-top: calc(8rem + var(--menuHeight)); }}.g_imageAndTextSlider.layout--layoutB .slide__title{ font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold";  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  text-transform: uppercase;  color: #ad9a69;  text-align: center;  position: absolute;  top: -3.9375rem;  height: 3.9375rem;  left: 0;  width: 100%;  padding: 0 45px; }@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .slide__title{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.g_imageAndTextSlider.layout--layoutB .slide__title{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .slide__title{ top: -33px;  padding: 0;  height: auto; }}@media (min-width:1600px){.g_imageAndTextSlider.layout--layoutB .slide__title{ top: -48px; }}.g_imageAndTextSlider.layout--layoutB .slide__titleInner{ padding-bottom: 9px; }.g_imageAndTextSlider.layout--layoutB .slide__text{ margin-top: 2rem;  text-align: center;  font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em;  font-family: "NovelPro-Light"; }@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .slide__text{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em; }}@media (min-width:1600px){.g_imageAndTextSlider.layout--layoutB .slide__text{ font-size: 1.0625rem;  line-height: 1.8125rem;  letter-spacing: .03em; }}.g_imageAndTextSlider.layout--layoutB .slide__numbering{ font-size: 2.1875rem;  line-height: 2.625rem;  letter-spacing: .035em;  font-family: "NovelPro-Light";  position: absolute;  left: 10px;  top: -32px;  z-index: 10; }@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .slide__numbering{ font-size: 4.0625rem;  line-height: 4.875rem;  letter-spacing: .065em; }}@media (min-width:1600px){.g_imageAndTextSlider.layout--layoutB .slide__numbering{ font-size: 6.25rem;  line-height: 7.5rem;  letter-spacing: .1em; }}@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .slide__numbering{ top: -40px;  left: 34px; }}@media (min-width:1600px){.g_imageAndTextSlider.layout--layoutB .slide__numbering{ top: -55px; }}.g_imageAndTextSlider.layout--layoutB .g_dceTitles{ text-align: center;  margin-bottom: 4rem; }@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .g_dceTitles{ margin-bottom: 8rem; }}.g_imageAndTextSlider.layout--layoutB .g_dceTitles .g_dceTitles__title{ text-transform: uppercase;  font-size: 2.1875rem;  line-height: 2.625rem;  letter-spacing: .035em;  font-family: "NovelPro-Light"; }@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .g_dceTitles .g_dceTitles__title{ font-size: 4.0625rem;  line-height: 4.875rem;  letter-spacing: .065em; }}@media (min-width:1600px){.g_imageAndTextSlider.layout--layoutB .g_dceTitles .g_dceTitles__title{ font-size: 6.25rem;  line-height: 7.5rem;  letter-spacing: .1em; }}.g_imageAndTextSlider.layout--layoutB .slide__imageWrapper{ position: relative; }.g_imageAndTextSlider.layout--layoutB .slide__imageWrapper .g_imgAsBackgroundWrapper{ padding-top: 72%; }.g_imageAndTextSlider.layout--layoutB .slideWrapper .slide{ max-width: 524px;  padding-top: -webkit-calc(3.9375rem + 10px); padding-top: calc(3.9375rem + 10px); }@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .slideWrapper .slide{ padding-top: 35px; }}@media (min-width:1600px){.g_imageAndTextSlider.layout--layoutB .slideWrapper .slide{ padding-top: 50px; }}.g_imageAndTextSlider.layout--layoutB .slideWrapper .slideInner{ position: relative; }@media (min-width:768px){.g_imageAndTextSlider.layout--layoutB .slider--default .slick-arrow{ top: 224px; }}.g_imageAndTextSlider .g_imageAndTitleBlock,.g_imageAndTextSlider .slideWrapper .slide{ margin: 0 auto; }.g_imageAndTextSlider .contentWrapper{ background-color: rgba(30,40,57,.8);  padding: 5rem 0; }@media (min-width:768px){.g_imageAndTextSlider .contentWrapper{ padding: 8rem 0; }}@media (min-width:768px){.g_imageAndTextSlider .slider--default .slick-arrow{ top: 248px;  bottom: auto; }}@media (min-width:992px){.g_imageAndTextSlider .slider--default .slick-arrow{ top: 256px; }}@media (min-width:768px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-prev{ left: -webkit-calc(((100vw - 708px) / 2) + 46px); left: calc(((100vw - 708px) / 2) + 46px);  -webkit-transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }}@media (min-width:992px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-prev{ left: 16%; }}@media (min-width:1200px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-prev{ left: 20%; }}@media (min-width:1600px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-prev{ left: 28%; }}@media (min-width:768px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-next{ right: -webkit-calc(((100vw - 708px) / 2) + 46px); right: calc(((100vw - 708px) / 2) + 46px);  -webkit-transform: translate(50%,-50%);  -moz-transform: translate(50%,-50%);  -ms-transform: translate(50%,-50%);  -webkit-transform: translate(50%,-50%); -ms-transform: translate(50%,-50%); transform: translate(50%,-50%); }}@media (min-width:992px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-next{ right: 16%; }}@media (min-width:1200px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-next{ right: 20%; }}@media (min-width:1600px){.g_imageAndTextSlider .slider--default .slick-arrow.slick-next{ right: 28%; }}.g_imageAndTextSlider .g_linkWrapper--verticalFramed{ text-align: center;  margin-top: 4rem;  --color-link-verticalFramed-color: #fff;  --color-link-verticalFramed-hoverBackgroundColor: #fff;  --color-link-verticalFramed-hoverColor: #1e2839; }@media (min-width:768px){.g_imageAndTextSlider .g_linkWrapper--verticalFramed{ margin-top: 6rem; }}.g_imageAndTextSlider .slideWrapper{ padding: 0 7.5px; }@media (min-width:768px){.g_imageAndTextSlider .slideWrapper{ padding: 0; }}.headerSmallImageWithTitleDCE{ color: #fff;  padding-top: 8rem; }@media (min-width:768px){.headerSmallImageWithTitleDCE{ padding-top: 11rem; }}@media (min-width:768px){.headerSmallImageWithTitleDCE.headerSmallImageWithTitleDCE--titleAlignment-left .g_dceTitles{ left: 0; }}@media (min-width:768px){.headerSmallImageWithTitleDCE .mpRow{ max-width: 312px; }}@media (min-width:1600px){.headerSmallImageWithTitleDCE .mpRow{ max-width: 478px; }}.headerSmallImageWithTitleDCE .mpRow .mpCol{ position: relative; }.headerSmallImageWithTitleDCE .g_dceTitles{ position: absolute;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }.headerSmallImageWithTitleDCE .g_dceTitles .g_dceTitles__title{ font-size: 2.734375rem;  line-height: 3.0625rem;  letter-spacing: 0;  font-family: "NovelPro-Light";  white-space: nowrap; }@media (min-width:768px){.headerSmallImageWithTitleDCE .g_dceTitles .g_dceTitles__title{ font-size: 5.078125rem;  line-height: 6.296875rem;  letter-spacing: 0; }}@media (min-width:1600px){.headerSmallImageWithTitleDCE .g_dceTitles .g_dceTitles__title{ font-size: 7.8125rem;  line-height: 9.6875rem;  letter-spacing: 0; }}.headerSmallImageWithTitleDCE .g_imgAsBackgroundWrapper{ padding-top: 127%; }.headerSmallImageWithTitleDCE .g_imgAsBackgroundWrapper::after{ content: "";  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  background-color: rgba(0,0,0,.2); }.titleDCE.backgroundColor--white + .simpleImageSliderDCE{ margin-top: -webkit-calc(var(--space-xLarge) * -1); margin-top: calc(var(--space-xLarge) * -1); }.simpleImageSliderDCE{ margin: var(--space-xLarge) 0; }.simpleImageSliderDCE.background--white{ background-color: #fff;  margin: 0;  padding: var(--space-xLarge) 0; }@media (min-width:992px){.simpleImageSliderDCE .mpRow{ max-width: 94%; }}@media (min-width:1200px){.simpleImageSliderDCE .mpRow{ max-width: 900px; }}@media (min-width:1600px){.simpleImageSliderDCE .mpRow{ max-width: 1180px; }}.simpleImageSliderDCE .images{ line-height: 0;  font-size: 0; }@media (min-width:768px){.simpleImageSliderDCE .images.slider{ margin-bottom: 3rem; }}.simpleImageSliderDCE .g_imgAsBackgroundWrapper{ padding-top: 55%; }@media (min-width:768px){.simpleImageSliderDCE .slick-dots{ top: -webkit-calc(100% + 1.5rem); top: calc(100% + 1.5rem); }}@media (min-width:768px){.simpleImageSliderDCE .slider--default .slick-arrow{ top: 50%; }}@media (min-width:768px){.simpleImageSliderDCE .slider--default .slick-arrow.slick-prev{ left: -20px;  right: -webkit-calc(100% - 20px); right: calc(100% - 20px);  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }}@media (min-width:992px){.simpleImageSliderDCE .slider--default .slick-arrow.slick-prev{ left: auto;  right: -webkit-calc(100% - 20px); right: calc(100% - 20px); }}@media (min-width:768px){.simpleImageSliderDCE .slider--default .slick-arrow.slick-next{ right: -20px;  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }}@media (min-width:992px){.simpleImageSliderDCE .slider--default .slick-arrow.slick-next{ right: auto;  left: -webkit-calc(100% - 20px); left: calc(100% - 20px); }}.headerTitleWithTextDCE{ margin-top: -webkit-calc(var(--menuHeight) + var(--space-xLarge)); margin-top: calc(var(--menuHeight) + var(--space-xLarge));  text-align: center; }@media (min-width:768px){.headerTitleWithTextDCE{ margin-top: -webkit-calc(var(--menuHeight) + 12rem); margin-top: calc(var(--menuHeight) + 12rem); }}@media (min-width:1600px){.headerTitleWithTextDCE{ margin-top: -webkit-calc(var(--menuHeight) + 14rem); margin-top: calc(var(--menuHeight) + 14rem); }}.headerTitleWithTextDCE:last-child{ margin-bottom: var(--space-medium); }.headerTitleWithTextDCE .g_dceTitles .g_dceTitles__title{ color: #fff;  font-size: 2.734375rem;  line-height: 3.0625rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.headerTitleWithTextDCE .g_dceTitles .g_dceTitles__title{ font-size: 5.078125rem;  line-height: 6.296875rem;  letter-spacing: 0; }}@media (min-width:1600px){.headerTitleWithTextDCE .g_dceTitles .g_dceTitles__title{ font-size: 7.8125rem;  line-height: 9.6875rem;  letter-spacing: 0; }}.headerTitleWithTextDCE .g_dceTitles .g_dceTitles__subtitle{ margin-top: 4rem;  color: #ad9a69;  text-transform: uppercase;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.headerTitleWithTextDCE .g_dceTitles .g_dceTitles__subtitle{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.headerTitleWithTextDCE .g_dceTitles .g_dceTitles__subtitle{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.headerTitleWithTextDCE .text{ color: #fff;  margin-top: 2rem;  font-size: 1.25rem;  line-height: 2rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.headerTitleWithTextDCE .text{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.headerTitleWithTextDCE .text{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}.headerTitleWithTextDCE .text a{ font-size: 1.25rem;  line-height: 2.3rem;  letter-spacing: 0;  font-family: "NovelPro-SemiBoldIt";  font-style: normal; }@media (min-width:768px){.headerTitleWithTextDCE .text a{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.headerTitleWithTextDCE .text a{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}@media (min-width:768px){.headerTitleWithTextDCE .mpRow{ max-width: 566px; }}@media (min-width:992px){.headerTitleWithTextDCE .mpRow{ max-width: 86%; }}@media (min-width:1600px){.headerTitleWithTextDCE .mpRow{ max-width: 930px; }}.smallImageSliderWithTextDCE{ margin: var(--space-xLarge) 0; }.smallImageSliderWithTextDCE.backgroundColor--white{ padding: var(--space-xLarge) 0;  margin: 0;  background-color: #fff; }.smallImageSliderWithTextDCE.backgroundColor--white .g_linkWrapper{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }.extNews--detail{ margin-top: -webkit-calc(var(--menuHeight) + var(--space-xLarge)); margin-top: calc(var(--menuHeight) + var(--space-xLarge)); }@media (min-width:768px){.extNews--detail{ margin-top: -webkit-calc(var(--menuHeight) + 12rem); margin-top: calc(var(--menuHeight) + 12rem); }}@media (min-width:992px){.extNews--detail{ margin-top: -webkit-calc(var(--menuHeight) + 14rem); margin-top: calc(var(--menuHeight) + 14rem); }}.extNews--detail .extNews__title{ margin: 0 auto;  text-align: center;  margin-bottom: 1rem;  font-size: 2.734375rem;  line-height: 2.953125rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.extNews--detail .extNews__title{ font-size: 5.078125rem;  line-height: 5.484375rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--detail .extNews__title{ font-size: 7.8125rem;  line-height: 8.4375rem;  letter-spacing: 0; }}.extNews--detail .extNews__subtitle{ color: #ad9a69;  text-align: center;  font-size: 1.25rem;  line-height: 2.1rem;  letter-spacing: .016em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.extNews--detail .extNews__subtitle{ font-size: 1.40625rem;  line-height: 2.3625rem;  letter-spacing: .018em; }}@media (min-width:1600px){.extNews--detail .extNews__subtitle{ font-size: 1.5625rem;  line-height: 2.625rem;  letter-spacing: .02em; }}.extNews--categoryMenuFilter{ text-align: center;  background-color: #fff; }.extNews--categoryMenuFilter .extNews__filters{ border-bottom: 1px solid #1e2839;  background-color: #fff; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__filters{ display: -ms-flexbox; display: -webkit-flex; display: flex;  border: none; }}@media (min-width:1200px){.extNews--categoryMenuFilter .filterBtn--main{ pointer-events: none; }}.extNews--categoryMenuFilter .filterBtn,.extNews--categoryMenuFilter .filterBtn--resetFilter{ width: 100%; }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter.mpActive .extNews__filtersWrapper{ opacity: 1;  max-height: 100vh; }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterTriggerWrapper--mobileOnly{ position: absolute;  left: 0;  width: 100%;  background-color: #fff; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterTriggerWrapper--mobileOnly{ display: none; }}.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterTriggerWrapper--mobileOnly.mpSticky{ position: fixed;  top: var(--menuHeight);  z-index: 10; }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterTriggerWrapper--mobileOnly .extNews__filterTrigger{ width: 100%;  padding: 0;  padding-top: 6px;  background: none;  border: none;  border-bottom: 2px solid #1e2839;  border-top: 2px solid #1e2839;  font-size: 1.25rem;  line-height: 2.3rem;  letter-spacing: 0;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterTriggerWrapper--mobileOnly .extNews__filterTrigger{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterTriggerWrapper--mobileOnly .extNews__filterTrigger{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly{ border-top: 2px solid #1e2839;  border-bottom: 2px solid #1e2839;  background: #fff; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly{ display: none; }}.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly button{ background: none;  border: none;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  height: 40px;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  margin: 0 auto;  padding: none; }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly button .lineInner{ border-bottom: 2px solid #1e2839;  width: 40px; }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly button .line_0{ -webkit-transform: translateY(1px);  -moz-transform: translateY(1px);  -ms-transform: translateY(1px);  -webkit-transform: translateY(1px); -ms-transform: translateY(1px); transform: translateY(1px); }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly button .line_0 .lineInner{ -webkit-transform: rotate(-15deg);  -moz-transform: rotate(-15deg);  -ms-transform: rotate(-15deg);  -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly button .line_1{ -webkit-transform: translateY(-1px);  -moz-transform: translateY(-1px);  -ms-transform: translateY(-1px);  -webkit-transform: translateY(-1px); -ms-transform: translateY(-1px); transform: translateY(-1px); }.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filterCloseWrapper--mobileOnly button .line_1 .lineInner{ -webkit-transform: rotate(15deg);  -moz-transform: rotate(15deg);  -ms-transform: rotate(15deg);  -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); }@media (max-width:1199px){.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filtersWrapper{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  opacity: 0;  max-height: 0;  overflow: hidden;  position: fixed;  bottom: 0;  left: 0;  width: 100%;  height: 100vh;  z-index: 150;  background: rgba(0,0,0,.3); }}@media (max-width:1199px){.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__scrollArea{ overflow-y: scroll;  max-height: -webkit-calc(100vh - 42px); max-height: calc(100vh - 42px); }}@media (max-width:1199px){.extNews--categoryMenuFilter .extNews__filtersWrapperOuter .extNews__filtersWrapperInner{ max-height: 100vh; }}.extNews--categoryMenuFilter .extNews__filterWrapper{ -webkit-flex: 1; -ms-flex: 1; flex: 1;  position: relative;  border-bottom: 1px solid #1e2839;  border-top: 1px solid #1e2839; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__filterWrapper{ border-bottom: 2px solid #1e2839;  border-top: 2px solid #1e2839;  border-left: 1px solid #1e2839;  border-right: 1px solid #1e2839; }}.extNews--categoryMenuFilter .extNews__filterWrapper.isFirst{ border-left: none;  border-top: 0; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__filterWrapper.isFirst{ border-top: 2px solid #1e2839; }}.extNews--categoryMenuFilter .extNews__filterWrapper.isLast{ border-right: none; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__filterWrapper:hover .extNews__categories[data-level="1"]{ opacity: 1;  pointer-events: all;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms 0ms linear;  -moz-transition: opacity 400ms ease-in-out,max-height 0ms 0ms linear;  -o-transition: opacity 400ms ease-in-out,max-height 0ms 0ms linear;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms 0ms linear; transition: opacity 400ms ease-in-out,max-height 0ms 0ms linear; }}@media (max-width:1199px){.extNews--categoryMenuFilter .extNews__filterWrapper.mpActiveMobile .extNews__categories[data-level="1"]{ opacity: 1;  pointer-events: all;  -webkit-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear;  -moz-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear;  -o-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear;  -webkit-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear; transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear; }}.extNews--categoryMenuFilter .extNews__filterWrapper.mpActive{ border-color: #141c28; }.extNews--categoryMenuFilter .extNews__filterWrapper.mpActive .extNews__category-Level-0{ background-color: #141c28; }.extNews--categoryMenuFilter .extNews__filterWrapper.mpActive .extNews__category-Level-0 .extNews__category-Level-0__title button{ color: #fff; }.extNews--categoryMenuFilter .extNews__filterWrapper .extNews__category-Level-0__title button{ padding: 6px 0 0;  background: none;  border: none;  color: #1e2839;  cursor: pointer;  font-size: 1.25rem;  line-height: 2.3rem;  letter-spacing: 0;  font-family: "NovelPro-SemiBold"; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__filterWrapper .extNews__category-Level-0__title button{ padding: 6px 0 0; }}@media (min-width:1600px){.extNews--categoryMenuFilter .extNews__filterWrapper .extNews__category-Level-0__title button{ padding: 9px 0 6px; }}@media (min-width:768px){.extNews--categoryMenuFilter .extNews__filterWrapper .extNews__category-Level-0__title button{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--categoryMenuFilter .extNews__filterWrapper .extNews__category-Level-0__title button{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}.extNews--categoryMenuFilter .extNews__categories[data-level="1"]{ background-color: #1e2839;  opacity: 0;  max-height: 0;  overflow: hidden;  pointer-events: none;  -webkit-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear;  -moz-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear;  -o-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear;  -webkit-transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear; transition: opacity 400ms ease-in-out,max-height 400ms 0ms linear; }@media (min-width:768px){.extNews--categoryMenuFilter .extNews__categories[data-level="1"]{ -webkit-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear;  -moz-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear;  -o-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear;  -webkit-transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear; transition: opacity 400ms ease-in-out,max-height 0ms 400ms linear; }}@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__categories[data-level="1"]{ z-index: 10;  position: absolute;  left: -2px;  top: 100%;  right: -2px; }}.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__categoriesInner[data-level="1"]{ padding: 2rem 0 2rem; }@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__categoriesInner[data-level="1"]{ padding: 1rem 0 2rem; }}@media (min-width:1600px){.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__categoriesInner[data-level="1"]{ padding: 2rem 0 3rem; }}.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__category[data-level="1"].isLast .extNews__categories[data-level="2"] .extNews__categoriesInner[data-level="2"]{ padding-bottom: 0; }.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__category[data-level="1"].mpActive .extNews__category__title[data-level="1"] button{ text-decoration: underline; }.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__category[data-level="1"] .extNews__category__title[data-level="1"] button{ background: none;  padding: 0;  border: none;  color: #fff;  cursor: pointer;  font-size: 1.25rem;  line-height: 1.5rem;  letter-spacing: 0;  font-family: "NovelPro-Light";  padding: 9px 15px 2px; }@media (min-width:768px){.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__category[data-level="1"] .extNews__category__title[data-level="1"] button{ font-size: 1.40625rem;  line-height: 1.6875rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__category[data-level="1"] .extNews__category__title[data-level="1"] button{ font-size: 1.5625rem;  line-height: 1.875rem;  letter-spacing: 0; }}@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__categories[data-level="1"] .extNews__category[data-level="1"] .extNews__category__title[data-level="1"] button:hover{ background-color: #141c28; }}.extNews--categoryMenuFilter .extNews__categories[data-level="2"]{ max-height: 0;  overflow: hidden;  opacity: 0; }.extNews--categoryMenuFilter .extNews__categories[data-level="2"].mpActive{ opacity: 1; }.extNews--categoryMenuFilter .extNews__categories[data-level="2"] .extNews__categoriesInner[data-level="2"]{ padding-bottom: 2rem; }.extNews--categoryMenuFilter .extNews__categories[data-level="2"] .extNews__category[data-level="2"].mpActive .extNews__category__title[data-level="2"] button{ color: #fff; }.extNews--categoryMenuFilter .extNews__categories[data-level="2"] .extNews__category[data-level="2"] .extNews__category__title[data-level="2"] button{ background: none;  padding: 0;  border: none;  color: #797f89;  cursor: pointer;  padding-top: 4px;  font-size: .9rem;  line-height: 1.575rem;  letter-spacing: .045em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.extNews--categoryMenuFilter .extNews__categories[data-level="2"] .extNews__category[data-level="2"] .extNews__category__title[data-level="2"] button{ font-size: .9rem;  line-height: 1.575rem;  letter-spacing: .045em; }}@media (min-width:1600px){.extNews--categoryMenuFilter .extNews__categories[data-level="2"] .extNews__category[data-level="2"] .extNews__category__title[data-level="2"] button{ font-size: 1rem;  line-height: 1.75rem;  letter-spacing: .05em; }}@media (min-width:1200px){.extNews--categoryMenuFilter .extNews__categories[data-level="2"] .extNews__category[data-level="2"] .extNews__category__title[data-level="2"] button:hover{ background-color: #141c28; }}.extNews--categoryList:first-child{ padding-top: var(--menuHeight); }.extNews--categoryList .slick-arrow{ position: absolute;  top: -webkit-calc(50% - 25px); top: calc(50% - 25px);  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  z-index: 10;  padding: 10px 0; }.extNews--categoryList .slick-next{ right: 30px; }@media (min-width:768px){.extNews--categoryList .slick-next{ right: -webkit-calc((100vw - 708px) / 2 + 15px); right: calc((100vw - 708px) / 2 + 15px); }}.extNews--categoryList .slick-prev{ left: 30px; }@media (min-width:768px){.extNews--categoryList .slick-prev{ left: -webkit-calc((100vw - 708px) / 2 + 15px); left: calc((100vw - 708px) / 2 + 15px); }}@media (min-width:768px){.extNews--categoryList .extNews__list{ display: -ms-flexbox; display: -webkit-flex; display: flex; }}@media (min-width:768px){.extNews--categoryList .extNews__listItem{ -webkit-flex: 1; -ms-flex: 1; flex: 1; }}@media (min-width:992px){.extNews--categoryList .extNews__listItem.isFirst .extNews__listItem__title{ border-left-color: transparent; }}@media (min-width:992px){.extNews--categoryList .extNews__listItem.isLast .extNews__listItem__title{ border-right-color: transparent; }}.extNews--categoryList .extNews__listItem .extNews__listItem__title{ border-left: 1px solid #1e2839;  border-right: 1px solid #1e2839;  font-size: 1.25rem;  line-height: 2.3rem;  letter-spacing: 0;  font-family: "NovelPro-SemiBoldIt";  font-style: normal; }@media (min-width:768px){.extNews--categoryList .extNews__listItem .extNews__listItem__title{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--categoryList .extNews__listItem .extNews__listItem__title{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}.extNews--categoryList .extNews__listItem .extNews__listItem__title a{ background-color: #fff;  display: block;  text-decoration: none;  padding: 8px 0 6px;  text-align: center;  -webkit-transition: background-color 400ms ease-in-out,color 400ms ease-in-out;  -moz-transition: background-color 400ms ease-in-out,color 400ms ease-in-out;  -o-transition: background-color 400ms ease-in-out,color 400ms ease-in-out;  -webkit-transition: background-color 400ms ease-in-out,color 400ms ease-in-out; transition: background-color 400ms ease-in-out,color 400ms ease-in-out; }@media (min-width:768px){.extNews--categoryList .extNews__listItem .extNews__listItem__title a{ padding: 10px 0 6px; }}@media (min-width:1600px){.extNews--categoryList .extNews__listItem .extNews__listItem__title a{ padding: 12px 0 10px; }}@media (min-width:1200px){.extNews--categoryList .extNews__listItem .extNews__listItem__title a:hover{ color: #fff;  background-color: #ad9a69; }}.extNews--categoryList .extNews__listItem .extNews__listItem__imageWrapper{ position: relative; }@media (min-width:1200px){.extNews--categoryList .extNews__listItem .extNews__listItem__imageWrapper:hover .extNews__listItem__overlay{ opacity: 1; }}.extNews--categoryList .extNews__listItem .extNews__listItem__imageWrapper .extNews__listItem__overlay{ background-color: #141c28;  position: absolute;  left: 0;  top: 0;  height: 100%;  width: 100%;  opacity: 0;  display: none;  -webkit-transition: opacity 400ms ease-in-out;  -moz-transition: opacity 400ms ease-in-out;  -o-transition: opacity 400ms ease-in-out;  -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; }@media (min-width:1200px){.extNews--categoryList .extNews__listItem .extNews__listItem__imageWrapper .extNews__listItem__overlay{ display: block; }}.extNews--categoryList .extNews__listItem .extNews__listItem__imageWrapper .g_linkWrapper--touchDevice{ position: absolute;  right: 15px;  bottom: 15px; }@media (min-width:1200px){.extNews--categoryList .extNews__listItem .extNews__listItem__imageWrapper .g_linkWrapper--touchDevice{ display: none; }}.extNews--categoryList .extNews__listItem .extNews__wineTeaser{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  height: 100%;  padding: 2rem 15px;  text-align: center; }@media (min-width:1600px){.extNews--categoryList .extNews__listItem .extNews__wineTeaser{ padding: 4rem 45px; }}.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__title{ color: #fff;  max-width: 220px;  margin: 0 auto;  font-size: 1.25rem;  line-height: 1.75rem;  letter-spacing: .016em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__title{ font-size: 1.40625rem;  line-height: 1.96875rem;  letter-spacing: .018em; }}@media (min-width:1600px){.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__title{ font-size: 1.5625rem;  line-height: 2.1875rem;  letter-spacing: .02em; }}.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__subtitle{ color: #797f89;  font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__subtitle{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em; }}@media (min-width:1600px){.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__subtitle{ font-size: 1rem;  line-height: 1.625rem;  letter-spacing: .05em; }}.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__fromPrice{ color: #ad9a69;  font-size: 1.5rem;  line-height: 1.8rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__fromPrice{ font-size: 2rem;  line-height: 2.4rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__fromPrice{ font-size: 2.5rem;  line-height: 3rem;  letter-spacing: 0; }}.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__bottleContent,.extNews--categoryList .extNews__listItem .extNews__wineTeaser .extNews__wineTeaser__priceInfo{ color: #797f89;  font-size: .8125rem;  line-height: 1.125rem;  letter-spacing: .03em;  font-family: "NovelPro-Light"; }.extNews--categoryList .extNews__listItem .extNews__wineTeaser .g_linkWrapper{ margin-top: 2rem; }.extNews--categoryList .extNews__listItem .extNews__wineTeaser .g_linkWrapper a,.extNews--categoryList .extNews__listItem .extNews__wineTeaser .g_linkWrapper button{ background-color: #fff;  color: #1e2839;  border-color: #fff; }.extNews--categoryList .extNews__listItem .extNews__wineTeaser .g_linkWrapper a:hover,.extNews--categoryList .extNews__listItem .extNews__wineTeaser .g_linkWrapper button:hover{ color: #fff;  background-color: #1e2839;  border-color: #ad9a69; }.extNews--categoryList .extNews__listItem .g_imgAsBackgroundWrapper{ padding-top: 138%; }.extNews--selectedList{ background-color: #f4f1e9;  padding: 4rem 45px; }@media (min-width:768px){.extNews--selectedList{ padding: 5rem 45px; }}.extNews--selectedList .extNews__teaserItem__imageWrapper{ position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.extNews--selectedList .extNews__teaserItem__imageWrapper .g_linkWrapper{ position: absolute;  top: 50%;  left: 0;  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }.extNews--selectedList .extNews__teaserItem__imageWrapper .g_badgeWrapper{ top: 30px;  right: -22px;  position: absolute; }.extNews--selectedList .extNews__teaserItem__title{ color: #1e2839;  text-align: center;  margin-top: 1rem;  font-size: .9rem;  line-height: 1.125rem;  letter-spacing: .045em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.extNews--selectedList .extNews__teaserItem__title{ font-size: .9rem;  line-height: 1.125rem;  letter-spacing: .045em; }}@media (min-width:1600px){.extNews--selectedList .extNews__teaserItem__title{ font-size: 1rem;  line-height: 1.25rem;  letter-spacing: .05em; }}.extNews--selectedList .extNews__teaserItem{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.extNews--selectedList .extNews__teaserItemInner{ width: 100%; }@media (min-width:992px){.extNews--selectedList .extNews__teaserItemInner{ -webkit-flex: 0 0 242px; -ms-flex: 0 0 242px; flex: 0 0 242px;  max-width: 242px; }}.extNews--selectedList .imageWrapper{ width: 144px; }.extNews--selectedList .imageWrapper .g_imgAsBackgroundWrapper{ padding-top: 248%; }.extNews--wineList{ margin-top: var(--space-xLarge); }@media (max-width:1199px){.extNews--wineList .g_linkGroup .g_linkWrapper + .g_linkWrapper{ margin-top: 16px; }}@media (min-width:992px){.extNews--wineList .mpRow{ max-width: 94%; }}@media (min-width:1600px){.extNews--wineList .mpRow{ max-width: 1360px; }}.extNews--wineList .extNews__listItemWrapper{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: 100%; }@media (min-width:768px){.extNews--wineList .extNews__listItemWrapper{ width: 50%; }}.extNews--wineList .extNews__list{ -webkit-transition: height 1000ms ease-in-out;  -moz-transition: height 1000ms ease-in-out;  -o-transition: height 1000ms ease-in-out;  -webkit-transition: height 1000ms ease-in-out; transition: height 1000ms ease-in-out; }.extNews--wineList .extNews__listItem{ -webkit-flex: 0 0 240px; -ms-flex: 0 0 240px; flex: 0 0 240px;  max-width: 240px;  width: 100%;  position: relative;  margin-bottom: 8rem; }@media (min-width:768px){.extNews--wineList .extNews__listItem{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%;  margin-bottom: var(--space-xLarge); }}@media (min-width:1200px){.extNews--wineList .extNews__listItem{ -webkit-flex: 0 0 480px; -ms-flex: 0 0 480px; flex: 0 0 480px;  max-width: 480px;  display: block; }}@media (min-width:1200px){.extNews--wineList .extNews__listItem:hover .extNews__listItemInner{ -webkit-filter: blur(3px); filter: blur(3px);  -webkit-transition: filter 400ms 200ms ease-in-out;  -moz-transition: filter 400ms 200ms ease-in-out;  -o-transition: filter 400ms 200ms ease-in-out;  -webkit-transition: filter 400ms 200ms ease-in-out; transition: filter 400ms 200ms ease-in-out; }.extNews--wineList .extNews__listItem:hover .extNews__listItem__overlay{ opacity: 1;  pointer-events: all;  -webkit-transition: opacity 400ms 200ms ease-in-out;  -moz-transition: opacity 400ms 200ms ease-in-out;  -o-transition: opacity 400ms 200ms ease-in-out;  -webkit-transition: opacity 400ms 200ms ease-in-out; transition: opacity 400ms 200ms ease-in-out; }.extNews--wineList .extNews__listItem:hover .extNews__listItem__arrowWrapper img{ -webkit-transform: translateX(15px);  -moz-transform: translateX(15px);  -ms-transform: translateX(15px);  -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px);  -webkit-transition: transform 400ms ease-in-out;  -moz-transition: transform 400ms ease-in-out;  -o-transition: transform 400ms ease-in-out;  -webkit-transition: transform 400ms ease-in-out; transition: transform 400ms ease-in-out; }}.extNews--wineList .extNews__listItem .extNews__listItemInner{ -webkit-filter: blur(0); filter: blur(0);  -webkit-transition: filter 400ms ease-in-out;  -moz-transition: filter 400ms ease-in-out;  -o-transition: filter 400ms ease-in-out;  -webkit-transition: filter 400ms ease-in-out; transition: filter 400ms ease-in-out; }@media (min-width:768px){.extNews--wineList .extNews__listItem .extNews__listItemInner{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%;  width: 100%;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }}@media (min-width:992px){.extNews--wineList .extNews__listItem .extNews__listItemInner{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  max-width: none; }}@media (min-width:1200px){.extNews--wineList .extNews__listItem .extNews__listItemInner{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }}.extNews--wineList .extNews__listItem .g_badgeWrapper{ position: absolute;  left: 0;  top: 10px; }@media (min-width:768px){.extNews--wineList .extNews__listItem .g_badgeWrapper{ left: auto;  right: -webkit-calc(50% + 64px + 5px); right: calc(50% + 64px + 5px); }}@media (min-width:1200px){.extNews--wineList .extNews__listItem .g_badgeWrapper{ left: -68px;  right: auto; }}.extNews--wineList .extNews__listItem .extNews__listItem__imageWrapper{ -webkit-flex: 0 0 128px; -ms-flex: 0 0 128px; flex: 0 0 128px;  max-width: 128px;  width: 100%;  margin: 0 auto; }@media (min-width:768px){.extNews--wineList .extNews__listItem .extNews__listItem__imageWrapper{ -webkit-flex: 0 0 128px; -ms-flex: 0 0 128px; flex: 0 0 128px;  max-width: 128px;  margin: 0; }}.extNews--wineList .extNews__listItem .extNews__listItem__imageWrapper .g_imgAsBackgroundWrapper{ padding-top: -webkit-calc(100% / 128 * 318); padding-top: calc(100% / 128 * 318);  background: none; }.extNews--wineList .extNews__listItem .extNews__listItem__textWrapper{ position: relative;  z-index: 10;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  text-align: center;  margin-top: 2rem; }@media (min-width:768px){.extNews--wineList .extNews__listItem .extNews__listItem__textWrapper{ padding-top: 40px;  margin-top: 0; }}@media (min-width:1200px){.extNews--wineList .extNews__listItem .extNews__listItem__textWrapper{ padding-left: 15px;  text-align: left; }}.extNews--wineList .extNews__listItem .extNews__listItem__overlay{ margin-top: 1.5rem; }@media (min-width:768px){.extNews--wineList .extNews__listItem .extNews__listItem__overlay{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }}@media (min-width:1200px){.extNews--wineList .extNews__listItem .extNews__listItem__overlay{ background-color: rgba(255,255,255,.5);  position: absolute;  left: -70px;  top: -15px;  bottom: -15px;  right: -15px;  z-index: 20;  opacity: 0;  margin-top: 0;  pointer-events: none;  -webkit-transition: opacity 400ms 200ms ease-in-out;  -moz-transition: opacity 400ms 200ms ease-in-out;  -o-transition: opacity 400ms 200ms ease-in-out;  -webkit-transition: opacity 400ms 200ms ease-in-out; transition: opacity 400ms 200ms ease-in-out; }}@media (min-width:1200px){.extNews--wineList .extNews__listItem .extNews__listItem__overlay{ margin-top: 0; }}.extNews--wineList .extNews__listItem .extNews__listItem__title{ font-size: 1.5rem;  line-height: 1.8rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.extNews--wineList .extNews__listItem .extNews__listItem__title{ font-size: 2rem;  line-height: 2.4rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--wineList .extNews__listItem .extNews__listItem__title{ font-size: 2.5rem;  line-height: 3rem;  letter-spacing: 0; }}.extNews--wineList .extNews__listItem .extNews__listItem__arrowWrapper{ margin-top: 1rem;  display: none; }@media (min-width:1200px){.extNews--wineList .extNews__listItem .extNews__listItem__arrowWrapper{ display: block; }}.extNews--wineList .extNews__listItem .extNews__listItem__arrowWrapper .g_imgAsBackgroundWrapper{ background: none;  width: 84px;  height: 16px; }.extNews--wineList .extNews__listItem .extNews__listItem__arrowWrapper a{ display: inline-block; }.extNews--wineList .extNews__listItem .extNews__listItem__arrowWrapper img{ -webkit-transform: translateX(0);  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);  -webkit-transition: transform 400ms 200ms ease-in-out;  -moz-transition: transform 400ms 200ms ease-in-out;  -o-transition: transform 400ms 200ms ease-in-out;  -webkit-transition: transform 400ms 200ms ease-in-out; transition: transform 400ms 200ms ease-in-out; }.extNews--wineList .extNews__listItem .extNews__listItem__title2{ margin-bottom: .5rem;  color: #797f89;  font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em;  font-family: "NovelSansPro-SemiBold"; }@media (min-width:768px){.extNews--wineList .extNews__listItem .extNews__listItem__title2{ font-size: .9rem;  line-height: 1.4625rem;  letter-spacing: .045em; }}@media (min-width:1600px){.extNews--wineList .extNews__listItem .extNews__listItem__title2{ font-size: 1rem;  line-height: 1.625rem;  letter-spacing: .05em; }}@media (min-width:1600px){.extNews--wineList .extNews__listItem .extNews__listItem__title2{ margin-bottom: 1rem; }}.extNews--wineList .extNews__listItem .extNews__listItem__title2.classification--selection::before,.extNews--wineList .extNews__listItem .extNews__listItem__title2.classification--singleVineyardWine::before,.extNews--wineList .extNews__listItem .extNews__listItem__title2.classification--classic::before{ width: 12px;  height: 12px;  border-radius: 100%;  display: inline-block;  margin-right: 11px;  border: 1px solid; }.extNews--wineList .extNews__listItem .extNews__listItem__title2.classification--selection::before{ background-color: #ad9a69;  border-color: #ad9a69; }.extNews--wineList .extNews__listItem .extNews__listItem__title2.classification--singleVineyardWine::before{ background-color: #ad9a69;  border-color: #ad9a69; }.extNews--wineList .extNews__listItem .extNews__listItem__title2.classification--classic::before{ background-color: #797f89;  border-color: #797f89; }.extNews--selectedListAlt{ background-color: #fff;  margin-top: 0;  padding-top: 100px;  padding-bottom: 100px; }.extNews--selectedListAlt .mpRow{ color: #ad9a69; }@media (min-width:992px){.extNews--selectedListAlt .mpRow{ max-width: 94%; }}@media (min-width:1200px){.extNews--selectedListAlt .mpRow{ max-width: 900px; }}@media (min-width:1600px){.extNews--selectedListAlt .mpRow{ max-width: 1180px; }}.extNews--selectedListAlt .extNews__list{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;  -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  height: auto !important;  gap: 80px; }@media (min-width:992px){.extNews--selectedListAlt .extNews__list{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  gap: initial; }}.extNews--selectedListAlt .title{ font-size: 1.25rem;  line-height: 2.3rem;  letter-spacing: 0;  font-family: "NovelPro-SemiBold";  -webkit-flex: 0 0 -webkit-calc(100% / 10 * 2.5); -webkit-flex: 0 0 calc(100% / 10 * 2.5); -ms-flex: 0 0 calc(100% / 10 * 2.5); flex: 0 0 -webkit-calc(100% / 10 * 2.5); flex: 0 0 calc(100% / 10 * 2.5);  text-decoration: underline;  margin: 0 auto;  text-align: center;  width: 280px;  max-width: -webkit-calc(100% - 20px); max-width: calc(100% - 20px); }@media (min-width:768px){.extNews--selectedListAlt .title{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){.extNews--selectedListAlt .title{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}@media (min-width:992px){.extNews--selectedListAlt .title{ text-align: left;  margin: initial;  margin-right: auto;  max-width: 8.5em; }}.extNews--selectedListAlt .extNews__listItemWrapper{ width: 280px;  padding-right: 0;  max-width: -webkit-calc(100% - 20px); max-width: calc(100% - 20px); }@media (min-width:992px){.extNews--selectedListAlt .extNews__listItemWrapper{ width: -webkit-calc(100% / 10 * 3.5); width: calc(100% / 10 * 3.5);  max-width: -webkit-calc(100% / 10 * 3.5); max-width: calc(100% / 10 * 3.5);  padding-right: -webkit-calc(100% / 10 * .25); padding-right: calc(100% / 10 * .25);  -webkit-flex: 0 0 -webkit-calc(100% / 10 * 3.5); -webkit-flex: 0 0 calc(100% / 10 * 3.5); -ms-flex: 0 0 calc(100% / 10 * 3.5); flex: 0 0 -webkit-calc(100% / 10 * 3.5); flex: 0 0 calc(100% / 10 * 3.5); }}.extNews--selectedListAlt .extNews__listItemWrapper{ position: relative !important;  top: 0 !important;  left: 0 !important; }.extNews--selectedListAlt .extNews__listItem{ -webkit-flex: 0 0 480px; -ms-flex: 0 0 480px; flex: 0 0 480px;  max-width: 100%;  margin-bottom: 0; }.extNews--selectedListAlt .extNews__listItem .extNews__listItem__overlay{ top: 0;  bottom: 0;  left: 0;  right: 0; }.popUpDCE{ --backdrop-background-color: rgba(30,40,57,.95);  position: fixed;  top: 0;  left: 0;  width: 100vw;  height: 100vh;  z-index: 150;  opacity: 0;  max-height: 0;  overflow: hidden;  -webkit-transition: max-height 0ms 1000ms linear,opacity 1000ms ease-in-out;  -moz-transition: max-height 0ms 1000ms linear,opacity 1000ms ease-in-out;  -o-transition: max-height 0ms 1000ms linear,opacity 1000ms ease-in-out;  -webkit-transition: max-height 0ms 1000ms linear,opacity 1000ms ease-in-out; transition: max-height 0ms 1000ms linear,opacity 1000ms ease-in-out; }.popUpDCE.mpActive{ opacity: 1;  max-height: 100vh;  -webkit-transition: max-height 0ms linear,opacity 1000ms ease-in-out;  -moz-transition: max-height 0ms linear,opacity 1000ms ease-in-out;  -o-transition: max-height 0ms linear,opacity 1000ms ease-in-out;  -webkit-transition: max-height 0ms linear,opacity 1000ms ease-in-out; transition: max-height 0ms linear,opacity 1000ms ease-in-out; }.popUpDCE ul{ margin: 10px 0 10px 20px; }.popUpDCE li{ list-style: disc; }.popUpDCE .scrollAreaWrapper{ height: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.popUpDCE .scrollArea{ -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto;  overflow-y: scroll;  overflow-x: hidden;  width: 100%;  max-height: 100%; }@media (min-width:768px){.popUpDCE .scrollArea{ overflow-x: hidden; }}.popUpDCE .scrollAreaInner{ display: -ms-flexbox; display: -webkit-flex; display: flex;  padding: 20px var(--container-padding) 45px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }@media (min-width:768px){.popUpDCE .scrollAreaInner{ padding: 20px 0 45px; }}@media (min-width:1200px){.popUpDCE .scrollAreaInner{ padding-bottom: 20px; }}.popUpDCE .backdrop{ position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  background-color: var(--backdrop-background-color); }.popUpDCE .popup{ width: 100%;  background-color: #fff;  position: relative;  z-index: 10;  color: #1e2839;  text-align: center; }@media (min-width:768px){.popUpDCE .popup{ text-align: left;  max-width: 738px; }}@media (min-width:992px){.popUpDCE .popup{ max-width: 920px; }}.popUpDCE .popup.textOnly{ text-align: center; }.popUpDCE .popup.textOnly .mpCol--text{ padding-top: 80px; }@media (min-width:768px){.popUpDCE .popup.textOnly .mpCol--text{ padding-top: 120px; }}.popUpDCE .closeBtn{ cursor: pointer;  display: inline-block;  width: 43px;  height: 43px;  border-radius: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  background-color: rgba(255,255,255,.75);  border: none; }@media (min-width:768px){.popUpDCE .closeBtn{ width: 58px;  height: 58px;  background: none; }}.popUpDCE .closeBtnWrapper{ top: 15px;  right: 15px;  position: absolute; }@media (min-width:768px){.popUpDCE .closeBtnWrapper{ top: 5px;  right: 15px; }}.popUpDCE .g_cross .line .lineInner{ border-color: #1e2839; }@media (min-width:768px){.popUpDCE .g_cross .line .lineInner{ border-color: #1e2839; }}.popUpDCE .g_linkWrapper{ margin-top: 2rem; }@media (min-width:768px){.popUpDCE .g_linkWrapper{ margin-top: 3rem; }}.popUpDCE .g_linkWrapper--verticalFramed{ --color-link-verticalFramed-color: #1e2839;  --color-link-verticalFramed-hoverBackgroundColor: #1e2839;  --color-link-verticalFramed-hoverColor: #fff; }.popUpDCE .dceTitles{ margin-bottom: 1.5rem; }.popUpDCE .dceTitles__title{ color: #ad9a69;  background-position: center;  background-repeat: no-repeat;  background-size: cover;  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-image: url('../../../fileadmin/templates/images/Gold-Folie.jpg');  font-size: 1.5rem;  line-height: 1.8rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){.popUpDCE .dceTitles__title{ font-size: 2rem;  line-height: 2.4rem;  letter-spacing: 0; }}@media (min-width:1600px){.popUpDCE .dceTitles__title{ font-size: 2.5rem;  line-height: 3rem;  letter-spacing: 0; }}@media (min-width:768px){.popUpDCE .mpRow{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }}@media (min-width:768px){.popUpDCE .mpCol--image{ -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%;  max-width: 40%; }}@media (min-width:1600px){.popUpDCE .mpCol--image{ -webkit-flex: 0 0 360px; -ms-flex: 0 0 360px; flex: 0 0 360px;  max-width: 360px; }}.popUpDCE .mpCol--image .backgroundImage{ background-position: center;  background-repeat: no-repeat;  background-size: cover;  padding-top: 75%; }@media (min-width:768px){.popUpDCE .mpCol--image .backgroundImage{ height: 100%;  padding-top: 0; }}.popUpDCE .mpCol--text{ padding: 45px 40px 45px; }@media (min-width:768px){.popUpDCE .mpCol--text{ -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto;  max-width: none;  padding: 120px 45px 80px; }}body{ --lightgallery-color: #fff;  --lightgallery-backgroundColor: #1e2839; }body .lg-actions .lg-next,body .lg-actions .lg-prev{ bottom: 15px;  top: auto;  background: none; }@media (min-width:768px){body .lg-actions .lg-next,body .lg-actions .lg-prev{ bottom: auto;  top: 50%;  background-color: var(--lightgallery-backgroundColor); }}body .lg-outer .lg-img-wrap{ padding: 0; }body .lg-backdrop{ background-color: var(--lightgallery-backgroundColor); }body .lg-sub-html,body .lg-toolbar{ background-color: var(--lightgallery-backgroundColor); }body .lg-toolbar .lg-icon{ color: var(--lightgallery-color); }body .lg-toolbar .lg-icon:hover{ color: var(--lightgallery-color); }body .lg-outer .lg-image{ max-height: 80%;  width: auto; }body .lg-img-wrap{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }body #lg-counter{ color: var(--lightgallery-color);  padding-top: 0; }body .lg-actions .lg-next,body .lg-actions .lg-prev{ background-color: var(--lightgallery-backgroundColor);  color: var(--lightgallery-color); }body .lg-actions .lg-next:hover,body .lg-actions .lg-prev:hover{ color: var(--lightgallery-color); }body #lg-counter,body .lg-sub-html{ font-size: 1.25rem;  line-height: 2rem;  letter-spacing: 0;  font-family: "NovelPro-Light"; }@media (min-width:768px){body #lg-counter,body .lg-sub-html{ font-size: 1.40625rem;  line-height: 2.5875rem;  letter-spacing: 0; }}@media (min-width:1600px){body #lg-counter,body .lg-sub-html{ font-size: 1.5625rem;  line-height: 2.875rem;  letter-spacing: 0; }}body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,body #CybotCookiebotDialogDetailBodyContentTextAbout a,body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{ color: #ad9a69; }body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{ border-color: #ad9a69; }body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{ border-color: #ad9a69;  background-color: #ad9a69; }body #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]) .CybotCookiebotDialogBodyLevelButtonDescription:hover{ color: #ad9a69; }body #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider{ background-color: #ad9a69; }body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{ border-color: #ad9a69;  color: #ad9a69; }body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{ color: #ad9a69; }.iconliste{ width: 820px;  max-width: 100%;  margin: 0 auto;  padding: 100px 0;  background: #1e2839;  color: #fff;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }@media (min-width:768px){.iconliste{ padding: 200px 0; }}.iconliste *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }.iconliste .iconliste--inner{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;  -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }@media (min-width:576px){.iconliste .iconliste--inner{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }}.iconliste .iconliste--title{ width: 100%;  color: #ad9a69;  padding: 0 20px;  margin-bottom: 40px;  text-align: center;  text-transform: uppercase;  font-size: .9rem;  line-height: 1.4rem;  letter-spacing: .08em;  font-family: "NovelPro-SemiBold"; }@media (min-width:768px){.iconliste .iconliste--title{ font-size: 1.0125rem;  line-height: 1.18125rem;  letter-spacing: .09em; }}@media (min-width:1600px){.iconliste .iconliste--title{ font-size: 1.125rem;  line-height: 1.3125rem;  letter-spacing: .1em; }}.iconliste .iconliste--item{ text-align: center;  padding: 24px; }@media (min-width:576px){.iconliste .iconliste--item{ width: 33.333%; }}.iconliste .iconliste--bild{ line-height: 0;  margin-bottom: 20px;  min-height: 60px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.iconliste .iconliste--bild svg,.iconliste .iconliste--bild img{ width: auto;  height: auto;  max-width: 100%; }.iconliste .iconliste--text{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em;  font-family: "NovelPro-Light"; }@media (min-width:768px){.iconliste .iconliste--text{ font-size: .95625rem;  line-height: 1.63125rem;  letter-spacing: .027em; }}@media (min-width:1600px){.iconliste .iconliste--text{ font-size: 1.0625rem;  line-height: 1.8125rem;  letter-spacing: .03em; }}@media (min-width:992px){#page[data-id="153"] .textColumnsDCE .g_dceTitles__title{ width: 200px; }}.topBar-sticky-btn{ visibility: hidden;  opacity: 0;  -webkit-transition: .5s; transition: .5s;  line-height: 0;  position: absolute;  right: 200px;  top: -webkit-calc(var(--menuHeight) / 2); top: calc(var(--menuHeight) / 2); }@media (max-width:1199px){.topBar-sticky-btn{ display: none; }}.topBar-sticky-btn svg{ width: 135px;  height: 80px;  background: url(/fileadmin/templates/images/btn-oval-bg.png) center center no-repeat;  background-size: contain; }@media (min-width:1200px){.topBar.scroll .topBar-sticky-btn{ display: block;  visibility: visible;  opacity: 1; }}.fullscreenNavigationMpActive .topBar-sticky-btn{ display: none !important; }.bottomBar--mobileOnly .bottomBar--clubbtn{ max-width: 40%;  width: 100px;  -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);  margin-right: 10px; }.bottomBar--mobileOnly .bottomBar--clubbtn svg{ width: 100px;  height: auto;  max-width: 100%;  background: url(/fileadmin/templates/images/btn-oval-bg.png) center center no-repeat;  background-size: contain; }
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/fonts/lg.eot?n1z373');src:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/fonts/lg.eot?#iefixn1z373') format("embedded-opentype"),url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/fonts/lg.woff?n1z373') format("woff"),url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/fonts/lg.ttf?n1z373') format("truetype"),url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/fonts/lg.svg?n1z373#lg') format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/img/vimeo-play.png') no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/img/vimeo-play.png') 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/img/video-play.png') no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/img/youtube-play.png') no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/img/youtube-play.png') 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url('../../../typo3conf/ext/mpx/Resources/Public/Js/lightGallery/img/loading.gif') center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}