@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #565b61;
  font: normal 400 16px/1.5 "Inter", sans-serif;
  margin: 0;
}

a {
  color: #428bca;
  outline: none;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a:hover {
  color: #428bca;
  text-decoration: underline;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
      border-bottom: 2px solid #e9e9e9;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  margin: 30px 0 30px 0;
  width: 187px;
}

.nav-container {
  border-bottom: 2px solid #e9e9e9;
}

nav a {
  color: #333333;
  display: inline-block;
  font: normal 400 18px/25px "Inter", sans-serif;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

nav a:hover {
  color: #c10230;
  text-decoration: none;
}

#epAttention {
  padding: 15px 0;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.col-left {
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 100%;
}

div.col-right {
  padding: 0 10px;
  width: 100%;
}

h1 {
  font: normal 700 40px "Oswald", sans-serif;
  padding: 0;
  color: #231f20;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

h2 {
  font: normal 700 20px "Inter", sans-serif;
  padding: 0;
  color: #231f20;
  text-transform: uppercase;
}

h3 {
  font: normal 700 18px "Inter", sans-serif;
  margin: 1em 0;
  padding: 0;
  color: #231f20;
}

#epEmergency {
  padding: 15px 10px;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  padding-right: 8px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "Inter", sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
  max-width: 329px;
}

button {
  background-color: #231f20;
  color: #fff;
  padding: 12px 20px;
  height: auto;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

button:hover {
  color: #FFF;
  text-decoration: inherit;
  background-color: rgb(89.0909090909, 78.9090909091, 81.4545454545);
}

button:disabled {
  background-color: #e9e9e9;
  color: #999;
  cursor: not-allowed;
}

button:hover:disabled {
  background-color: #e9e9e9;
  color: #999;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block;
  max-width: 600px;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Inter", sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px "Inter", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

.statement-container {
  background-color: #231f20;
  color: #9a9da0;
  border-top: 2px solid #333333;
}

.statement-container strong {
  color: #fff;
}

/* footer */

footer {
  font-size: 14px;
  padding: 20px 0;
  background-color: #231f20;
  color: #9a9da0;
  border-top: 2px solid #333333;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #231f20;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #9a9da0;
}

footer .line2 a:hover {
  color: #c10230;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}