/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,400&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

a {
  text-decoration: none;
}

b {
  font-weight: 800;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit],
input[type=button] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* END RESET */
ol,
ul {
  margin: 10px 0 10px 23px;
  list-style: inherit;
}
ol li,
ul li {
  display: list-item;
}

ul {
  margin-left: 20px;
}

i,
em {
  font-style: italic;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Cardo", serif;
  font-weight: 100;
}

h1 {
  font-size: 48px;
  line-height: 64px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }
}

h2 {
  font-size: 48px;
  line-height: 64px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4,
h5 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h1,
h2 {
  margin-bottom: 24px;
}

h3,
h4,
h5 {
  margin-bottom: 16px;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

.smallHeader {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000000;
}

.smallText, .smallText a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  color: #8b1c29;
}
a:hover {
  opacity: 0.5;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
.menu_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_buttonLines {
  width: 100%;
  position: relative;
  height: 24px;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 48px;
  height: 48px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #333;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 24px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 24px;
  transform-origin: left center;
}

body.menu_open #nav-icon1 span,
body.menu_open #nav-icon2 span,
body.menu_open #nav-icon3 span,
body.menu_open #nav-icon4 span {
  background-color: #333;
}
body.menu_open #nav-icon1 span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
body.menu_open #nav-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
body.menu_open #nav-icon1 span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
body.menu_open #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 6px;
  transform: rotate(45deg);
}
body.menu_open #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 6px;
  transform: rotate(-45deg);
}
body.menu_open #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
body.menu_open #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
body.menu_open #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 20px;
  transform: rotate(-45deg);
}
body.menu_open #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 20px;
  transform: rotate(45deg);
}
body.menu_open #nav-icon3 span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body.menu_open #nav-icon3 span:nth-child(2) {
  transform: rotate(45deg);
}
body.menu_open #nav-icon3 span:nth-child(3) {
  transform: rotate(-45deg);
}
body.menu_open #nav-icon3 span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body.menu_open #nav-icon4 span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 7px;
}
body.menu_open #nav-icon4 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
body.menu_open #nav-icon4 span:nth-child(3) {
  transform: rotate(-45deg);
  top: 31px;
  left: 7px;
}

.result_wrapper {
  width: 100%;
  float: left;
}
.result_wrapper .paging {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.result_wrapper .page {
  float: left;
  margin-right: 10px;
}
.result_wrapper .paging_0 {
  display: block;
  width: 25px;
  float: left;
  height: 25px;
  line-height: 25px;
  border: 1px solid #9e9e9e;
  background: #fff;
  text-align: center;
  color: #3f3f3f;
  border-radius: 3px;
  margin-right: 10px;
}
.result_wrapper .paging_0:hover {
  border: 1px solid #000000;
  background: #000000;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.result_wrapper form {
  position: relative;
}
.result_wrapper #search_more {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.result_wrapper .result {
  width: 100%;
  float: left;
}
.result_wrapper .icon_search {
  position: absolute;
  right: -38px;
  background: #3f3f3f;
  padding: 11px;
  width: 16px;
  border-radius: 0 3px 3px 0;
  height: 16px;
  border: 1px solid #3f3f3f;
}
.result_wrapper .icon_search:hover {
  background: #000;
  border-color: #000;
  cursor: pointer;
}
.result_wrapper .icon_search svg {
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
}
.result_wrapper .icon_search svg path {
  fill: #fff;
}
.result_wrapper .paging_1 {
  display: block;
  width: 25px;
  float: left;
  height: 25px;
  line-height: 25px;
  background: #000000;
  border: 1px solid #000000;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 10px;
}
.result_wrapper .paging_1:hover {
  text-decoration: none;
}
.result_wrapper .result a {
  color: #868686;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  width: 96%;
  padding: 10px 2%;
}
.result_wrapper .result a:hover {
  color: inherit;
  background: #fafafa;
  text-decoration: none;
}
.result_wrapper .result a:hover .search_title {
  text-decoration: none;
}
.result_wrapper .result a .search_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #3f3f3f;
  margin-right: 30px;
}
.result_wrapper .result a .search_preamble {
  color: #868686;
}

.frameBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #8b1c29;
  max-width: none;
  margin: auto;
  right: 0;
  z-index: 9;
}
@media only screen and (min-width: 667px) {
  .frameBottom {
    height: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .frameBottom {
    height: 0px;
  }
}

.frame {
  position: absolute;
  z-index: 99;
  top: 0;
  background-color: #8b1c29;
}
.frame.-right, .frame.-left {
  height: 100%;
  width: 0px;
}
@media only screen and (min-width: 667px) {
  .frame.-right, .frame.-left {
    width: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .frame.-right, .frame.-left {
    width: 0px;
  }
}
.frame.-right {
  right: 0;
}
.frame.-left {
  left: 0;
}

#header {
  width: 100%;
  position: fixed;
  padding: 0px 0px 0 0px;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 99;
  max-width: none;
  margin: auto;
  right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #header.-desktopMenu {
    overflow: visible;
  }
}
@media only screen and (min-width: 667px) {
  #header {
    padding: 0px 0px 0 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #header {
    padding: 0px 0px 0 0px;
  }
}
#header:before {
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #8b1c29;
}
@media only screen and (min-width: 667px) {
  #header:before {
    height: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #header:before {
    height: 0px;
  }
}

#top {
  width: 100%;
  position: relative;
  height: 60px;
  top: 0;
  z-index: 55;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1024px) {
  #top {
    height: 80px;
  }
}
body.subPage #top {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  height: 60px;
}
@media only screen and (min-width: 667px) {
  body.subPage #top {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  body.subPage #top {
    height: 80px;
  }
}
body.scrolled #top {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  height: 60px;
}
@media only screen and (min-width: 667px) {
  body.scrolled #top {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  body.scrolled #top {
    height: 80px;
  }
}
#top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 1024px) {
  #top .wrapper {
    padding: 0 88px;
  }
}

.topRight {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .topRight.-desktopMenu .menu_button {
    display: none;
  }
}

.topLinks {
  display: flex;
  color: #ffffff;
  margin-right: 48px;
  align-items: center;
  font-weight: 600;
}
@media only screen and (max-width: 667px) {
  .topLinks {
    display: none;
  }
}

.topLinkSeperator {
  height: 40px;
  background-color: #ffffff;
  width: 1px;
  margin: 0 16px;
}

.languageItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.languageFlag {
  margin-right: 8px;
}

