.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  min-height: auto;
  min-width: 120px;
  margin-top: 0px;
  margin-left: 10px;
  padding: 20px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  background-color: #4d61fc;
  box-shadow: -1px 1px 4px -1px #4d60fc;
  text-align: center;
  cursor: pointer;
}

.blue-button.white-fill {
  border-color: #4d61fc;
  background-color: #fff;
}

.blue-button.top {
  box-shadow: -1px 1px 4px -1px #4d60fc;
}

.blue-button-text {
  border: 0px solid #fff;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  white-space: nowrap;
}

.blue-button-text.white-fill-text {
  color: #4d61fc;
}

.white-button.blue-button {
  border-color: #000;
  background-color: #fff;
}

.white-button.blue-button.top {
  box-shadow: -1px 1px 4px -1px #000635;
}

.white-button-text {
  font-weight: 700;
}

.logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  max-height: 40px;
  max-width: 40px;
  min-width: 0px;
  margin-right: 10px;
}

.logo-text {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.launch-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.title-text {
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 700;
}

.title-subtext {
  max-width: 390px;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.4em;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.25em;
  font-weight: 700;
}

.black-bold-text.built-for {
  margin-top: 70px;
}

.more-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.bold-header-text {
  max-width: 350px;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 700;
}

.bold-header-text.fullline {
  max-width: none;
  font-size: 2.25em;
}

.regular-text-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.4em;
  text-align: left;
}

.regular-text-gray.center-aligned {
  margin-bottom: 3.5em;
  text-align: center;
}

.how-it-works-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.pricing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.body {
  font-family: Lato, sans-serif;
  color: #303030;
  font-weight: 400;
}

.about-us {
  font-weight: 700;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding-top: 0em;
  padding-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image {
  max-width: 530px;
}

.company-image {
  width: auto;
  height: 30px;
  max-height: none;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.company-row {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.example-image {
  max-width: 480px;
  border-radius: 10px;
  box-shadow: 0 0 10px -6px #000;
}

.sequence-image {
  width: 230px;
  margin-bottom: 5px;
}

.sequence-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sequence-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sequence-row.pro-spacing {
  margin-bottom: 70px;
}

.sequence-text {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.pricing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 320px;
  min-height: 0px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 25px 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 1px 7px 0 rgba(34, 40, 94, 0.22);
}

.pricing-card.purple-edging {
  width: 264px;
  border: 1.5px solid #4d61fc;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yes-no-image {
  width: 17px;
  margin-right: 10px;
  font-size: 16px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #404040;
}

.div-block-3.pro-footer {
  margin-top: 100px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0.6;
  color: #fff;
}

.div-block-4 {
  width: 80%;
}

.pricing-tier {
  margin-top: 11px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.pricing-tier-subtext {
  margin-bottom: 30px;
  opacity: 0.8;
  color: #3d3d3d;
}

.price {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  color: #b9c2d2;
  font-weight: 700;
}

.by-amount {
  margin-bottom: 20px;
  opacity: 0.8;
  color: #3d3d3d;
}

.by-amount.special-amount {
  margin-bottom: 32px;
  padding-top: 35px;
  padding-bottom: 40px;
  color: #000;
  font-size: 20px;
}

.text-span {
  padding-right: 5px;
  color: #000;
  font-size: 70px;
  line-height: 100%;
  font-weight: 400;
}

.yes-no-text {
  font-size: 16px;
  font-weight: 300;
}

.feature-group {
  padding: 10px 10px 10px 30px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #6338ff;
}

.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 10px;
  background-color: #fff;
}

.form-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.heading {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 700;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.field-label {
  margin-bottom: 2px;
  color: #b8b8b8;
  font-weight: 400;
}

.text-field {
  width: 230px;
  height: 44px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 4px;
}

.link-block-4 {
  color: #303030;
  text-decoration: none;
}

.link-block-5 {
  color: #303030;
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .launch-section {
    margin-bottom: 50px;
  }
  .title-text {
    font-size: 40px;
  }
  .company-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .image {
    max-width: 400px;
  }
  .company-image {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .example-image {
    max-width: 380px;
  }
  .pricing-card {
    width: 230px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .pricing-card.purple-edging {
    width: 230px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-block-5 {
    padding-right: 20px;
  }
  .div-block-6 {
    padding-right: 30px;
  }
  .form-div {
    height: 300px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .form-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-left {
    padding-right: 20px;
  }
  .heading {
    margin-bottom: 0px;
  }
  .text-field {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .launch-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-section {
    padding-bottom: 20px;
  }
  .more-info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-section {
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    max-width: 420px;
    margin-top: 50px;
  }
  .company-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .company-row {
    padding-right: 40px;
    padding-left: 40px;
  }
  .example-image {
    margin-top: 30px;
  }
  .sequence-div {
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sequence-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-card {
    width: 250px;
    margin-top: 20px;
  }
  .pricing-card.purple-edging {
    width: 250px;
  }
  .by-amount.special-amount {
    font-size: 22px;
    line-height: 24px;
  }
  .form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    padding-bottom: 10px;
    line-height: 1.3em;
    text-align: center;
  }
  .text-field {
    width: 210px;
  }
  .text-block-2 {
    padding-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-buttons {
    width: 100px;
  }
  .blue-button.top {
    display: none;
  }
  .white-button.blue-button.top {
    display: none;
  }
  .black-bold-text {
    padding-bottom: 20px;
    line-height: 1.5em;
  }
  .black-bold-text.built-for {
    padding-bottom: 10px;
  }
  .bold-header-text.fullline {
    text-align: left;
  }
  .regular-text-gray.center-aligned {
    margin-bottom: 1em;
  }
  .pricing-section {
    padding-top: 50px;
  }
  .title-section {
    padding-top: 1em;
  }
  .image {
    max-width: 300px;
  }
  .company-row {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .example-image {
    max-width: 300px;
  }
  .sequence-div {
    margin-bottom: 30px;
  }
  .sequence-row {
    padding-bottom: 20px;
  }
  .pricing-card.purple-edging {
    margin-top: 30px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-div {
    height: auto;
    padding: 20px 10px;
  }
  .form-inner {
    padding-bottom: 20px;
  }
  .form-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field {
    margin-bottom: 30px;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}