.guide-module-banner {
  padding: 30px 0 0 0;
}

.guide-module-banner picture {
  z-index: 0;
}

.guide-module-banner .banner-shape {
  height: 100px;
  margin-top: -5px;
}

.guide-module-banner .container {
  position: relative;
}

.guide-module-banner .banner-text {
  margin-bottom: 20px;
}

.guide-module-banner .banner-text p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.guide-module-banner .banner-graphic {
  display: none;
}

.bg-lightgrey {
  margin: 0 auto 40px auto;
  max-width: 1920px;
}

.free-guide-wrap {
  padding-top: 10px;
  margin-bottom: 55px;
}

.form-check {
  flex-wrap: wrap;
}

.form-check-label + .invalid-feedback {
  margin-left: 28px;
  flex: 0 0 100%;
}

.free-guide {
  margin-bottom: 50px;
}

.free-guide .list {
  margin-bottom: 0;
}

.free-guide h4 {
  font-size: 14px;
  text-align: center;
  color: #FF9D00;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}

.new-edition {
  border-radius: 5px;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px 15px 30px 15px;
}

.new-edition .captcha-box {
  padding: 2px 20px 2px 10px;
  border-radius: 5px;
  height: 55px;
  background-color: #00B29F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.new-edition .captcha-ref {
  display: inherit;
  cursor: pointer;
}

.new-edition .btn {
  margin-bottom: 10px;
}

.can-help {
  margin-bottom: 50px;
}

.can-help > p {
  max-width: 850px;
  margin: 0 auto 40px auto;
}

.help-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.help-box .help-img {
  display: none;
}

.help-box .help-number {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  color: #380056;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.help-box .help-number:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: #FF9D00;
}

.help-box p:last-child {
  margin-bottom: 0;
}

.help-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #101f30;
  letter-spacing: 1px;
}

.cfp-wrap {
  padding: 20px 30px 40px 30px;
}

.cfp-wrap img {
  display: flex;
  margin: 0 auto 20px auto;
  width: 125px;
}

.cfp-cont h5 {
  font-weight: bold;
  letter-spacing: 0.84px;
  color: #101f30;
}

.find-adv-today {
  padding: 40px 0 60px;
}

.find-adv-today h2 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .guide-module-banner .banner-shape {
    margin-top: -30px;
  }

  .guide-module-banner .container {
    position: initial;
  }

  .guide-module-banner .banner-text {
    width: 365px;
    margin-bottom: 30px;
  }

  .guide-module-banner .banner-text .small-title {
    text-align: left;
  }

  .guide-module-banner .banner-text .small-title:before {
    left: 0;
    transform: translate(0, 0);
  }

  .guide-module-banner .banner-graphic {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .free-guide-wrap {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
    margin-bottom: 60px;
  }

  .free-guide {
    margin-right: 22px;
    margin-bottom: 0;
  }

  .free-guide .small-title {
    text-align: left;
  }

  .free-guide .small-title:before {
    left: 0;
    transform: translate(0, 0);
  }

  .free-guide h4 {
    font-size: 17px;
    text-align: left;
  }

  .new-edition {
    flex: 0 0 auto;
    width: 51%;
    padding: 20px 25px 45px 25px;
  }

  .help-box {
    margin-bottom: 45px;
  }

  .help-box .help-img {
    display: block;
    text-align: center;
  }

  .help-box .help-number {
    font-size: 40px;
  }

  .help-box .help-number:before {
    width: 30px;
  }

  .cfp-wrap {
    padding: 50px 40px;
    display: flex;
    align-items: center;
    max-width: 730px;
    margin: 0 auto;
  }

  .cfp-wrap img {
    margin-right: 30px;
    margin-bottom: 0;
    flex: 0 0 175px;
  }

  .find-adv-today {
    padding: 50px 0;
  }

  .find-adv-today h2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .guide-module-banner {
    padding-top: 60px;
  }

  .guide-module-banner .banner-shape {
    height: 200px;
  }

  .guide-module-banner .banner-text {
    width: 570px;
  }

  .guide-module-banner .banner-text p {
    font-size: 20px;
  }

  .free-guide {
    margin-right: 50px;
  }

  .new-edition {
    padding: 40px 35px 45px 35px;
  }

  .help-box .help-number {
    font-size: 45px;
  }

  .cfp-wrap {
    max-width: 780px;
  }

  .find-adv-today {
    padding: 35px 0;
    max-width: 650px;
    margin: 0 auto;
  }

  .find-adv-today h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .guide-module-banner .banner-shape {
    height: 200px;
  }

  .guide-module-banner .container {
    position: relative;
  }

  .guide-module-banner .banner-text {
    margin-bottom: 0;
  }

  .guide-module-banner .banner-graphic {
    right: 0px;
    bottom: -93px;
  }

  .bg-lightgrey {
    margin-bottom: 60px;
  }

  .new-edition {
    width: 600px;
  }
}

@media (min-width: 1400px) {
  .guide-module-banner .banner-shape {
    margin-top: -30px;
  }

  .guide-module-banner .banner-graphic {
    right: 30px;
    bottom: -68px;
  }
}

@media (max-width: 1199.98px) {
  .help-box .help-img .help-img1 {
    max-width: 230px;
  }

  .help-box .help-img .help-img2 {
    max-width: 307px;
  }

  .help-box .help-img .help-img3 {
    max-width: 331px;
  }
}

@media (max-width: 767.98px) {
  .guide-module-banner .banner-text {
    text-align: center;
  }

  .free-guide h2 {
    text-align: center;
    width: 90%;
    margin: 0 auto 25px;
  }

  .new-edition h4 {
    text-align: center;
  }

  .cfp-cont h5 {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .new-edition .btn {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .guide-module-banner .banner-graphic {
    width: 310px;
  }
}