.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 100px;
  background-color: #2755f8;
  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: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #2755f8;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  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;
  border-radius: 5px;
  background-color: #f2f3f8;
  color: #333;
  font-weight: 700;
}

.button.in-pricing.main {
  border-radius: 100px;
  background-color: #2755f8;
  color: #fff;
}

.logo-text {
  margin-top: 30px;
  margin-left: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 27px;
  font-weight: 700;
}

.logo-text.footer {
  margin-top: 8px;
  margin-bottom: 19px;
  margin-left: 5px;
  float: left;
  color: #e6eaed;
}

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

.nav-link {
  padding: 26px 17px;
  background-color: transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: 'Open Sans', sans-serif;
}

.nav-link:hover {
  background-color: transparent;
  box-shadow: none;
}

.nav-link.w--current {
  display: block;
  box-shadow: inset 0 3px 0 0 #2755f8;
  color: #2755f8;
}

.nav-link.book-a-call {
  background-color: #2755f8;
  color: #fff;
  font-weight: 400;
}

.nav-link.mobile {
  display: none;
}

.section {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.section.main {
  margin-top: 73px;
  background-color: #081235;
  background-image: url('../images/analytics-graphic-new.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #081235;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #081235;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #f2f3f8;
}

.section.clients {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section.press {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #081235;
}

.section.how-it-works {
  background-color: #f2f3f8;
}

.section.my-skills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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: 26px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu {
  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;
}

.footer-slogan {
  margin-bottom: 11px;
  font-family: 'Open Sans', sans-serif;
  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: 'Open Sans', sans-serif;
  font-weight: 700;
  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: #2755f8;
  text-decoration: none;
}

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

.page-link.in-footer {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #939596;
}

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

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

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

.newsletter-button {
  position: relative;
  right: 25px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-radius: 100px;
  background-color: #2755f8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #2755f8;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.section-subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  background-color: #fff;
  color: #2b2b2b;
}

.plan-wrapper.main {
  background-color: #f2f3f8;
}

.price-point {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.price-accent {
  color: #333;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.addl-feature.inactive {
  font-family: Lato, sans-serif;
  color: #c7c5c5;
  text-decoration: line-through;
}

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

.additional-contact {
  margin-top: 21px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.feature {
  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-align: left;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dbdbdb;
  border-top-left-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #fff;
}

.feature-row.middle {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 2px;
  border-color: #dbdbdb;
}

.feature-row.last-point {
  margin-bottom: 0px;
  border-width: 2px;
  border-color: #dbdbdb;
}

.testimonial-slider {
  height: auto;
  max-width: 700px;
  margin-top: 40px;
  background-color: transparent;
}

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

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Open Sans', 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-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.title {
  font-family: 'Open Sans', sans-serif;
}

.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 {
  margin-bottom: 12px;
}

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

.small-features-row {
  width: 960px;
  margin-top: 0px;
}

.client-logo {
  width: 16.6%;
}

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

.div-block {
  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;
}

.logo {
  width: 14%;
  margin-right: 2%;
  margin-left: 2%;
}

.columns {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.heading {
  max-width: 100%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-5 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.heading-7 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

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

.my-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #f2f3f8;
}

.columns-2 {
  width: 960px;
  margin-top: 40px;
}

.image-container {
  position: relative;
  overflow: hidden;
  height: 270px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.image-container:hover {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.div-block-4 {
  margin-top: 20px;
}

.link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.div-block-5 {
  padding: 20px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  background-color: #fff;
}

.image {
  width: 50px;
  float: right;
}

.div-block-6 {
  position: static;
  top: 59px;
  right: 10px;
  padding-bottom: 0px;
  float: none;
  clear: none;
}

.link-block {
  position: relative;
  top: -262px;
  right: 10px;
  float: right;
}

.image-2 {
  width: 25px;
  margin-left: 0px;
}

.link-block-2 {
  margin-left: 10px;
}

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

.paragraph {
  text-align: center;
}

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

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

.heading-8 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-9 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-10 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.column {
  border-radius: 10px;
}

.div-block-7 {
  overflow: hidden;
  width: 350px;
  border-radius: 300px;
}

.column-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: block;
  -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;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.div-block-8 {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-3 {
  float: left;
}

.button-2 {
  margin-left: 17px;
  border-radius: 100px;
  background-color: #2755f8;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 100px;
  background-color: #2755f8;
}

.html-embed {
  margin-top: 0px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 275px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-5 {
  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;
}

.paragraph-4 {
  font-family: 'Open Sans', sans-serif;
}

.heading-11 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.heading-12 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.paragraph-5 {
  font-family: 'Open Sans', sans-serif;
}

.heading-13 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list {
  margin-top: 40px;
}

.grid {
  width: 600px;
  max-width: 90%;
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.heading-14 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.nav-bar-mobile {
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #333;
}

.nav-items-displayed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 50px;
  max-width: 960px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #277f97;
}

.mobile-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c6c6c6;
  text-decoration: none;
}

.mobile-menu-item.sub-link {
  background-color: #e6e2e2;
}

.mobile-menu-text {
  width: 95%;
  max-width: 960px;
  color: #333;
  text-decoration: none;
}

.mobile-menu-text.sub-item {
  padding-left: 20px;
}

.dropdown-menu {
  display: none;
  background-color: #cecece;
}

.sub-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    padding: 18px 0px;
    color: #333;
  }

  .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 {
    display: block;
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }

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

  .nav-link.portfolio {
    color: #333;
  }

  .nav-link.mobile {
    display: block;
  }

  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #f2f3f8;
  }

  .newsletter-field {
    width: 60%;
  }

  .newsletter-form {
    width: 85%;
  }

  .testimonial-slider {
    margin-top: 40px;
  }

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

  .small-features-row {
    max-width: 90%;
  }

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

  .columns-2 {
    max-width: 90%;
  }

  .image-container {
    height: 200px;
  }

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

  .button-2 {
    display: none;
  }

  .icon {
    color: #2755f8;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 16px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .section.main {
    margin-top: 51px;
  }

  .section.clients {
    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;
  }

  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

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

  .section-subtitle {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .section-subtitle.mod {
    max-width: 100%;
  }

  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }

  .divider {
    width: 100%;
  }

  .additional-contact {
    margin-top: 0px;
  }

  .feature {
    margin-bottom: 40px;
    text-align: center;
  }

  .feature.last {
    margin-bottom: 0px;
  }

  .feature-row {
    max-width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-row.middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-slider {
    max-width: 95%;
    margin-top: 0px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

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

  .small-features-row {
    max-width: 90%;
  }

  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-2 {
    max-width: 90%;
  }

  .image-container {
    height: 275px;
  }

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

  .div-block-7 {
    max-width: 90%;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .div-block-8 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    -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;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .column-7 {
    margin-bottom: 20px;
  }

  .container-2 {
    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;
  }

  .container-3 {
    max-width: 90%;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-10 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-3 {
    max-width: 90%;
  }

  .container-5 {
    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-top: 0px;
  }

  .form {
    position: relative;
    left: 12px;
  }

  .nav-bar-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-items-displayed {
    width: 90%;
  }

  .button-3 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
  }

  .mobile-menu-text {
    width: 90%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
  }

  .mobile-menu-text.sub-item {
    font-weight: 400;
  }

  .dropdown-menu {
    display: block;
  }

  .sub-menu {
    display: block;
  }

  .search-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    -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;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .form-block {
    width: 90%;
    max-width: 90%;
    margin-bottom: 0px;
  }

  .text-field {
    height: 42px;
    min-height: auto;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .submit-button-2 {
    width: 50px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px none #333;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .newsletter-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-form {
    width: 95%;
  }

  .section-subtitle {
    margin-top: 20px;
    line-height: 26px;
  }

  .section-subtitle.mod {
    line-height: 26px;
  }

  .plan-wrapper {
    margin-right: 0%;
    margin-left: 0%;
  }

  .additional-contact {
    margin-top: 0px;
  }

  .feature-row {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-row.middle {
    padding-top: 25px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-slider {
    margin-top: 0px;
  }

  .testimony-slide {
    max-width: none;
  }

  .client-logo {
    width: 33.33%;
  }

  .heading {
    max-width: 100%;
  }

  .columns-2 {
    max-width: 100%;
  }

  .div-block-5 {
    border-radius: 0px;
  }

  .paragraph-4 {
    line-height: 24px;
    text-align: left;
  }

  .heading-11 {
    text-align: left;
  }

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

  .paragraph-5 {
    line-height: 24px;
    text-align: left;
  }

  .heading-13 {
    text-align: left;
  }

  .paragraph-6 {
    line-height: 24px;
    text-align: left;
  }

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

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    max-width: 95%;
  }

  .container-5 {
    max-width: 100%;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid {
    margin-top: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    font-family: 'Open Sans', sans-serif;
  }

  .heading-14 {
    max-width: none;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-items-displayed {
    width: 90%;
  }
}

#w-node-_14069c5b-5292-c1ac-30b0-ea1030c2512b-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b86d5342-10ee-7812-8080-6e86b76c84db-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eeae3543-3ddf-f6e1-7f9d-506f874322ce-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_442e9364-04ff-3fdd-2785-b5814fd987ab-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6aa73b8-334e-e463-5074-b38d01bff6e7-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_60cf1759-5997-d826-98d2-e859cb85cbe6-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a39f95cb-7a3d-b3b5-d81c-1b70bff2ef71-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_87cca750-4bc3-e60d-bc93-7843638a3bd5-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78b0a3f8-8b8b-279c-442e-7d3244bd49c9-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cf6fa794-149f-cc76-8fb5-20016dec2a32-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b9826192-0439-c4cf-62fe-a570b5e77e46-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77792ea6-18ff-3d10-0822-7c6588fdc209-9fe3bdb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}