@charset "UTF-8";
:root {
  --blank-value: 80px;
}

.human-power {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.human-power-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.human-power-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.human-power-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.human-power-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.human-power__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 155px 70px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.human-power__container.-grey {
  background-color: #fbfcfd;
}
.human-power__container.-band {
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 155px 10px 155px;
}
.human-power__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.human-power__hashtag {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
.human-power__tabs {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 155px 0 155px;
  width: 100%;
  max-width: 1280px;
  background-color: #ffffff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.human-power__tabs .tabs-item {
  margin: 0 33px 0 0;
  padding: 20px 0;
  border-bottom: 2px solid transparent;
  color: #4c4f52;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}
.human-power__tabs .tabs-item:last-child {
  margin: 0;
}
.human-power__tabs .tabs-item.-active {
  color: #0154a3;
  border-bottom: 2px solid #0154a3;
}
.human-power__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.human-power__intro p {
  width: 100%;
  max-width: 710px;
  text-align: center;
}
.human-power__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.human-power__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.human-power__list__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.human-power__list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  min-height: 390px;
}
.human-power__list ul li {
  position: relative;
  margin: 0 0 15px 0;
  width: calc(50% - 34px);
  color: #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  list-style-type: none;
}
.human-power__list ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 15px;
  height: 14px;
  background-image: url("/assets/svg/right-arrow-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.human-power__pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 405px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #e8ecf0;
  text-decoration: none;
}
.human-power__pdf span {
  margin: 0 0 0 24px;
  color: #181818;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: 600;
}
.human-power__pdf__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: inherit;
  background-color: #0154a3;
}
.human-power__pdf__icon img {
  width: 100%;
  max-width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.human-power__career {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 60px 0;
  width: 100%;
}
.human-power__career__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.human-power__career__subtitle {
  color: #181818;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 600;
}
.human-power__career__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.human-power__career__video {
  margin: 43px 0 0 0;
}
.human-power__band {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 200px;
  background-color: #f0f3f6;
}
.human-power__band__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
}
.human-power__band__desc {
  margin: 0 0 0 0;
  color: #0154a3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
}
.human-power__band__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.human-power__band__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 157px;
  height: 45px;
  border: 2px solid #bdc7d1;
}
.human-power__band__link img {
  width: 100%;
  max-width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.human-power__band__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
}
.human-power__band__image img {
  position: absolute;
  top: -20px;
  width: 100%;
  max-width: 230px;
}
.human-power__equality {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.human-power__equality__title {
  width: 100%;
  color: #181818;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  font-weight: 600;
  text-align: center;
}
.human-power__equality__title.-large {
  color: #007DB6;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.human-power__equality__information {
  margin: 0 auto;
  width: 100%;
  max-width: 775px;
  color: #4c4f52;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
}
.human-power__equality.-employee {
  margin: 0 0 40px 0;
}
.human-power__grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.human-power__grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
}
.human-power__grid__item:first-child {
  padding: 0 0 0 155px;
  max-width: 640px;
  border-left: 1px solid #eeeeee;
}
.human-power__grid__item:last-child {
  align-items: flex-end;
  padding: 0 0 0 50px;
}
.human-power__grid__item img {
  width: 100%;
  max-width: 700px;
}
.human-power__statics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px 0;
  width: 100%;
}
.human-power__statics__item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.human-power__statics__item:first-child {
  margin: 0 40px 0 0;
  width: 100%;
  max-width: 400px;
}
.human-power__statics__item:last-child {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  max-width: 476px;
}
.human-power__statics__item img {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100px;
  border: 1px solid #e8ecf0;
  -o-object-fit: contain;
     object-fit: contain;
}
.human-power__statics__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 20px;
  width: calc(50% - 12px);
  min-height: 125px;
  border: 1px solid #e8ecf0;
}
.human-power__statics__box .title {
  color: #0154a3;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.human-power__statics__box .description {
  color: #4c4f52;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  text-align: center;
}
.human-power__statics__title {
  margin: 0 0 8px 0;
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.human-power__cake {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 140px 0;
  width: 100%;
}
.human-power__cake:last-child {
  margin: 0 0 60px 0;
}
.human-power__cake.-even:nth-child(even) {
  flex-direction: row-reverse;
}
.human-power__cake.-odd:nth-child(odd) {
  flex-direction: row-reverse;
}
.human-power__cake__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
}
.human-power__cake__item__icon {
  width: 100%;
  max-width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.human-power__cake__item__image {
  width: 100%;
  max-width: 470px;
  -o-object-fit: contain;
     object-fit: contain;
}
.human-power__cake__item:first-child {
  max-width: 470px;
}
.human-power__cake__item:last-child {
  max-width: 410px;
}
.human-power__cake__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.human-power__cake__pdf {
  display: flex;
  flex-direction: row;
  padding: 13px 0;
  width: 100%;
  border-bottom: 1px solid #ccd3da;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  text-decoration: none;
}
.human-power__cake__pdf:last-child {
  border: 0;
}
.human-power__cake__pdf-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  width: 23px;
  height: 23px;
  background-color: #fbfcfd;
  border: 1px solid #e8ecf0;
}
.human-power__cake__pdf-icon img {
  width: 100%;
  max-width: 13px;
}
.human-power__social {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 345px;
  background-image: linear-gradient(115deg, #63abdd 10%, #afe377 140%, #77c819 140%, #77c819 140%);
}
.human-power__social__title {
  color: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 41.6px;
  line-height: 2.6rem;
}
.human-power__social__description {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
}
.human-power__news {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.human-power__news__title {
  margin: 0 0 30px 0;
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.human-power__news__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.human-power__news__item {
  display: flex;
  flex-direction: column;
  margin: 0 32px 0 0;
  width: 33.3333333333%;
  text-decoration: none;
}
.human-power__news__item img {
  margin: 0 0 29px 0;
  width: 100%;
  max-width: 305px;
  -o-object-fit: contain;
     object-fit: contain;
}
.human-power__news__item .date {
  margin: 0 0 7px 0;
  color: #0154a3;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
.human-power__news__item:last-child {
  margin: 0;
}
.human-power__webinar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.human-power__webinar__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 14px);
  height: auto;
}
.human-power__webinar__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.human-power__webinar__link img {
  width: 100%;
  max-width: 475px;
  -o-object-fit: contain;
     object-fit: contain;
}
.human-power__webinar__link .short-image {
  margin: 0 24px 0 0;
  width: 100%;
  max-width: 175px;
}
.human-power__webinar__link .date {
  margin: 29px 0 7px 0;
  color: #0154a3;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
.human-power__webinar__link.-list {
  flex-direction: row;
  align-items: center;
  margin: 0 0 24px 0;
}
.human-power__webinar__link__info  {
  display: flex;
  flex-direction: column;
}
.human-power__webinar-title {
  margin: 0 0 20px 0;
  width: 100%;
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 1024px){
  :root {
    --blank-value: 50px;
  }
  .human-power-hero__container {
    border: 0;
  }
  .human-power__container {
    align-items: center;
    padding: 67px;
    border: 0;
  }
  .human-power__tabs {
    border: 0;
  }
  .human-power__image {
    height: 300px;
  }
  .human-power__grid {
    flex-direction: column;
  }
  .human-power__grid__item {
    width: 100%;
  }
  .human-power__grid__item:first-child {
    padding: 0 67px;
    max-width: 100%;
    border: none;
  }
  .human-power__grid__item:last-child {
    margin: 30px 0 0 0;
    padding: 0 67px;
  }
  .human-power__grid__item img {
    max-width: 100%;
  }
  .human-power__cake {
    flex-direction: column;
    margin: 0;
  }
  .human-power__cake.-even:nth-child(even) {
    flex-direction: column;
  }
  .human-power__cake.-odd:nth-child(odd) {
    flex-direction: column;
  }
  .human-power__cake__item {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .human-power__cake__item:last-child {
    max-width: 470px;
  }
}
@media only screen and (max-width: 909px){
  .human-power__container.-band {
    flex-direction: column;
    padding: 40px 0;
  }
  .human-power__band {
    height: auto;
  }
  .human-power__band__info {
    align-items: center;
    margin: 0 0 35px 0;
  }
  .human-power__band__image img {
    position: relative;
    top: 0;
  }
  .human-power__statics {
    flex-direction: column;
    margin: 0 0 25px 0;
  }
  .human-power__statics__item {
    width: 100%;
  }
  .human-power__statics__item:first-child {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .human-power__statics__item:last-child {
    max-width: 100%;
    max-height: 100%;
  }
  .human-power__statics__box {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px){
  .human-power__container {
    padding: 50px;
  }
  .human-power__tabs {
    display: none;
  }
  .human-power__list ul {
    flex-direction: column;
  }
  .human-power__list ul li {
    width: 100%;
  }
  .human-power__career {
    align-items: center;
    text-align: center;
  }
  .human-power__news__wrapper {
    flex-direction: column;
  }
  .human-power__news__item {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .human-power__news__item img {
    max-width: 100%;
  }
  .human-power__webinar {
    flex-direction: column;
  }
  .human-power__webinar__item {
    width: 100%;
  }
  .human-power__webinar__link img {
    max-width: 100%;
  }
  .human-power__webinar__link.-list {
    margin: 24px 0;
  }
}
@media only screen and (max-width: 639px){
  .human-power-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .human-power__container {
    padding: 67px 24px 67px 24px;
  }
}
@media only screen and (max-width: 559px){
  .human-power__grid__item:first-child {
    padding: 0 24px;
  }
  .human-power__grid__item:last-child {
    padding: 0 24px;
  }
  .human-power__statics__box {
    width: 100%;
  }
}