.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4em;
}

.body {
  background-color: #0c0d0a;
  background-image: url('../images/bg.jpeg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-container {
  width: 825px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 50px;
  background-color: #fff;
}

.title-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  height: 70px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fw-chevron-red.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.title-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  text-shadow: 1px 1px 1px #494949;
}

.rich-text {
  font-family: Roboto, sans-serif;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-box-text {
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 900;
}

.text-highlight {
  color: #c30000;
}

.check-field {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text {
  margin-top: 5px;
  color: #616161;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .content-container {
    width: 90%;
  }

  .title-background {
    margin-top: 40px;
  }

  .check-box-text {
    padding-top: 3px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .title-background {
    width: 410px;
    margin-top: 20px;
  }

  .title-text {
    font-size: 30px;
  }

  .check-box-text {
    padding-top: 6px;
    font-size: 22px;
  }

  .check-field.w--redirected-checked {
    margin-left: 0px;
  }

  .checkbox-field {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .content-container {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-background {
    width: 280px;
    height: 50px;
  }

  .title-text {
    font-size: 19px;
  }

  .check-field.w--redirected-checked {
    width: 60px;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
