.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 34px;
  border-radius: 0px;
  background-color: #2947a9;
  -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: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

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

.button.hollow {
  position: relative;
  display: block;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

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

.button.hollow.navbutt {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.hollow.navbutt:hover {
  background-color: #2947a9;
}

.button.hollow.navbutt.buttonred {
  background-color: #e61030;
  box-shadow: none;
  color: #fff;
}

.button.hollow.navbutt.buttonred:hover {
  background-color: #c20a25;
}

.button.hollow.white {
  display: inline-block;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

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

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

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

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

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

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

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #2947a9;
  color: #2947a9;
}

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

.section.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f6faff;
  background-image: url('../images/HERO-01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.footer {
  padding: 42px 10vw;
  background-color: #041952;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid #5a4f75;
  background-color: #041952;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  padding: 65px 10vw;
  background-color: #041952;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 25, 82, 0.74)), to(rgba(4, 25, 82, 0.74))), url('../images/unsplash_MP0bgaS_d1c.jpg');
  background-image: linear-gradient(180deg, rgba(4, 25, 82, 0.74), rgba(4, 25, 82, 0.74)), url('../images/unsplash_MP0bgaS_d1c.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px 10vw 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(161, 191, 212, 0);
}

.section.press {
  display: block;
  padding: 29px 10vw 38px;
  background-color: #fff;
}

.section.star-now {
  display: none;
  height: 580px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f7fd;
  background-image: url('../images/GET-CAR-BG.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.sect-form {
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #e9eefc;
}

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

.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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-slogan {
  margin-top: 28px;
  margin-bottom: 20px;
  color: #c0d1ff;
}

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

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

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

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

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

.page-link.in-footer {
  display: block;
  margin-bottom: 10px;
  color: #c0d1ff;
}

.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: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

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

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

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

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-link {
  display: inline-block;
  width: 10vw;
  height: 60px;
  min-width: auto;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/EAST-CAMBRIDGE-LOGO.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

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

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #292e3d;
  font-size: 62px;
  line-height: 60px;
  text-shadow: none;
}

.main-heading.head-about {
  color: #fff;
}

.section-subtitle {
  margin-bottom: 68px;
  color: #dfe8e4;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

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

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

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

.price-accent {
  color: #489fd9;
  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;
}

.divider.horizon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: 0%;
  width: 1px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.feature {
  position: relative;
  display: block;
  width: 99.999915%;
  max-width: 99.992%;
  min-width: 99.992%;
  margin-top: 0px;
  padding: 37px 82px 30px 10vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px none #000;
  border-bottom: 1px solid #b0b8cf;
  text-align: left;
}

.feature:hover {
  background-color: #dfe8ff;
}

.feature-row {
  height: 720px;
  margin-bottom: 14px;
}

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

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

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

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

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

.name {
  font-weight: 500;
}

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

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

.feature-icon {
  display: inline-block;
  margin-bottom: 12px;
}

.main-feature-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding-right: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-feature-group.main-feat-slide {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.small-features-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 36px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client-logo {
  width: 10%;
  margin-right: 49px;
}

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

.column {
  display: none;
}

.container-center {
  position: relative;
  max-width: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0vw;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
}

.heading {
  color: #041952;
}

.paragraph {
  color: #041952;
  font-weight: 300;
}

.container-sess2 {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-full {
  position: relative;
  max-width: 100%;
}

.slide01 {
  left: 0px;
  width: 40%;
  height: 100%;
  padding-top: 0px;
  padding-right: 34px;
  padding-left: 10vw;
  background-color: #041952;
}

.slider-2 {
  display: inline-block;
  width: 100%;
  height: 720px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #041952;
}

.slide-02 {
  width: 40%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #000;
}

.right-arrow {
  width: 20%;
  height: 100%;
  background-color: #f7faff;
}

.icon {
  color: #1b1b1b;
}

.left-arrow {
  display: none;
  overflow: hidden;
}

.simbolo-logo {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #19389d;
  background-image: url('../images/SIMBOLO.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading-2 {
  margin-bottom: 51px;
  color: #e61030;
  font-size: 32px;
  line-height: 32px;
}

.paragraph-2 {
  color: #fff;
  font-weight: 300;
}

.espacador {
  height: 230px;
}

.div-block-2 {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-3 {
  margin-bottom: 39px;
  color: #fff;
  font-size: 32px;
}

.heading-3.black {
  color: #041952;
}

.container-2 {
  position: relative;
  max-width: 100%;
  margin-top: 0px;
  padding-left: 0vw;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-bottom: 50px;
  padding-left: 0px;
  color: #fff;
}

.column-4 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0vw;
  background-color: #fafbff;
}

.item {
  position: relative;
  display: block;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #dfdfdf;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  margin-bottom: 44px;
  color: #041952;
}

.container-3 {
  max-width: 100%;
  padding: 25px 0vw 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #041952;
  border-bottom: 1px solid #041952;
}

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

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

.text-block {
  color: #c0d1ff;
  font-size: 12px;
  text-align: center;
}

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

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

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

.container-5 {
  max-width: 100%;
  margin-bottom: 48px;
}

.footer-logo {
  position: relative;
  display: block;
  height: 50px;
  margin-bottom: 51px;
  margin-left: -7px;
  background-image: url('../images/LOGO-FOOTER.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.sess-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/iStock-1144821476-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sess-about-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-color: #041952;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: none;
}

.tabela {
  padding: 20px;
}
th,
td {
  padding: 20px;
}

thead th:nth-child(1) {
  width: 60%;
}
thead th:nth-child(2) {
  width: 20%;
}
thead th:nth-child(3) {
  width: 20%;
}

.sess-get-car-bg {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 110%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/DREAM-CAR.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-2 {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.sess-services.sess-about {
  background-image: linear-gradient(274deg, hsla(0, 0%, 100%, 0) 38%, #fff), url('../images/01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sess-services.sess-about.dealers {
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/GetPaidStock.com-62683a66e058e.jpg');
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff), url('../images/GetPaidStock.com-62683a66e058e.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sess-services.sess-about.sess-contcat {
  background-image: linear-gradient(274deg, hsla(0, 0%, 100%, 0) 38%, #fff), url('../images/03.jpg');
}

.sec-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-services {
  width: 100%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-9 {
  height: 100%;
  padding: 80px 138px 80px 10vw;
  background-color: #041952;
}

.column-10 {
  height: 100%;
  padding: 80px 138px 80px 10vw;
  background-color: #b0bada;
}

.form-contact {
  display: block;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.text-field-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.pic-customers-page {
  height: 381px;
  background-image: url('../images/GetPaidStock.com-6268392ee46cd.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

.slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-east-camrb {
  background-color: #f7faff;
}

@media screen and (max-width: 1444px) {
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 991px) {
  .button.hollow.navbutt {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .button.hollow.navbutt.buttonred {
    margin-right: 0px;
  }

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

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

  .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: rgba(41, 71, 169, 0);
    color: #2947a9;
  }

  .nav-menu {
    padding: 13px 10vw;
    background-color: #e5e9f6;
  }

  .footer-slogan {
    font-size: 14px;
    line-height: 16px;
  }

  .page-link.in-footer {
    font-size: 14px;
  }

  .brand-link {
    width: 14vw;
  }

  .feature-row {
    overflow: hidden;
    height: auto;
  }

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

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

  .espacador {
    height: 110px;
  }

  .image {
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .column-9 {
    padding-right: 39px;
  }

  .column-10 {
    padding-right: 29px;
  }

  .form-contact {
    width: 80%;
  }
}

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

  .button {
    text-align: left;
  }

  .button.hollow {
    font-size: 14px;
    line-height: 14px;
  }

  .button.hollow.navbutt {
    text-align: center;
  }

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

  .nav-link.menu {
    height: 100%;
    padding-top: 19px;
    padding-bottom: 11px;
  }

  .section {
    padding-top: 0px;
    padding-bottom: 43px;
    text-align: center;
  }

  .section.home {
    height: 400px;
    margin-top: 51px;
  }

  .section.press {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section.star-now {
    padding-right: 0vw;
    padding-left: 5vw;
  }

  .section.sect-form {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

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

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

  .brand-link {
    width: 19vw;
  }

  .main-heading {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

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

  .divider {
    width: 100%;
  }

  .divider.horizon {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 1px;
    margin-bottom: 17px;
  }

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

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

  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
    text-align: left;
  }

  .container-center {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .slide01 {
    width: 50%;
    padding-right: 14px;
    padding-bottom: 62px;
    padding-left: 5vw;
  }

  .slider-2 {
    height: 500px;
  }

  .slide-02 {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .right-arrow {
    width: 10%;
  }

  .simbolo-logo {
    width: 100px;
    height: 130px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-2 {
    margin-bottom: 27px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-3 {
    margin-bottom: 17px;
    font-size: 22px;
  }

  .column-2 {
    height: 400px;
  }

  .column-3 {
    padding-right: 157px;
    text-align: left;
  }

  .footer-logo {
    margin-left: 0px;
    background-position: 50% 50%;
    text-align: center;
  }

  .sess-about {
    height: 400px;
  }

  .column-9 {
    height: 50%;
    padding-top: 30px;
    padding-left: 5vw;
  }

  .column-10 {
    height: 50%;
    padding-top: 30px;
    padding-left: 5vw;
  }

  .form-contact {
    width: 100%;
    text-align: left;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.home {
    height: 570px;
    background-position: 60% 50%;
  }

  .section.clients {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.star-now {
    padding-right: 5vw;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-slogan {
    font-size: 12px;
    line-height: 16px;
  }

  .social-icon {
    margin-right: 27px;
  }

  .page-link.in-footer {
    font-size: 14px;
  }

  .brand-link {
    width: 29vw;
  }

  .main-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .divider.horizon {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 1px;
  }

  .feature {
    margin-bottom: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .client-logo {
    display: inline-block;
    width: 33.33%;
    margin-right: 3px;
  }

  .container-sess2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .slide01 {
    width: 70%;
    padding-bottom: 85px;
  }

  .slider-2 {
    display: inline-block;
    height: 560px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-02 {
    width: 70%;
  }

  .right-arrow {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 80px;
    font-size: 16px;
    text-align: right;
  }

  .simbolo-logo {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .espacador {
    height: 140px;
  }

  .column-2 {
    margin-top: 0px;
  }

  .column-3 {
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    margin-top: 32px;
    padding-top: 35px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-5 {
    padding-right: 10px;
  }

  .sess-get-car-bg {
    width: 100%;
  }

  .div {
    width: 100%;
    margin-top: 69px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-12 {
    padding-right: 10px;
  }

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

  .paragraph-3 {
    font-size: 12px;
    line-height: 16px;
  }
}

#w-node-dc3425fb-f618-bece-1ae0-63613e844e94-43560dad {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_90e754cb-566c-65bc-0c52-45d57796b454-43560dad {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2b0cf988-325c-d9a5-51f5-521077654e5f-43560dad {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f5f2364d-3b10-a192-68d0-48155c595325-43560dad {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

