/* =============================================================================== */
/* Key Visual */
/* =============================================================================== */

@media screen and (min-width: 768px) {
  [data-id="1309995"] .container-fluid {
    max-width: 2000px;
    padding: 0;
  }
  [data-id="1309995"].ngc-1-in-a-row .wrapper {
    padding: 0px;
  }
  [data-id="1309995"].ngc-1-in-a-row .wrapper .list-inline-img {
    margin: 0 auto;
  }
  [data-id="1309995"].ngc-1-in-a-row .wrapper .list-inline-img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  [data-id="1309995"] .container-fluid {
    padding: 0;
  }
  [data-id="1309995"] .container-fluid .wrapper .list-inline-img {
    display: none;
  }
}


/* =============================================================================== */
/* Overview */
/* =============================================================================== */

.overview .container-fluid {
  text-align: center;
  margin: 32px 0 96px 0;
}
@media screen and (max-width: 767px) {
  .overview .container-fluid {
    margin: 16px 0 48px 0;
  }
}


/* =============================================================================== */
/* Features */
/* =============================================================================== */

#d1746832 a {
  display: inline-block;
  padding: 14px 18px;
  background: #445166;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

#d1746832 a:hover {
  background: #252d38;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .custom-image-right .media-box {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .custom-image-right .media-box {
    margin-left: 0;
  }
  .custom-image-right.feature .media-box img {
    padding: 0;
  }
  #d1746832 a {
    width: 100%;
  }
}