.modal_window .panel div form button, .modal_window .panel div form p input, .modal_window .panel, .modal_window, footer > section .wrap .newsletter form button, footer > section, .cta_panel .wrap a:after, .text_image .wrap header a:after, .image_text .wrap header a:after, .signup_options .wrap article section a:after, .signup_options .wrap article section, .how_it_works .wrap .cols .col, .hero .wrap a:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer > section .wrap .copyright:after, footer > section .wrap .newsletter:after, footer > section .wrap .newsletter form:after {
  content: "";
  display: block;
  clear: both;
}

.main_header {
  padding: 50px 0;
}
.main_header .wrap {
  margin: 0 50px;
}
.main_header .wrap h2 {
  font-size: 1.5rem;
}

.hero {
  padding: 100px 0 100px 0;
}
.hero .wrap {
  margin: 0 50px;
}
.hero .wrap h1 {
  font-size: 3.75rem;
  line-height: 1;
  margin: 0 0 20px 0;
}
.hero .wrap p {
  font-size: 1.5625rem;
  width: 600px;
}
.hero .wrap a {
  height: 50px;
  width: 300px;
  font-size: 1.125rem;
  border-radius: 25px;
  padding: 15px 0 0 0;
  margin: 40px 0 0 0;
}
.hero .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -51px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
}
.hero .wrap a:before {
  top: 17px;
  right: -34px;
}

.callout_text_bold {
  margin: 100px 0 0 0;
}
.callout_text_bold .wrap {
  margin: 0 50px;
}
.callout_text_bold .wrap h2 {
  font-size: 3.125rem;
  line-height: 1.05;
  margin: 0 0 25px 0;
}
.callout_text_bold .wrap p {
  width: 650px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.callout_text {
  margin: 100px 0 0 0;
  text-align: center;
}
.callout_text .wrap {
  margin: 0 50px;
}
.callout_text .wrap p {
  font-size: 1.75rem;
  width: 650px;
  margin: 0 auto;
}

.how_it_works {
  margin: 100px 0 0 0;
}
.how_it_works .wrap {
  margin: 0 50px;
}
.how_it_works .wrap > header {
  margin: 0 0 25px 0;
}
.how_it_works .wrap > header h2 {
  font-size: 3.125rem;
  line-height: 1;
}
.how_it_works .wrap .cols .col {
  background-color: rgb(247, 247, 247);
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  float: left;
}
.how_it_works .wrap .cols .col h3 {
  font-size: 1.625rem;
  margin: 0 0 15px 0;
}
.how_it_works .wrap .cols .col p {
  font-size: 1.125rem;
}
.how_it_works .wrap .cols .col + .col {
  margin: 0 0 0 10px;
}

.signup_options {
  margin: 100px 0 0 0;
}
.signup_options .wrap {
  margin: 0 50px;
}
.signup_options .wrap article {
  border: 1px solid rgb(220, 220, 220);
}
.signup_options .wrap article section {
  padding: 75px 25px;
  text-align: center;
}
.signup_options .wrap article section h2 {
  font-size: 2.5rem;
  line-height: 1.125;
  margin: 0 0 20px 0;
}
.signup_options .wrap article section p {
  font-size: 1.25rem;
}
.signup_options .wrap article section a {
  height: 50px;
  width: 300px;
  font-size: 1.125rem;
  border-radius: 25px;
  padding: 15px 0 0 0;
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
  margin: 40px auto 0 auto;
}
.signup_options .wrap article section a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -51px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(3, 70, 255);
}
.signup_options .wrap article section a:before {
  top: 17px;
  right: -34px;
}
.signup_options .wrap article section + section {
  border-top: 1px solid rgb(220, 220, 220);
}

.center_text {
  margin: 100px 0 0 0;
}
.center_text .wrap {
  margin: 0 50px;
}
.center_text .wrap h3 {
  font-size: 1rem;
  margin: 0 0 20px 0;
}
.center_text .wrap h2 {
  font-size: 3.125rem;
  line-height: 1.125;
  margin: 0 0 25px 0;
}
.center_text .wrap p {
  font-size: 1.25rem;
}

