@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700&amp;display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  margin: 0px;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  background: #FFFFFF;
}

h1 {
}

h2 {
  color: #2C2C2E;
  font-size: 28px;
  font-weight: 400;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #001F6B;
  text-decoration: none;
  transition: all ease-in-out 0.12s;
}

a:hover {
  color: #393130;
  text-decoration: none;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

#header {
  width: 100%;
  height: 124px;
  padding: 10px 0px;
  background: #FFFFFF;
  transition: all ease-in-out 0.12s;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

#logo,
#logo img {
  transition: all ease-in-out 0.12s;
}

#logo {
  padding: 20px 0px;
}

a.link-home {
  display: block;
}

a.link-home img {
  display: block;
}

#header-right {
  float: right;
  padding: 15px 0px 0px 0px;
  transition: all ease-in-out 0.12s;
}

body.sticky #header {
  height: 60px;
  padding: 0px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

body.sticky #header #logo {
  padding: 5px 0px;
}

body.sticky #header #logo img {
  height: 50px;
}

body.sticky #header #header-right {
  padding: 3px 0px;
}

body.sticky #header #header-right-top {
  display: none;
}

#header-right-top {
  margin: 0px 0px 10px 0px;
  text-align: right;
}

#navigation {
  float: right;
}

#navigation-right {
  float: right;
  margin: 0px 0px 0px 30px;
}

#top-buttons {
  display: inline-block;
  font-size: 21px;
  vertical-align: middle;
}

#top-buttons span {
  display: inline-block;
  line-height: 54px;
}

.toggle-click {
  padding: 0px 8px;
  vertical-align: middle;
  cursor: pointer;
}

.toggle-click-target {
  display: none;
  position: absolute;
  right: 0px;
  padding: 15px;
  z-index: 99;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#language {
  text-align: center;
  background: #261F65;
}

#language ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#language ul li {
}

#language ul li a {
  display: block;
  color: #FFFFFF;
  line-height: 40px;
}

#search {
  text-align: center;
  background: #EFEFEF;
}

.search-row {
  display: flex;
  flex-wrap: nowrap;
}

.search-column {
  position: relative;
}

form.form-search {
  display: block;
  position: relative;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}

form.form-search input,
form.form-search select,
form.form-search button {
  width: 100% !important;
  padding: 10px !important;
  font-family: 'Mulish', sans-serif;
  vertical-align: middle;
  background: transparent;
  border: 0px !important;
  cursor: pointer;
}

form.form-search select {
  border-right: 1px solid #CCCCCC !important;
}

#content {
  padding-top: 124px;
}

#footer {
  padding: 40px 0px;
  color: #FFFFFF;
  font-size: 14px;
  background: #222222;
}

#footer-outer {
}

#footer-inner {
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
}

#footer p.footer-heading {
  font-size: 16px;
  font-weight: 700;
}

#footer-bottom span.powered-by,
#footer-bottom span.powered-by a,
#footer-bottom span.powered-by a:hover {
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
}

#back-to-top::after {
  display: block;
  margin: -1px 0px 0px 0px;
}

.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 2048px;
  max-width: 100%;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
  box-sizing: border-box;
}

/* Flex Button Styles */

.flex-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.flex-button {
}

.flex-button a {
  font-size: 16px !important;
}