.cud-page {
  margin: 0;
  background-color: #ff0000;
  background-image: linear-gradient(to right, #ff0000, #990202);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

a {
  text-decoration: underline;
  color: #fff;
}

#content-wrapper {
  padding: 30px 0 0 0;
}
.section-one {
  margin: 0;
}
.section-image {
  margin: 0;
  background-image: url(../../media/images/keyvisual-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  .section-image {
    background-image: url(../../media/images/keyvisual-bg@2x.png);
    padding-bottom: 168px;
  }
}
.section-text {
  margin: 0 0 35px 0;
  padding: 0 20px;
  text-align: center;
  line-height: 23px;
  font-family: 'Vodafone Regular', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-text {
    line-height: 35px;
    font-size: 30px;
  }
}
.section-heading {
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.35px;
  font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 35px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-heading {
    margin: 0 0 30px 0;
    line-height: 80px;
    letter-spacing: 0.7px;
    font-size: 70px;
  }
}
.teaser-heading {
  margin: 50px 0 25px 0;
  padding: 0 20px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.85px;
  font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 85px;
  color: #fff;
}
@media (min-width: 1024px) {
  .teaser-heading {
    margin: 0 0 52px 0;
    line-height: 69px;
    letter-spacing: 1.7px;
    font-size: 170px;
  }
}
.teaser-title {
  margin: 0 0 25px 0;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.25px;
  font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 25px;
  color: #fff;
}
@media (min-width: 1024px) {
  .teaser-title {
    margin: 0 0 20px 0;
    line-height: 50px;
    letter-spacing: 0.4px;
    font-size: 40px;
  }
}
.teaser-text {
  margin: 10px 0;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: 'Vodafone Regular', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 15px;
  color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.teaser-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 210px;
  height: 36px;
  box-sizing: inherit;
  border: 0;
  border-radius: 10px;
  background: #c8c9c9;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.15px;
  font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 15px;
  color: #000;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .teaser-button {
    width: 250px;
    height: 44px;
    line-height: 20px;
    letter-spacing: 0.18px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .teaser-button .sub-text {
    margin-bottom: -17px;
  }
}
.help-icon {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: transparent url(../../media/images/icons/help-icn.png) no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
.hint-popup {
  display: none;
  width: 300px;
  background: #4a4d4e;
  padding: 20px;
  line-height: 32px;
  font-family: 'Vodafone Regular', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hint-popup {
    width: 374px;
  }
}
.hint-popup .close-icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 3px;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  cursor: pointer;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  -webkit-font-feature-settings: 'liga';
  ms-font-feature-settings:'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sub-text {
  font-size: x-small;
}
.section-heading .sub-text {
  font-size: small;
}
@media (min-width: 1024px) {
    .section-heading .sub-text {
      font-size: xx-large;
    }
}