.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #2c2f30;
}

.brand-wrapper {
  width: 12%;
}

.logo-text {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 3px;
  border-bottom: 3px solid #5f6266;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}

.logo-text:hover {
  border-bottom-color: #4c709e;
}

.nav-menu {
  width: 87%;
  float: left;
}

.nav-link {
  display: block;
  padding: 20px 17px;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  background-color: #3f4345;
  color: #fff;
}

.nav-link.right {
  margin-top: 14px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: right;
  border: 1px solid #5f6266;
  border-radius: 2px;
}

.section {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section.hero {
  padding-top: 108px;
  padding-bottom: 125px;
  background-image: linear-gradient(315deg, rgba(17, 247, 40, 0.56), rgba(69, 110, 196, 0.51) 49%, rgba(223, 22, 22, 0.45)), linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/zzzzzzzzzzzzzzzzzzzzzzzzzzzz.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  color: #fff;
  text-align: center;
}

.section.black {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 5px none rgba(200, 20, 20, 0.75);
  border-radius: 0px;
  background-color: #313131;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), color-stop(15%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), hsla(0, 0%, 100%, 0) 15%);
}

.section.sign-up {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
  background-image: linear-gradient(312deg, rgba(156, 92, 93, 0.63) 6%, rgba(166, 90, 90, 0.8));
  color: #ebedf2;
}

.button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #0ac278;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.outline-button {
  display: inline-block;
  margin-left: 15px;
  padding: 11px 24px;
  border: 2px solid hsla(0, 0%, 100%, 0.54);
  border-radius: 2px;
  -webkit-transition: border-color 200ms ease, color 500ms ease;
  transition: border-color 200ms ease, color 500ms ease;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.outline-button:active {
  border-color: hsla(0, 0%, 100%, 0.78);
  background-color: rgba(0, 0, 0, 0.2);
  color: hsla(0, 0%, 100%, 0.78);
}

.image-crop {
  overflow: hidden;
  height: 431px;
  margin-bottom: -80px;
}

.image-crop.hero {
  position: relative;
  display: block;
  width: 600px;
  height: 130px;
  margin: 78px auto -135px;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.image-crop.hero:hover {
  height: 200px;
}

.subtitle {
  margin-bottom: 40px;
  color: rgba(242, 246, 252, 0.75);
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.small-heading {
  margin-bottom: 6px;
  font-weight: 600;
}

.huge-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 94px;
  line-height: 88px;
  font-weight: 800;
  letter-spacing: 0px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.image-2 {
  position: static;
  margin: 13px 0px 10px;
}

.body {
  padding-right: 250px;
  padding-left: 250px;
  border-style: none;
  border-width: 5px;
  border-color: #0ac278;
  background-color: #3d3d3d;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.25)), color-stop(21%, rgba(0, 0, 0, 0.75)), color-stop(76%, rgba(0, 0, 0, 0.75)), color-stop(90%, rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, left bottom, from(#464646), to(#464646));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0.75) 21%, rgba(0, 0, 0, 0.75) 76%, rgba(0, 0, 0, 0.25) 90%), linear-gradient(180deg, #464646, #464646);
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.body:hover {
  border-bottom-color: #c81414;
}

.small-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.author {
  color: #0ac278;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #0ac278;
}

.small-title-wrapper {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #0ac278;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.lightgrey {
  background-color: rgba(200, 20, 20, 0.75);
}

.section-2 {
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #424242;
  color: #4d4d4d;
}

.section-2:hover {
  color: #0ac278;
}

.section-2.lightgrey {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #383838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 56, 56, 0.38)), color-stop(10%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(56, 56, 56, 0.38), hsla(0, 0%, 100%, 0) 10%);
}

.section-2.beige {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #414040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), color-stop(17%, rgba(57, 57, 57, 0.07)), color-stop(93%, hsla(0, 0%, 54.9%, 0)), to(rgba(41, 40, 40, 0.22)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(57, 57, 57, 0.07) 17%, hsla(0, 0%, 54.9%, 0) 93%, rgba(41, 40, 40, 0.22));
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.container {
  display: block;
}

.section-3 {
  display: block;
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  background-color: #444;
  background-image: radial-gradient(circle closest-side at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.16) 42%);
  text-align: center;
}

.number {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: #0ac278;
  font-size: 16px;
  text-transform: uppercase;
}

.process-titles {
  margin-bottom: 15px;
  padding-top: 23px;
  border-top: 4px dotted rgba(200, 20, 20, 0.75);
  border-radius: 0px;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.paragraph {
  margin-right: 1px;
  margin-left: 1px;
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  margin-right: 1px;
  margin-left: 1px;
  color: #fff;
  text-align: center;
}

.paragraph-3 {
  margin-right: 1px;
  margin-left: 1px;
  color: #fff;
  text-align: center;
}

.mask {
  height: 100px;
}

.section-4 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px none #000;
  background-color: #353535;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), color-stop(25%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), hsla(0, 0%, 100%, 0) 25%);
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: transparent;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.paragraph-tiny {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.container-3 {
  margin-top: 20px;
}

.section-5 {
  background-color: #383838;
}

.paragraph-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

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

.image-4 {
  margin-top: 3px;
}

.padded-column2 {
  padding: 10px 20px;
}

.padded-column2.picture2 {
  height: 366px;
  margin-top: 38px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/disassemble-dyson-v6-head.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.width-limiter {
  max-width: 800px;
}

.get-started-link {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-transition: color 200ms ease, border-color 500ms ease;
  transition: color 200ms ease, border-color 500ms ease;
  color: #0bd685;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link.simple {
  margin-top: 18px;
  margin-bottom: 18px;
  border-bottom: 3px solid rgba(200, 20, 20, 0.55);
  color: #d7d9de;
  line-height: 24px;
}

.get-started-link.simple:hover {
  border-bottom-color: #c81414;
  color: #e8eaed;
}

.subtitle-2 {
  margin-bottom: 40px;
  border-bottom: 5px dotted rgba(200, 20, 20, 0.75);
  color: rgba(242, 246, 252, 0.63);
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.paragraph-5 {
  color: #fff;
  font-size: 16px;
}

.paragraph-6 {
  color: #fff;
  font-size: 16px;
}

.paragraph-7 {
  color: #fff;
  font-size: 16px;
}

.paragraph-8 {
  color: #fff;
  font-size: 16px;
}

.heading {
  color: #fff;
}

.heading-2 {
  margin-bottom: 30px;
  border-bottom: 5px none #c81414;
  color: #fff;
}

.paragraph-9 {
  color: #fff;
  font-size: 16px;
}

.section-6 {
  background-color: #353535;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), color-stop(25%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), transparent 25%);
}

.section-7 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #353535;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), color-stop(10%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), transparent 10%);
}

.section-8 {
  margin-top: 0px;
  padding-top: 50px;
  background-image: linear-gradient(315deg, rgba(17, 247, 40, 0.56), rgba(69, 110, 196, 0.51) 52%, rgba(223, 22, 22, 0.45)), linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/zzzzzzzzzzzzzzzzzzzzzzzzzzzz.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.heading-3 {
  margin-top: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0);
  font-weight: 400;
  text-align: center;
}

.tab-button-right {
  border-style: solid;
  border-width: 1px;
  border-color: #0ac278;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-right:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-right.w--current {
  border-width: 1px;
  border-color: #0ac278;
  background-color: #0ac278;
  color: #000;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.white-pricing-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
}

.white-pricing-block.color {
  background-color: transparent;
  color: #fff;
}

.section-title {
  display: block;
  width: 600px;
  height: 55px;
  margin-top: 0px;
  border-bottom: 5px dotted rgba(200, 20, 20, 0.75);
  color: #fff;
  font-size: 40px;
  line-height: 39px;
  font-weight: 300;
}

.plan-tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.pricing-row {
  margin-bottom: 40px;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.button-2 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-2.white-pricing-button {
  margin-top: 0px;
  background-color: #0ac278;
}

.container-4 {
  position: relative;
}

.pricing-feature-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
}

.pricing-tab-pane {
  padding-top: 50px;
  text-align: center;
}

.tab-button-left {
  border-style: solid;
  border-width: 1px;
  border-color: #0ac278;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-left:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-left.w--current {
  background-color: #0ac278;
  color: #000;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: hsla(0, 0%, 100%, 0.5);
}

.pricing-block-price {
  color: #0ac278;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price.subtitle {
  margin-bottom: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.subtitle.white {
  margin-bottom: 10px;
  color: #fff;
}

.pricing-block-price.white {
  color: #0ac278;
}

.plan-tabs {
  margin-top: -20px;
}

.pricing-feature-item {
  margin-bottom: 0px;
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #5c5c5c;
}

.pricing-block-content-wrapper {
  padding: 24px;
  background-color: #3f3f3f;
}

.pricing-block-content-wrapper.bottom {
  background-color: #6d6d6d;
}

.pricing-feature-list {
  margin-bottom: 0px;
}

.paragraph-10 {
  color: #fff;
}

.paragraph-11 {
  color: #fff;
}

.section-9 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #363636;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), color-stop(11%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 11%);
}

.top-line-block {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 5px dotted rgba(200, 20, 20, 0.75);
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.link {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.section-10 {
  background-color: #333;
}

.heading-4 {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.section-11 {
  padding-bottom: 0px;
  background-color: #313131;
}

.paragraph-12 {
  color: #fff;
}

.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;
}

.padded-column3 {
  padding: 10px 20px;
}

.padded-column3.picture2 {
  height: 366px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/247email.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.padded-column4 {
  padding: 10px 20px;
}

.padded-column4.picture2 {
  height: 850px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/UK-Vector-remake.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.project-description {
  margin-bottom: 11px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.number-2 {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.project-title {
  margin-bottom: 20px;
  color: #fff;
}

.button-3 {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #fff;
  color: #323232;
}

.button-3.solid {
  border-color: #0ac278;
  background-color: #0ac278;
}

.button-3.solid:hover {
  background-color: transparent;
  color: #0ac278;
}

.paragraph-13 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
}

.section-12 {
  background-color: #3a3a3a;
}

.sign-up-title {
  margin-top: 0px;
  margin-bottom: 7px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle-3 {
  margin-bottom: 40px;
  color: rgba(242, 246, 252, 0.63);
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle-3.pricing {
  margin-bottom: 0px;
  font-size: 18px;
}

.sign-up-column {
  padding-top: 9px;
  text-align: center;
}

.project-description1 {
  margin-bottom: 11px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
}

.project-description-copy {
  margin-bottom: 11px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
}

.project-descriptio2 {
  margin-bottom: 11px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
}

.heading-5 {
  margin-bottom: 30px;
  border-bottom: 5px dotted #c81414;
  color: #fff;
  font-size: 35px;
}

.image-6 {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.image-7 {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.image-8 {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.paragraph-99 {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
}

@media screen and (max-width: 991px) {
  .brand-wrapper {
    width: 30%;
    height: 55px;
  }

  .nav-menu {
    width: 100%;
    background-color: #000;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.28);
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    background-color: #005282;
  }

  .nav-link.right {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    border-style: none;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .section.hero {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .button {
    background-color: #0bd685;
  }

  .image-crop {
    height: 451px;
    margin-bottom: -80px;
  }

  .image-crop.hero {
    height: 250px;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .image-crop.hero:hover {
    height: 250px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .small-heading {
    font-size: 34px;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .right-arrow {
    margin-right: 0px;
  }

  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }

  .padded-column2.picture2 {
    height: 436px;
  }

  .subtitle-2 {
    font-size: 19px;
    line-height: 25px;
  }

  .section-8 {
    padding-top: 40px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .button-2.white-pricing-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .padded-column3.picture2 {
    height: 436px;
  }

  .padded-column4.picture2 {
    height: 436px;
  }

  .subtitle-3 {
    font-size: 19px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-wrapper {
    width: 40%;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.sign-up {
    text-align: center;
  }

  .image-crop {
    margin-bottom: 36px;
    border-bottom: 3px solid #5f6266;
    text-align: center;
  }

  .image-crop.hero {
    width: auto;
  }

  .small-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }

  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }

  .section-2 {
    padding: 34px 10px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .section-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .padded-column2 {
    padding: 41px 30px;
  }

  .padded-column2.picture2 {
    height: 246px;
  }

  .get-started-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .get-started-link.simple {
    display: inline-block;
  }

  .title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-8 {
    padding-top: 0px;
  }

  .heading-3 {
    margin-top: 10px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .pricing-tab-pane {
    padding-top: 30px;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .padded-column3 {
    padding: 41px 30px;
  }

  .padded-column3.picture2 {
    height: 246px;
  }

  .padded-column4 {
    padding: 41px 30px;
  }

  .padded-column4.picture2 {
    height: 246px;
  }

  .number-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .project-column {
    padding-top: 23px;
  }

  .subtitle-3.pricing {
    margin-bottom: 16px;
  }

  .project-column18 {
    padding-top: 23px;
  }

  .project-column-88y {
    padding-top: 23px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand-wrapper {
    width: 40%;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.hero {
    padding: 54px 20px;
  }

  .section.black {
    margin-left: 10px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .button {
    display: block;
    margin-bottom: 14px;
  }

  .outline-button {
    display: block;
    width: 100%;
    margin-left: 0px;
  }

  .image-crop {
    height: 270px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .section-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .padded-column2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .padded-column2.picture2 {
    height: 226px;
  }

  .subtitle-2 {
    margin-bottom: 29px;
  }

  .heading-3 {
    margin-top: 0px;
  }

  .tab-button-right {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .tab-button-right.w--current {
    border-radius: 60px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .button-2 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .pricing-tab-pane {
    padding-top: 20px;
  }

  .tab-button-left {
    margin-bottom: 4px;
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .plan-tabs {
    margin-top: 0px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .padded-column3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .padded-column3.picture2 {
    height: 226px;
  }

  .padded-column4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .padded-column4.picture2 {
    height: 226px;
  }

  .paragraph-13 {
    margin-left: 10px;
  }

  .subtitle-3 {
    margin-bottom: 29px;
  }
}

