body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: block;
  width: 400px;
  margin: 33px auto 23px;
  padding: 13px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.button.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button.left {
  width: 400px;
  float: left;
  text-align: center;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #0e578f;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13), 0 6px 11px 2px rgba(0, 0, 0, 0.25);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #15c4d3;
  color: #fff;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  position: static;
  width: 100%;
  height: 900px;
  margin-top: 73px;
  padding-top: 123px;
  padding-bottom: 0px;
  float: none;
  background-color: #147081;
  background-image: radial-gradient(circle farthest-corner at 38% 14%, rgba(20, 67, 104, 0.85) 59%, rgba(16, 193, 218, 0.85)), url('../images/analytics-graphic2.png'), url('../images/workshop.jpg');
  background-position: 0px 0px, 50% 0px, 50% 100%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #303233;
  color: #e4e8eb;
}

.section.footer.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  padding-top: 195px;
  padding-bottom: 195px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 33, 77, 0.76)), to(rgba(9, 33, 77, 0.76))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(9, 33, 77, 0.76), rgba(9, 33, 77, 0.76)), url('../images/mountain.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section.demo {
  width: 100%;
  margin-top: 73px;
  padding-top: 99px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
  background-image: linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
  background-position: 0px 0px, 50% 0px, 0% 23%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.trial {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 105px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: url('../images/analytics-graphic2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/workshop.jpg');
  background-image: url('../images/analytics-graphic2.png'), linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/workshop.jpg');
  background-position: 50% 0px, 0px 0px, 90% 50%;
  background-size: cover, auto, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.contact-bg {
  position: static;
  width: 100%;
  margin-top: -1px;
  padding-top: 123px;
  padding-bottom: 115px;
  float: none;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.booking {
  position: static;
  width: 100%;
  height: 900px;
  margin-top: 73px;
  padding-top: 270px;
  padding-bottom: 0px;
  float: none;
  background-color: #147081;
  background-image: radial-gradient(circle farthest-corner at 38% 14%, rgba(20, 67, 104, 0.85) 59%, rgba(16, 193, 218, 0.85)), url('../images/analytics-graphic2.png'), url('../images/workshop.jpg');
  background-position: 0px 0px, 50% 0px, 50% 100%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.contact-2 {
  position: static;
  width: 100%;
  margin-top: -1px;
  padding-top: 116px;
  padding-bottom: 2px;
  float: none;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.redeem-bg {
  position: static;
  width: 100%;
  margin-top: -1px;
  padding-top: 59px;
  padding-bottom: 32px;
  float: none;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 29px;
  padding: 59px 393px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #939596;
  font-size: 13px;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.brand-link.w--current {
  width: 350px;
  background-image: url('../images/logo_main.png');
  background-position: 0px 0px;
  background-size: cover;
}

.success-message {
  background-color: #0e75c5;
}

.main-heading {
  margin-top: 111px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

.section-subtitle {
  margin-bottom: 33px;
  padding-top: 81px;
  padding-right: 54px;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.section-subtitle.left {
  text-align: left;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px 10px 60px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.25);
  color: #2b2b2b;
}

.plan-wrapper.popular {
  padding-right: 10px;
  padding-bottom: 144px;
  padding-left: 10px;
  background-image: url('../images/popular2x.png');
  background-position: 100% 0px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}

.plan-wrapper.basic {
  margin-top: 0px;
  padding-bottom: 69px;
}

.plan-wrapper.advanced {
  padding-bottom: 347px;
}

.plan-wrapper.reput-plan {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.price-point {
  margin-bottom: 8px;
  padding-bottom: 23px;
  color: #fff;
  font-size: 14px;
}

.price-accent {
  color: #90cfff;
  font-size: 30px;
  letter-spacing: 0px;
}

.addl-feature {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  background-image: url('../images/tick_1tick.png');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.addl-feature.title {
  padding-top: 27px;
  padding-left: 0px;
  background-image: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  color: #fff;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-top: 52px;
  margin-bottom: 120px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.main-feature-group {
  margin-top: 57px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, 0.31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.image-2 {
  margin-top: 3px;
  padding-bottom: 7px;
}

.image-3 {
  margin-bottom: 15px;
}

.heading {
  margin-bottom: 21px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.row {
  width: 100%;
  margin-top: 37px;
}

.container {
  margin-top: 27px;
}

.heading-2 {
  color: #489fd9;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #489fd9;
}

.heading-4 {
  color: #489fd9;
}

.paragraph {
  margin-bottom: 0px;
  padding-bottom: 42px;
}

.heading-5 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.heading-6 {
  color: #fff;
  font-size: 28px;
}

.heading-7 {
  color: #fff;
  font-size: 28px;
}

.heading-8 {
  color: #fff;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link {
  color: #dfe8e4;
}

.text-span {
  color: hsla(0, 0%, 100%, 0);
}

.image-4 {
  width: 100%;
  padding-top: 62px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-3 {
  text-align: right;
}

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

.subtitulo {
  margin-top: -14px;
  padding-top: 0px;
  padding-bottom: 12px;
  color: #fdffff;
  font-size: 12px;
}

.column-4 {
  display: block;
  margin-top: 26px;
  padding-right: 0px;
}

.column-5 {
  margin-top: 36px;
}

.image-6 {
  padding-top: 61px;
  box-shadow: 0 0 24px 0 rgba(56, 56, 56, 0.32);
}

.form-block {
  display: block;
  padding: 74px 0%;
  text-align: center;
}

.form {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 228px;
  padding-left: 228px;
}

.container-2 {
  padding-top: 42px;
}

.plan-signup {
  padding-top: 17px;
  padding-bottom: 49px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.submit-button {
  display: block;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 61px;
  font-size: 28px;
}

.radio-button-field {
  margin-bottom: 23px;
}

.field-label {
  padding-left: 12px;
  color: #fff;
  font-size: 28px;
}

.plan-select-title {
  margin-bottom: 33px;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.thanks_text {
  margin-bottom: 33px;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.error-message {
  max-width: 400px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.29);
}

.success-message-2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
  background-color: hsla(0, 0%, 100%, 0.27);
  color: #fff;
}

.image-8 {
  padding-bottom: 21px;
}

.button-2 {
  margin-top: 16px;
  padding-top: 9px;
}

.container-4 {
  max-width: 1200px;
}

.text-block {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  color: hsla(0, 0%, 100%, 0.33);
  font-size: 12px;
  text-align: center;
}

.logo-bottombar {
  margin-top: 27px;
  margin-bottom: 15px;
}

.screenshot1 {
  width: 100%;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.row-2 {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 90%;
  margin-top: -23px;
  margin-right: auto;
  margin-left: auto;
}

.column-8 {
  padding-right: 38px;
}

.heading-9 {
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.bottom {
  padding: 23px 150px;
}

.footer {
  position: relative;
  height: 150px;
}

.row-3 {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding: 26px 237px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.div-block {
  position: relative;
  width: 100%;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#353535));
  background-image: linear-gradient(180deg, #353535, #353535);
}

.div-block-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73));
}

.feature-titles {
  font-family: Montserrat, sans-serif;
  color: #489fd9;
}

.feature-explalations {
  font-family: Montserrat, sans-serif;
}

.form-texts {
  text-align: left;
}

.plan-title {
  padding-bottom: 16px;
  font-size: 28px;
  text-align: center;
}

.form-holder {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.select-field {
  background-color: rgba(255, 175, 175, 0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.radio-button-field-2 {
  text-align: left;
}

.form-signup {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 228px;
  padding-left: 228px;
}

.column-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-4 {
  position: static;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 122px;
  padding-left: 122px;
}

.column-10 {
  position: static;
  text-align: right;
}

.column-11 {
  min-height: 600px;
  text-shadow: none;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #dfe8e4;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.call {
  font-family: 'Open Sans', sans-serif;
  color: #dfe8e4;
}

.call-top {
  display: inline;
  color: #0e75c5;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2 {
  font-weight: 500;
}

.call-top2 {
  margin-top: 6px;
  padding-right: 7px;
  color: #0e75c5;
  font-weight: 500;
}

.paragraph-3 {
  color: #dfe8e4;
}

.link-3 {
  color: hsla(0, 0%, 100%, 0.33);
}

.privacy {
  padding-top: 123px;
  padding-bottom: 70px;
  text-align: center;
}

.privacy.blue {
  background-color: #e3f3fc;
}

.privacy.main {
  width: 100%;
  margin-top: 73px;
  padding-top: 173px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
  background-image: linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
  background-position: 0px 0px, 50% 0px, 0% 23%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.privacy.grey {
  background-color: #f0f0f0;
}

.privacy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.privacy.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
  background-color: #303233;
  color: #e4e8eb;
}

.privacy.footer.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.privacy.purple {
  padding-top: 65px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 33, 77, 0.76)), to(rgba(9, 33, 77, 0.76))), url('../images/mountain-biking-1210066_1920.jpg');
  background-image: linear-gradient(180deg, rgba(9, 33, 77, 0.76), rgba(9, 33, 77, 0.76)), url('../images/mountain-biking-1210066_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.privacy.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.privacy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.div-block-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.privacy-holder {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  padding-right: 97px;
  padding-left: 97px;
}

.paragraph-4 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 63px;
  padding-left: 63px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-span-2 {
  font-size: 14px;
  font-weight: 500;
}

.error-message-2 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.success-message-3 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.29);
}

.image-9 {
  padding-bottom: 19px;
}

.text-block-3 {
  color: #9c0000;
}

.div-block-4 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-5 {
  display: block;
  max-width: 900px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.demo-titles {
  font-size: 24px;
}

.paragraph-5 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 14px;
  text-align: center;
}

.demo-admin {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg');
  background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.video {
  margin-top: 69px;
  margin-bottom: 41px;
}

.button-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-4 {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.login-details {
  margin-top: -6px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.login-details.dark {
  color: rgba(20, 67, 104, 0.75);
}

.demo-customer {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg');
  background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
}

.customer-img {
  display: block;
  margin-right: auto;
  margin-bottom: 107px;
  margin-left: auto;
  padding: 14px;
  text-align: center;
}

.link-4 {
  color: #0e75c5;
  text-decoration: none;
}

.div-block-5 {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.boldtext {
  font-weight: 500;
}

.section-body {
  margin-right: 150px;
  margin-left: 150px;
  text-align: center;
}

.country-selectors {
  display: block;
  margin-top: 40px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.basic {
  margin-top: 45px;
}

.left-price-div {
  position: static;
  left: 34px;
  display: inline-block;
  width: 40%;
  margin-top: 0px;
  margin-right: 2.5%;
  padding-top: 30px;
  padding-bottom: 40px;
  float: none;
  border-style: none;
  border-width: 1px;
  border-color: rgba(182, 195, 201, 0.37);
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.24);
  box-shadow: 0 0 26px 2px rgba(59, 67, 71, 0.11), 0 2px 3px 0 rgba(195, 205, 209, 0.42);
  text-align: center;
}

.usd-div {
  display: block;
}

.text-block-5 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #489fd9;
  font-size: 12px;
  font-weight: 500;
}

.price-text {
  margin-bottom: 0px;
  color: #489fd9;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
}

.monthly-text {
  margin-bottom: 20px;
  color: #616c74;
  font-size: 15px;
  font-weight: 200;
}

.gbp-div {
  display: none;
}

.div-block-6 {
  display: block;
  width: 15%;
  float: none;
  clear: left;
  border-top: 3px solid #e8eff3;
}

.div-block-6.shape {
  display: block;
  width: auto;
  margin-right: 45%;
  margin-left: 45%;
  clear: none;
}

.blue-text {
  color: #4312e3;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.currency-button {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: none;
  border: 1px solid #4312e3;
  border-radius: 200px;
  background-color: transparent;
  color: #4312e3;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
}

.currency-button:hover {
  background-color: #4312e3;
  color: #fff;
}

.currency-button.selected {
  border-style: none;
  border-radius: 0px;
  background-color: #0e75c5;
  color: #fff;
  font-size: 11px;
}

.feature-text-pricing {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 15px;
  padding-left: 15px;
  color: #373c3f;
  font-weight: 200;
}

.heading-11 {
  display: inline-block;
  margin-top: 0px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #e0e0e0;
  color: #383d41;
  font-size: 38px;
  line-height: 44px;
  font-weight: 200;
}

.get-started {
  margin-top: 30px;
  padding: 14px 72px;
  border-radius: 2px;
  background-color: #4312e3;
  font-weight: 500;
}

.get-started:hover {
  background-color: #370ebd;
}

.get-started.left-button {
  margin-top: 71px;
}

.get-started.left-button:hover {
  background-color: #370ebd;
}

.right-pricing-div {
  display: inline-block;
  width: 40%;
  margin-left: 2.5%;
  padding-top: 30px;
  padding-bottom: 40px;
  float: none;
  border-radius: 2px;
  box-shadow: 0 0 28px 2px rgba(47, 53, 56, 0.12), 0 2px 3px 0 rgba(195, 205, 209, 0.42);
}

.pricing-box-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-7 {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.demo-wrap {
  margin-top: 123px;
  padding-top: 0px;
  padding-bottom: 70px;
  text-align: center;
}

.demo-wrap.blue {
  background-color: #e3f3fc;
}

.demo-wrap.main {
  width: 100%;
  margin-top: 73px;
  padding-top: 173px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
  background-image: linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
  background-position: 0px 0px, 50% 0px, 0% 23%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.demo-wrap.grey {
  background-color: #f0f0f0;
}

.demo-wrap.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.demo-wrap.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
  background-color: #303233;
  color: #e4e8eb;
}

.demo-wrap.footer.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.demo-wrap.purple {
  padding-top: 65px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 33, 77, 0.76)), to(rgba(9, 33, 77, 0.76))), url('../images/mountain-biking-1210066_1920.jpg');
  background-image: linear-gradient(180deg, rgba(9, 33, 77, 0.76), rgba(9, 33, 77, 0.76)), url('../images/mountain-biking-1210066_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.demo-wrap.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.demo-wrap.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.row-5-copy {
  display: block;
  max-width: 900px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.demolinks {
  margin-top: 73px;
  padding-top: 74px;
  padding-bottom: 74px;
}

.demo-boxes {
  display: block;
  max-width: 900px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.demo-toptext {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-8 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  overflow: visible;
  height: 100%;
  padding-top: 144px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  text-align: center;
}

.video-wrapper {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 18px 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: right;
}

.link-5 {
  margin-top: 2px;
  margin-bottom: -3px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #615f5f;
  text-decoration: none;
}

.image-11 {
  display: block;
  margin-top: 272px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  box-shadow: 0 0 17px -25px #fff;
}

.link-block {
  display: block;
  width: 110px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  box-shadow: 0 0 23px 9px #fff;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.better {
  display: block;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
}

.contact-form {
  margin-top: 20px;
  padding-top: 1px;
  color: #000;
  text-align: left;
}

.pricing-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 207px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/mountain.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.body {
  background-color: transparent;
}

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

.form-trial {
  display: block;
  max-width: 1000px;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 228px;
  padding-left: 228px;
}

.text-field {
  background-color: hsla(0, 0%, 100%, 0.17);
}

.inputs {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: hsla(0, 0%, 100%, 0.11);
  color: #000;
  font-style: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.theme-box {
  display: block;
  height: 400px;
  margin-top: 26px;
  padding-right: 0px;
  background-image: url('../images/themes.png');
  background-position: 155% 50%;
  background-size: 108%;
  background-repeat: no-repeat;
  box-shadow: 0 0 28px 7px #cac7c7;
}

.theme-text {
  margin-top: 57px;
  padding-left: 30px;
}

.row-6 {
  display: block;
  max-width: 900px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-6 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.steps {
  display: block;
  width: 90px;
  height: 90px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #b9b9b9;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.steps.active {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: linear-gradient(180deg, #0e75c5, #0e75c5);
}

.number {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #747373;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.number.active {
  color: #fff;
}

.steps2 {
  display: block;
  max-width: 900px;
  margin-top: 69px;
  margin-right: auto;
  margin-left: auto;
}

.form-block-2 {
  padding-top: 95px;
  padding-right: 54px;
  padding-left: 54px;
}

.form-3 {
  margin-top: -41px;
}

.heading-13 {
  margin-bottom: 16px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #0e75c5;
  font-weight: 100;
  text-align: left;
}

.field-label-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #838181;
  font-size: 18px;
  font-weight: 100;
}

.text-field-2 {
  height: 50px;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 19px;
  padding-left: 19px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #9b9a9a;
  font-size: 19px;
}

.button-4 {
  margin-top: 19px;
  padding: 19px 52px;
  float: right;
  border: 2px solid #fff;
  background-color: rgba(255, 112, 0, 0.45);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.button-4.dark {
  background-color: #0e75c5;
}

.formsteps {
  display: block;
  max-width: 1000px;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  padding: 95px 54px 35px;
  background-color: #fff;
}

.signup-container {
  padding-top: 146px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(62%, #053255), to(rgba(20, 67, 104, 0.75))), url('../images/mountain.jpg');
  background-image: linear-gradient(0deg, #053255 62%, rgba(20, 67, 104, 0.75)), url('../images/mountain.jpg');
  background-position: 0px 0px, 50% -450px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.signup-container.blue {
  background-color: #e3f3fc;
}

.signup-container.main {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 73px;
  padding-top: 173px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: url('../images/analytics-graphic2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/workshop.jpg');
  background-image: url('../images/analytics-graphic2.png'), linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/workshop.jpg');
  background-position: 50% 0px, 0px 0px, 90% 50%;
  background-size: cover, auto, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.signup-container.grey {
  background-color: #f0f0f0;
}

.signup-container.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.signup-container.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
  background-color: #303233;
  color: #e4e8eb;
}

.signup-container.footer.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.signup-container.purple {
  padding-top: 195px;
  padding-bottom: 195px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 33, 77, 0.76)), to(rgba(9, 33, 77, 0.76))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(9, 33, 77, 0.76), rgba(9, 33, 77, 0.76)), url('../images/mountain.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.signup-container.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.signup-container.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.signup-container.demo {
  width: 100%;
  margin-top: 73px;
  padding-top: 99px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
  background-image: linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
  background-position: 0px 0px, 50% 0px, 0% 23%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.signup-container.trial {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 105px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: url('../images/analytics-graphic2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/workshop.jpg');
  background-image: url('../images/analytics-graphic2.png'), linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/workshop.jpg');
  background-position: 50% 0px, 0px 0px, 90% 50%;
  background-size: cover, auto, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.request-action {
  color: #fff;
  text-align: center;
}

.html-embed-4 {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.account-embed {
  display: block;
  margin-top: 73px;
  margin-right: auto;
  margin-left: auto;
}

.embed-trial {
  display: block;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
}

.theme-icon {
  padding-bottom: 10px;
}

.heading-14 {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 100;
}

.column-17 {
  padding-bottom: 43px;
}

.workscope {
  margin-top: 22px;
  font-family: Exo, sans-serif;
  color: #757474;
  font-size: 18px;
  line-height: 25px;
}

.heading-15 {
  padding-bottom: 7px;
  border-bottom: 3px solid rgba(58, 129, 185, 0.21);
  font-family: Exo, sans-serif;
  font-weight: 200;
  text-align: right;
}

.green {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 300px;
  background-image: url('../images/approved.png'), -webkit-gradient(linear, left top, left bottom, from(#58b16d), to(#58b16d));
  background-image: url('../images/approved.png'), linear-gradient(180deg, #58b16d, #58b16d);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
}

.text-block-7 {
  position: relative;
  padding-top: 63px;
  font-family: 'PT Sans', sans-serif;
  color: #a3a0a0;
  text-align: center;
}

.ref {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 25px;
  font-weight: 400;
  text-align: right;
}

.row-7 {
  margin-top: 29px;
}

.text-block-8 {
  margin-top: 20px;
  font-family: Exo, sans-serif;
  color: #a8aaaa;
  font-size: 24px;
  font-weight: 100;
}

.text-block-8.cost {
  margin-top: 7px;
  padding-right: 150px;
  padding-left: 150px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.row-8 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-9 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 88px;
}

.heading-16 {
  margin-top: 38px;
  font-family: Oswald, sans-serif;
  color: #0e75c5;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.column-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.schedule {
  margin-top: 11px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #757474;
  font-size: 18px;
  line-height: 25px;
}

.grey {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ecee), to(#e9ecee));
  background-image: linear-gradient(180deg, #e9ecee, #e9ecee);
}

.link-6 {
  color: #0e75c5;
  text-decoration: none;
}

.text-span-3 {
  width: 50px;
  color: #0e75c5;
}

.div-block-10 {
  position: static;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 107px;
  float: left;
  clear: none;
  border: 2px solid #fff;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: linear-gradient(180deg, #0e75c5, #0e75c5);
}

.install-option {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: linear-gradient(180deg, #0e75c5, #0e75c5);
}

.row-9 {
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.action-textt {
  padding-top: 22px;
  padding-right: 22px;
  padding-left: 22px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.install {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  box-shadow: 0 0 26px 10px rgba(0, 0, 0, 0.08);
}

.link-7 {
  display: block;
  text-align: center;
}

.div-block-11 {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-2 {
  background-color: transparent;
}

.div-block-12 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.18);
}

.html-embed-5 {
  position: fixed;
  z-index: 5000;
}

.html-embed-6 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
}

.row-icons1 {
  display: block;
  max-width: 1000px;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
  float: none;
}

.link-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.buttons-icons {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.div-block-13 {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: linear-gradient(180deg, #0e75c5, #0e75c5);
}

.icon-holder {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: linear-gradient(180deg, #0e75c5, #0e75c5);
}

.icon-holder.web {
  background-image: url('../images/web-design.png'), -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: url('../images/web-design.png'), linear-gradient(180deg, #0e75c5, #0e75c5);
  background-position: 50% 50%, 0px 0px;
  background-size: 60px, auto;
  background-repeat: no-repeat, repeat;
}

.icon-holder.web.white {
  margin-top: 67px;
  float: left;
}

.icon-holder.book {
  float: none;
  background-image: url('../images/bookings.png'), -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: url('../images/bookings.png'), linear-gradient(180deg, #0e75c5, #0e75c5);
  background-position: 50% 50%, 0px 0px;
  background-size: 60px, auto;
  background-repeat: no-repeat, repeat;
}

.icon-holder.book.white {
  margin-top: 67px;
  float: right;
}

.icon-holder.online {
  float: none;
  background-image: url('../images/ecommerce.png'), -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: url('../images/ecommerce.png'), linear-gradient(180deg, #0e75c5, #0e75c5);
  background-position: 62% 50%, 0px 0px;
  background-size: 60px, auto;
  background-repeat: no-repeat, repeat;
}

.icon-holder.online.white {
  margin-top: 67px;
  float: left;
}

.icon-holder.seo {
  background-image: url('../images/seo.png'), -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: url('../images/seo.png'), linear-gradient(180deg, #0e75c5, #0e75c5);
  background-position: 50% 50%, 0px 0px;
  background-size: 70px, auto;
  background-repeat: no-repeat, repeat;
}

.icon-holder.emaill {
  background-image: url('../images/local-icon.png'), -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: url('../images/local-icon.png'), linear-gradient(180deg, #0e75c5, #0e75c5);
  background-position: 50% 50%, 0px 0px;
  background-size: 65px, auto;
  background-repeat: no-repeat, repeat;
}

.icon-holder.reputation {
  background-image: url('../images/reputation.png'), -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: url('../images/reputation.png'), linear-gradient(180deg, #0e75c5, #0e75c5);
  background-position: 50% 50%, 0px 0px;
  background-size: 61px, auto;
  background-repeat: no-repeat, repeat;
}

.row-icons2 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
}

.section-3 {
  padding-top: 55px;
  padding-bottom: 55px;
  border-style: solid solid none;
  border-width: 8px 1px 1px;
  border-color: #0e578f #000 #000;
  background-image: url('../images/analytics-graphic2-p-800x320_1.png'), linear-gradient(315deg, #0e75c5, #0697a3);
  background-position: 50% 50%, 0px 0px;
  background-size: 100%, auto;
}

.heading-17 {
  margin-right: 192px;
  margin-bottom: 0px;
  margin-left: 192px;
  padding: 56px 190px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.section-4 {
  padding-top: 168px;
  padding-bottom: 121px;
}

.row-10 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 37px;
}

.heading-18 {
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-6.cms {
  padding-right: 54px;
}

.paragraph-6.middle {
  text-align: center;
}

.side-image {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 400px;
  background-image: url('../images/seo.png'), -webkit-gradient(linear, left top, left bottom, from(#0e578f), to(#0e578f));
  background-image: url('../images/seo.png'), linear-gradient(180deg, #0e578f, #0e578f);
  background-position: 50% 50%, 0px 0px;
  background-size: 150px, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.section-5 {
  padding-top: 71px;
  padding-bottom: 71px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
  background-image: linear-gradient(180deg, #f3f3f3, #f3f3f3);
}

.section-6 {
  position: relative;
  padding-top: 75px;
  padding-bottom: 112px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#003050), to(rgba(36, 119, 119, 0.54))), -webkit-gradient(linear, left top, right top, from(rgba(8, 60, 116, 0.91)), to(rgba(12, 255, 255, 0.32)));
  background-image: linear-gradient(90deg, #003050, rgba(36, 119, 119, 0.54)), linear-gradient(90deg, rgba(8, 60, 116, 0.91), rgba(12, 255, 255, 0.32));
}

.section-title-group {
  margin-bottom: 62px;
}

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

.section-heading.centered {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.white-section-subheading.center {
  font-family: 'PT Sans', sans-serif;
  color: #030303;
  font-size: 20px;
  text-align: center;
}

.feature-column {
  text-align: center;
}

.grid-image {
  margin-bottom: 20px;
}

.subheading {
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.heading-19 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.heading-20 {
  padding-right: 23px;
  padding-left: 23px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.heading-21 {
  font-family: 'PT Sans', sans-serif;
}

.unordered-list {
  margin-top: 81px;
  color: #4dbd90;
}

.more-icon {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -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: none;
  border-radius: 300px;
  background-color: #2ebd56;
  background-image: url('../images/gowth.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  float: none;
  text-align: left;
}

.heading-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 13px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #9f9f9f;
  text-align: left;
}

.dropdown-toggle {
  margin-top: 6px;
}

.columns {
  max-width: 1200px;
}

.paragraph-7 {
  color: #fff;
}

.container-5 {
  color: #fff;
}

.section-7 {
  padding: 65px 82px;
}

.cms-demo-video-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-13 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-list {
  background-color: #0e578f;
}

.dropdown-list.w--open {
  margin-top: 6px;
  color: #fff;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.w--current {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dropdown-link-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dropdown-link-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.section-8 {
  padding-top: 206px;
  padding-bottom: 206px;
}

.solutions-page-main-section {
  position: relative;
  padding-top: 172px;
  padding-bottom: 50px;
  background-color: #fff;
}

.solutions-grid {
  display: block;
  width: 80%;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.white-section-heading {
  margin-bottom: 20px;
  margin-left: 99px;
  text-align: left;
}

.white-section-heading.centered {
  font-family: 'PT Sans', sans-serif;
  color: #0e578f;
  text-align: center;
}

.white-section-heading.right {
  text-align: right;
}

.column-19 {
  position: static;
}

.solution-blurb {
  padding-right: 38px;
  padding-left: 118px;
  text-align: left;
}

.solution-blurb-right {
  padding-right: 114px;
  text-align: right;
}

.solutions-side {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.offer {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 7px 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.highlight {
  margin-bottom: 48px;
  font-size: 17px;
  line-height: 25px;
}

.text-span-4 {
  color: #0e75c5;
  font-weight: 500;
  text-decoration: none;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.copyright {
  margin-bottom: 11px;
  color: #939596;
  text-align: center;
}

.form-download {
  padding-right: 351px;
  padding-left: 351px;
  color: #fff;
}

.field-label-3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.field-label-4 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.free-guide {
  padding-top: 55px;
  padding-bottom: 55px;
  border-style: solid solid none;
  border-width: 8px 1px 1px;
  border-color: #0e578f #000 #000;
  background-image: url('../images/analytics-graphic2-p-800x320_1.png'), linear-gradient(315deg, #0e75c5, #0697a3);
  background-position: 50% 50%, 0px 0px;
  background-size: 100%, auto;
}

.free-guide-copy {
  padding-top: 55px;
  padding-bottom: 55px;
  border-style: solid solid none;
  border-width: 8px 1px 1px;
  border-color: #0e578f #000 #000;
  background-image: url('../images/analytics-graphic2-p-800x320_1.png'), linear-gradient(315deg, #0e75c5, #0697a3);
  background-position: 50% 50%, 0px 0px;
  background-size: 100%, auto;
}

.blue-bg {
  display: block;
  margin-bottom: -2px;
  padding: 55px 99px 51px;
  border-style: solid solid none;
  border-width: 8px 1px 1px;
  border-color: #0e578f #000 #000;
  background-image: url('../images/analytics-graphic2-p-800x320_1.png'), linear-gradient(315deg, #120b5a, #0697a3);
  background-position: 50% 100%, 0px 0px;
  background-size: 100%, auto;
  color: #fff;
  text-align: left;
}

.bookframe {
  position: relative;
  z-index: 500;
  display: block;
  height: 100vh;
  max-width: 750px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 41px 5px rgba(2, 2, 2, 0.19);
}

.div-block-26 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03325a), to(#03325a));
  background-image: linear-gradient(180deg, #03325a, #03325a);
}

.heading-23 {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 21px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.bodytext-book {
  margin-top: 29px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #969696;
  font-size: 16px;
  text-align: center;
}

.html-embed-7 {
  display: block;
  margin-right: 14px;
  margin-left: 14px;
  text-align: center;
}

.topbutton {
  display: block;
  width: 300px;
  margin: 33px auto 23px;
  padding: 13px 0px;
  float: none;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.topbutton:hover {
  background-color: #489fd9;
}

.topbutton.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.topbutton.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.topbutton.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.topbutton.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.topbutton.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.topbutton.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.topbutton.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.topbutton.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.topbutton.left {
  width: 400px;
  float: none;
  text-align: center;
}

.topbutton.izq {
  float: left;
}

.contact-title {
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-title.sub {
  margin-bottom: 48px;
  color: #fff;
  font-size: 45px;
}

.contact-subtitle {
  color: #363636;
  font-weight: 400;
}

.radio-button-label {
  float: left;
  color: #000;
}

.checkbox-label {
  float: none;
  color: #000;
  text-align: left;
}

.bookframe-step2 {
  position: relative;
  z-index: 500;
  display: block;
  height: 100vh;
  max-width: 750px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 41px 5px rgba(2, 2, 2, 0.19);
}

.button-book {
  display: block;
  width: 400px;
  margin: 116px auto -22px;
  padding: 13px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-book:hover {
  background-color: #489fd9;
}

.button-book.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.button-book.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-book.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-book.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.button-book.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-book.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-book.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-book.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-book.left {
  width: 400px;
  float: none;
  text-align: center;
}

.section-subtitle-white {
  margin-bottom: 33px;
  font-family: 'PT Sans', sans-serif;
  color: #dfe8e4;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.section-subtitle-white.left {
  text-align: left;
}

.text-block-9 {
  position: relative;
  padding-top: 63px;
  font-family: Exo, sans-serif;
  color: #a3a0a0;
  text-align: center;
}

.steps-booking {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 84px;
}

.pricing-section {
  position: absolute;
  width: 100%;
  height: 900px;
  padding-top: 207px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/mountain.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-9 {
  padding-top: 173px;
  padding-bottom: 42px;
}

.booking-pricing {
  padding-top: 104px;
  padding-bottom: 104px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.button-5 {
  display: block;
  width: 200px;
  margin-bottom: 23px;
  padding: 13px 23px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #489fd9;
}

.button-5.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-5.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-5.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-5.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.plan-wrapper-2 {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.25);
  color: #2b2b2b;
}

.plan-wrapper-2.popular {
  background-image: url('../images/popular2x.png');
  background-position: 100% 0px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}

.section-subtitle-2 {
  margin-bottom: 33px;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.addl-feature-2 {
  padding-top: 0px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.price-point-2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}

.e-commerce-btn {
  display: block;
  width: 300px;
  margin: 33px auto 23px;
  padding: 13px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.e-commerce-btn:hover {
  background-color: #489fd9;
}

.e-commerce-btn.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.e-commerce-btn.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.e-commerce-btn.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.e-commerce-btn.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.e-commerce-btn.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.e-commerce-btn.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.e-commerce-btn.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.e-commerce-btn.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.e-commerce-btn.left {
  width: 500px;
  float: none;
  text-align: center;
}

.e-commerce-grid {
  padding-top: 32px;
}

.row-10-right {
  display: block;
  width: 1000px;
  margin: 78px auto 55px;
}

.centred-title {
  margin-top: 31px;
  padding-bottom: 31px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.columns-2 {
  display: block;
  width: 1000px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.steps-text {
  margin-top: 40px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.steps-blue {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 29px;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e75c5), to(#0e75c5));
  background-image: linear-gradient(180deg, #0e75c5, #0e75c5);
  color: #fff;
  text-align: center;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.per-month {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.per-month.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.price-marketing {
  margin-top: 15px;
  margin-bottom: 8px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.steps-text-copy {
  margin-top: 40px;
  margin-bottom: 48px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.topsection-local {
  padding-top: 127px;
  padding-bottom: 52px;
}

.subtitle-white {
  margin-top: 40px;
  margin-bottom: 48px;
  padding-right: 180px;
  padding-left: 180px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.container-6 {
  border-bottom: 1px solid #8f8f8f;
}

.divider-line {
  margin-bottom: 66px;
  padding-top: 70px;
  border-bottom: 1px solid #489fd9;
}

.link-block-2 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-3 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-5 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-6 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-7 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.support-text2 {
  padding-top: 36px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.pitch {
  margin: 31px 0px 0px;
  padding: 7px 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.web-plan-wrapper {
  min-height: 300px;
  padding: 17px 10px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.25);
  color: #2b2b2b;
}

.web-plan-wrapper.popular {
  padding-right: 10px;
  padding-bottom: 144px;
  padding-left: 10px;
  background-image: url('../images/popular2x.png');
  background-position: 100% 0px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}

.web-plan-wrapper.basic {
  margin-top: 0px;
  padding-bottom: 69px;
}

.web-plan-wrapper.advanced {
  padding-bottom: 347px;
}

.web-plan-wrapper.reput-plan {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.web-plan-wrapper.web-advanced {
  padding-bottom: 348px;
}

.web-plan-wrapper.web-basic {
  margin-top: 0px;
  padding-bottom: 492px;
}

.web-plan-wrapper.web-premium {
  padding-bottom: 162px;
}

.offer-subtitle {
  margin-top: 9px;
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.offer-subtitle.left {
  text-align: left;
}

.div-block-27 {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(red));
  background-image: linear-gradient(180deg, red, red);
}

.text-block-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 24px;
  text-align: center;
}

.disc-price {
  padding-bottom: 16px;
  color: #5d9ed1;
  font-size: 25px;
  letter-spacing: 0px;
  text-decoration: line-through;
}

.button-select {
  display: block;
  margin: 0px auto 23px;
  padding: 13px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-select:hover {
  background-color: #489fd9;
}

.button-select.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.button-select.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-select.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-select.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.button-select.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-select.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-select.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-select.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-select.left {
  width: 400px;
  float: left;
  text-align: center;
}

.red {
  color: #0e75c5;
}

.offer-subtitle2 {
  margin-top: 48px;
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.offer-subtitle2.left {
  text-align: left;
}

.checkbox-label-2 {
  float: none;
  color: #000;
  text-align: left;
}

.radio-button-label-2 {
  float: left;
  color: #000;
}

.div-block-28 {
  display: block;
  width: 500px;
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 21px;
  text-align: center;
}

.button-booking {
  display: block;
  width: 400px;
  margin: 33px auto 23px;
  padding: 13px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-booking:hover {
  background-color: #489fd9;
}

.button-booking.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.button-booking.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-booking.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-booking.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.button-booking.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-booking.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-booking.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-booking.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-booking.left {
  width: 400px;
  float: left;
  text-align: center;
}

.plans-booking {
  position: relative;
  padding-top: 75px;
  padding-bottom: 112px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#003050), to(rgba(36, 119, 119, 0.54))), -webkit-gradient(linear, left top, right top, from(rgba(8, 60, 116, 0.91)), to(rgba(12, 255, 255, 0.32))), url('../images/bicycles-1850012_1280.jpg');
  background-image: linear-gradient(90deg, #003050, rgba(36, 119, 119, 0.54)), linear-gradient(90deg, rgba(8, 60, 116, 0.91), rgba(12, 255, 255, 0.32)), url('../images/bicycles-1850012_1280.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.plan-wrapper-basic-book {
  min-height: 300px;
  padding: 17px 17px 60px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.25);
  color: #2b2b2b;
}

.plan-wrapper-basic-book.popular {
  background-image: url('../images/popular2x.png');
  background-position: 100% 0px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}

.textarea {
  color: #000;
}

.topmarketing {
  padding-top: 104px;
  padding-bottom: 104px;
}

.reedem-row {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-bottom: -116px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 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;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hurry {
  margin-bottom: 21px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.hurry.sub {
  font-size: 45px;
}

.column-20 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.bold-text-4 {
  font-size: 33px;
}

.bold-text-5 {
  font-size: 33px;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.text-block-13 {
  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: 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-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.limited-time {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 35px;
  float: none;
  clear: both;
  font-family: Oswald, sans-serif;
  font-size: 36px;
}

.text-block-15 {
  padding-bottom: 23px;
}

.bold-text-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.better-sales {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.link-block-8 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
}

.section-lower-home {
  padding-top: 71px;
  padding-bottom: 121px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), #fff);
}

.image-18 {
  width: 90%;
}

.topsction-web-design {
  margin-top: 76px;
  padding-top: 71px;
  padding-bottom: 74px;
}

.column-21 {
  position: relative;
  padding-top: 182px;
  clear: none;
}

.image-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.results {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 18px 5px rgba(0, 0, 0, 0.21);
}

.seo-icon {
  display: block;
  width: 250px;
  height: 250px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 400px;
  background-image: url('../images/seo.png'), -webkit-gradient(linear, left top, left bottom, from(#0e578f), to(#0e578f));
  background-image: url('../images/seo.png'), linear-gradient(180deg, #0e578f, #0e578f);
  background-position: 50% 50%, 0px 0px;
  background-size: 150px, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.ecommerce-icon {
  display: block;
  width: 250px;
  height: 250px;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 400px;
  background-image: url('../images/ecommerce.png'), -webkit-gradient(linear, left top, left bottom, from(#0e578f), to(#0e578f));
  background-image: url('../images/ecommerce.png'), linear-gradient(180deg, #0e578f, #0e578f);
  background-position: 50% 50%, 0px 0px;
  background-size: 120px, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.local-marketin-icon {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 400px;
  background-image: url('../images/local-icon.png'), -webkit-gradient(linear, left top, left bottom, from(#0e578f), to(#0e578f));
  background-image: url('../images/local-icon.png'), linear-gradient(180deg, #0e578f, #0e578f);
  background-position: 50% 50%, 0px 0px;
  background-size: 130px, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.thanks-title {
  margin-top: 31px;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.thanks-body {
  margin-bottom: 48px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.thanks-body.cms {
  padding-right: 54px;
}

.thanks-section {
  padding-top: 149px;
  padding-bottom: 279px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(#fff)), url('../images/bicycle-rider-1107345_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), #fff), url('../images/bicycle-rider-1107345_1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
}

.section-10 {
  padding-top: 35px;
  padding-bottom: 81px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.36)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.36), #fff);
}

.heading-24 {
  font-family: Montserrat, sans-serif;
}

.heading-24.center {
  padding-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #0e75c5;
  font-weight: 400;
  text-align: center;
}

.heading-24.center {
  padding-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #0e75c5;
  font-weight: 400;
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.paragraph-8 {
  padding-top: 34px;
  padding-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.image-column {
  text-align: center;
}

.subheading-2 {
  margin-top: 104px;
  font-family: Montserrat, sans-serif;
  color: #ff7300;
  font-size: 25px;
}

.section-11 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(146deg, #054375, rgba(37, 217, 244, 0.74)), url('../images/paper-3224638.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  font-size: 17px;
}

.thanks-subheading.center {
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.subtitle {
  padding-top: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.list {
  padding-top: 48px;
  font-family: 'PT Sans', sans-serif;
  color: #15c4d3;
  font-size: 19px;
}

.list-item-2 {
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.howto {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.text-span-5 {
  display: block;
  margin-bottom: -9px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}

.container-7 {
  padding-bottom: 39px;
  text-align: center;
}

.register-button {
  display: block;
  width: 600px;
  margin: 0px auto 15px;
  padding: 20px 40px;
  float: none;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.register-button:hover {
  background-color: #489fd9;
}

.register-button.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.register-button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.register-button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.register-button.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.register-button.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.register-button.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.register-button.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.register-button.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.register-button.left {
  width: 400px;
  float: none;
  text-align: center;
}

.topbutton-2 {
  display: block;
  width: 300px;
  margin: 33px auto 23px;
  padding: 13px 0px;
  float: left;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.topbutton-2:hover {
  background-color: #489fd9;
}

.container-8 {
  text-align: center;
}

.dropdown-toggle-2 {
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding: 0px;
}

.dropdown-toggle-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.container-9 {
  text-align: center;
}

.dropdown-list-2 {
  padding-right: 2px;
}

.dropdown-list-2.w--open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  padding: 11px;
  clear: none;
  -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;
  box-shadow: 1px 1px 14px 5px rgba(0, 0, 0, 0.12);
}

.dropdown {
  margin-right: auto;
  margin-left: auto;
}

.html-embed-8 {
  width: 100%;
  height: auto;
  min-width: 100%;
}

.registered-live {
  height: 100vh;
  padding-top: 35px;
  padding-bottom: 279px;
  background-image: none;
  text-align: center;
}

.congrats {
  font-family: Montserrat, sans-serif;
}

.congrats.center {
  padding-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #0e75c5;
  font-weight: 400;
  text-align: center;
}

.congrats.center {
  padding-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.paragraph-9 {
  padding-top: 34px;
  padding-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.important {
  padding-top: 54px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.register-button-2 {
  display: block;
  width: auto;
  margin: 0px auto 15px;
  padding: 20px 44px;
  float: none;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.register-button-2:hover {
  background-color: #489fd9;
}

.container-10 {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  color: #4e5051;
}

.footer-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-section.blue {
  background-color: #e3f3fc;
}

.footer-section.main {
  position: static;
  width: 100%;
  height: 900px;
  margin-top: 73px;
  padding-top: 123px;
  padding-bottom: 0px;
  float: none;
  background-color: #147081;
  background-image: radial-gradient(circle farthest-corner at 38% 14%, rgba(20, 67, 104, 0.85) 59%, rgba(16, 193, 218, 0.85)), url('../images/analytics-graphic2.png'), url('../images/workshop.jpg');
  background-position: 0px 0px, 50% 0px, 50% 100%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.footer-section.grey {
  background-color: #f0f0f0;
}

.footer-section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.footer-section.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 250px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #303233;
  color: #e4e8eb;
}

.footer-section.footer.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.footer-section.purple {
  padding-top: 195px;
  padding-bottom: 195px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 33, 77, 0.76)), to(rgba(9, 33, 77, 0.76))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(9, 33, 77, 0.76), rgba(9, 33, 77, 0.76)), url('../images/mountain.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.footer-section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.footer-section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.footer-section.demo {
  width: 100%;
  margin-top: 73px;
  padding-top: 99px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
  background-image: linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
  background-position: 0px 0px, 50% 0px, 0% 23%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.footer-section.trial {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 105px;
  padding-bottom: 141px;
  background-color: #147081;
  background-image: url('../images/analytics-graphic2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(15, 60, 95, 0.82)), to(rgba(15, 60, 95, 0.82))), url('../images/workshop.jpg');
  background-image: url('../images/analytics-graphic2.png'), linear-gradient(180deg, rgba(15, 60, 95, 0.82), rgba(15, 60, 95, 0.82)), url('../images/workshop.jpg');
  background-position: 50% 0px, 0px 0px, 90% 50%;
  background-size: cover, auto, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.footer-section.contact-bg {
  position: static;
  width: 100%;
  margin-top: -1px;
  padding-top: 123px;
  padding-bottom: 115px;
  float: none;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.footer-section.booking {
  position: static;
  width: 100%;
  height: 900px;
  margin-top: 73px;
  padding-top: 270px;
  padding-bottom: 0px;
  float: none;
  background-color: #147081;
  background-image: radial-gradient(circle farthest-corner at 38% 14%, rgba(20, 67, 104, 0.85) 59%, rgba(16, 193, 218, 0.85)), url('../images/analytics-graphic2.png'), url('../images/workshop.jpg');
  background-position: 0px 0px, 50% 0px, 50% 100%;
  background-size: auto, cover, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.footer-section.contact-2 {
  position: static;
  width: 100%;
  margin-top: -1px;
  padding-top: 116px;
  padding-bottom: 2px;
  float: none;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.footer-section.redeem-bg {
  position: static;
  width: 100%;
  margin-top: -1px;
  padding-top: 59px;
  padding-bottom: 32px;
  float: none;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.video-training {
  width: auto;
  height: auto;
  margin-bottom: 45px;
  background-color: #fff;
  box-shadow: 0 0 14px 7px rgba(0, 0, 0, 0.15);
}

.html-embed-9 {
  height: auto;
}

.calendar {
  width: 600px;
  height: 100vh;
  min-width: auto;
}

.footer-div {
  text-align: center;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
}

.html-embed-10 {
  width: 100%;
  height: auto;
  margin-top: 54px;
  margin-bottom: 54px;
  text-align: left;
}

.button-book-framed {
  display: block;
  width: 400px;
  margin: 0px auto -22px;
  padding: 20px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-book-framed:hover {
  background-color: #489fd9;
}

.button-book-framed.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.button-book-framed.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-book-framed.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-book-framed.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.button-book-framed.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-book-framed.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-book-framed.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-book-framed.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button-book-framed.left {
  width: 400px;
  float: none;
  text-align: center;
}

.qualify-form {
  padding-top: 81px;
}

.registered-book {
  height: auto;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 279px;
  background-image: none;
  text-align: center;
}

.great {
  margin-bottom: 33px;
  padding-right: 54px;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.great.left {
  text-align: left;
}

.text-span-6 {
  font-size: 44px;
}

.button--extra-staff {
  display: block;
  width: 400px;
  margin: 0px auto -22px;
  padding: 13px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--extra-staff:hover {
  background-color: #489fd9;
}

.button--extra-staff.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.button--extra-staff.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button--extra-staff.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button--extra-staff.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.button--extra-staff.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button--extra-staff.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button--extra-staff.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button--extra-staff.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.button--extra-staff.left {
  width: 400px;
  float: none;
  text-align: center;
}

.dropdown-toggle-3 {
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding: 0px;
}

.dropdown-toggle-3.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.text-block-17 {
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #0e75c5;
  text-decoration: underline;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
}

.lp-bg {
  padding-top: 35px;
  padding-bottom: 81px;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #fff 24%, hsla(0, 0%, 100%, 0.56));
}

.cta-lower {
  height: auto;
  padding-top: 168px;
  padding-bottom: 168px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(#fff)), url('../images/bicycle-rider-1107345_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), #fff), url('../images/bicycle-rider-1107345_1920.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.section-subtitle-book {
  margin-bottom: 33px;
  padding-top: 22px;
  padding-right: 54px;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.section-subtitle-book.left {
  text-align: left;
}

.linkks {
  padding-right: 18px;
  padding-left: 18px;
}

.html-embed-11 {
  width: auto;
}

.qualify-subtitle {
  margin-bottom: 33px;
  padding-top: 10px;
  padding-right: 54px;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.qualify-subtitle.left {
  text-align: left;
}

.container-11 {
  text-align: center;
}

.section-subtitle-booking {
  margin-bottom: 33px;
  padding-top: 0px;
  padding-right: 54px;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.section-subtitle-booking.left {
  text-align: left;
}

.register-button-2below {
  display: block;
  width: auto;
  margin: 0px auto 15px;
  padding: 20px 40px;
  float: none;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.register-button-2below:hover {
  background-color: #489fd9;
}

.register-button-2below.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.register-button-2below.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.register-button-2below.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.register-button-2below.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.register-button-2below.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.register-button-2below.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.register-button-2below.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.register-button-2below.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.register-button-2below.left {
  width: 400px;
  float: none;
  text-align: center;
}

.dropdown-toggle--below {
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding: 0px;
}

.dropdown-toggle--below.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-list---below {
  padding-right: 2px;
}

.dropdown-list---below.w--open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  padding: 11px;
  clear: none;
  -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;
  box-shadow: 1px 1px 14px 5px rgba(0, 0, 0, 0.12);
}

.html-embed-8-below {
  width: 100%;
  height: auto;
  min-width: 100%;
}

.register-box {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px;
  background-color: #fff;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
}

.register-box--below {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px;
  background-color: #fff;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
}

.html-embed--below {
  width: 100%;
  height: auto;
  min-width: 100%;
}

.container-9-below {
  text-align: center;
}

.icon {
  color: #fff;
}

.column-22 {
  padding-right: 80px;
}

.lightbox {
  width: 200px;
  height: 200px;
}

.portfolio-grid {
  width: 90%;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  display: block;
  width: 90%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.grid-sample {
  width: 100%;
  height: auto;
}

.image-22 {
  display: block;
}

.image-23 {
  display: block;
}

.image-24 {
  display: block;
}

.image-25 {
  display: block;
}

.top-website {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 74px;
  padding-bottom: 38px;
  -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;
  background-color: rgba(20, 67, 104, 0.75);
  background-image: linear-gradient(133deg, rgba(7, 40, 66, 0.77), rgba(11, 124, 180, 0.84)), url('../images/plans-1867745_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.service-title {
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-6-copy {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.paragraph-6-copy.cms {
  padding-right: 54px;
}

.paragraph-6-copy.middle {
  text-align: center;
}

.logo {
  position: fixed;
  z-index: 5000;
  width: 400px;
  height: 70px;
  margin-left: 33px;
  background-image: url('../images/logo-top.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.free-web-content {
  margin-top: -199px;
  padding-top: 71px;
  padding-bottom: 74px;
}

.top-website-free {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 74px;
  padding-bottom: 38px;
  -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: rgba(20, 67, 104, 0.75);
  background-image: linear-gradient(133deg, rgba(7, 40, 66, 0.77), rgba(11, 124, 180, 0.84)), url('../images/plans-1867745_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-28 {
  text-align: center;
}

.image-26 {
  margin-bottom: 77px;
}

.list--black {
  margin-top: -14px;
  margin-bottom: 59px;
  padding-top: 0px;
  color: #ff7300;
  font-size: 18px;
}

.list-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.list-item-3.black {
  color: #000;
  font-weight: 700;
}

.cta {
  display: block;
  width: 400px;
  margin: 33px auto 23px;
  padding: 13px 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #0e75c5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #489fd9;
}

.cta.hollow {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  color: #0e75c5;
  text-shadow: none;
}

.cta.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.cta.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta.in-pricing._1 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.cta.in-pricing._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cta.in-pricing._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cta.help {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.cta.plans {
  display: block;
  width: 400px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 7px 17px -1px rgba(0, 0, 0, 0.1);
}

.cta.left {
  width: 400px;
  float: left;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .button.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    position: static;
    padding: 18px 21px 18px 0px;
    float: right;
    color: #fff;
    font-size: 21px;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }

  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    background-color: #0e578f;
    color: #fff;
  }

  .section.main {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .section.footer {
    height: auto;
  }

  .section.demo {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 38% 42%, 0% 23%;
  }

  .section.trial {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .section.contact-bg {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 71px;
  }

  .section.booking {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .section.contact-2 {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 71px;
  }

  .section.redeem-bg {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 71px;
  }

  .main-subtitle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #0e578f;
  }

  .page-link.in-footer {
    text-align: center;
  }

  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .plan-wrapper {
    margin-top: 29px;
    padding-bottom: 16px;
  }

  .price-point {
    text-align: left;
  }

  .addl-feature {
    font-size: 12px;
    text-align: left;
  }

  .main-feature-group {
    margin-top: 0px;
  }

  .main-image {
    margin-top: 49px;
  }

  .image-2 {
    margin-left: 20px;
    padding-left: 0px;
  }

  .image-4 {
    padding-right: 31px;
    padding-left: 31px;
  }

  .subtitulo {
    margin-right: -7px;
    margin-left: -7px;
    padding-bottom: 27px;
    text-align: left;
  }

  .subtitulo.largo {
    padding-bottom: 5px;
  }

  .form-block {
    padding-right: 4%;
  }

  .form {
    padding-right: 134px;
    padding-left: 134px;
  }

  .radio-button-field {
    text-align: left;
  }

  .success-message-2 {
    width: 90%;
  }

  .column-6 {
    padding-right: 47px;
    padding-left: 47px;
  }

  .container-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-7 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .form-2 {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    text-align: center;
  }

  .logo-bottombar {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }

  .screenshot1 {
    padding-right: 31px;
    padding-left: 31px;
  }

  .column-8 {
    margin-top: -93px;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .row-3 {
    padding-right: 116px;
    padding-left: 116px;
  }

  .form-signup {
    padding-right: 134px;
    padding-left: 134px;
  }

  .row-4 {
    padding-right: 29px;
    padding-left: 29px;
  }

  .column-11 {
    height: 350px;
    min-height: auto;
  }

  .call-top2 {
    margin-left: -1px;
  }

  .privacy.main {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 38% 42%, 0% 23%;
  }

  .section-body {
    margin-right: 10px;
    margin-left: 10px;
  }

  .left-price-div {
    width: 45%;
  }

  .right-pricing-div {
    width: 45%;
  }

  .demo-wrap.main {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 38% 42%, 0% 23%;
  }

  .html-embed-3 {
    margin-top: 48px;
    padding-right: 73px;
    padding-left: 73px;
  }

  .better {
    margin-bottom: 21px;
  }

  .form-trial {
    padding-right: 134px;
    padding-left: 134px;
  }

  .theme-text {
    margin-top: 0px;
  }

  .signup-container.main {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .signup-container.demo {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 38% 42%, 0% 23%;
  }

  .signup-container.trial {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .heading-14 {
    font-size: 26px;
  }

  .workscope {
    font-size: 15px;
  }

  .heading-15 {
    margin-right: 36px;
    margin-left: 36px;
    border-bottom-width: 2px;
    border-bottom-color: #63bce6;
    font-size: 30px;
  }

  .ref {
    float: none;
    clear: none;
    color: #000;
  }

  .row-7 {
    display: block;
    margin-right: 18px;
    margin-left: 18px;
  }

  .text-block-8.cost {
    text-align: center;
  }

  .row-8 {
    margin-right: 24px;
    margin-left: 24px;
  }

  .heading-16 {
    margin-top: 15px;
    text-align: center;
  }

  .schedule {
    padding-right: 113px;
    font-size: 15px;
  }

  .heading-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-10 {
    margin-top: -108px;
  }

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

  .section-6 {
    padding-right: 122px;
    padding-left: 122px;
  }

  .subheading {
    text-align: center;
  }

  .dropdown-toggle {
    position: relative;
    margin-top: 59px;
    color: #fff;
    text-align: right;
  }

  .section-7 {
    padding-right: 26px;
    padding-left: 26px;
  }

  .dropdown-link {
    font-size: 13px;
    text-align: right;
  }

  .dropdown-link-2 {
    font-size: 13px;
    text-align: right;
  }

  .dropdown-link-3 {
    font-size: 13px;
    text-align: right;
  }

  .offer {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-download {
    padding-right: 51px;
    padding-left: 51px;
  }

  .blue-bg {
    padding-right: 97px;
    padding-left: 97px;
    text-align: center;
  }

  .bookframe {
    max-width: 75%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-23 {
    font-size: 25px;
    text-align: center;
  }

  .bodytext-book {
    margin-top: 18px;
    margin-bottom: -10px;
  }

  .html-embed-7 {
    margin-right: 14px;
    margin-left: 14px;
  }

  .topbutton {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 24px;
  }

  .topbutton.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .topbutton.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .topbutton.izq {
    float: none;
    text-align: center;
  }

  .contact-title.sub {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    text-align: center;
  }

  .bookframe-step2 {
    max-width: 75%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-book {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .button-book.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .button-book.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .button-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .button-5.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .plan-wrapper-2 {
    margin-top: 29px;
  }

  .addl-feature-2 {
    font-size: 12px;
    text-align: left;
  }

  .price-point-2 {
    text-align: left;
  }

  .e-commerce-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .e-commerce-btn.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .e-commerce-btn.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .row-10-right {
    width: 100%;
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .centred-title {
    font-size: 33px;
    line-height: 34px;
    text-align: center;
  }

  .columns-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .per-month {
    font-size: 12px;
    text-align: left;
  }

  .price-marketing {
    text-align: left;
  }

  .subtitle-white {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pitch {
    padding-right: 0px;
    padding-left: 0px;
  }

  .web-plan-wrapper {
    margin-top: 29px;
  }

  .web-plan-wrapper.web-advanced {
    padding-bottom: 30px;
  }

  .web-plan-wrapper.web-basic {
    padding-bottom: 20px;
  }

  .web-plan-wrapper.web-premium {
    padding-bottom: 30px;
  }

  .button-select {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .button-select.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .button-select.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .button-booking {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .button-booking.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .button-booking.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .plans-booking {
    padding-right: 22px;
    padding-left: 22px;
  }

  .plan-wrapper-basic-book {
    margin-top: 29px;
  }

  .topmarketing {
    padding-right: 16px;
    padding-left: 16px;
  }

  .reedem-row {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .js-clock {
    padding-right: 43px;
    padding-left: 43px;
  }

  .clock-number {
    font-size: 60px;
  }

  .text-block-11 {
    font-size: 21px;
  }

  .better-sales {
    padding-right: 41px;
    padding-left: 41px;
  }

  .section-lower-home {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .image-18 {
    width: auto;
    height: 90%;
    padding-right: 118px;
    padding-bottom: 0px;
    padding-left: 118px;
  }

  .topsction-web-design {
    padding-right: 27px;
    padding-left: 27px;
  }

  .column-21 {
    padding-top: 20px;
  }

  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .thanks-title {
    text-align: center;
  }

  .thanks-section {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .section-10 {
    padding-top: 14px;
  }

  .content-column {
    padding-top: 0px;
    text-align: center;
  }

  .subtitle {
    font-size: 25px;
  }

  .register-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 44px;
  }

  .register-button.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .register-button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .topbutton-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 24px;
  }

  .registered-live {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .register-button-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 44px;
  }

  .footer-section.main {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .footer-section.footer {
    height: auto;
  }

  .footer-section.demo {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 38% 42%, 0% 23%;
  }

  .footer-section.trial {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .footer-section.contact-bg {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 71px;
  }

  .footer-section.booking {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 198px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 56, 88, 0.82)), to(rgba(13, 56, 88, 0.82))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(13, 56, 88, 0.82), rgba(13, 56, 88, 0.82)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 50%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .footer-section.contact-2 {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 71px;
  }

  .footer-section.redeem-bg {
    margin-top: 24px;
    padding-top: 97px;
    padding-bottom: 71px;
  }

  .button-book-framed {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .button-book-framed.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .button-book-framed.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .registered-book {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .button--extra-staff {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .button--extra-staff.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .button--extra-staff.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .lp-bg {
    padding-top: 14px;
  }

  .cta-lower {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .qualify-subtitle {
    padding-top: 0px;
  }

  .register-button-2below {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 44px;
  }

  .register-button-2below.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .register-button-2below.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .icon-2 {
    color: #fff;
  }

  .column-23 {
    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;
  }

  .column-24 {
    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;
  }

  .column-25 {
    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;
  }

  .column-26 {
    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;
  }

  .column-27 {
    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;
  }

  .grid {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .top-website {
    height: 400px;
  }

  .service-title {
    text-align: center;
  }

  .logo {
    width: 300px;
    height: 45px;
  }

  .free-web-content {
    margin-top: 0px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .top-website-free {
    height: 400px;
  }

  .column-28 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-26 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-27 {
    width: 50%;
  }

  .cta {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .cta.hollow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 24px;
  }

  .cta.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .button {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .button.hollow {
    font-size: 18px;
  }

  .button.in-pricing._1 {
    font-size: 18px;
  }

  .button.in-pricing._2 {
    font-size: 18px;
  }

  .button.in-pricing._3 {
    font-size: 18px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link.menu.w--open {
    padding-bottom: 24px;
  }

  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .section.main {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .section.purple {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/mountain.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mountain.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .section.demo {
    height: 600px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .section.trial {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .section.contact-bg {
    margin-top: 51px;
    padding-right: 0px;
    padding-bottom: 79px;
    padding-left: 0px;
  }

  .section.booking {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .section.contact-2 {
    margin-top: 51px;
    padding-bottom: 79px;
  }

  .section.redeem-bg {
    margin-top: 51px;
    padding-bottom: 79px;
  }

  .main-subtitle {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }

  .footer-slogan {
    text-align: center;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .main-heading {
    margin-right: -13px;
    margin-left: -13px;
    padding-right: 36px;
    padding-left: 36px;
    font-size: 25px;
    line-height: 30px;
  }

  .section-subtitle {
    margin-bottom: 19px;
  }

  .section-subtitle.left {
    text-align: center;
  }

  .plan-wrapper {
    margin-right: 17%;
    margin-bottom: 34px;
    margin-left: 17%;
  }

  .price-point {
    text-align: center;
  }

  .addl-feature {
    padding-bottom: 3px;
    text-align: left;
  }

  .divider {
    width: 100%;
  }

  .feature {
    margin-bottom: 32px;
    text-align: center;
  }

  .feature-row._1 {
    margin-top: 119px;
  }

  .feature-row._2 {
    margin-top: 197px;
  }

  .feature-row._3 {
    margin-top: 233px;
  }

  .feature-row._4 {
    margin-top: 257px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }

  .image-2 {
    margin-left: 2px;
  }

  .heading {
    font-size: 32px;
  }

  .paragraph {
    padding-bottom: 0px;
  }

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

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

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

  .subtitulo {
    text-align: center;
  }

  .subtitulo.largo {
    margin-top: 16px;
  }

  .form {
    padding-right: 50px;
    padding-left: 50px;
  }

  .plan-select-title {
    margin-bottom: 44px;
  }

  .thanks_text {
    margin-bottom: 44px;
  }

  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-bottombar {
    margin-top: 28px;
  }

  .screenshot1 {
    padding-right: 63px;
    padding-left: 63px;
  }

  .row-2 {
    width: 90%;
    margin-top: -139px;
  }

  .column-8 {
    margin-top: 12px;
    padding-right: 10px;
    padding-bottom: 47px;
  }

  .row-3 {
    padding-right: 42px;
    padding-left: 42px;
  }

  .feature-titles {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .feature-explalations {
    font-size: 14px;
  }

  .form-signup {
    padding-right: 50px;
    padding-left: 50px;
  }

  .column-10 {
    text-align: center;
  }

  .column-11 {
    height: 567px;
    margin-top: -25px;
  }

  .call-top2 {
    padding-left: 1px;
  }

  .privacy {
    margin-top: 55px;
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .privacy.main {
    height: 600px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .paragraph-4 {
    margin-top: 45px;
    padding-right: 27px;
    padding-left: 27px;
    font-size: 10px;
    line-height: 15px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .paragraph-5 {
    padding-right: 37px;
    padding-left: 37px;
  }

  .column-16 {
    margin-top: 78px;
  }

  .left-price-div {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }

  .right-pricing-div {
    width: 100%;
    margin-left: 0%;
  }

  .pricing-box-div {
    display: block;
  }

  .demo-wrap {
    margin-top: 55px;
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .demo-wrap.main {
    height: 600px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/Munich_-_Two_men_working_in_a_Bicycle_repair_shop_-_5893.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .demo-toptext {
    padding-right: 72px;
    padding-left: 72px;
    font-size: 18px;
  }

  .modal-wrapper {
    display: none;
  }

  .video-wrapper {
    width: 100%;
    padding-top: 4px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .pricing-bg {
    position: relative;
  }

  .form-trial {
    padding-right: 50px;
    padding-left: 50px;
  }

  .theme-text {
    margin-top: 0px;
    margin-bottom: 34px;
  }

  .button-4 {
    margin-top: -2px;
    padding: 12px 26px;
    font-size: 20px;
  }

  .signup-container {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .signup-container.main {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .signup-container.purple {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/mountain.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mountain.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .signup-container.demo {
    height: 600px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .signup-container.trial {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .html-embed-4 {
    margin-top: 0px;
  }

  .account-embed {
    margin-top: 1px;
  }

  .embed-trial {
    margin-top: 0px;
  }

  .heading-14 {
    font-size: 23px;
  }

  .workscope {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-15 {
    margin-right: 27px;
    margin-left: 27px;
    font-size: 25px;
  }

  .green {
    width: 50px;
    height: 50px;
  }

  .ref {
    text-align: center;
  }

  .text-block-8.cost {
    margin-top: 37px;
    padding-right: 32px;
    padding-left: 32px;
    text-align: center;
  }

  .row-8 {
    margin-right: 18px;
    margin-left: 18px;
  }

  .heading-16 {
    margin-top: 12px;
    text-align: center;
  }

  .schedule {
    padding-right: 5px;
    font-size: 15px;
  }

  .grey {
    width: 50px;
    height: 50px;
  }

  .row-icons2 {
    padding-bottom: 73px;
  }

  .section-3 {
    padding: 0px 45px 41px;
    background-size: cover, auto;
    background-repeat: no-repeatundefined, repeat;
  }

  .heading-17 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 21px 51px;
  }

  .row-10 {
    margin-right: 31px;
    margin-left: 31px;
  }

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

  .paragraph-6.cms {
    padding-right: 0px;
  }

  .section-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subheading {
    margin-right: -13px;
    margin-left: -13px;
    padding-right: 36px;
    padding-left: 36px;
    font-size: 25px;
    line-height: 30px;
  }

  .features {
    font-size: 21px;
  }

  .solutions-page-main-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .offer {
    margin-right: 0px;
    margin-left: 0px;
    padding: 21px 51px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .form-download {
    padding-right: 0px;
    padding-left: 0px;
  }

  .free-guide {
    padding: 0px 45px 41px;
    background-size: cover, auto;
    background-repeat: no-repeatundefined, repeat;
  }

  .free-guide-copy {
    padding: 0px 45px 41px;
    background-size: cover, auto;
    background-repeat: no-repeatundefined, repeat;
  }

  .blue-bg {
    padding: 0px 45px 41px;
    background-size: cover, auto;
    background-repeat: no-repeatundefined, repeat;
  }

  .bookframe {
    width: 95%;
    height: 130vh;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-23 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    font-size: 20px;
  }

  .bodytext-book {
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .topbutton {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    float: none;
    font-size: 24px;
  }

  .topbutton.hollow {
    font-size: 18px;
  }

  .topbutton.in-pricing._1 {
    font-size: 18px;
  }

  .topbutton.in-pricing._2 {
    font-size: 18px;
  }

  .topbutton.in-pricing._3 {
    font-size: 18px;
  }

  .contact-title {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 32px;
  }

  .bookframe-step2 {
    width: 95%;
    height: 130vh;
    margin-right: auto;
    margin-left: auto;
  }

  .button-book {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .button-book.hollow {
    font-size: 18px;
  }

  .button-book.in-pricing._1 {
    font-size: 18px;
  }

  .button-book.in-pricing._2 {
    font-size: 18px;
  }

  .button-book.in-pricing._3 {
    font-size: 18px;
  }

  .section-subtitle-white {
    margin-bottom: 19px;
  }

  .section-subtitle-white.left {
    text-align: center;
  }

  .pricing-section {
    position: relative;
  }

  .button-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .button-5.in-pricing._2 {
    font-size: 18px;
  }

  .button-5.in-pricing._3 {
    font-size: 18px;
  }

  .button-5.in-pricing._1 {
    font-size: 18px;
  }

  .plan-wrapper-2 {
    margin-right: 17%;
    margin-bottom: 34px;
    margin-left: 17%;
  }

  .section-subtitle-2 {
    margin-bottom: 19px;
  }

  .addl-feature-2 {
    padding-bottom: 3px;
    text-align: center;
  }

  .price-point-2 {
    text-align: center;
  }

  .e-commerce-btn {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .e-commerce-btn.hollow {
    font-size: 18px;
  }

  .e-commerce-btn.in-pricing._1 {
    font-size: 18px;
  }

  .e-commerce-btn.in-pricing._2 {
    font-size: 18px;
  }

  .e-commerce-btn.in-pricing._3 {
    font-size: 18px;
  }

  .row-10-right {
    margin-right: 31px;
    margin-left: 31px;
  }

  .centred-title {
    font-size: 28px;
  }

  .per-month {
    padding-bottom: 3px;
    text-align: left;
  }

  .price-marketing {
    text-align: center;
  }

  .subtitle-white {
    padding-right: 39px;
    padding-left: 39px;
  }

  .pitch {
    margin-right: 0px;
    margin-left: 0px;
    padding: 21px 51px;
    text-align: center;
  }

  .web-plan-wrapper {
    margin-right: 17%;
    margin-bottom: 34px;
    margin-left: 17%;
  }

  .offer-subtitle {
    margin-bottom: 19px;
  }

  .offer-subtitle.left {
    text-align: center;
  }

  .button-select {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .button-select.hollow {
    font-size: 18px;
  }

  .button-select.in-pricing._1 {
    font-size: 18px;
  }

  .button-select.in-pricing._2 {
    font-size: 18px;
  }

  .button-select.in-pricing._3 {
    font-size: 18px;
  }

  .offer-subtitle2 {
    margin-bottom: 19px;
  }

  .offer-subtitle2.left {
    text-align: center;
  }

  .button-booking {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .button-booking.hollow {
    font-size: 18px;
  }

  .button-booking.in-pricing._1 {
    font-size: 18px;
  }

  .button-booking.in-pricing._2 {
    font-size: 18px;
  }

  .button-booking.in-pricing._3 {
    font-size: 18px;
  }

  .plans-booking {
    padding-right: 0px;
    padding-left: 0px;
  }

  .plan-wrapper-basic-book {
    margin-right: 17%;
    margin-bottom: 34px;
    margin-left: 17%;
  }

  .reedem-row {
    width: 100%;
  }

  .hurry {
    font-size: 32px;
  }

  .column-20 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .voucher {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  .better-sales {
    padding-right: 65px;
    padding-left: 65px;
  }

  .image-18 {
    padding-right: 26px;
    padding-left: 26px;
  }

  .topsction-web-design {
    margin-top: 0px;
  }

  .thanks-body {
    text-align: center;
  }

  .thanks-body.cms {
    padding-right: 0px;
  }

  .section-10 {
    padding-top: 0px;
    padding-bottom: 61px;
  }

  .heading-24.center {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 30px;
  }

  .heading-24.center {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 30px;
  }

  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }

  .paragraph-8 {
    padding-right: 38px;
    padding-left: 38px;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .section-11 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .register-button {
    padding-top: 12px;
    padding-bottom: 12px;
    float: none;
    font-size: 34px;
  }

  .register-button.hollow {
    font-size: 18px;
  }

  .register-button.in-pricing._1 {
    font-size: 18px;
  }

  .register-button.in-pricing._2 {
    font-size: 18px;
  }

  .register-button.in-pricing._3 {
    font-size: 18px;
  }

  .topbutton-2 {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    float: none;
    font-size: 24px;
  }

  .congrats.center {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 30px;
  }

  .congrats.center {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 30px;
  }

  .paragraph-9 {
    padding-right: 38px;
    padding-left: 38px;
  }

  .register-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    float: none;
    font-size: 34px;
  }

  .footer-section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .footer-section.main {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .footer-section.purple {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/mountain.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mountain.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .footer-section.demo {
    height: 600px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .footer-section.trial {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .footer-section.contact-bg {
    margin-top: 51px;
    padding-right: 0px;
    padding-bottom: 79px;
    padding-left: 0px;
  }

  .footer-section.booking {
    height: 800px;
    margin-top: 51px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
  }

  .footer-section.contact-2 {
    margin-top: 51px;
    padding-bottom: 79px;
  }

  .footer-section.redeem-bg {
    margin-top: 51px;
    padding-bottom: 79px;
  }

  .button-book-framed {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .button-book-framed.hollow {
    font-size: 18px;
  }

  .button-book-framed.in-pricing._1 {
    font-size: 18px;
  }

  .button-book-framed.in-pricing._2 {
    font-size: 18px;
  }

  .button-book-framed.in-pricing._3 {
    font-size: 18px;
  }

  .great {
    margin-bottom: 19px;
  }

  .great.left {
    text-align: center;
  }

  .button--extra-staff {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .button--extra-staff.hollow {
    font-size: 18px;
  }

  .button--extra-staff.in-pricing._1 {
    font-size: 18px;
  }

  .button--extra-staff.in-pricing._2 {
    font-size: 18px;
  }

  .button--extra-staff.in-pricing._3 {
    font-size: 18px;
  }

  .lp-bg {
    padding-top: 0px;
    padding-bottom: 61px;
  }

  .section-subtitle-book {
    margin-bottom: 19px;
  }

  .section-subtitle-book.left {
    text-align: center;
  }

  .qualify-subtitle {
    margin-bottom: 19px;
  }

  .qualify-subtitle.left {
    text-align: center;
  }

  .section-subtitle-booking {
    margin-bottom: 19px;
  }

  .section-subtitle-booking.left {
    text-align: center;
  }

  .register-button-2below {
    padding-top: 12px;
    padding-bottom: 12px;
    float: none;
    font-size: 34px;
  }

  .register-button-2below.hollow {
    font-size: 18px;
  }

  .register-button-2below.in-pricing._1 {
    font-size: 18px;
  }

  .register-button-2below.in-pricing._2 {
    font-size: 18px;
  }

  .register-button-2below.in-pricing._3 {
    font-size: 18px;
  }

  .top-website {
    height: auto;
    padding-top: 123px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .service-title {
    font-size: 30px;
  }

  .paragraph-6-copy {
    text-align: center;
  }

  .paragraph-6-copy.cms {
    padding-right: 0px;
  }

  .free-web-content {
    margin-top: 0px;
  }

  .top-website-free {
    height: auto;
    padding-top: 123px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .image-27 {
    width: 50%;
  }

  .cta {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .cta.hollow {
    font-size: 18px;
  }

  .cta.in-pricing._1 {
    font-size: 18px;
  }

  .cta.in-pricing._2 {
    font-size: 18px;
  }

  .cta.in-pricing._3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 24px;
  }

  .button.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .button.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.left {
    width: 300px;
  }

  .section.main {
    padding-top: 126px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .section.purple {
    position: relative;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/mountain.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mountain.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .section.trial {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .section.contact-bg {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.booking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .section.contact-2 {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.redeem-bg {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-subtitle {
    margin-bottom: 11px;
  }

  .main-heading {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .section-subtitle {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .plan-wrapper {
    margin-top: 12px;
    margin-right: 4%;
    margin-left: 4%;
  }

  .plan-wrapper.reput-plan {
    width: 100%;
  }

  .additional-contact {
    padding-right: 19px;
    padding-left: 19px;
  }

  .client-logo {
    width: 33.33%;
  }

  .press-logo {
    width: 28%;
  }

  .image-2 {
    margin-left: -4px;
  }

  .heading {
    font-size: 32px;
  }

  .container {
    margin-top: -71px;
  }

  .image-4 {
    margin-right: 116px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form {
    padding-right: 13px;
    padding-left: 13px;
  }

  .thanks_text {
    padding-right: 4%;
    padding-left: 4%;
  }

  .success-message-2 {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-2 {
    display: block;
    margin-right: -23px;
    margin-left: -23px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    margin-bottom: 32px;
    font-size: 12px;
  }

  .logo-bottombar {
    width: 70%;
  }

  .screenshot1 {
    margin-right: 116px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    margin-top: -26px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .signup-wrap {
    margin-top: -47px;
  }

  .form-signup {
    padding-right: 13px;
    padding-left: 13px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-4 {
    padding-right: 9px;
    padding-left: 9px;
  }

  .column-11 {
    position: static;
    height: auto;
    min-height: auto;
    margin-top: 55px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .column-12 {
    padding-right: auto;
    padding-left: auto;
  }

  .column-13 {
    padding-right: auto;
    padding-left: auto;
  }

  .column-14 {
    padding-right: auto;
    padding-left: auto;
  }

  .privacy {
    margin-top: 66px;
  }

  .privacy.purple {
    position: relative;
    width: 100%;
  }

  .paragraph-4 {
    line-height: 15px;
  }

  .heading-10 {
    font-size: 24px;
  }

  .paragraph-5 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .demo-wrap {
    margin-top: 66px;
  }

  .demo-wrap.purple {
    position: relative;
    width: 100%;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .demo-toptext {
    margin-top: -50px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 16px;
  }

  .modal-wrapper {
    display: none;
  }

  .video-wrapper {
    width: 100%;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-11 {
    margin-top: 36px;
  }

  .link-block {
    width: 60px;
    height: 60px;
    margin-top: 61px;
  }

  .html-embed-3 {
    margin-top: 18px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .contact-form {
    font-size: 14px;
  }

  .pricing-bg {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .form-trial {
    padding-right: 13px;
    padding-left: 13px;
  }

  .button-4 {
    margin-right: 15px;
    padding: 7px 17px;
    background-color: rgba(255, 112, 0, 0.78);
    font-size: 15px;
  }

  .signup-container.main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .signup-container.purple {
    position: relative;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/mountain.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mountain.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .signup-container.trial {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .html-embed-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .embed-trial {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-14 {
    margin-top: 3px;
    font-size: 24px;
  }

  .workscope {
    font-size: 13px;
  }

  .heading-15 {
    font-size: 21px;
    text-align: center;
  }

  .ref {
    text-align: center;
  }

  .text-block-8.cost {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .buttons-icons {
    padding-bottom: 53px;
  }

  .row-icons2 {
    padding-top: 0px;
  }

  .row-10 {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-6.middle {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-6 {
    padding-right: 22px;
    padding-left: 22px;
  }

  .subheading {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 26px;
  }

  .features {
    font-size: 15px;
  }

  .cms-demo-video-bg {
    width: 100%;
  }

  .offer {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 35px;
  }

  .image-15 {
    position: static;
  }

  .blue-bg {
    padding-right: 2px;
    padding-bottom: 31px;
    padding-left: 2px;
  }

  .bookframe {
    max-width: 100%;
    margin-top: -128px;
  }

  .heading-23 {
    font-size: 15px;
  }

  .bodytext-book {
    padding-right: 19px;
    padding-left: 19px;
  }

  .html-embed-7 {
    margin-right: 7px;
    margin-left: 7px;
  }

  .topbutton {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .topbutton.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .topbutton.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .topbutton.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .topbutton.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-title {
    font-size: 24px;
    line-height: 24px;
  }

  .contact-title.sub {
    font-size: 30px;
  }

  .radio-button-label {
    font-size: 13px;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .bookframe-step2 {
    max-width: 100%;
    margin-top: 23px;
  }

  .button-book {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .button-book.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .button-book.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-book.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-book.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle-white {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .pricing-section {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .button-5 {
    display: block;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 21px;
    font-size: 18px;
  }

  .button-5.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-5.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-5.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .plan-wrapper-2 {
    margin-top: 12px;
    margin-right: 4%;
    margin-left: 4%;
  }

  .section-subtitle-2 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .e-commerce-btn {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .e-commerce-btn.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .e-commerce-btn.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .e-commerce-btn.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .e-commerce-btn.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .e-commerce-btn.left {
    width: 100%;
  }

  .row-10-right {
    margin-right: 0px;
    margin-left: 0px;
  }

  .topsection-local {
    padding-top: 132px;
  }

  .subtitle-white {
    padding-right: 13px;
    padding-left: 13px;
  }

  .pitch {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 15px;
  }

  .web-plan-wrapper {
    margin-top: 12px;
    margin-right: 4%;
    margin-left: 4%;
  }

  .offer-subtitle {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .button-select {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .button-select.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .button-select.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-select.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-select.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-select.left {
    width: 300px;
  }

  .offer-subtitle2 {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .checkbox-label-2 {
    font-size: 13px;
  }

  .radio-button-label-2 {
    font-size: 13px;
  }

  .div-block-28 {
    width: 300px;
  }

  .button-booking {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .button-booking.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .button-booking.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-booking.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-booking.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-booking.left {
    width: 300px;
  }

  .plan-wrapper-basic-book {
    margin-top: 12px;
    margin-right: 4%;
    margin-left: 4%;
  }

  .js-clock {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box {
    width: 60px;
  }

  .hurry {
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .voucher {
    padding-right: 33px;
    padding-left: 33px;
  }

  .better-sales {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-lower-home {
    background-position: 0px 0px, 50% 50%;
  }

  .image-18 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .topsction-web-design {
    margin-top: 63px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .thanks-section {
    background-position: 0px 0px, 50% 50%;
  }

  .heading-24.center {
    font-size: 25px;
    line-height: 28px;
  }

  .heading-24.center {
    font-size: 25px;
    line-height: 28px;
  }

  .paragraph-8 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .section-11 {
    padding-right: 12px;
    padding-left: 12px;
    background-position: 0px 0px, 50% 50%;
  }

  .thanks-subheading.center {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .register-button {
    display: block;
    width: auto;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 31px;
    font-size: 30px;
  }

  .register-button.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .register-button.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .register-button.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .register-button.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .topbutton-2 {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .registered-live {
    background-position: 0px 0px, 50% 50%;
  }

  .congrats.center {
    font-size: 25px;
    line-height: 28px;
  }

  .congrats.center {
    font-size: 25px;
    line-height: 28px;
  }

  .paragraph-9 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .register-button-2 {
    display: block;
    width: auto;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 31px;
    font-size: 30px;
  }

  .footer-section.main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .footer-section.purple {
    position: relative;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/mountain.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mountain.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .footer-section.trial {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .footer-section.contact-bg {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-section.booking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 67, 104, 0.75)), to(rgba(20, 67, 104, 0.75))), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-image: linear-gradient(180deg, rgba(20, 67, 104, 0.75), rgba(20, 67, 104, 0.75)), url('../images/workshop.jpg'), url('../images/analytics-graphic2.png');
    background-position: 0px 0px, 50% 100%, 0% 23%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .footer-section.contact-2 {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-section.redeem-bg {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-div {
    padding-top: 20px;
  }

  .button-book-framed {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .button-book-framed.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .button-book-framed.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-book-framed.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-book-framed.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .registered-book {
    background-position: 0px 0px, 50% 50%;
  }

  .great {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .button--extra-staff {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 18px;
  }

  .button--extra-staff.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .button--extra-staff.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button--extra-staff.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button--extra-staff.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-lower {
    background-position: 0px 0px, 50% 50%;
  }

  .section-subtitle-book {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .qualify-subtitle {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .section-subtitle-booking {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .register-button-2below {
    display: block;
    width: auto;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 31px;
    font-size: 30px;
  }

  .register-button-2below.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .register-button-2below.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .register-button-2below.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .register-button-2below.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-22 {
    padding-right: 10px;
  }

  .image-22 {
    height: auto;
  }

  .lightbox-link {
    display: block;
  }

  .top-website {
    height: auto;
    padding-top: 133px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .service-title {
    line-height: 35px;
  }

  .logo {
    width: 90px;
    height: 90px;
    margin-top: 9px;
    margin-left: 7px;
    background-image: url('../images/logo-mobile.png');
  }

  .free-web-content {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-website-free {
    height: auto;
    padding-top: 133px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .list--black {
    padding-left: 24px;
  }

  .image-27 {
    width: 60%;
  }

  .cta {
    display: block;
    width: 90%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px;
    font-size: 24px;
  }

  .cta.hollow {
    margin-top: 7px;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 16px;
  }

  .cta.in-pricing._1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta.in-pricing._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta.in-pricing._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta.left {
    width: 300px;
  }
}

