.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;
}

.page {
  padding-top: 88px;
  padding-bottom: 50px;
  background-image: url('../images/bg-image.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.layout {
  width: auto;
  max-width: 454px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  background-color: #150800;
  font-family: Roboto, sans-serif;
}

.paragraph {
  color: #ffc72c;
}

.paragraph-2 {
  color: #ffc72c;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.bold-text {
  color: #fff;
}

.heading {
  color: #ffc72c;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  text-align: center;
}

.checkbox-field {
  padding-top: 20px;
}

.text-span {
  color: #ffd600;
}

.paragraph-4 {
  margin-top: -9px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.form {
  width: 460px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 0px;
  border: 6px none #ffd600;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.93);
}

.field-container {
  padding-top: 22px;
  padding-right: 55px;
  padding-left: 55px;
}

.text-span-2 {
  width: 230%;
  color: #ffd600;
}

.text-field {
  height: 60px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  background-color: #e4e4e4;
  font-family: Roboto, sans-serif;
  color: #616161;
  width: 100%;
  font-size: 16px;
}

.submit-button {
  display: block;
  width: 60%;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 9px;
  background-color: #f3d432;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #141719;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #d6b402;
}

.form-block {
  margin-bottom: 0px;
  padding-top: 25px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #262626;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.checkbox-label {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.image {
  width: 97px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  padding-top: 10px;
  color: #fff;
  font-size: 18px;
}

.layout-second {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.black-box {
  padding: 60px 50px;
  border-radius: 40px;
  background-color: rgba(20, 23, 25, 0.79);
}

.black-box.second {
  margin-top: 50px;
  padding: 25px 60px;
  text-align: center;
}

.paragraph-6 {
  color: #e4e4e4;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
}

.heading-3 {
  color: #ffc72c;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-7 {
  color: #e4e4e4;
}

.paragraph-8 {
  color: #e4e4e4;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.link {
  display: inline-block;
  margin-top: 20px;
  margin-left: 0px;
  padding: 13px 20px;
  border-radius: 5px;
  background-color: #ffc72c;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3b3b3b;
  font-size: 22px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #000;
}

.checkbox {
  width: 17px;
  height: 17px;
  border-color: #616161;
}

.checkbox.w--redirected-checked {
  border-color: #ffc72c;
  background-color: #ffc72c;
}

.checkbox-label-2 {
  padding-left: 9px;
}

@media screen and (max-width: 991px) {
  .page {
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(56%, #150800)), url('../images/bg-image-mobile.png');
    background-image: linear-gradient(180deg, transparent, #150800 56%), url('../images/bg-image-mobile.png');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, repeat-x;
  }

  .form-block {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .page {
    padding-top: 257px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(44%, #150800)), url('../images/bg-image-mobile.png');
    background-image: linear-gradient(180deg, transparent, #150800 44%), url('../images/bg-image-mobile.png');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .black-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {

  .mauticform-checkboxgrp-row{
    padding-left: 20px;
  
  }
  
  .page {
    padding-top: 190px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(23%, #150800)), url('../images/bg-image-mobile.png');
    background-image: linear-gradient(180deg, transparent 10%, #150800 23%), url('../images/bg-image-mobile.png');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .paragraph-2 {
    line-height: 29px;
  }

  .paragraph-4 {
    margin-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .form {
    width: auto;
  }

  .field-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .form-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .black-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .black-box.second {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 27px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 24px;
  }

  .link {
    font-size: 19px;
  }
}

.mauticform-errormsg{
  color: #e12d2d;
}