@media only screen and (min-width: 1024px) {
  #nav_wrapper.-desktopMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  #nav_wrapper.-desktopMenu #navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin-right: 24px;
  }
  #nav_wrapper.-desktopMenu #nav {
    display: flex;
    justify-content: flex-end;
  }
  #nav_wrapper.-desktopMenu #nav li {
    margin-bottom: 0;
    margin-left: 16px;
    position: relative;
  }
  #nav_wrapper.-desktopMenu #nav a {
    padding: 8px;
    text-decoration: none;
  }
  #nav_wrapper.-desktopMenu #nav a:hover {
    opacity: 1;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav {
    position: absolute;
    min-width: 100%;
    margin: 0;
    top: calc(100% + 13px);
    transform: translate3d(-50%, 0, 0px);
    left: 50%;
    white-space: nowrap;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav .sub_nav {
    position: relative;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav .sub_nav .subNav_wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transform: none;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav .sub_nav .subNav_wrapper:before {
    content: none;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav .sub_nav.-open {
    transform: none;
    top: 0;
    left: 0;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav.active {
    display: none;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav .subNav_wrapper {
    transform: translate3d(0px, -400px, 0px);
    transition: all 0.2s ease-out;
    opacity: 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav .subNav_wrapper:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
    transition: opacity 0.2s ease-out;
    opacity: 1;
  }
  body.scrolled #nav_wrapper.-desktopMenu #nav .sub_nav .subNav_wrapper:before {
    opacity: 0;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav.-open .subNav_wrapper {
    transform: translate3d(0px, 0, 0px);
    opacity: 1;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav a {
    padding: 8px;
  }
  #nav_wrapper.-desktopMenu #nav .sub_nav a:after {
    bottom: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  #nav_wrapper.-desktopMenu {
    height: calc(100vh - (0px * 2));
    background: url("") no-repeat #ffffff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1), box-shadow 0.33s cubic-bezier(0.33, 0, 0.2, 1);
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(calc(100% + 24px), 0px, 0px);
    z-index: 56;
    max-width: 900px;
    border-left-style: solid;
    border-left-color: #8b1c29;
    border-left-width: 0;
    border-left-width: calc(0px / 2);
    box-shadow: 0 0 110px -40px rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 120px 0 80px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #nav_wrapper.-desktopMenu {
    border-left: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 667px) {
  #nav_wrapper.-desktopMenu {
    height: calc(100vh - (0px * 2));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  #nav_wrapper.-desktopMenu {
    height: calc(100vh - (0px * 2));
  }
}
@media only screen and (max-width: 1024px) {
  body.menu_open #nav_wrapper.-desktopMenu {
    transform: translate3d(0%, 0px, 0px);
    box-shadow: 0 0 110px -40px rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (max-width: 1024px) {
  #nav_wrapper.-desktopMenu #navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
#nav_wrapper.-slideInMenu {
  height: calc(100vh - (0px * 2));
  background: url("") no-repeat #000;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1), box-shadow 0.33s cubic-bezier(0.33, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(calc(100% + 24px), 0px, 0px);
  z-index: 56;
  max-width: 900px;
  top: 0;
  border-left-style: solid;
  border-left-color: #8b1c29;
  border-left-width: 0;
  border-left-width: calc(0px / 2);
  box-shadow: 0 0 110px -40px rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 120px 0 80px;
}
@media only screen and (max-width: 900px) {
  #nav_wrapper.-slideInMenu {
    border-left: 0;
  }
}
@media only screen and (min-width: 667px) {
  #nav_wrapper.-slideInMenu {
    height: calc(100vh - (0px * 2));
  }
}
@media only screen and (min-width: 1024px) {
  #nav_wrapper.-slideInMenu {
    height: calc(100vh - (0px * 2));
  }
}
body.menu_open #nav_wrapper.-slideInMenu {
  transform: translate3d(0%, 0px, 0px);
  box-shadow: 0 0 110px -40px rgba(0, 0, 0, 0.8);
}
#nav_wrapper.-slideInMenu #navigation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#nav_wrapper #nav {
  list-style: none;
  text-align: center;
  margin: 0;
}
#nav_wrapper #nav .sub_nav {
  margin: 8px 0;
  display: none;
}
#nav_wrapper #nav .sub_nav li {
  margin: 0;
}
#nav_wrapper #nav .sub_nav a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 100;
  padding: 8px 0;
}
#nav_wrapper #nav .sub_nav a:after {
  bottom: 8px;
}
#nav_wrapper #nav .sub_nav a.sub_level i {
  font-size: 16px;
  line-height: 32px;
}
#nav_wrapper #nav .sub_nav.active {
  display: block;
}
#nav_wrapper #nav li {
  line-height: normal;
  margin-bottom: 24px;
}
#nav_wrapper #nav a {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 500;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  transition: font-weight 0.3s ease;
}
#nav_wrapper #nav a.sub_level:after {
  content: none;
}
#nav_wrapper #nav a.sub_level.-open {
  color: #333333;
}
#nav_wrapper #nav a.sub_level.-open i {
  transform: rotate(-180deg);
}
#nav_wrapper #nav a.sub_level i {
  font-size: 22px;
  margin-left: 16px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-out;
  font-weight: inherit;
}
#nav_wrapper #nav a:hover {
  color: #333333;
}
#nav_wrapper #nav a:hover:after {
  transform: scaleX(1);
}
#nav_wrapper #nav a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 90999999999;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
#nav_wrapper #nav a.active {
  color: #333;
  text-decoration: none;
}
#nav_wrapper #nav a.active:after {
  transform: scaleX(1);
}
#nav_wrapper #nav a:hover {
  text-decoration: none;
  color: #333;
}
#nav_wrapper #nav a:hover:after {
  border-width: 10px 200px 0 0;
}