.image_text {
  margin: 100px 0 0 0;
}
.image_text .wrap {
  margin: 0 50px;
}
.image_text .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 0 20px 0;
}
.image_text .wrap header p {
  font-size: 1.25rem;
}
.image_text .wrap header a {
  height: 50px;
  width: 300px;
  font-size: 1.125rem;
  border-radius: 25px;
  padding: 15px 0 0 0;
  margin: 40px 0 0 0;
}
.image_text .wrap header a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -51px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(3, 70, 255);
}
.image_text .wrap header a:before {
  top: 17px;
  right: -34px;
}

.text_image {
  margin: 100px 0 0 0;
}
.text_image .wrap {
  margin: 0 50px;
}
.text_image .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 0 20px 0;
}
.text_image .wrap header p {
  font-size: 1.25rem;
}
.text_image .wrap header a {
  height: 50px;
  width: 300px;
  font-size: 1.125rem;
  border-radius: 25px;
  padding: 15px 0 0 0;
  margin: 40px 0 0 0;
}
.text_image .wrap header a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -51px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(3, 70, 255);
}
.text_image .wrap header a:before {
  top: 17px;
  right: -34px;
}

.cta_panel {
  margin: 100px 0 0 0;
  text-align: center;
}
.cta_panel .wrap {
  margin: 0 50px;
  padding: 75px 50px;
}
.cta_panel .wrap h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 0 35px 0;
}
.cta_panel .wrap h2 {
  font-size: 3.125rem;
  margin: 0 0 25px 0;
}
.cta_panel .wrap p {
  font-size: 1.25rem;
  width: 80%;
  margin: 0 auto;
}
.cta_panel .wrap a {
  height: 50px;
  width: 300px;
  font-size: 1.125rem;
  border-radius: 25px;
  padding: 15px 0 0 0;
  margin: 50px auto 0 auto;
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
}
.cta_panel .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -51px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.cta_panel .wrap a:before {
  top: 17px;
  right: -34px;
}

footer {
  margin: 50px 0 0 0;
}
footer > section {
  background-color: rgb(63, 63, 63);
  padding: 50px 0;
}
footer > section .wrap {
  margin: 0 50px;
}
footer > section .wrap .newsletter header {
  width: 40%;
  float: left;
}
footer > section .wrap .newsletter header h2 {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 8px 0;
}
footer > section .wrap .newsletter header p {
  font-size: 1.125rem;
  line-height: 1.4;
}
footer > section .wrap .newsletter form {
  margin: 0;
  width: 60%;
  float: right;
}
footer > section .wrap .newsletter form p {
  width: -webkit-calc(70% - 5px);
  width: calc(70% - 5px);
  float: left;
}
footer > section .wrap .newsletter form p input {
  font-size: 1.125rem;
}
footer > section .wrap .newsletter form button {
  width: -webkit-calc(30% - 5px);
  width: calc(30% - 5px);
  float: right;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  margin: 0;
}
footer > section .wrap .copyright p {
  color: rgba(255, 255, 255, 0.25);
  float: left;
  font-size: 1.125rem;
}
footer > section .wrap .copyright nav {
  margin: 0 0 0 0;
  float: right;
}
footer > section .wrap .copyright nav a {
  display: block;
  font-size: 1.125rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
footer > section + section {
  background-color: rgb(56, 56, 56);
}

.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 50px;
}
.modal_window .panel {
  background-color: rgb(255, 255, 255);
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
}
.modal_window .panel div header {
  margin: 0 0 25px 0;
}
.modal_window .panel div header h2 {
  font-size: 2rem;
  line-height: 1.125;
  margin: 0 0 14px 0;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(3, 70, 255);
}
.modal_window .panel div header p {
  font-size: 1.25rem;
  line-height: 1.4;
}
.modal_window .panel div form p label {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 10px 0;
}
.modal_window .panel div form p input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 1rem;
  border-radius: 6px;
}
.modal_window .panel div form p + p {
  margin: 20px 0 0 0;
}
.modal_window .panel div form button {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgb(3, 70, 255);
  color: rgb(3, 70, 255);
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 6px;
  text-decoration: none;
  margin: 20px 0 0 0;
}

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