.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;
  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;
  color: #bdd1f8;
  font-size: 34.18px;
  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;
  color: #bdd1f8;
  font-size: 21.88px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  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;
}

a {
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 30px;
  border-radius: 3px;
  background-color: #f8b539;
  box-shadow: 0 6px 14px 0 rgba(248, 181, 57, 0.27);
  -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: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #ad7e27;
  white-space: nowrap;
}

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

.button.hollow {
  background-color: #d2dffa;
  box-shadow: 0 0 12px 2px rgba(189, 209, 248, 0.43);
  color: #1a233a;
  text-shadow: none;
}

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

.button.hollow.light {
  box-shadow: none;
}

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

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab';
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -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: #001434;
}

.navigation.light {
  background-color: #fdfdfd;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  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;
  color: #bdd1f8;
  font-weight: 400;
}

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

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #f8b539;
  color: #f8b539;
  font-weight: 400;
}

.nav-link.btn-phone {
  padding-top: 13px;
  padding-bottom: 13px;
}

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

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

.section.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d1e38;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.main.light {
  background-color: transparent;
}

.section.main.height {
  height: 70vh;
  border-bottom: 1px solid #11294e;
}

.section.main.left {
  height: 80vh;
  padding-left: 5%;
  -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;
}

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

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

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #0c1a35;
  color: #bdd1f8;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #0c1a35;
  color: rgba(189, 209, 248, 0.24);
  font-size: 14px;
}

.section.purple {
  background-color: #0c1a35;
}

.section.purple.light {
  background-color: #e5ece9;
}

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

.section.press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 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;
  background-color: #1e2a47;
}

.section.press.light {
  background-color: transparent;
}

.section.version-1 {
  display: none;
}

.section.contact {
  background-color: #1e2a47;
}

.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-weight: 300;
}

.main-subtitle.light {
  text-shadow: none;
}

.main-subtitle.spaced {
  width: 88%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.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: Poppins, sans-serif;
  font-size: 17.5px;
  font-weight: 400;
  text-transform: none;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #5caaff;
  font-weight: 400;
  text-decoration: none;
}

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

.page-link.in-footer {
  display: block;
  color: #91a7d1;
}

.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: #1e2a47;
  color: #1a233a;
}

.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: #bdd1f8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #1a233a;
  font-weight: 500;
}

.newsletter-button:hover {
  background-color: #ccdcfd;
  color: #1a233a;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  height: 100%;
  text-decoration: none;
}

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

.main-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #bdd1f8;
  font-size: 50px;
  line-height: 60px;
}

.main-heading.light {
  color: #171e30;
  text-shadow: none;
}

.section-subtitle {
  margin-bottom: 10vh;
  font-size: 17.5px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.contact-sub {
  margin-bottom: 40px;
  text-align: left;
}

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

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #1e2a47;
  color: #bdd1f8;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

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

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

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

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

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

.feature {
  text-align: left;
}

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

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

.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';
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}

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

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

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

.main-feature-group {
  display: none;
  overflow: hidden;
  height: 0px;
  margin-bottom: 30px;
  padding-right: 10%;
  opacity: 0.03;
  text-decoration: none;
}

.main-feature-group.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
}

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

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

.main-image {
  width: 680px;
}

.client-logo {
  width: 16.6%;
}

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

.small-text {
  margin-bottom: 10px;
  font-size: 11.2px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  width: 90px;
}

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

.logo-footer {
  width: 75px;
  max-width: 110%;
  margin-bottom: 20px;
}

.body {
  background-color: #001434;
  font-family: Poppins, sans-serif;
  color: rgba(189, 209, 248, 0.62);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 300;
}

.body.light {
  background-color: #f8f8f8;
  color: #171e30;
}

.paragraph {
  color: rgba(189, 209, 248, 0.62);
  font-weight: 300;
}

.paragraph.light {
  color: #171e30;
}

.regular-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78vw;
  -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;
}

