body {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
  background-color: #b4d2ff;
}

.div-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #addeff;
}

.image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.link-block {
  margin-left: 31px;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.heading {
  display: inline-block;
}

.heading-2 {
  display: inline;
}

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

.header-navbar {
  position: fixed;
  width: 100vw;
  background-color: #fff;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 40px;
  padding: 11px 20px 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;
  border-bottom-style: none;
  border-radius: 2px;
  color: #fff;
  font-weight: 900;
}

.header-logo:hover {
  color: #fff;
}

.header-nav-menu.style-a {
  background-color: #333;
}

.header-nav-link {
  padding-top: 13px;
  padding-right: 0px;
  padding-bottom: 13px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
  text-align: right;
}

.header-nav-link:hover {
  color: rgba(0, 0, 0, 0.49);
}

.header-nav-link.style-a {
  display: block;
  padding-right: 20px;
  color: #fff;
}

.header-nav-link.style-a:hover {
  color: hsla(0, 0%, 100%, 0.49);
}

.header-menu-button {
  position: relative;
  top: 0%;
  bottom: 0%;
  display: none;
  overflow: auto;
  margin-top: 3px;
  margin-right: 15px;
  margin-bottom: 3px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px none #000;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #09f;
  font-size: 22px;
  line-height: 22;
}

.header-menu-button:hover {
  border-color: #09f;
  background-color: #09f;
  color: #fff;
}

.header-menu-button.w--open {
  border-color: #09f;
  background-color: #09f;
  color: #fff;
}

.container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
}

.div-block-3 {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #fff;
  background-color: #000;
}

.div-block-5 {
  display: block;
}

.heading-3 {
  color: #2150d3;
}

.image-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.mb-40 {
  margin-bottom: 40px;
}

.feature-snippet.left {
  text-align: left;
}

.feature-snippet.right {
  text-align: right;
}

.image-border-holder {
  display: block;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  border: 3px solid rgba(0, 0, 0, 0.09);
  text-align: center;
}

.nb {
  margin-bottom: 0px;
}

.small-text {
  border-bottom-width: 1px;
  font-size: 14px;
  line-height: 21px;
}

