.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.div-block-555 {
  width: 1000px;
  margin: 5px auto 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.div-block-555.cllout {
  display: block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 51px;
}

.div-block-1042 {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px 15px;
  background-color: #fff;
}

.text-block-768 {
  width: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-size: 68px;
  line-height: 72px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.div-block-1438 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.full-width {
  width: 100%;
  margin-bottom: 0px;
}

.div-block-1385 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-card-from {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.text-block-742 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0px;
}

.form-success {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
}

.input {
  height: 48px;
  min-width: 228px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #f5f6f8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:focus {
  border-color: #a9b0be;
}

.input::-webkit-input-placeholder {
  color: #a9b0be;
}

.input:-ms-input-placeholder {
  color: #a9b0be;
}

.input::-ms-input-placeholder {
  color: #a9b0be;
}

.input::placeholder {
  color: #a9b0be;
}

.input.icon-input {
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 30px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #339900;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}

.input.icon-input:focus {
  color: #454545;
}

.input.icon-input::-webkit-input-placeholder {
  color: #454545;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.input.icon-input:-ms-input-placeholder {
  color: #454545;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.input.icon-input::-ms-input-placeholder {
  color: #454545;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.input.icon-input::placeholder {
  color: #454545;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 85px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 25px;
  -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;
  border: 2px solid #fff;
  border-radius: 200px;
  background-color: #339900;
  background-image: linear-gradient(155deg, #1a358c, #1f6fff 50%, #1a358c);
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-61:hover {
  background-color: #339900;
  background-image: linear-gradient(155deg, #1a358c, #339900 50%, #1a358c);
  box-shadow: none;
}

.form-error {
  padding: 8px 12px;
  background-color: transparent;
  color: #fc3762;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.div-block-1481 {
  position: relative;
  z-index: 1;
  display: block;
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-style: none solid;
  border-width: 3px 4px;
  border-color: #339900;
  background-color: #fff;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('https://www.worldprofit.com/dealers/content_management3/headerimages/abstract-1283722_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('https://www.worldprofit.com/dealers/content_management3/headerimages/abstract-1283722_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5000px;
  background-repeat: repeat, repeat;
}

.text-span-84 {
  color: #339900;
  font-weight: 600;
}

.text-block-784 {
  font-family: 'Open Sans', sans-serif;
  color: #858585;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-1482 {
  margin-top: 60px;
}

.div-block-1483 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-top: 45px;
  -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;
}

.text-block-785 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0px;
}

.div-block-1485 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 85px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -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;
  background-color: #339900;
}

.div-block-1486 {
  width: 50px;
  height: 50px;
  background-image: url('../images/Star-Icon_1Star-Icon.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block-786 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-1487 {
  margin-right: 4px;
  margin-left: 4px;
}

.div-block-1488 {
  width: 760px;
  padding: 33px 30px 35px;
  border-style: solid none;
  border-width: 1px;
  border-color: #757575 #d5d5d5;
  background-color: #fff;
}

.div-block-1489 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-1490 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/_0000_Checkmark7.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-1491 {
  font-size: 22px;
  letter-spacing: 0.7px;
}

.text-span-85 {
  color: #339900;
  font-weight: 700;
}

.text-span-86 {
  color: #339900;
  font-weight: 700;
}

.text-span-87 {
  color: #339900;
  font-weight: 700;
}

.text-span-88 {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
}

.text-block-787 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.text-span-90 {
  color: #339900;
  font-weight: 800;
  text-decoration: underline;
}

.div-block-1492 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  border-style: solid none;
  border-width: 1px;
  border-color: #757575;
}

.text-span-91 {
  color: #339900;
}

.div-block-1493 {
  position: relative;
  top: -180px;
  right: -77px;
  z-index: 3;
  width: 275px;
  height: 200px;
  background-image: url('../images/BHB.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-1494 {
  position: relative;
  left: -70px;
  top: 139px;
  z-index: 2;
  width: 275px;
  height: 200px;
  background-image: url('../images/StartHere.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
  }
  .div-block-555 {
    width: 650px;
    margin-top: -20px;
  }
  .div-block-555.cllout {
    width: 80%;
    margin-bottom: 20px;
    padding: 0px;
  }
  .div-block-1042 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 0px;
  }
  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }
  .input-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-1483 {
    width: 100%;
  }
  .div-block-1488 {
    width: 550px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-1493 {
    right: -82px;
    width: 200px;
    height: 125px;
    min-width: 200px;
    background-position: 100% 50%;
    background-size: contain;
  }
  .div-block-1494 {
    left: -89px;
    top: 131px;
    width: 200px;
    height: 150px;
    min-width: 200px;
    background-position: 0% 50%;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }
  .div-block-555 {
    width: 85%;
    margin-top: 0px;
  }
  .div-block-555.cllout {
    width: 300px;
    margin-top: 0px;
    padding: 0px 5px;
  }
  .div-block-1042 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block-768 {
    font-size: 72px;
    line-height: 62px;
  }
  .input.icon-input {
    height: 45px;
    font-size: 15px;
  }
  .button-61 {
    font-size: 28px;
  }
  .div-block-1481 {
    width: 100%;
  }
  .text-block-784 {
    font-size: 12px;
  }
  .div-block-1482 {
    margin-top: 55px;
  }
  .text-block-785 {
    font-size: 24px;
  }
  .div-block-1485 {
    height: 75px;
    margin-bottom: 27px;
  }
  .div-block-1486 {
    width: 7px;
    height: 37px;
  }
  .text-block-786 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
  .div-block-1488 {
    width: 85%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .div-block-1489 {
    margin-top: 4px;
  }
  .div-block-1490 {
    width: 25px;
    height: 25px;
  }
  .text-block-787 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 22px;
  }
  .div-block-1492 {
    margin-bottom: 20px;
  }
  .div-block-1493 {
    display: none;
  }
  .div-block-1494 {
    display: none;
  }
  .text-block-788 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .text-block-789 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .text-block-790 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
  }
  .div-block-555 {
    margin-top: -15px;
  }
  .div-block-555.cllout {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-1042 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
  }
  .text-block-768 {
    font-size: 50px;
    line-height: 45px;
  }
  .div-block-1385 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-742 {
    line-height: 16px;
  }
  .input {
    min-width: 0px;
  }
  .input.icon-input {
    height: 40px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .input.icon-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input.icon-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .input.icon-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .input.icon-input::placeholder {
    font-size: 16px;
  }
  .input-wrapper {
    width: 100%;
  }
  .button-61 {
    height: 75px;
    font-size: 22px;
    letter-spacing: 0px;
  }
  .text-block-784 {
    font-size: 11px;
    letter-spacing: 0.3px;
  }
  .div-block-1482 {
    margin-top: 55px;
  }
  .text-block-785 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 25px;
  }
  .div-block-1485 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-1486 {
    width: 28px;
    height: 28px;
    min-height: 28px;
    min-width: 28px;
    background-size: contain;
  }
  .text-block-786 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .div-block-1487 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .div-block-1488 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .div-block-1490 {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }
  .div-block-1491 {
    font-size: 18px;
  }
  .text-block-787 {
    line-height: 25px;
  }
  .div-block-1492 {
    padding-top: 8px;
  }
  .text-block-788 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-789 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-790 {
    font-size: 18px;
    line-height: 22px;
  }
}
