.header {
  display: none !important;
}

body {
  background-image: url("../../img/pwz/img-1.jpg");
  background-position: 50% 46px;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-color: #050a0e;
}
@media only screen and (max-width: 575px) {
  body {
    background-position: 45% 40px;
  }
}

.s1 {
  margin-top: 35px;
}
.s1 .navbar-brand {
  display: inline-block;
}
.s1 .w1 {
  color: white;
  margin: 85px 0 0;
  max-width: 750px;
}
.s1 .w1 .p1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 35px;
}
.s1 .w1 .p1 b {
  font-weight: 700;
}
.s1 .w1 .b1 .w2 {
  margin: 0 0 15px 20px;
  padding: 15px 0 20px 35px;
  border-left: 3px solid #CB0054;
}
.s1 .w1 .b1 .w2 .p2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 16px;
}
.s1 .w1 .b1 .w2 .b2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 110px;
}
.s1 .w1 .b1 .w2 .b2 .form-check {
  margin: 0;
  align-items: center;
}
.s1 .w1 .b1 .w2 .b2 .form-check .form-check-input {
  border: 2px white solid;
  border-radius: 50%;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  position: relative;
  transition: 0.15s;
}
.s1 .w1 .b1 .w2 .b2 .form-check .form-check-input:focus {
  border: 2px #CB0054 solid !important;
}
.s1 .w1 .b1 .w2 .b2 .form-check .form-check-input:checked:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #CB0054;
  position: absolute;
  top: 6px;
  left: 6px;
}
.s1 .w1 .b1 .w2 .b2 .form-check .form-check-label {
  color: white;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}
.s1 .w1 .b1 .w3 {
  margin-left: 60px;
}
.s1 .w1 .b1 .w3 .b3 {
  max-width: 340px;
  margin-bottom: 22px;
}
.s1 .w1 .b1 .w3 .b3 .form-control {
  background-color: white;
  border: 2px solid white;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1px;
}
.s1 .w1 .b1 .w3 .b3 .form-control:focus {
  border: 2px solid #CB0054 !important;
}
.s1 .w1 .b1 .w3 .b3 label {
  color: #100F0F;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}
.s1 .w1 .b1 .w3 .b4 {
  margin-bottom: 22px;
}
.s1 .w1 .b1 .w3 .b4 .form-check {
  margin: 0;
}
.s1 .w1 .b1 .w3 .b4 .form-check .form-check-input {
  border-color: white;
}
.s1 .w1 .b1 .w3 .b4 .form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.671' height='7.297' viewBox='0 0 11.671 7.297'%3E%3Cpath id='Path_356' data-name='Path 356' d='M408,938l4.423,4.884L416.846,938' transform='translate(-406.587 -936.585)' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
.s1 .w1 .b1 .w3 .b4 .form-check .form-check-label {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.s1 .w1 .b1 .w3 .b5 .btn {
  min-width: 150px;
}
.s1 .p3 {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 35px 0 40px;
  max-width: 1120px;
}
@media only screen and (max-width: 1599px) {
  .s1 .w1 {
    margin: 60px 0 0;
  }
  .s1 .w1 .b1 .w2 .b2 {
    column-gap: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .s1 .w1 {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .s1 .navbar-brand {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .s1 {
    margin-top: 30px;
  }
  .s1 .w1 {
    margin: 20px 0 0;
  }
  .s1 .w1 .p1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .s1 .w1 .b1 .w2 {
    margin-left: 0;
  }
  .s1 .w1 .b1 .w2 .b2 {
    flex-direction: column;
    row-gap: 10px;
  }
  .s1 .w1 .b1 .w3 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .s1 .navbar-brand img {
    width: 200px;
  }
  .s1 .w1 .p1 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .s1 .w1 .b1 .w2 {
    padding: 10px 0 20px 20px;
  }
  .s1 .w1 .b1 .w2 .p2 {
    font-size: 22px;
    line-height: 28px;
  }
  .s1 .w1 .b1 .w2 .b2 .form-check .form-check-input {
    margin: 0 15px 0 0;
  }
  .s1 .w1 .b1 .w2 .b2 .form-check .form-check-label {
    font-size: 22px;
    line-height: 26px;
  }
  .s1 .w1 .b1 .w3 {
    margin-left: 25px;
  }
  .s1 .w1 .b1 .w3 .b3 label {
    font-size: 16px;
    line-height: 21px;
  }
  .s1 .w1 .b1 .w3 .b3 .form-control {
    font-size: 18px;
    line-height: 21px;
  }
  .s1 .w1 .b1 .w3 .b4 .form-check .form-check-label {
    font-size: 14px;
    line-height: 18px;
  }
  .s1 .p3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 35px;
  }
}

/*# sourceMappingURL=pwz.css.map */