#footer {
  color: #ffffff;
}
#footer .wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 558px) {
  #footer .wrapper {
    text-align: center;
  }
}
#footer .sitemap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  #footer .sitemap {
    justify-content: center;
    flex-direction: column;
  }
}
#footer .sitemap .siteLink {
  margin-right: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 992px) {
  #footer .sitemap .siteLink {
    margin-right: 0;
  }
}
#footer .sitemap .siteLink:last-child {
  margin-right: 0;
}
#footer .sitemap .siteLink a {
  color: #ffffff;
}
#footer .footerInfo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #fafafa;
  padding-top: 24px;
}
@media only screen and (max-width: 992px) {
  #footer .footerInfo {
    justify-content: center;
    flex-direction: column;
  }
}
#footer .importantLinks {
  display: flex;
}
@media only screen and (max-width: 992px) {
  #footer .importantLinks {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
#footer .importantLinks .importantLink {
  margin-right: 16px;
}
@media only screen and (max-width: 992px) {
  #footer .importantLinks .importantLink {
    margin-bottom: 24px;
  }
}
#footer .importantLinks .importantLink:last-child {
  margin-right: 0;
}
#footer .importantLinks .importantLink a {
  color: #ffffff;
}

.social {
  display: flex;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgba(136, 136, 136, 0.2);
  width: 400px;
  max-width: 100%;
  justify-content: center;
  color: #ffffff;
  padding: 16px;
}
.-desktopMenu .social {
  border-left-width: 1px;
  border-top-width: 0;
  width: auto;
  align-items: center;
  padding: 0;
  padding-left: 8px;
}
.socialLink {
  padding: 16px;
  line-height: 0;
  opacity: 0.5;
  font-size: 24px;
}
.socialLink:hover {
  opacity: 1;
}

#CybotCookiebotDialog {
  padding: 24px 0 !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
  color: #666 !important;
}

#CookiebotWidget * {
  color: #666 !important;
}

#CookiebotWidget #CookiebotWidget-widgetContent {
  background-color: #fff !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #8A1C29 !important;
}

@media (max-width: 1025px) {
  #CybotCookiebotDialog {
    padding: 24px 16px !important;
  }
}
#CybotCookiebotDialogPoweredbyImage {
  content: url("/resources/site/media/images/logotype.png");
  content: none;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogBody {
  padding: 0 !important;
}

#CybotCookiebotDialogBodyContent {
  padding: 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 0 0 8px;
}

#CybotCookiebotDialogBodyContentText {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  margin-bottom: 16px !important;
}

#CybotCookiebotDialogBodyButtons {
  margin: 0 !important;
  display: flex !important;
}

@media (max-width: 1025px) {
  #CybotCookiebotDialogBodyButtons {
    flex-direction: column !important;
  }
}
#CybotCookiebotDialog .CybotCookiebotFader, #CybotCookiebotDialog .CybotCookiebotFader.CybotCookiebotDialogActive {
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}

@media (max-width: 1025px) {
  #CybotCookiebotDialogBodyButtonDecline {
    margin: 0 !important;
  }
}
#CybotCookiebotDialogBodyButtonAccept {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif !important;
  background: #8A1C29 !important;
  border: 2px solid #8A1C29 !important;
  border-radius: 0px;
  padding: 8px 32px !important;
  width: auto !important;
  margin: 0 0 0 8px !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

