@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  color: #333;
  font: normal 400 16px "Inter", sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*{
  box-sizing: border-box;
}

a {
  color: #c8102e;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 88px;
  margin: 0 10px 0;
  width: 208px;
}

.index h1 {
  color: unset;
  font: normal 700 24px "Inter", sans-serif;
  padding: 0;
}

h1 {
  color: #333;
  font: normal 400 30px "Inter", sans-serif;
  padding: 0;
}

h2 {
  color: #333;
  font: normal 400 24px "Inter", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "Inter", sans-serif;
  margin: 1em 0;
  padding: 0;
}

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;
}

.index header {
  border: none;
}

header > .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

#epLang {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px;
}

#epLang a {
  color: #58595B;
  display: block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover {
  color: #c8102e;
}

nav {
  display: flex;
  font: normal 700 18px "Inter", sans-serif;
}

nav a {
  color: #000;
  display: inline-block;
  padding: 35px 25px;
  text-decoration: none;
  position: relative;
}

nav a:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  height: 28px;
  border-right: 3px solid #000;
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
}

nav a:hover {
  color: #000;
  text-decoration: underline;
}

#epAttention {
  color: #000;
  padding: 10px 0;
  text-align: center;
}

banner {
  background: #ccc url(img01.png) no-repeat center 20%;
  background-size: cover;
  height: 560px;
  display: block;
  margin-bottom: 30px;
}

banner .contain, .banner .contain {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.buttons a {
  width: 260px;
  min-height: 90px;
  margin: 10px 0;
  border: 1px solid #000;
  border-radius: 40px;
  background: #c8102e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.buttons span.title {
  display: block;
  font-size: 22px;
  width: 100%;
  white-space: normal;
  line-height: normal;
}

.buttons span.roll-text {
  display: none;
  font-size: 16px;
  width: 100%;
  white-space: normal;
  line-height: 1.3;
  text-align: center;
  padding: 0 4px;
}

.buttons a:hover {
  background: #000;
}

.buttons a:hover span.title {
  display: none;
}

.buttons a:hover span.roll-text {
  display: block;
}

.center {
  text-align: center;
}

.consentPage ol {
  padding-left: 28px;
}

.consentPage ol li::marker, .consentPage ul li::marker {
  color: #c8102e;
  font-size: 24px;
  font-weight: 700; 
}

.consentPage h1 {
  color: #c8102e;
  font: normal 700 30px "Inter", sans-serif;
  padding: 0;
  text-align: center;
}

.consentPage h2 {
  color: #c8102e;
  font: normal 700 24px "Inter", sans-serif;
  padding: 0;
}

.black {
  padding-top: 20px;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 55%;
}

div.col-right {
  padding: 0 10px;
  width: 44%;
}

#epEmergency {
  padding: 10px 0;
  text-align: left;
}

#epEmergency br {
}

#epEmergency strong {
  display: block;
  text-align: center !important;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #58595B;
}

#epPhone .text {
  color: #58595B;
}

#epPhone h3 {
  color: #000;
  font-weight: 400;
}

#epPhone th {
	font-weight: 400;
}

select {
  font: normal 400 14px "Inter", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, input.submit {
  background: #c8102e;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0 15px 330px;
  padding: 6px 24px;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, input.submit:hover {
  background: #333;
  color: #fff !important;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
  background: #888888;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 400 18px "Inter", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 12px "Inter", sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
  color: #000;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #fff;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
  border-right: 1px solid #888888;
}

#epIssues .name {
  font: normal 400 16px/20px "Inter", sans-serif;
  padding: 5px 0;
}

#epIssues .name:hover {
  text-decoration: underline;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  font-size: 14px;
  padding: 20px 0;
  background-color: #B3B3B3;
  color: #000;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #000;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #000;
}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}

.submit {
  display: inline-block;
  background: #c8102e;
  color: #fff !important;
  font-size: 17px;
  border-radius: 5px;
  padding: 6px 24px;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 15px 0;
  transition: background 0.2s;
  margin-left: 270px;
}
.submit:hover {
  background: #333;
  color: #fff !important;
}

.consent-form {
  text-align: right;
}
.form-row {
  margin-bottom: 18px;
  text-align: left;
  display: flex;
  align-items: center;
}
.form-row label {
  display: inline-block;
  width: 120px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.consent-input {
  width: 220px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 0;
}
.consent-btn {
  background: #c8102e;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 32px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  float: right;
  transition: background 0.2s, color 0.2s;
}
.consent-btn:hover {
  background: #333;
  color: #fff;
}
.consent-sidebox-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.consent-sidebox {
  max-width: 340px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 24px 28px;
  margin-bottom: 32px;
  font-size: 17px;
  color: #333;
}
.consent-btn-side {
  align-self: flex-end;
  float: none;
}

#epConsentContinue {
  margin-left: 0;
}

#epConsentCancel {
  margin-left: 0;
}