@charset "UTF-8";
.c-title {
  text-align: center !important;
  font-size: 32px;
  line-height: 155%;
  margin-bottom: 10px;
}

.c-subtitle {
  text-align: center;
  font-size: 17px;
  line-height: 170%;
}

#aboutus h2 {
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: left;
}
#aboutus footer {
  margin-top: 0;
}

.p-aboutus a {
  text-decoration: underline !important;
}
.p-aboutus p {
  line-height: 1.4;
}
.p-aboutus .c-button {
  padding: 1em 2em;
  background: #888;
  border-radius: 3px;
  color: #fff;
  text-decoration: none !important;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0365C0;
  display: inline-block;
}
.p-aboutus .c-button:hover {
  background: #024b8e;
}

.p-aboutus--about {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-aboutus__top {
  margin-top: 20px;
  margin-bottom: 80px;
}

.p-aboutus__lang_nav {
  text-align: right;
  margin-top: 60px;
  font-size: 16px;
}
.p-aboutus__lang_nav span {
  float: none !important;
}
.p-aboutus__lang_nav a {
  text-decoration: underline !important;
}
.p-aboutus__lang_nav .is-active {
  text-decoration: none !important;
  color: #0365C0;
}

.p-aboutus--company {
  background-color: #333;
  color: #fff;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-col {
  padding-left: 30px;
  padding-right: 30px;
}

.c-col--divider {
  border-left: 1px solid #ddd;
  padding-bottom: 40px;
}

.c-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.c-list li {
  position: relative;
  padding-left: 20px;
}
.c-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-text--center {
  text-align: center;
}

.u-color--theme {
  color: #0365C0 !important;
}