@charset "UTF-8";
/*Compuware/About*/
/* =========================== Desktop =========================== */
.whyCPW {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
}
.whyCPW .c_bg {
  display: flex;
  flex-direction: column;
  width: 32%;
  background-color: #171f2b;
  margin-bottom: 2rem;
  padding: 0 1.5rem 1.5rem;
  border: 2px solid #b3864a;
}
.whyCPW .c_bg .c_img {
  border-bottom: 1px solid #b3864a;
  padding-bottom: 2em;
}
.whyCPW .c_bg .c_img::before {
  content: "■";
  color: #004098;
  font-size: 3.5em;
  display: flex;
  margin: -7px 0 1.5em;
  height: 0px;
  vertical-align: top;
  justify-content: center;
}
.whyCPW .c_bg .c_img img {
  display: flex;
  width: 40%;
  margin: 0 auto;
}
.whyCPW .c_bg .c_text {
  text-align: center;
  margin: 2em 0;
  color: #aaa;
  flex: 1;
}
.whyCPW .c_bg .c_text p {
  line-height: 1.5rem;
  margin: 0;
}
.whyCPW .c_bg .c_link a,
.whyCPW .c_bg .c_link {
  display: block;
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  border: 1px solid #666;
}
.whyCPW .c_bg .c_link {
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
  font-size: 18px;
  color: #aaa;
}
.whyCPW .c_bg .c_link:hover {
  color: #fff;
  background-color: #004098;
  border: 1px solid #004098;
}

.article_bg {
  background-color: #111;
}

.article_bg_img {
  background-repeat: no-repeat;
  background-size: cover;
}

.article_title {
  font-size: 28px;
  color: #fff;
  line-height: 2rem;
  border-bottom: 3px solid #004098;
  margin-bottom: 2rem;
  padding: 0 0 0.3em;
}

.AboutContent {
  padding: 0px;
  margin-bottom: 5rem;
}
.AboutContent:last-child {
  margin-bottom: 0;
}
.AboutContent p {
  color: white;
  margin-bottom: 2em;
}
.AboutContent p:last-of-type {
  margin-bottom: 0;
}
.AboutContent img {
  margin-bottom: 2rem;
  width: 100%;
}
.AboutContent img:last-child {
  margin-bottom: 0;
}
.AboutContent ul {
  margin: 0 0 20px 10px;
  padding: 0;
}
.AboutContent ul li {
  color: #fff;
  margin-top: 0.5rem;
  padding-left: 10px;
}
.AboutContent ul li::marker {
  content: "■";
  color: #004098;
}

.Intro_download {
  display: block;
  font-size: 18px;
  height: 3.5rem;
  width: 15rem;
  border: 1px solid #686868;
  color: #686868;
  line-height: 3.5rem;
  text-align: center;
  transition: 0.5s;
}
.Intro_download:hover {
  background-color: #004098;
  color: #fff;
  border: 1px solid #004098;
}

.fa-angle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-top: 0px;
}

.aboutCPW {
  display: none;
}

.row {
  margin: auto !important;
}

/* =========================== iPad =========================== */
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .Intro_download {
    border: 0;
    color: #fff;
    background-color: #004098;
    transition: none;
  }
}
/* =========================== Mobile =========================== */
@media screen and (max-width: 767px) {
  .article_bg {
    display: none;
  }
  .aboutCPW {
    display: block;
  }
  .whyCPW {
    justify-content: center;
  }
  .whyCPW .c_bg {
    width: 95%;
    margin-bottom: 1em;
  }
  .whyCPW .c_bg:last-child {
    margin: 0;
  }
  .whyCPW .c_bg .c_img img {
    width: 35%;
  }
  .AboutContent_M {
    width: 100%;
    margin-bottom: 3em;
  }
  .AboutContent_M img {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
  }
  .AboutContent_M img:last-child {
    margin-bottom: 0;
  }
  .AboutContent_M p {
    color: white;
  }
  .AboutContent_M p:last-child {
    margin-bottom: 0;
  }
  .AboutContent_M ul {
    margin: 0 0 20px 10px;
    padding: 0;
  }
  .AboutContent_M ul li {
    color: #fff;
    margin-top: 0.5rem;
    padding-left: 10px;
  }
  .AboutContent_M ul li::marker {
    content: "■";
    color: #004098;
  }
  .Intro_download {
    width: 100%;
    color: #ffffff;
    border: 1px solid #004098;
    background-color: #004098;
  }
  .core-value {
    display: flex;
    gap: 1em;
    flex-direction: column;
    margin: -2em auto 3em;
    text-align: center;
  }
  .core-value .about_block {
    background-color: #004098;
    color: #fff;
    padding: 1.5rem;
  }
  .core-value .about_block p {
    margin-bottom: 1rem;
  }
  .core-value .about_block p :last-child {
    margin: 0;
  }
  .core-value .about_block .letter {
    font-size: 72px;
    line-height: 1em;
    font-weight: 700;
  }
  .core-value .about_block .heading {
    font-size: 21px;
  }
  .core-value .about_block .body {
    font-size: 16px;
    line-height: 1.5rem;
  }
}/*# sourceMappingURL=about.css.map */