.pg-cashback {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg-cashback {
    padding-bottom: 60px;
  }
}
.pg-cashback section {
  margin-bottom: 120px;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .pg-cashback section {
    margin-bottom: 60px;
  }
}
.pg-cashback section:last-child {
  margin-bottom: 0;
}
.pg-cashback .h2-common {
  line-height: 60px;
}
@media (max-width: 991px) {
  .pg-cashback .h2-common {
    line-height: 40px;
  }
}
.cb-main__inner {
  position: relative;
  background: #3E4146;
  border-radius: 30px;
  padding: 50px 35px 80px;
}
@media (max-width: 600px) {
  .cb-main__inner {
    padding: 60px 11px;
    margin: 0 -11px;
    border-radius: 20px;
  }
}
.cb-main__content {
  position: relative;
  z-index: 1;
}
.cb-main__title {
  max-width: 835px;
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 1px;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 767px) {
  .cb-main__title {
    font-size: 35px;
    line-height: 40px;
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .cb-main__title {
    max-width: 100%;
  }
}
@media (max-width: 399px) {
  .cb-main__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.cb-main__title br {
  display: none;
}
@media (max-width: 600px) {
  .cb-main__title br {
    display: block;
  }
}
.cb-main__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 60px;
  max-width: 515px;
  color: #fff;
}
@media (max-width: 767px) {
  .cb-main__text {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.66px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .cb-main__text {
    max-width: 300px;
  }
}
.cb-main__btn {
  font-size: 17px;
  line-height: 22px;
  padding: 18px 30px;
  max-width: 320px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .cb-main__btn {
    max-width: 100%;
  }
}
.cb-main__img-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cb-main__img-wrapper {
    bottom: auto;
    top: 0;
  }
}
.cb-main__img-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cb-main__img-wrapper img {
    width: 164px;
    height: 139px;
  }
}
@media (max-width: 389px) {
  .cb-main__img-wrapper img {
    width: 130px;
    height: auto;
  }
}
.cb-advantages__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cb-advantages__items {
    flex-direction: column;
  }
}
.cb-advantages__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cb-advantages__item {
    flex-direction: row;
    margin-bottom: 30px;
  }
  .cb-advantages__item:last-child {
    margin-bottom: 0;
  }
}
.cb-advantages__icon {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cb-advantages__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.cb-advantages__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #3E4146;
}
@media (max-width: 991px) {
  .cb-advantages__text {
    font-size: 18px;
  }
}
.cb-how-it-works__inner {
  border: 1px solid #3E4146;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .cb-how-it-works__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cb-how-it-works__inner {
    padding: 60px 11px;
    margin: 0 -11px;
    border-radius: 20px;
  }
}
.cb-how-it-works__img-wrapper {
  flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cb-how-it-works__img-wrapper {
    margin-right: 0;
    align-self: flex-end;
  }
}
@media (max-width: 991px) {
  .cb-how-it-works__img-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .cb-how-it-works__img-wrapper {
    display: block;
    align-self: flex-start;
    order: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cb-how-it-works__img-wrapper img {
    width: 368px;
    height: auto;
  }
}
.cb-how-it-works__content {
  padding: 62px 40px 63px 0;
}
@media (max-width: 1199px) {
  .cb-how-it-works__content {
    padding: 20px 40px 20px 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cb-how-it-works__content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cb-how-it-works__content {
    padding: 0;
  }
}
.cb-how-it-works__items {
  display: flex;
  flex-direction: column;
}
.cb-how-it-works__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cb-how-it-works__item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.cb-how-it-works__item:last-child {
  margin-bottom: 0;
}
.cb-how-it-works__item-number {
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.66px;
  color: #fff;
  padding: 6px 17px;
  background: #33CC00;
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cb-how-it-works__item-number {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cb-how-it-works__item-heading {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.66px;
  color: #3E4146;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .cb-how-it-works__item-heading {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 900;
  }
}
.cb-how-it-works__item-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #3E4146;
}
@media (max-width: 1199px) {
  .cb-how-it-works__item-text {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 399px) {
  .cb-how-it-works__item-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.cb-terms__items {
  display: flex;
}
@media (max-width: 1199px) {
  .cb-terms__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cb-terms__item {
  flex-basis: 388px;
  max-width: 388px;
  height: 388px;
  margin-right: 20px;
  background-color: #EEF0F0;
  border-radius: 10px;
  padding: 40px 25px;
  position: relative;
}
@media (max-width: 1199px) {
  .cb-terms__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cb-terms__item {
    margin-right: 0;
    height: 274px;
    padding: 30px 22px;
    border-radius: 15px;
  }
}
.cb-terms__item:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .cb-terms__item:last-child {
    margin-bottom: 0;
  }
}
.cb-terms__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.66px;
  color: #3E4146;
}
@media (max-width: 767px) {
  .cb-terms__item-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.cb-terms__item-img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cb-terms__item-img-wrapper img {
    width: 175px;
    height: auto;
  }
}
.cb-lead-magnet__inner {
  background: #3E4146;
  border-radius: 30px;
  padding: 54px 35px 58px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cb-lead-magnet__inner {
    padding: 94px 11px 34px;
    margin: 0 -11px;
    border-radius: 20px;
  }
}
.cb-lead-magnet__content {
  max-width: 628px;
}
@media (max-width: 767px) {
  .cb-lead-magnet__content {
    max-width: 100%;
  }
}
.cb-lead-magnet__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cb-lead-magnet__title {
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    max-width: 350px;
  }
}
.cb-lead-magnet__title br {
  display: none;
}
@media (max-width: 600px) {
  .cb-lead-magnet__title br {
    display: block;
  }
}
.cb-lead-magnet__form .formError {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  display: block !important;
  opacity: 1 !important;
  left: auto !important;
  right: 10px !important;
  margin-top: 3px !important;
  transform: translateY(calc(100% + 2px));
}
.cb-lead-magnet__form .formError:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 992;
  left: 15px;
  top: -5px;
  transform: rotate(45deg);
  border: 1px solid #ccc;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.cb-lead-magnet__form .formErrorContent {
  padding: 7px 15px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}
.cb-lead-magnet__form .formErrorArrow {
  display: none;
}
.cb-lead-magnet .redesign-input.has-error-valid {
  border: 1px solid red;
}
.cb-lead-magnet__form-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cb-lead-magnet__form-items {
    grid-template-columns: 1fr;
    grid-row-gap: 11px;
    grid-column-gap: 0;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .cb-lead-magnet__submit-wrapper {
    order: 1;
  }
}
.cb-lead-magnet__submit-btn {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #33CC00;
  border-color: #33CC00;
  width: 100%;
}
.cb-lead-magnet__submit-subtext {
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cb-lead-magnet__submit-subtext {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    justify-content: center;
  }
}
.cb-lead-magnet__img-wrapper {
  position: absolute;
  right: 28px;
  top: 89px;
}
@media (max-width: 991px) {
  .cb-lead-magnet__img-wrapper {
    top: 0;
    right: 0;
  }
}
.cb-lead-magnet__img-wrapper img {
  width: 388px;
  height: 334px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .cb-lead-magnet__img-wrapper img {
    width: 318px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .cb-lead-magnet__img-wrapper img {
    width: 169px;
    height: 145px;
  }
}
.cb-results__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cb-results__box {
    flex-direction: column;
  }
}
.cb-results__img-wrapper {
  flex-basis: 570px;
  background-color: #3E4146;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cb-results__img-wrapper {
    flex-basis: auto;
    margin-right: 0;
    order: 1;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .cb-results__img-wrapper {
    height: 170px;
  }
}
.cb-results__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cb-results__img-wrapper img {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cb-results__img-wrapper img {
    max-width: 311px;
    height: auto;
  }
}
.cb-results__content {
  flex-basis: 570px;
  background-color: #EEF0F0;
  border-radius: 20px;
  overflow: hidden;
  padding: 67px 42px;
}
@media (max-width: 991px) {
  .cb-results__content {
    flex-basis: auto;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .cb-results__content {
    padding: 30px 22px;
  }
}
.cb-results__content-box {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cb-results__content-box {
    margin-bottom: 30px;
  }
}
.cb-results__content-box:last-child {
  margin-bottom: 0;
}
.cb-results__heading {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #3E4146;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cb-results__heading {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.66px;
  }
}
.cb-results__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #3E4146;
  max-width: 330px;
}
@media (max-width: 767px) {
  .cb-results__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .pg-cashback .faq {
    margin-bottom: 55px;
    margin-top: 67px;
  }
  .pg-cashback .faq__title {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 40px;
  }
  .pg-cashback .faq__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: 0.66px;
    margin-top: 12px;
  }
  .pg-cashback .faq__text a {
    color: #33CC00;
    text-decoration: underline;
    display: block;
    font-weight: 500;
  }
  .pg-cashback .faq__text a:hover {
    text-decoration: none;
  }
  .pg-cashback .faq__list {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .pg-cashback .faq__list-item {
    border: 1px solid black;
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 22px 7px 22px 15px;
  }
  .pg-cashback .faq__list-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pg-cashback .faq__list-item.active .faq__list-icon {
    background: url('../../img/redesign/faq-minus.svg') no-repeat center center;
    background-size: cover;
  }
  .pg-cashback .faq__list-icon {
    position: relative;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    background: url('../../img/redesign/faq-plus.svg') no-repeat center center;
    background-size: cover;
    padding-right: 10px;
  }
  .pg-cashback .faq__list-question {
    margin-left: 19px;
    flex: 1 1 auto;
    padding-right: 0px;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.66px;
    line-height: 23px;
  }
  .pg-cashback .faq__list-answer {
    display: none;
    margin-top: 16px;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}
.pg-cashback .faq {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .pg-cashback .faq__list-item {
    padding: 20px 7px 20px 15px;
  }
}
@media (max-width: 767px) {
  .pg-cashback .faq__list-question {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .pg-cashback .faq__list-answer {
    padding-left: 0;
  }
}
/*# sourceMappingURL=redesign-cashback-2023.css.map */