@charset "UTF-8";
@font-face {
  font-family: "MyriadPro-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/MyriadPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/MyriadPro-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/MyriadPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/MyriadPro-Cond.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-BoldCond";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/MyriadPro-BoldCond.woff2") format("woff2");
}
.aside-menu {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 40px 0;
  width: 100%;
  background-color: #6f7483;
}
.aside-menu__link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 55px 10px 24px;
  background-color: transparent;
  border-bottom: 1px solid rgba(204, 208, 214, 0.2);
  color: #fff;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.3s, border-bottom 0.3s;
}
.aside-menu__link:first-child {
  padding-top: 20px;
}
.aside-menu__link:first-child:after {
  top: 27px;
}
.aside-menu__link:last-child {
  padding-bottom: 20px;
  border-bottom: 0;
}
.aside-menu__link:last-child:hover {
  border-bottom: 0;
}
.aside-menu__link:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  width: 0;
  height: 0;
  border: solid #ccd0d6;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.aside-menu__link:hover {
  background-color: #c22525;
  border-bottom: 1px solid #c22525;
}
.aside-menu__link:hover:after {
  border-color: #fff;
}

.sub-pages {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 74px 0;
  width: 100%;
}
.sub-pages__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 9px 8px 6px 0;
  border-bottom: 1px solid #ccd0d6;
  color: #252f48;
  font-family: "MyriadPro-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}
.sub-pages__link:last-child {
  border-bottom: 0;
}
.sub-pages__link:after {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0 2px;
  padding: 3px;
  border: solid #c22525;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.sub-pages__link:hover {
  color: #252f48;
}
.page-header-large__desc mark {
  background-color: hsla(0, 0%, 98%, 0.6);
}
.page__text h3 {
  margin-top: 0;
}
.page__video {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px 0;
  padding: 0 0 56.25% 0;
  width: 100%;
  height: 0;
}
.page__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.human-resources {
  padding: 40px 0 80px 0;
}
.human-resources__text h3 {
  margin: 10px 0 26px 0;
}
.human-resources__text ul li {
  margin: 0 0 20px 0;
}
.human-resources__text ul li u {
  display: block;
  margin: 0 0 16px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
.human-resources__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.human-resources__table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 15px 0;
  width: 100%;
  overflow-x: auto;
}
.human-resources__table table {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-color: transparent;
  border-spacing: 0;
  text-align: left;
}
.human-resources__table table.-border {
  border-bottom: 1px solid #ccd0d6;
}
.human-resources__table table tr {
  width: 100%;
  background-color: #fff;
  border-bottom: 0;
}
.human-resources__table table tr:nth-of-type(even) {
  background-color: #f8fbfb;
}
.human-resources__table table tr th {
  flex-grow: 0;
  padding: 0 20px 20px 20px;
  min-width: 50px;
  color: #c22525;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.human-resources__table table tr th .-color-gray {
  color: #5a6070;
}
.human-resources__table table tr td {
  padding: 12px 20px 9px 20px;
  min-width: 50px;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
}
.human-resources__table__text {
  margin: 10px 0 20px 22px;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 400;
  font-style: normal;
}

.median tbody tr th {
  width: 100% !important;
  min-width: auto !important;
  text-align: center;
}
.median tbody tr th:first-child {
  text-align: left;
}
.median tbody tr td {
  width: 100% !important;
  min-width: auto !important;
  text-align: center;
}
.median tbody tr td:first-child {
  text-align: left;
}
@media only screen and (min-width: 768px){
  .aside-menu {
    order: 1;
    margin: 0;
    max-width: 250px;
  }
  .aside-menu__link:after {
    right: 24px;
  }
  .page-header-large {
    min-height: 405px;
  }
  .page-header-large__content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page__text {
    padding: 0 35px 0 0;
  }
  .page__video {
    margin: 0 0 30px 0;
    padding: 61.2% ​0 0;
  }
  .human-resources {
    padding: 0 0 125px 0;
  }
  .human-resources__text ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .human-resources__text ul li {
    margin: 0 0 40px 0;
    width: 46%;
  }
  .human-resources__table table {
    min-width: 780px;
  }
  .human-resources__table table tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .human-resources__table table tr th {
    flex-grow: 0;
    padding: 0 30px 20px 24px;
    min-width: 95px;
  }
  .human-resources__table table tr th:first-child {
    flex-grow: 1;
    width: 70%;
  }
  .human-resources__table table tr td {
    flex-grow: 0;
    padding: 12px 30px 9px 24px;
    min-width: 95px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .human-resources__table table tr td:first-child {
    flex-grow: 1;
    width: 70%;
    padding: 12px 20px 9px 20px;
  }
  .human-resources__table__text {
    margin: 10px 0 20px 25px;
  }
}
@media only screen and (min-width: 1024px){
  .aside-menu {
    max-width: 280px;
  }
  .page-header-large__content {
    padding-right: 0;
    padding-left: 0;
    max-width: 780px;
  }
  .page__video {
    margin: 0 0 30px 0;
  }
}