@media (max-width: 1025px) {
  #CybotCookiebotDialogBodyButtonAccept {
    margin: 8px 0 0 !important;
  }
}
#CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  margin-left: 10px;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogBodyButtonDecline, #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif !important;
  background: transparent !important;
  border: 2px solid #8A1C29 !important;
  padding: 8px 32px !important;
  color: #8A1C29 !important;
  width: auto !important;
  margin: 0 8px 0 0 !important;
  text-transform: uppercase !important;
  border-radius: 0px !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
@media (max-width: 600px) {
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogBodyButtonDecline, #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
    margin: 2px 0 !important;
  }
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-color: #8A1C29 !important;
  color: #8A1C29 !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  border-width: 2px !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif !important;
  letter-spacing: 1px !important;
  padding: 16px 40px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
  font-size: 16px !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  color: #8A1C29 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 2px solid #8A1C29 !important;
  color: #8A1C29 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #8A1C29 !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #8A1C29 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #8A1C29 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  border-color: #8A1C29 !important;
  background-color: #8A1C29 !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif !important;
  border-radius: cookieButtonBorderRadius !important;
  text-transform: uppercase !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  padding: 16px 40px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ddd !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #8A1C29 !important;
}

#CybotCookiebotDialogTabContent input:focus + .CybotCookiebotDialogBodyLevelButtonSlider {
  box-shadow: 0 0 1px #8A1C29 !important;
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogPoweredbyLink {
  width: auto !important;
}

#CybotCookiebotDialogHeaderLogosWrapper {
  justify-content: center !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #8A1C29 !important;
}

#CybotCookiebotDialogDetailBulkConsentLink:hover {
  color: #8A1C29 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  padding: 20px !important;
}

#CybotCookiebotDialog .CookieCard,
#CybotCookiebotDialogNav,
#CybotCookiebotDialogHeader,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,
#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type),
#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialog .CybotCookiebotScrollContainer,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type:before,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooter,
#CookiebotWidget .CookiebotWidget-header,
#CookiebotWidget #CookiebotWidget-buttons {
  border-color: #ddd !important;
}

@media screen and (min-width: 601px) {
  #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type) {
    border-color: #ddd !important;
  }
}
#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  background-color: #eee !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
  color: #8A1C29 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li svg {
  fill: #696363 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
  background-color: #efefef !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  margin-bottom: 0 !important;
  border-radius: 0px;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #8A1C29 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: transparent !important;
  margin-bottom: 0 !important;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  background: url("") no-repeat #ffffff;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}

.site {
  max-width: none;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
}
.site .wrapper {
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 667px) {
  .site {
    padding: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .site {
    padding: 0px;
  }
}
body.subPage .site {
  padding: 60px 0px 0px 0px;
}
@media only screen and (min-width: 667px) {
  body.subPage .site {
    padding: 80px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  body.subPage .site {
    padding: 80px 0px 0px 0px;
  }
}

.content {
  overflow: hidden;
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .content {
    padding-top: 80px;
  }
}

.logo {
  background: url("/resources/site/media/images/logotype.png") no-repeat center left;
  background-size: contain;
  height: 100%;
  position: relative;
  z-index: 3;
  display: block;
  width: 190px;
  max-width: 50%;
  height: 40px;
  transition: all 0.2s ease-in-out;
}

.cover {
  height: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
  display: block;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  width: calc(100% - (0px * 2));
  max-height: calc(100% - (0px * 2));
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 667px) {
  .cover {
    width: calc(100% - (0px * 2));
    max-height: calc(100% - (0px * 2));
    left: 0px;
    top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .cover {
    width: calc(100% - (0px * 2));
    max-height: calc(100% - (0px * 2));
    left: 0px;
    top: 0px;
  }
}
body.menu_open .cover {
  opacity: 1;
  height: 100%;
}

.subpage form {
  min-width: auto;
}
.subpage form label {
  font-weight: normal;
  margin-bottom: 4px;
}
.subpage form table {
  max-width: 400px;
  width: 100%;
}
.subpage form tr {
  background: transparent;
}