ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
}

body header *,
body footer * {
  box-sizing: inherit;
}

header {
  line-height: 1.5;
}
header a {
  color: #fff;
}
header a:visited {
  color: #fff;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  font-family: Saira,Bebas Neue Pro SmE Rg, serif;
  margin: 0;
}
@media (min-width: 768px) {
  header .md\:block {
    display: block !important;
    visibility: visible !important;
  }
}

footer {
  line-height: 1.5;
  padding-top: 0;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a,
footer label {
  line-height: 1.5;
  margin: 0;
}
footer label {
  font-weight: 400;
}
footer .font-bold label {
  font-weight: 700;
}
footer .select-wrapper select {
  position: unset;
  font-weight: initial;
  font-size: initial;
}
footer .select-wrapper::before .select-wrapper::after {
  content: none;
}
footer .select-wrapper select option {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  width: 100%;
  color: white;
}

#region,
#lang {
  width: auto!important;
}