.regular-container.vertical {
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular-container.alteracao {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.regular-container.half {
  width: 35%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  color: #bdd1f8;
}

.heading-2 {
  color: #bdd1f8;
}

.service-title {
  color: #bdd1f8;
  font-size: 21.88px;
  line-height: 1.3;
}

.service-title.light {
  color: #171e30;
}

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

.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half.vertical {
  width: 50%;
  padding-left: 5%;
  -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;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  padding-left: 30px;
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  width: 100%;
  margin-bottom: 60px;
}

.paragraph-2 {
  color: rgba(189, 209, 248, 0.62);
}

.paragraph-2.light {
  color: #171e30;
}

.paragraph-3 {
  color: rgba(189, 209, 248, 0.62);
}

.paragraph-3.light {
  color: #1a233a;
}

.tab-link-tab-2-2 {
  padding-left: 0px;
}

.tab-link {
  margin-bottom: 10px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.1;
}

.tab-link.w--current {
  margin-bottom: 10px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 1;
}

.heading-3 {
  color: #bdd1f8;
}

.price-title {
  margin-bottom: 30px;
  font-size: 27.34px;
}

.italic-text {
  font-size: 17.5px;
}

.heading-6.light {
  color: #171e30;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8vh;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.light {
  color: #171e30;
}

.button-2 {
  margin-right: 0px;
  margin-left: 20px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdd1f8;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border-color 500ms ease, color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease, background-color 500ms ease;
  color: #bdd1f8;
  font-weight: 400;
}

.button-2:hover {
  border-color: #f8b539;
  background-color: #f8b539;
  color: #0d1e38;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pricing-link {
  margin-bottom: 10px;
  border-bottom: 1px solid #272e48;
  background-color: #0c1a35;
  color: #bdd1f8;
  text-align: center;
}

.pricing-link:hover {
  background-color: #171e30;
}

.pricing-link.w--current {
  border-bottom-color: #f8b539;
  background-color: #1a233a;
  color: #f8b539;
}

.pricing-link.contato {
  display: block;
  margin-bottom: 0px;
  border-bottom-style: none;
  text-align: center;
}

.tabs-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.pricing-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-child {
  width: 25%;
}

.princing-divider {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #1a233a;
  font-size: 16px;
}

.princing-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.correct-icon {
  width: 18px;
}

.none-image {
  width: 25px;
  height: 25px;
}

.flex-title {
  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;
}

.pricing-title.green {
  background-color: #4dbd90;
}

.text-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1a233a;
  text-align: center;
}

.text-block-2.red {
  background-color: #c75b5c;
  color: #171e30;
}

.text-block-2.yellow {
  background-color: #f8b539;
  color: #171e30;
}

.text-block-2.green {
  background-color: #4dbd90;
  color: #171e30;
}

.pricing-numbers {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

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

.pricing-detail {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-detail.enterprise {
  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;
}

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

.grid-item {
  margin-right: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a233a;
}

.grid-item.centered {
  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;
}

.text-block-4 {
  padding: 15px;
}

.contact-info {
  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;
}

.contact-child {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}

.text-field {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: rgba(189, 209, 248, 0) rgba(189, 209, 248, 0) #bdd1f8;
  border-radius: 0px;
  background-color: #1a233a;
  color: #dfe8e4;
  font-size: 16px;
}

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

.contact-link {
  display: block;
  color: #bdd1f8;
}

.contact-link.phone {
  margin-top: 5px;
  color: rgba(189, 209, 248, 0.62);
  text-decoration: none;
}

.contact-link.mail {
  margin-top: 20px;
}

.contact-addres {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(189, 209, 248, 0.62);
}

.div-block-7 {
  padding-left: 15px;
  border-left: 2px solid rgba(189, 209, 248, 0.62);
}

.textarea {
  min-height: 175px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #bdd1f8;
  background-color: #1a233a;
  color: #dfe8e4;
  font-size: 16px;
}

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

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .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: #000;
    color: #fff;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .pricing {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0 3px 12px 0 #0d111b;
  }
  .pricing-link {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .tabs-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content-2 {
    width: 100%;
  }
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-child {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .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 {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 21.88px;
  }
  h4 {
    font-size: 17.5px;
  }
  .button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .button.in-pricing {
    font-size: 11.2px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.main {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .main-subtitle {
    font-size: 14px;
    text-align: center;
  }
  .footer-slogan {
    text-align: center;
  }
  .newsletter-form {
    width: 100%;
  }
  .main-heading {
    margin-bottom: 20px;
    font-size: 34.18px;
    text-align: center;
  }
  .section-subtitle {
    font-size: 14px;
  }
  .section-subtitle.contact-sub {
    margin-bottom: 20px;
  }
  .plan-wrapper {
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .price-point {
    font-size: 11.2px;
  }
  .addl-feature {
    font-size: 11.2px;
  }
  .addl-feature.inactive {
    font-size: 11.2px;
  }
  .divider {
    opacity: 0.08;
  }
  .feature {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-arrow {
    display: none;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .small-text {
    font-size: 8.96px;
  }
  .div-block {
    -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;
  }
  .logo {
    width: 40%;
    margin-bottom: 11px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-footer {
    width: 64px;
  }
  .body {
    font-size: 11.2px;
  }
  .regular-container {
    text-align: left;
  }
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .tabs-menu {
    width: 100%;
    padding-top: 0px;
  }
  .tab-link {
    padding-right: 0px;
    opacity: 1;
  }
  .tab-link.w--current {
    margin-bottom: 0px;
  }
  .price-title {
    font-size: 20px;
  }
  .italic-text {
    font-size: 14px;
    line-height: 1.65;
  }
  .icon {
    color: #bdd1f8;
  }
  .heading-4 {
    font-size: 27.34px;
  }
  .heading-5 {
    font-size: 17.5px;
  }
  .column {
    display: none;
  }
  .column-2 {
    text-align: center;
  }
  .column-3 {
    text-align: center;
  }
  .text-block {
    font-size: 11.2px;
  }
  .form {
    width: 100%;
  }
  .heading-6 {
    line-height: 1.3;
  }
}

#w-node-43fb839e66c1-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f8272f653f17-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b16b46222546-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b82e1315a8d8-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-57af4c4c47cf-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-57af4c4c47d1-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-57af4c4c47d3-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-57af4c4c47d5-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-53b39f20369b-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-53b39f20369d-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-53b39f20369f-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-53b39f2036a1-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-22a3ec124122-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-22a3ec124124-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-22a3ec124126-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-22a3ec124128-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b81999f58808-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b81999f5880a-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b81999f5880c-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b81999f5880e-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4139c0b18486-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4139c0b18488-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4139c0b1848a-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4139c0b1848c-80c66f60 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}
