body {
  margin: 0;
  font-family: Arial,HelveticaNeue,Roboto,sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  background-color: #e6e6e6;
}
h1 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Myriad Pro,Arial,HelveticaNeue,Roboto,sans-serif;
  color: #3378b8;
  font-size: 2.1em;
}
h2 {
  margin-bottom: 10px;
  color: #3378b8;
  font-size: 1.4em;
}
h3 {
  margin-bottom: 10px;
  color: #5678ac;
  font-size: 1.23em;
}
h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #888;
  font-size: 1.14em;
}
.lead {
  font-size: 1.14em;
  margin: 15px 0;
  color: #444;
}
.small {
  font-size: .9em;
}
.grey {
  color: #666;
}
.even {
  margin-left: 0;
  text-align: justify;
}
.odd {
  margin-left: 40px;
  text-align: justify;
}
p, li {
  margin: 9px 0;
}
ul {
  margin-top: 0.3em;
  padding-bottom: 0.1em;
  padding-right: 0;
  padding-top: 0;
  list-style: url(/images/li.png) none
}
a {
  color: #2b4cab;
  text-decoration: none;
}
a:hover {
  color: #ce461c;
  text-decoration: underline;
}
img {
  border: 0;
}
.lnk {
  background-color: #e0eeff;
  margin-top: 10px;
  padding: 10px;
}
.lnk-download {
  font-size: 1.11em;
}
.slideshow-container {
  border: 0 solid #fff;
  width: 300px;
  height: 227px;
  position: relative;
  margin-top: 10px;
  margin-left: 18px;
  margin-bottom: 15px;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
}
dt.paramlist {
  margin-bottom: 0.4em;
  font-weight: 600;
}
dd.paramlist {
  margin-bottom: 0.8em;
  margin-left: 1.8em;
}
dt.flaglist {
  margin-top: 0.4em;
  font-weight: 600;
}
dd.flaglist {
  margin-top: 0.2em;
  margin-left: 2em;
}
.text-uppercase {
  text-transform: uppercase!important;
}
a.btn-download {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #569335;
  text-decoration: none;
  padding: .4em 1em .3em 1em;
  border: 1px solid #96CB54;
  border-radius: 100px;
  line-height: 1;
  outline: none;
  background: #fff no-repeat;
  background-image:
      linear-gradient(to left, #EFFED4, #D5F6A3),
      linear-gradient(to left, #EFFED4, #EFFED4),
      linear-gradient(#EFFED4, #D5F6A3);
  background-size: 1px 100%, 1px 100%, auto auto;
  overflow: hidden;
  margin-bottom: 6px;
}
a.btn-download:before {
  content: "\bb";
  position: relative;
  bottom: 1px;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
  font-family: "Times", "Times New Roman", "serif", "sans-serif", "EmojiSymbols";
  font-weight: 700;
  font-size: 140%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.btn-download:hover {
  background-color: #ffffff;
  background-image:
      linear-gradient(to left, #EFFED4, #dff665),
      linear-gradient(to left, #EFFED4, #EFFED4),
      linear-gradient(#fffce7, #dff665);
}
a.btn-download:active:after {
  bottom: -1.2em;
  transition: .3s;
}
.main-table {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-spacing: 0;
}
.col-left {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  width: 480px;
  vertical-align: top;
  padding-top: 15px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #dee2e6;
}
.col-right {
  background-color: #f2f9ff;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  padding-top: 0;
  border-right: 1px solid #c6c6c6;
  text-align: left;
}
.col-right h2 {
  margin-bottom: 2px;
  color: #888;
  font-size: 1.34em;
}
hr {
  border: 1px solid #dee2e6;
}
.img-sponsor {
  width: 300px;
  height: 227px;
  opacity: 1;
}
.legal {
  background-color: #f5f5f5;
  color: #555;
  padding: 20px;
  font-size: .85em;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  vertical-align: middle;
  line-height: 1.1;
}
.legal a, .lang-select a {
  color: #333;
}
.icon-globe {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  padding-right: 6px;
  margin-top: -2px;
  margin-left: -1px;
}
.lang-select {
  text-align: right;
  vertical-align: middle;
  font-size: .9em;
}
.legal .links {
  float: right;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn {
  font-size: 1rem;
  padding: .5rem 1rem;
  background-color: #0090dd;
  border-color: #0090dd #0090dd #006faa;
  color: #fff;
  line-height: 1.334;
  border-radius: .3rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color:#04a8ff;border-color:#11acff #11acff #0090dd;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lang-header {
  font-size: 1.11em;
  padding: 15px 20px;
  background-color: #fffce1;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.cookie-block {
  font-size: 13px;
  width: 100%;
  border-top: 1px solid #c6c6c6;
  background-color: #f9f9f9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: flex;
  -webkit-transform: translateZ(0);
}
.cb-container {
  margin: 0 auto;
  display: flex;
  width: 100vw;
  align-items: center;
  padding: 0.5rem;
}
.cb-text {
  margin-left: auto;
}
.cb-close {
  margin: 0 10px;
  font-size: 13px;
  padding: .45rem .75rem;
}
.cb-more {
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .main-table {
    width: auto;
  }
  .col-left {
    width: auto;
    display: block;
  }
  .col-right {
    width: auto;
    display: block;
    position: relative;
    margin-top: 1px;
    padding-top: 10px;
  }
  .legal .links {
    float: none;
    padding-top: 10px;
  }
  .lang-select {
    display: none;
  }
  body {
    font-size: 16px;
  }
}
img.shadow {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.more {
  letter-spacing: .016em;
  white-space: nowrap;
}
.more:after {
  content: "›";
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: 145%;
  line-height: 0.75;
  text-decoration: none;
  position: relative;
  z-index: 1;
  vertical-align: -7%;
  padding-left: .25em;
  padding-right: .25em;
}
.more:hover:after {
  text-decoration: underline;
}
.more:hover:after {
  text-decoration: none;
}

.show-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
h1, h2, h3, h4, h5, h6, .lead {
  color: #e4e4e4;
}
p, dd, dt {
  color: #ccc;
}
.body, body {
  background-color: #202020;
  color: #eee;
}
.col-left {
  background-color: #303030;
  border-color: #606060;
}
.col-right {
  background-color: #262626;
  border-color: #606060;
}
.col-right h2 {
  color: #ccc;
}
.lnk {
  background-color: #363636;
}
.legal {
  background-color: #161616;
  border-color: #606060;
}
.grey {
  color: #999;
}
.legal a, .lang-select a {
  color: #bbb;
}
a {
  color: #00a4ff;
}
.hide-dark {
  display: none;
}
.show-dark {
  display: unset;
}
img.shadow {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
}