.feature-holder {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.feature-holder.center {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.image-placeholder {
  width: auto;
}

.video {
  position: absolute;
}

.div-block-54 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.devider-ba {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  margin-left: -2px;
  -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: #fff;
}

.col-100 {
  height: 100%;
}

.row-100 {
  height: 100%;
}

.div-block-55 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.after-img-div-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/orange-car-after.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.before-img-div-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/orange-car-before.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.after-img-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.div-block-56 {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
}

.after-img-div-outer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.before-img-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.div-block-57 {
  position: relative;
  z-index: 25;
  display: none;
  text-align: center;
}

.div-block-58 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

.div-block-59 {
  display: inline;
}

.heading-4 {
  display: inline;
  font-family: 'Great Vibes', cursive;
}

.div-block-60 {
  display: inline;
}

.heading-5 {
  display: inline;
  font-family: 'Great Vibes', cursive;
}

.button {
  margin-right: 30px;
  border-radius: 15px;
}

.button-2 {
  border-radius: 15px;
}

.div-block-61 {
  position: static;
  display: block;
  padding-top: 0px;
}

.div-block-62 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.after-img-div-inner-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: url('../images/imgonline-com-ua-Resize-mpXLXgKtmw2N5n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.before-img-div-inner-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/imgonline-com-ua-Resize-bKmAkPUwI8K.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.standard-section {
  position: relative;
  display: block;
  height: 100vh;
  margin-top: -80px;
  padding-top: 80px;
  background-color: #fff;
  color: #fff;
}

.after-img-div-outer-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-63 {
  position: relative;
  z-index: 75;
  width: 50vw;
  height: 50vh;
}

.checlist-image {
  height: 40px;
}

._wf-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  padding: 15px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._wf-hero-container-blue {
  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;
  -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;
  color: #2699fb;
  text-align: center;
}

.checklist-main-text {
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._wf-content-section {
  position: relative;
  z-index: 1;
  margin: 75px 10px 20px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: hsla(0, 0%, 100%, 0.45);
}

.content-header-wrapper {
  padding-right: 48px;
  padding-left: 48px;
}

._wf-checklist-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
}

.checklist-main-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 125%;
  font-weight: 600;
}

.checklist-wrapper {
  width: 42%;
  margin: 10px;
}

.features-subheader {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

._wf-checklist-text {
  padding-left: 20px;
}

._wf-checklist-titile {
  margin-top: 0px;
  margin-bottom: -5px;
  font-size: 21px;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
}

.div-block-64 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/pigeon-poo.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.91;
}

.div-block-65 {
  position: relative;
  margin-top: 149px;
  background-color: hsla(0, 0%, 100%, 0.64);
}

.div-block-66 {
  width: 100vw;
}

._wf-content-section-2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

._wf-pricing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.pricing-column {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 500px;
  padding: 30px 35px 25px;
  -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: 5px;
  background-color: #f1f9ff;
}

.pricing-column.recommended {
  z-index: 2;
  min-height: 550px;
  background-color: #2699fb;
  color: #fff;
}

.pricing-image {
  width: 50%;
  margin-bottom: 30px;
}

.pricing-features-list {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.pricing-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  margin-top: 0px;
  font-size: 28px;
  line-height: 125%;
  font-weight: 600;
  text-align: center;
}

.pricing-titile {
  position: absolute;
  left: 0px;
  top: -25px;
  right: 0px;
  margin-top: 0px;
  color: #2699fb;
  font-size: 12px;
  line-height: 125%;
  font-weight: 300;
  text-align: center;
}

.div-block-67 {
  width: 100vw;
}

.heading-6 {
  text-align: center;
}

.presentation-grid {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.at {
  margin-top: 0px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 500;
}

._wf-t-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.presentation-grid-wrapper {
  display: block;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date {
  font-size: 12px;
}

.testimonial-item {
  width: 45%;
  margin: 20px;
  padding: 30px;
  border-radius: 5px;
  background-color: #f1f9ff;
}

.testimonial-item.special {
  background-color: #2699fb;
  color: #fff;
}

.separator {
  margin-right: 6px;
  margin-left: 6px;
  font-size: 14px;
}

.heading-7 {
  text-align: center;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 360px;
  background-color: rgba(29, 217, 255, 0.74);
}

.columns {
  position: relative;
  z-index: 1;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.image-3 {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.image-4 {
  width: 50px;
  height: 50px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
}

.div-block-69 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 90vh;
  z-index: 20;
  width: 100%;
}

._wf-outline-button {
  padding: 17px 48px;
  border: 2px solid #2699fb;
  border-radius: 4px;
  background-color: transparent;
  color: #2699fb;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

._wf-outline-button:hover {
  background-color: #2699fb;
  color: #fff;
}

._wf-outline-button:active {
  border-color: #007feb;
  background-color: #007feb;
  color: #fff;
}

._wf-outline-button.white-outline {
  border-color: #fff;
  color: #fff;
}

._wf-outline-button.white-outline.submit {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-field {
  height: 60px;
  min-width: 275px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 10px 25px;
  border-style: none;
  border-radius: 5px;
  background-color: #f1f9ff;
  color: #2699fb;
}

.text-field::-webkit-input-placeholder {
  color: #2699fb;
}

.text-field:-ms-input-placeholder {
  color: #2699fb;
}

.text-field::-ms-input-placeholder {
  color: #2699fb;
}

.text-field::placeholder {
  color: #2699fb;
}

._wf-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-column-name {
  margin-bottom: 30px;
  font-size: 12px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: block;
  margin-top: 10px;
  margin-right: 5px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
}

.footer-section {
  display: block;
  min-height: 300px;
  margin-top: 5%;
  padding: 75px 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  color: #fff;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-column.email-culumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-70 {
  width: 100%;
}

.heading-9 {
  margin-bottom: 20px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 10px;
  -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-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.65);
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 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;
  background-color: #fff;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 10px;
  -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;
  background-color: #fff;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 10px;
  -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;
  background-color: #fff;
}

.div-block-75 {
  margin: 10px;
}

.icon {
  display: none;
}

.form-block {
  padding: 10px;
}

.div-block-76 {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .standard-section {
    margin-top: 0px;
  }
  ._wf-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .features-text {
    max-width: 500px;
    font-size: 14px;
  }
  .checklist-main-header {
    font-size: 22px;
  }
  .features-subheader {
    font-size: 15px;
  }
  ._wf-checklist-titile {
    font-size: 22px;
  }
  ._wf-content-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pricing-column {
    width: 40%;
  }
  .pricing-features-list {
    font-size: 14px;
  }
  .pricing-name {
    font-size: 22px;
  }
  .presentation-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-item {
    width: 44%;
  }
  ._wf-outline-button.white-outline.submit {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-field {
    min-width: 245px;
  }
  .footer-link {
    font-size: 14px;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-column {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .header-nav-link {
    padding-right: 20px;
  }
  .feature-snippet {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .feature-snippet.left {
    text-align: center;
  }
  .feature-snippet.right {
    text-align: center;
  }
  .image-border-holder {
    margin-bottom: 50px;
  }
  .small-text {
    font-size: 13px;
    line-height: 20px;
  }
  .feature-holder {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .feature-holder.center {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  ._wf-checklist {
    margin-bottom: 0px;
  }
  ._wf-checklist-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .checklist-wrapper {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  ._wf-pricing-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-column {
    width: 80%;
    margin-bottom: 105px;
  }
  .testimonial-item {
    width: 100%;
  }
  .footer-column-name {
    margin-bottom: 20px;
  }
  .footer-container {
    -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;
  }
  .footer-section {
    min-height: 0px;
  }
  .footer-column {
    width: 80%;
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .header-logo {
    padding-top: 11px;
  }
  .checklist-main-text {
    padding-right: 0px;
  }
  ._wf-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-header-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .features-subheader {
    font-size: 16px;
  }
  ._wf-checklist-titile {
    font-size: 19px;
  }
  ._wf-content-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pricing-column {
    width: 100%;
    min-height: 400px;
  }
  .pricing-column.recommended {
    min-height: 500px;
  }
  .pricing-features-list {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .date {
    text-align: center;
  }
  .testimonial-item {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-field {
    margin-right: -1px;
  }
  ._wf-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-column-name {
    text-align: center;
  }
  .footer-link {
    font-size: 16px;
    text-align: left;
  }
  .footer-column {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-column.email-culumn {
    width: 100%;
  }
}