footer, .decision .wrap form button, .decision .wrap form p input, .calculator .wrap form .input p input, .calculator .wrap form .input h3, .calculator {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.calculator .wrap form .input:after, .example .wrap .example_boxes:after, .example .wrap .example_boxes section ul li p:after, .offer .wrap .cols:after, .ltv .wrap .cols:after {
  content: "";
  display: block;
  clear: both;
}

.hero {
  padding: 75px 0 125px 0;
  background-size: 750px auto;
}
.hero .wrap {
  margin: 0 80px;
}
.hero .wrap h2 {
  font-size: 1.875rem;
}
.hero .wrap h2 span {
  font-size: 1.125rem;
  margin: 0 0 0 15px;
}
.hero .wrap > header {
  margin: 100px 0 0 0;
  width: 500px;
}
.hero .wrap > header h1 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
}
.hero .wrap > header p {
  font-size: 1.5rem;
  line-height: 1.425;
  color: rgb(107, 178, 146);
  margin: 30px 0 0 0;
}
.hero .wrap > header p strong {
  display: block;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 30px 0 0 0;
}
.hero .wrap > header a {
  display: inline-block;
  text-decoration: none;
  padding: 19px 30px 17px 30px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 8px;
  color: rgb(107, 178, 146);
  background-color: rgb(255, 255, 255);
  margin: 60px 0 0 0;
}

.intro {
  padding: 70px 0 80px 0;
}
.intro .wrap {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}
.intro .wrap article h2 {
  font-size: 2.5rem;
  line-height: 1.125;
  font-weight: 500;
  color: rgb(107, 178, 146);
}
.intro .wrap article p {
  font-size: 1.375rem;
  line-height: 1.3;
  margin-top: 1.25em;
}
.intro .wrap article p + p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.ltv {
  padding: 75px 0 80px 0;
}
.ltv .wrap {
  margin: 0 80px;
}
.ltv .wrap header {
  margin: 0 auto 50px auto;
  width: 80%;
  max-width: 650px;
  text-align: center;
}
.ltv .wrap header h2 {
  font-size: 3.125rem;
}
.ltv .wrap header p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.ltv .wrap .cols .col {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
  padding: 50px 25px;
}
.ltv .wrap .cols .col h3 {
  color: rgb(0, 36, 21);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 10px 0;
}
.ltv .wrap .cols .col p {
  font-size: 1.25rem;
  line-height: 1.25;
}
.ltv .wrap .cols .col + .col {
  margin: 0 0 0 20px;
}

.offer {
  padding: 75px 0 80px 0;
}
.offer .wrap {
  margin: 0 80px;
}
.offer .wrap header {
  margin: 0 auto 50px auto;
  width: 80%;
  max-width: 650px;
  text-align: center;
}
.offer .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
}
.offer .wrap header p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.offer .wrap .cols .col {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
  padding: 50px 25px;
}
.offer .wrap .cols .col h3 {
  color: rgb(0, 36, 21);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.125;
  margin: 0 0 10px 0;
}
.offer .wrap .cols .col p {
  font-size: 1.125rem;
  line-height: 1.25;
}
.offer .wrap .cols .col + .col {
  margin: 0 0 0 20px;
}
.offer .wrap > p {
  font-size: 1.25rem;
  line-height: 1.25;
  width: 500px;
  text-align: center;
  margin: 50px auto 0 auto;
}

