@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  color: #222;
  font: normal 400 16px/1.5 "Poppins", sans-serif;
  margin: 0;
}

a {
  color: #33658a;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #0CA689;
  text-decoration: none;
}

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;
}

#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: 80px;
  margin: 15px 30px 15px 10px;
  width: 146px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #33658a;
  display: inline-block;
  font: normal 500 17px/25px "DM Sans", sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #0CA689;
}

#epAttention {
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

/* 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 35px "Outfit", sans-serif;
  padding: 0;
  color: #0065A0;
}

h2 {
  font: normal 700 24px "Outfit", sans-serif;
  padding: 0;
  color: #0065A0;
}

h3 {
  font: normal 700 18px "Outfit", sans-serif;
  margin: 1em 0;
  padding: 0;
  color: #0065A0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "Poppins", sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #33658a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Poppins", 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 "Poppins", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 14px;
  padding: 20px 0;
  color: #6EADD3;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #6EADD3;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #72ABCD;
  text-decoration: none;
}

footer .line2 a:hover {
  color: #0CA689;
  transition: color 0.3s;
  text-decoration: none;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

.colorbar {
  position: relative;
}

.colorbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: brightness(65%) contrast(121%) saturate(100%) blur(0px) hue-rotate(0deg);
  background-image: linear-gradient(137deg, #0065A0 42%, #0CA689 92%);
  background-color: transparent;
  z-index: -1;
  --background-overlay: '';
}