html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "AudiType", Arial;
  font-weight: 300;
}
@media (max-width: 960px) {
  html, body {
    font-size: 14px;
  }
}

*, *::after, *::before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h2 {
  margin: 0;
}
p {
  margin: 0;
}


.c-banner {
  position: relative;
}
.c-banner-text {
  position: absolute;
  width: 100%;
  bottom: 6%;
  font-size: 2.5vw;
  font-weight: 700;
  color: #fff;
  padding-left: 3%;
}
.bg-black {
  background-color: #000;
  padding: 5% 0 0 0;
}
section {
  padding: 3% 0;
}

.c-content {
  margin: 0 12%;
}

.headline {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 3.8rem;
  margin-bottom: 2%;
}
.headline-text {
  text-align: center;
  line-height: 2.4rem;
  line-height: 1.5rem;
}

.subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 2%;
}
.subtitle-text {
  width: 70%;
  color: #fff;
  line-height: 1.5rem;
}
.subtitle-moreInfo {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 2%;
  margin-left: 5%;
}
.subtitle-text-moreInfo {
  color: #fff;
  line-height: 1.5rem;
  margin: 5% 0;
  width: 80%;
  display: block;
  margin: 5% auto;
}
.subtitle-img {
  margin-top: 2%;
}
.subtitle-center {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 2%;
  text-align: center;
}
.subtitle-center-text {
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
}
.plus-img {
  text-align: center;
}
.plus-img p {
  color: #fff;
  margin-top: 1%;
}
.plus-img img {
  cursor: pointer;
  max-width: 100%;
}
.rotate {
  transform: rotate(45deg);
}
.bg-gray {
  background: #4C4C4C;
  padding: 11% 0 3% 0;
  /* padding: 3% 0; */
  margin-top: -5%;
}
.o-margin-top-2 {
  margin-top: 2%;
}
.o-margin-bottom-5 {
  margin-bottom: 5%;
}
.o-reset-left-margin {
  margin-left: 0!important;
}
.slider-nav-item {
  max-width: 2%;
  margin-right: 5px;
  margin-top: 5px;
}
.slider-for {
  margin-top: 10px;
}
.moreInfo-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10%;
}
.moreInfo-row-item {
  width: 48%;
  color: #fff;
}
.select-images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #999;
  margin-top: 2%;
  cursor: pointer;
}
.select-images p:first-child {
  margin-right: 2%;
}
.select-images-active {
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
}


@media only screen and (max-width: 1800px) {
  .headline {
    font-size: 2.4rem;
  }
}


@media only screen and (max-width: 768px) {
  .c-banner-text {
    position: unset;
    width: unset;
    bottom: 6%;
    font-size: 2;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding-left: 0;
    font-size: 2rem;
    margin-bottom: 5%;
    margin: 0 3%;
  }
  .headline {
    font-size: 1.9rem;
  }
  .subtitle {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }
  .subtitle-text {
    width: 100%;
    margin-bottom: 4%;
  }
  .subtitle-img {
    margin-top: 3%;
  }
  .bg-gray {
    padding: 11% 0 3% 0;
    /* padding: 3% 0; */
    margin-top: -10%;
  }
  .plus-img img {
    cursor: pointer;
    max-width: 8%;
  }
  .moreInfo-row-item {
    width: 100%;
    color: #fff;
    margin-bottom: 5%;
  }
  .slider-nav {
    display: none!important;
  }
}