.example {
  padding: 75px 0 80px 0;
}
.example .wrap {
  margin: 0 80px;
}
.example .wrap header {
  margin: 0 auto 45px auto;
  width: 80%;
  max-width: 650px;
  text-align: center;
}
.example .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
}
.example .wrap header p {
  font-size: 1.5rem;
  margin: 15px 100px 0 100px;
  line-height: 1.25;
  font-weight: 500;
}
.example .wrap .example_boxes section {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
}
.example .wrap .example_boxes section ul {
  list-style: none;
}
.example .wrap .example_boxes section ul li {
  padding: 0 0 15px 0;
}
.example .wrap .example_boxes section ul li p {
  font-size: 1.5rem;
}
.example .wrap .example_boxes section ul li p span {
  display: block;
  width: 50%;
  float: left;
}
.example .wrap .example_boxes section ul li p span + span {
  text-align: right;
}
.example .wrap .example_boxes section ul li + li {
  padding: 15px 0;
}
.example .wrap .example_boxes section ul li:last-child {
  padding-bottom: 0;
  border-top: 0;
  margin: 10px 0 0 0;
  color: rgb(107, 178, 146);
}
.example .wrap .example_boxes section + section {
  width: -webkit-calc(40% - 10px);
  width: calc(40% - 10px);
  float: right;
  margin: 0;
}
.example .wrap .example_boxes section + section p {
  font-size: 1.5rem;
  line-height: 1.125;
  text-align: center;
}
.example .wrap .example_boxes section + section p span {
  display: block;
  font-size: 2.5rem;
  margin: 10px 0 5px 0;
}

.calculator {
  padding: 75px 0 80px 0;
  background-color: rgb(249, 249, 249);
}
.calculator .wrap {
  margin: 0 80px;
}
.calculator .wrap header {
  margin: 0 auto 45px auto;
  width: 80%;
  max-width: 650px;
  text-align: center;
}
.calculator .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
}
.calculator .wrap header p {
  font-size: 1.5rem;
  margin: 15px 100px 0 100px;
  line-height: 1.25;
  font-weight: 500;
}
.calculator .wrap form {
  width: 500px;
  margin: 0 auto;
}
.calculator .wrap form .input {
  background-color: rgb(255, 255, 255);
  position: relative;
}
.calculator .wrap form .input h3 {
  margin: 0;
  width: 50%;
  float: left;
  font-size: 1.125rem;
  line-height: 1;
  padding: 22px 15px 0 20px;
}
.calculator .wrap form .input p {
  width: 50%;
  float: right;
}
.calculator .wrap form .input p input {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 15px;
  height: 60px;
  font-family: inherit;
  text-align: right;
}
.calculator .wrap form .input.grey {
  background-color: rgb(240, 240, 240);
}
.calculator .wrap form .input.green {
  border: 1px solid rgb(107, 178, 146);
  background-color: transparent;
}
.calculator .wrap form .input.green p input {
  border: 0;
}
.calculator .wrap form .input + .input {
  margin: 10px 0 0 0;
}
.calculator .wrap > p {
  margin: 40px auto 0 auto;
  width: 450px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
}

.decision {
  padding: 75px 0 80px 0;
}
.decision .wrap {
  margin: 0 80px;
}
.decision .wrap header {
  margin: 0 auto 45px auto;
  width: 80%;
  max-width: 650px;
  text-align: center;
}
.decision .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
}
.decision .wrap header p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.decision .wrap form {
  width: 500px;
  margin: 0 auto;
}
.decision .wrap form p input {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 20px;
  height: 60px;
}
.decision .wrap form p select {
  height: 60px;
  padding: 0 20px;
  font-size: 1.125rem;
}
.decision .wrap form button {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0 15px;
  height: 60px;
  border: 1px solid rgb(0, 36, 21);
  color: rgb(0, 36, 21);
  margin: 10px 0 0 0;
}
.decision .wrap form + .input {
  margin: 20px 0 0 0;
}
.decision .wrap > p {
  margin: 50px auto 0 auto;
  width: 450px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
}

footer {
  padding: 75px 0;
  background-color: rgb(0, 36, 21);
}
footer .wrap {
  margin: 0 80px;
}
footer .wrap h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
footer .wrap h2 span {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin: 15px 0 0 0;
  color: rgb(107, 178, 146);
}
footer .wrap p {
  font-size: 1rem;
  line-height: 1.25;
  width: 550px;
  color: rgb(82, 112, 98);
  margin: 100px auto 0 auto;
  text-align: center;
}

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