.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 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-bottom: 100px;
  -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: hsla(0, 0%, 100%, 0);
}

.section.deck {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 200px;
  background-color: #f7f7f7;
}

.section.download {
  margin-top: 220px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #222;
}

.section.download.mobile {
  display: none;
}

.section.overview {
  margin-bottom: 60px;
}

.section.panels {
  margin-top: 100px;
}

.section.forgot-password {
  display: block;
  height: 100vh;
  margin-bottom: 0px;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: 1200px;
  padding: 0px;
  -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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 76%, 0);
  line-height: 20px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.container.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.container.padding {
  padding: 79px 0px;
}

.container.in-section {
  padding: 120px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.overview-card {
  position: static;
}

.heading-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2.light {
  color: #fff;
}

.heading-2.light.left {
  text-align: left;
}

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

.heading-2.gap {
  margin-bottom: 100px;
}

.teammate {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-top: 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;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.heading-3.dark {
  color: #222;
  text-align: left;
}

.heading-3.dark.bold {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
}

.heading-3.dark.bold.center {
  text-align: center;
}

.heading-3.bold {
  font-weight: 500;
}

.subheading {
  display: block;
  max-width: 60%;
  margin-top: 29px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.subheading.dark {
  max-width: none;
  margin-top: -2px;
  color: #222;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.subheading.dark.fade {
  margin-top: 40px;
  color: #a3a3a3;
  font-size: 15px;
  line-height: 28px;
}

.subheading.dark.fade.black {
  margin-top: 10px;
  color: rgba(34, 34, 34, 0.8);
}

.subheading.tag {
  max-width: none;
  margin-top: 0px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

.grid-stats {
  height: 600px;
  margin-top: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-stats.content-grid {
  overflow: hidden;
  height: 70vh;
  margin-top: 60px;
  margin-bottom: 60px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-column-gap: 60px;
}

.grid-stats.content-grid.small-display {
  display: none;
}

.grid-stats.content-grid.roadmap {
  height: auto;
  margin-bottom: 100px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-stats.vertical {
  display: -ms-grid;
  display: grid;
  height: 70vh;
  -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;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.center {
  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;
}

.paragraph-l {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 20px;
  line-height: 39px;
}

.paragraph-l.login {
  margin-top: 10px;
  margin-bottom: 60px;
}

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

.grid-download {
  height: auto;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-placeholder {
  width: auto;
  height: 350px;
  padding: 0px;
  border-radius: 20px;
  background-color: #ebebeb;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 50px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0))), url('https://autopal.co.za/about/images/Mockup-transparent.png');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0)), url('https://autopal.co.za/about/images/Mockup-transparent.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.invest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  margin-bottom: 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;
  background-image: url('https://autopal.co.za/about/images/Investor-login.png');
  background-position: 0% 100%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.header.invest.mobile-landscape {
  display: none;
}

.header.investors {
  height: 100vh;
  margin-top: 90px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.26)), to(transparent)), url('https://autopal.co.za/about/images/Woman-Holding-Smartphone-Mockup.png');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent), url('https://autopal.co.za/about/images/Woman-Holding-Smartphone-Mockup.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
}

.header.behind-the-scenes {
  height: 91vh;
  margin-top: 90px;
  padding-top: 40px;
}

.img-section {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
  background-image: url('https://autopal.co.za/about/images/loic-mermilliod-H4ThqacLxgg-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe-form-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: 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;
}

.subscribe-form-input-wrapper {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -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;
}

.navigation-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 50px;
  padding-top: 31px;
  padding-bottom: 31px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -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;
}

.brand-2.w--current {
  padding-top: 31px;
  padding-bottom: 31px;
}

.nav-menu {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  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: 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-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
}

.nav-link.w--current {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.nav-link.w--current:focus {
  color: #fff;
}

.nav-link.white {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}

.nav-link.white.selected {
  color: #fff;
  font-weight: 600;
}

.form-block {
  width: auto;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0px;
}

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

.success-message {
  background-color: #7bffb4;
}

.success-message.success {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -60px;
  z-index: -1;
  display: none;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  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: #46d490;
}

.text-field {
  width: 200px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
}

.text-field.long {
  width: 400px;
  max-width: none;
  margin-bottom: 30px;
}

.text-field.long.email {
  height: 50px;
  max-width: 400px;
  margin-bottom: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.text-field.message {
  width: auto;
}

.text-field.max {
  width: 100%;
  margin-bottom: 30px;
  line-height: 20px;
}

.menu-button {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.title {
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  text-align: left;
}

.title.dark {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #222;
  text-align: left;
}

.title.dark.center {
  text-align: center;
}

.title.dark.password {
  margin-top: 0px;
}

.title._2 {
  margin-top: 0px;
  color: #222;
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
}

.title.large-space {
  line-height: 110px;
}

.title.new {
  margin-top: 10px;
}

.team-new {
  display: -ms-grid;
  display: grid;
  height: auto;
  margin-top: 40px;
  margin-bottom: 350px;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.teammate-img {
  width: 100%;
  height: 300px;
  border-radius: 0px;
  background-color: #f7f7f7;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-content {
  margin-top: 40px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 80px;
  padding-right: 115px;
  padding-left: 115px;
  -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;
}

.tab-link {
  padding-top: 9px;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #fff;
  font-size: 20px;
}

.tab-link.w--current {
  border-top: 3px solid #000;
  border-radius: 0px;
  background-color: hsla(0, 0%, 78.4%, 0);
  font-size: 20px;
  font-weight: 700;
}

.field-label-7 {
  display: none;
}

.field-label-8 {
  display: none;
}

.form-block-2 {
  display: block;
  width: auto;
  max-width: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  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 auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "."
    "."
    "Area"
    "Area-2";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.deck-grid {
  margin-top: 100px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.investors {
  background-color: #f7f7f7;
}

.lightbox-link {
  overflow: hidden;
  border: 1px none #000;
  border-radius: 2px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.lightbox-link:hover {
  box-shadow: 8px 8px 20px 0 #d1d1d1;
}

.landing {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-video {
  position: static;
  display: block;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 33%, transparent);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.paragraph {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.paragraph.dark {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #222;
  line-height: 30px;
  text-align: left;
}

.paragraph.dark.key-points {
  margin-bottom: 0px;
}

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

.img-section-overlay {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: rgba(44, 46, 49, 0.6);
}

.small-contact-info-title {
  margin-bottom: 9px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.white-contact-form {
  width: 60%;
  height: auto;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 20px 5px rgba(0, 0, 0, 0.07);
  color: #000;
  text-align: left;
}

.contact-info-block {
  height: auto;
  padding: 45px 45px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #eee;
  border-radius: 4px;
  text-align: left;
}

.success-message-2 {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.container-2 {
  position: relative;
  display: block;
}

.contact-info-block-right {
  width: 35%;
  float: right;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('https://autopal.co.za/about/images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('https://autopal.co.za/about/images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.contact-1 {
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: none;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: rgba(51, 51, 51, 0);
  color: #979da5;
}

.simple-footer {
  padding-top: 45px;
  background-color: #2a2d30;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}

.footer-logo {
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.paragraph-s {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.paragraph-s.padding {
  padding-right: 30px;
  padding-left: 30px;
}

.paragraph-s.left {
  margin-top: 0px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0px;
}

.tag-caps {
  display: inline-block;
  margin-top: 100px;
  padding: 0px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tag-caps.dark {
  margin-top: 160px;
  color: #222;
}

.tag-caps.blue {
  margin-top: 0px;
  color: #4880ff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.text-field-2 {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

.btn-img {
  width: auto;
  height: 50px;
  max-width: none;
  cursor: pointer;
}

.btn-img.fade {
  cursor: pointer;
}

.btn-img.column {
  margin-right: 20px;
  cursor: pointer;
}

.btn-img.column.fade {
  cursor: pointer;
}

.stat-jpg {
  height: 650px;
  max-width: none;
}

.grid-6 {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6.investors-page {
  margin-top: 130px;
}

.button-column {
  position: static;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid {
  margin-top: 140px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-5.white {
  margin-top: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
}

.heading-4 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.heading-4.medium {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 400;
}

.heading-4.medium.left {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.heading-4.bold {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.heading-4.bold.zero-margin {
  margin-top: 0px;
}

.heading-4.bold.center {
  text-align: center;
}

.key-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  -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;
}

.image-3 {
  margin-right: 20px;
}

.stat-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.downloag-img {
  width: 100%;
  max-width: none;
  margin-top: -162px;
}

.feature-grid {
  margin-top: -150px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.feature-content {
  display: block;
}

.icon-placeholder {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #e2e2e2;
}

.feature-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  color: #333;
}

.tag-position {
  margin-top: 5px;
  color: #525252;
  font-style: italic;
  font-weight: 500;
}

.text-span {
  font-size: 123px;
}

.btn {
  margin-top: 40px;
  padding: 12px 40px;
  border-radius: 2px;
  background-color: #4880ff;
  box-shadow: 4px 4px 20px 2px rgba(72, 128, 255, 0.2);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.btn.small {
  width: 200px;
  margin-top: 20px;
}

.btn.submit {
  height: 50px;
  margin-top: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn.full-width {
  background-clip: border-box;
}

.btn.full-width.disabledbtn {
  cursor: auto;
}

.text-block-btn {
  margin-top: 20px;
  color: grey;
  font-size: 12px;
}

.half-grid {
  overflow: hidden;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.half-grid.medium {
  height: 70vh;
  margin-top: 100px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.half-grid.medium.left {
  height: auto;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.half-grid.medium.right {
  height: auto;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.half-grid.fullscreen {
  display: none;
}

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

.center-div {
  display: block;
  padding: 0px 140px;
  -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;
}

.center-div._2 {
  padding-right: 60px;
  padding-left: 60px;
}

.div-block-5 {
  padding-right: 131px;
  padding-left: 56px;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-span-2 {
  color: #4880ff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.text-block-6 {
  text-align: left;
}

.success-message-3 {
  background-color: #b7ffc9;
}

.divider {
  height: 2px;
  margin-bottom: 60px;
  background-color: #eee;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tagline {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}

.tagline.v2 {
  display: none;
}

.stat-grid {
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.stat-text {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}

.team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.popup-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.popup-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 400px;
  margin: auto;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.popup {
  margin: 0px;
}

.close-popup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
  cursor: pointer;
}

.stat-overview {
  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;
}

.overview-img {
  margin-bottom: 50px;
}

.counter {
  font-family: 'Digital counter 7', sans-serif;
  font-size: 18px;
}

.name {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

.position {
  opacity: 0.5;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

.cofounder {
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0.7;
  font-style: italic;
  font-weight: 400;
}

.contact-details {
  display: block;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-9 {
  position: static;
  z-index: 0;
  overflow: visible;
  margin-top: 100px;
  padding: 50px;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.error-message {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -60px;
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 20px 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;
  background-color: #ff5c5c;
}

.text-span-3 {
  font-family: 'Digital counter 7', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  overflow: visible;
  width: auto;
  height: auto;
  margin-left: 20px;
}

.hero-image {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 150%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.body {
  display: block;
}

.body-2 {
  display: block;
}

.body-3 {
  display: block;
}

.button {
  margin-right: 14px;
  margin-left: 14px;
}

.image-5 {
  display: block;
  max-width: none;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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: #666;
}

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

.landing-page {
  height: 100vh;
  background-image: url('https://autopal.co.za/about/images/Landing-BG.png');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.navbar {
  background-color: transparent;
}

.image-6 {
  height: 800px;
  max-width: none;
}

.grid-7 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-9 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  margin-top: -130px;
  margin-bottom: 40px;
  padding: 60px;
  border-radius: 4px;
  background-color: #fff;
}

.h2-poppins {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: 2px;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%);
}

.grid-10 {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.directors-img {
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.roadmap {
  width: 75%;
  padding: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph-welcome {
  margin-top: 100px;
  margin-bottom: 200px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.spacer {
  width: 200px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}

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

.div-block-16 {
  height: auto;
  margin-top: 150px;
  padding: 30px;
  background-color: transparent;
}

.form-block-password {
  margin-bottom: 0px;
}

.form-reset-password {
  margin-top: 40px;
}

.grid-12 {
  height: 100%;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.html-embed {
  display: none;
}

.disabledbtn {
  background-color: #ccc;
}

.text-block-7 {
  margin-top: 10px;
}

.text-block-8 {
  margin-top: 10px;
  color: #2266db;
  font-weight: 700;
}

.button-2 {
  position: absolute;
  right: 0px;
  margin-right: 10px;
  clear: none;
  background-color: transparent;
  color: #507eff;
  font-weight: 600;
}

.link {
  display: none;
}

.html-embed-2 {
  display: none;
}

.html-embed-3 {
  display: none;
}

.container-4 {
  margin-top: 90px;
  padding: 20px;
}

.div-block-17 {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    margin-bottom: 60px;
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section.download {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .section.overview {
    margin-bottom: 30px;
  }

  .section.forgot-password {
    display: block;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .container.padding {
    padding: 30px;
  }

  .container.in-section {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container.directors {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-2.light.left {
    font-size: 32px;
  }

  .heading-2.left {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-2.gap {
    margin-bottom: 60px;
  }

  .heading-2.gap.left {
    font-size: 32px;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .heading-3.dark.bold {
    font-size: 28px;
    line-height: 40px;
  }

  .subheading {
    max-width: 60%;
    font-size: 24px;
  }

  .subheading.tag {
    font-size: 24px;
  }

  .grid-stats.content-grid {
    overflow: visible;
    height: 60vh;
    margin-top: 30px;
    margin-bottom: 30px;
    grid-column-gap: 0px;
  }

  .grid-stats.content-grid.roadmap {
    height: auto;
  }

  .grid-stats.vertical {
    display: -ms-grid;
    display: grid;
    height: 60vh;
    -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;
    grid-template-rows: auto;
  }

  .content.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-l {
    margin-top: 10px;
    font-size: 16px;
    line-height: 29px;
  }

  .paragraph-l.login {
    margin-bottom: 40px;
  }

  .grid-download {
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-placeholder {
    height: 200px;
  }

  .header.invest {
    height: 75vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('https://autopal.co.za/about/images/Investor-login.png');
    background-position: 0% 130%;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .header.investors {
    height: 50vh;
    margin-top: 60px;
  }

  .header.behind-the-scenes {
    height: 70vh;
  }

  .img-section {
    height: 100%;
  }

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

  .navigation-wrap {
    display: block;
  }

  .brand-2 {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand-2.w--current {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-menu {
    width: 100%;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 33px;
    padding-left: 33px;
  }

  .form-block {
    margin-top: 30px;
  }

  .text-field.long {
    margin-bottom: 10px;
  }

  .menu-button {
    display: block;
  }

  .title {
    font-size: 60px;
  }

  .title.dark {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 70px;
  }

  .title.dark.center {
    line-height: 70px;
  }

  .title.dark.password {
    font-size: 48px;
  }

  .title._2 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 80px;
  }

  .title.large-space {
    margin-top: 0px;
    font-size: 47px;
    line-height: 70px;
  }

  .title.new {
    line-height: 70px;
  }

  .team-new {
    margin-bottom: 250px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tabs {
    max-width: 760px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .deck-grid {
    margin-top: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .landing {
    position: static;
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .background-video {
    position: relative;
    overflow: hidden;
    height: 50vh;
    margin-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.dark {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.left {
    font-size: 14px;
    line-height: 24px;
  }

  .img-section-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .small-contact-info-title {
    font-size: 12px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .simple-bottom-footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .simple-footer {
    padding-top: 40px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .paragraph-s {
    font-size: 14px;
  }

  .paragraph-s.padding {
    font-size: 13px;
  }

  .paragraph-s.left {
    margin-bottom: 0px;
  }

  .tag-caps {
    margin-top: 60px;
    font-size: 10px;
  }

  .tag-caps.dark {
    font-size: 14px;
  }

  .text-field-2 {
    margin-bottom: 10px;
  }

  .btn-img {
    height: 40px;
  }

  .stat-jpg {
    height: auto;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-6 {
    margin-top: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-6.investors-page {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button-column {
    margin-top: 40px;
  }

  .grid {
    margin-top: 35px;
  }

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

  .heading-4 {
    font-size: 22px;
  }

  .heading-4.medium.left {
    font-size: 26px;
  }

  .heading-4.bold.center {
    margin-top: 0px;
    font-size: 28px;
  }

  .key-points {
    margin-top: 20px;
  }

  .downloag-img {
    width: 90%;
    margin-top: -119px;
  }

  .feature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .icon-placeholder {
    width: 50px;
    height: 50px;
  }

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

  .text-span {
    font-size: 70px;
  }

  .btn {
    margin-top: 20px;
  }

  .btn.small {
    margin-top: 10px;
  }

  .half-grid {
    display: block;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .half-grid.medium.left {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .half-grid.fullscreen {
    display: none;
  }

  .big-picture-img {
    width: 100%;
    height: 30vh;
    max-width: none;
    margin-top: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .center-div {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }

  .center-div._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .tagline {
    display: none;
  }

  .tagline.v2 {
    display: block;
  }

  .stat-grid {
    margin-top: 10px;
  }

  .stat-text {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .team-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-bg {
    display: none;
  }

  .popup-wrapper {
    width: 600px;
    height: 350px;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .overview-img {
    margin-bottom: 20px;
  }

  .name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
  }

  .position {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .cofounder {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contact-details {
    margin-bottom: 5px;
  }

  .div-block-9 {
    margin-top: 60px;
    padding: 30px;
  }

  .hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-image {
    max-width: 100%;
  }

  .div-block-13 {
    margin-left: 30px;
  }

  .roadmap {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-welcome {
    font-size: 20px;
    line-height: 35px;
  }

  .div-block-16 {
    margin-top: 0px;
  }

  .grid-12 {
    height: 40%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 100%;
    height: 30vh;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.download.mobile {
    display: none;
  }

  .section.forgot-password {
    height: auto;
  }

  .container {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container.in-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.directors {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.light.left {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 30px;
  }

  .heading-2.left {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.gap.left {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-3.dark.bold {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-3.dark.bold.center {
    margin-bottom: 0px;
  }

  .subheading {
    max-width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .subheading.dark {
    margin-top: 10px;
    font-size: 18px;
  }

  .subheading.dark.fade {
    font-size: 16px;
    line-height: 20px;
  }

  .subheading.tag {
    font-size: 20px;
  }

  .grid-stats.content-grid {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-stats.content-grid.small-display {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-stats.content-grid.roadmap {
    margin-bottom: 0px;
  }

  .content {
    padding: 0px 20px;
  }

  .content.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-l {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }

  .grid-download {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header.invest {
    display: none;
    height: 90vh;
    background-image: url('https://autopal.co.za/about/images/Investor-login.png');
    background-position: 0% 130%;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .header.invest.mobile-landscape {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
  }

  .header.investors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(36%, transparent)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.26)), to(transparent)), url('https://autopal.co.za/about/images/Woman-Holding-Smartphone-Mockup.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 36%), linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent), url('https://autopal.co.za/about/images/Woman-Holding-Smartphone-Mockup.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .header.behind-the-scenes {
    height: 120vh;
    -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;
  }

  .img-section {
    padding: 40px 20px;
  }

  .subscribe-form-input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .brand-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .text-field.long.email {
    width: 100%;
    max-width: none;
  }

  .title {
    margin-top: 50px;
    font-size: 40px;
  }

  .title.dark {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 60px;
  }

  .title.dark.center {
    line-height: 50px;
  }

  .title.dark.password {
    font-size: 44px;
    line-height: 56px;
  }

  .title._2 {
    font-size: 60px;
  }

  .title.large-space {
    font-size: 40px;
    line-height: 50px;
  }

  .title.new {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 50px;
  }

  .tabs {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .landing {
    max-width: none;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    margin-top: 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;
  }

  .paragraph.dark {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .img-section-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

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

  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }

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

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph-s.padding {
    margin-top: 0px;
    font-size: 12px;
  }

  .paragraph-s.left {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tag-caps {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .tag-caps.dark {
    margin-top: 0px;
  }

  .btn-img {
    height: 30px;
  }

  .btn-img.fade {
    height: 45px;
  }

  .btn-img.column.fade {
    height: 40px;
    margin-right: 10px;
  }

  .stat-jpg {
    width: 90%;
    height: auto;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-6.investors-page {
    display: block;
    margin-top: 40px;
  }

  .button-column {
    margin-top: 20px;
  }

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

  .heading-4.medium.left {
    font-size: 22px;
    font-weight: 600;
  }

  .heading-4.bold.center {
    font-size: 28px;
  }

  .stat-img {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .download-img {
    display: none;
  }

  .feature-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-placeholder {
    width: 50px;
    height: 50px;
  }

  .text-span {
    font-size: 59px;
  }

  .btn.submit {
    padding-right: 20px;
    padding-left: 20px;
  }

  .half-grid.fullscreen {
    display: none;
  }

  .big-picture-img {
    height: 50vh;
  }

  .div-block-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tagline.v2 {
    margin-top: 0px;
  }

  .stat-text {
    font-size: 16px;
  }

  .popup-bg {
    display: none;
  }

  .popup-wrapper {
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    padding: 20px;
  }

  .stat-overview {
    margin-bottom: 20px;
  }

  .counter {
    font-size: 20px;
  }

  .name {
    font-size: 20px;
    line-height: 24px;
  }

  .position {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-9 {
    margin-top: 60px;
  }

  .text-span-4 {
    font-family: 'Digital counter 7', sans-serif;
    font-size: 20px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-12 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-13 {
    margin-left: 0px;
  }

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

@media screen and (max-width: 479px) {
  .section.deck {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #f7f7f7), to(#fff));
    background-image: linear-gradient(180deg, #f7f7f7 90%, #fff);
  }

  .section.download {
    display: none;
  }

  .section.download.mobile {
    display: block;
    margin-top: 140px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.login {
    max-width: none;
  }

  .container.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.in-section {
    margin-top: 20px;
  }

  .container.directors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.functions {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2.light.left {
    line-height: 40px;
  }

  .heading-3 {
    line-height: 38px;
    text-align: left;
  }

  .heading-3.bold {
    font-weight: 600;
  }

  .subheading {
    max-width: none;
    font-size: 20px;
    line-height: 27px;
  }

  .subheading.dark {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
  }

  .subheading.dark.fade {
    font-size: 18px;
  }

  .subheading.tag {
    font-size: 20px;
  }

  .grid-stats.content-grid {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 40px;
    margin-bottom: 100px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-stats.content-grid.roadmap {
    margin-bottom: 0px;
  }

  .content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-l {
    color: rgba(51, 51, 51, 0.9);
    line-height: 26px;
    font-weight: 500;
  }

  .div-placeholder {
    width: auto;
    height: 300px;
  }

  .header {
    height: 50vh;
  }

  .header.invest {
    display: block;
    height: 620px;
    background-position: 0% 107%;
    background-size: 100%;
  }

  .header.invest.mobile-landscape {
    display: none;
  }

  .header.behind-the-scenes {
    height: 80vh;
  }

  .subscribe-form-input-wrapper {
    -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;
  }

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

  .navigation-wrap {
    display: block;
    box-shadow: none;
  }

  .brand-2 {
    margin-left: 10px;
  }

  .nav-link {
    padding: 30px 20px;
    text-align: center;
  }

  .text-field.long {
    width: auto;
  }

  .text-field.long.email {
    width: 100%;
    max-width: none;
  }

  .title.dark {
    font-size: 42px;
    line-height: 50px;
  }

  .title.dark.center {
    line-height: 50px;
  }

  .title._2 {
    line-height: 60px;
  }

  .title.new {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 50px;
  }

  .team-new {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    width: auto;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .deck-grid {
    margin-top: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .landing {
    padding-right: 20px;
    padding-left: 20px;
  }

  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent), linear-gradient(180deg, transparent 76%, #000);
  }

  .paragraph {
    line-height: 23px;
    font-weight: 400;
    text-align: left;
  }

  .img-section-overlay {
    padding: 40px 10px;
    background-color: rgba(44, 46, 49, 0.7);
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .paragraph-s.padding {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .paragraph-s.left {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }

  .paragraph-s._2 {
    font-size: 16px;
  }

  .tag-caps {
    display: inline-block;
  }

  .btn-img {
    height: 50px;
  }

  .btn-img.column.fade {
    height: 45px;
    margin-right: 0px;
  }

  .stat-jpg {
    width: 90%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-column {
    display: -ms-grid;
    display: grid;
    width: auto;
    margin-top: 40px;
    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 auto;
    grid-template-rows: auto auto;
  }

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

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

  .heading-4 {
    font-weight: 500;
  }

  .heading-4.medium.left {
    line-height: 26px;
  }

  .heading-4.bold.center {
    margin-top: 40px;
    font-size: 22px;
  }

  .stat-img {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .download-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .downloag-img {
    width: 80%;
  }

  .feature-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .btn {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .btn.submit {
    padding-right: 13px;
    padding-left: 13px;
  }

  .btn.full-width {
    width: 100%;
  }

  .half-grid {
    display: none;
  }

  .half-grid.medium.left {
    height: auto;
  }

  .half-grid.fullscreen {
    display: block;
    height: 100vh;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #fff), color-stop(72%, rgba(253, 249, 249, 0))), url('https://autopal.co.za/about/images/The-big-picture.jpg');
    background-image: linear-gradient(180deg, #fff 13%, rgba(253, 249, 249, 0) 72%), url('https://autopal.co.za/about/images/The-big-picture.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .big-picture-img {
    height: 40vh;
  }

  .divider {
    margin-bottom: 20px;
  }

  .stat-text {
    font-size: 14px;
  }

  .team-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-bg {
    display: none;
  }

  .popup-wrapper {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }

  .close-popup {
    padding: 15px;
  }

  .stat-overview {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-9 {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .centered-container {
    text-align: left;
  }

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

  .tab-pane-login {
    width: auto;
  }

  .text-span-4 {
    font-family: 'Digital counter 7', sans-serif;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .hero {
    margin-top: 40px;
  }

  .div-block-12 {
    width: auto;
  }

  .section-2 {
    display: block;
  }
}

#w-node-_87f0b024-ab3e-6d56-4492-0ee287b4d7c9-7574a4b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_609fbeb0-440a-0151-a086-ab27a774b605-7574a4b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4a5e6aa7-e481-1f23-0b9c-64fac23c4eb1-7574a4b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_34c8b48b-5e44-9a5e-ed89-e026bd877175-7574a4b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5d0f6917-2269-0d4f-47b1-715814285627-7574a4b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b956265b-965a-425b-fdee-6385c225071e-7574a4b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_88c307c6-ab8b-2785-6196-89c53dc6db6a-3dc6db6a {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-div-block-ab4d6e4b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_76afc3b3-5c56-3dff-2752-eb916daf035f-ab4d6e4b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-addd1269-eaf5-525a-12a9-76fb3307da0b-ab4d6e4b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4503205b-935d-ecbe-bebb-9439874de47d-ab4d6e4b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#organization.w-node-_96136b40-dd87-658f-7c8f-e110a98d62e9-ab4d6e4b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#message.w-node-f33ccad7-3b4c-981b-8925-a6ef241b21dc-ab4d6e4b {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_8d8bfdff-c971-065e-bc0d-d7a50f418b2a-ab4d6e4b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-div-block-2-33a70883 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e0a21254-af97-f3c3-df71-85f2053a12d2-33a70883 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_889b92ed-475c-9dd8-514a-d250a74ff3e4-33a70883 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_374528f2-17d6-6d12-7706-ca8ae7735771-33a70883 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0c3d335a-995c-9f88-416f-80e4a116b994-33a70883 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_648bfaa9-983f-7988-58d5-3231c2729ded-33a70883 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a1a58660-b90c-4efc-ff15-e6c637c58954-33a70883 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_24fc3c23-4823-5350-3407-9ebc39cf18dc-33a70883 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63f517ba-da67-0e15-285c-194ce5a1250a-57997195 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9f6aa3e8-21ae-8530-2cd8-c74e4a8c44a4-57997195 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4f7e0022-7ba8-8694-37b6-42d812f55025-ee087d19 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-div-block-ab4d6e4b {
    -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-_76afc3b3-5c56-3dff-2752-eb916daf035f-ab4d6e4b {
    -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;
  }

  #organization.w-node-_96136b40-dd87-658f-7c8f-e110a98d62e9-ab4d6e4b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #message.w-node-f33ccad7-3b4c-981b-8925-a6ef241b21dc-ab4d6e4b {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8d8bfdff-c971-065e-bc0d-d7a50f418b2a-ab4d6e4b {
    -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-div-block-2-33a70883 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e0a21254-af97-f3c3-df71-85f2053a12d2-33a70883 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e0a21254-af97-f3c3-df71-85f2053a12d7-33a70883 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-div-block-2-7574a4b2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_609fbeb0-440a-0151-a086-ab27a774b605-7574a4b2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_34c8b48b-5e44-9a5e-ed89-e026bd877173-7574a4b2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_5d0f6917-2269-0d4f-47b1-715814285627-7574a4b2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac9cdf9f-f29d-b59a-a48e-78ced6cf29bb-904d6e4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Digital counter 7';
  src: url('https://autopal.co.za/about/fonts/digital_counter_7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
