.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Roboto;
  color: #333;
  font-size: 1em;
  line-height: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 64px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.hero-section.background-gravel {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 0px;
  background-image: url('../images/background_gradient_gravel_P3.png'), linear-gradient(315deg, #ff6857, #ff7e3d);
  background-position: 0% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #8f0e00;
}

.hero-section.white {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.card-centered-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 0 8px 40px 0 rgba(4, 8, 22, 0.2);
  text-align: center;
}

.card-centered-section.dark {
  margin: 80px auto;
  padding-bottom: 60px;
  background-color: #040816;
  color: #f7f9fa;
}

.two-column-grid-item {
  display: block;
  min-height: 240px;
  margin: 0px;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.wordmark {
  position: relative;
  display: block;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #040816;
  font-size: 1.25em;
  line-height: 100%;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.subhead {
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  color: #8b8b8c;
  font-size: 1.75em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.paragraph-small {
  width: 100%;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #8b8b8c;
  font-size: 1em;
  line-height: 1.5em;
}

.paragraph-small.label {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #4f525b;
  font-size: 1em;
}

.paragraph-small.label.emphasized {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 1em;
  line-height: 1.2em;
}

.paragraph-small.text-mango-dark {
  padding-right: 24px;
  color: #746505;
}

.nav-link {
  display: block;
  height: 63px;
  margin-right: 0px;
  margin-bottom: 1px;
  margin-left: 0px;
  padding: 0px 24px;
  -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: rgba(254, 120, 70, 0);
  font-family: Lato, sans-serif;
  color: #4f525b;
  font-size: 1em;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
}

.nav-link:hover {
  color: #09f;
}

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

.nav-link.w--current:hover {
  color: #09f;
}

.nav-link.alt-gravel {
  color: #8f0e00;
  font-size: 1em;
}

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

.nav-link.cta {
  height: 40px;
  margin-bottom: 0px;
  margin-left: 12px;
  border-radius: 0.5em;
  background-color: #f7f8fa;
  box-shadow: 0 1px 0 0.5px rgba(4, 8, 22, 0.1);
  line-height: 38px;
  font-weight: 700;
}

.nav-link.cta:hover {
  border-color: #acadb2;
  background-color: #f7f8fa;
  color: #07e;
}

.nav-link.cta.alt-gravel {
  background-color: #f5eae9;
  box-shadow: 0 1px 0 0.5px rgba(4, 8, 22, 0.1);
  color: #550800;
}

.nav-link.cta.alt-gravel:hover {
  background-color: #fff;
  color: #07e;
}

.button {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px 24px 14px;
  -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;
  border-radius: 8px;
  background-color: #07e;
  box-shadow: 0 1px 0 1px rgba(79, 82, 91, 0.2), 0 1px 0 1px #07e;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #f7f8fa;
  font-size: 1.5em;
  font-weight: 700;
}

.button:hover {
  background-image: linear-gradient(135deg, #09f, #07e);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 1px #07e;
}

.button.secondary {
  background-color: #fff;
  box-shadow: 0 1px 0 1px rgba(79, 82, 91, 0.2);
  font-family: Lato, sans-serif;
  color: #040816;
  font-weight: 700;
}

.button.secondary:hover {
  background-color: #fff;
  background-image: linear-gradient(135deg, #f7f8fa, #fff);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button.primary-yellow {
  background-color: #f7b922;
  background-image: -webkit-gradient(linear, right top, left top, from(#f7b922), to(#ffde0a));
  background-image: linear-gradient(270deg, #f7b922, #ffde0a);
  box-shadow: 0 1px 0 1px rgba(79, 82, 91, 0.25), 0 1px 0 1px #f7b922;
  color: #040816;
}

.button.primary-yellow:hover {
  background-image: linear-gradient(135deg, #ffde0a, #ffbf24);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 1px 0 1px #f7b922;
}

.button.small {
  padding: 8px 16px 10px;
  -webkit-transition-property: all;
  transition-property: all;
  font-size: 1.125em;
}

.button.small:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 1px 0 1px #07e;
}

.button.small.secondary:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button.secondary-gray {
  background-color: #f7f8fa;
  box-shadow: 0 1px 0 1px rgba(79, 82, 91, 0.2);
  font-family: Lato, sans-serif;
  color: #040816;
  font-weight: 700;
}

.button.secondary-gray:hover {
  background-color: #fff;
  background-image: linear-gradient(135deg, #f7f8fa, #fff);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

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

.two-column-section.background-akebi-curved-bottom {
  display: none;
  padding-bottom: 320px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.wrap-2-column-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.wrap-2-column-section.title-left {
  width: 80%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w40-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 0px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.w40-text.padding-cb-highlights {
  padding: 8px 40px 8px 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.w60-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.w60-image.perspecive-parent {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1400px;
  perspective: 1400px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.w60-image.perspecive-parent.image-align-right {
  display: block;
  padding-left: 0px;
}

.w60-image.perspecive-parent.image-align-left {
  display: block;
  padding-right: 24px;
}

.w60-image.image-align-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w60-image.image-align-left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-section {
  display: block;
  padding-top: 0px;
  padding-bottom: 80px;
  -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: #f7f8fa;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f8fa), to(#fff));
  background-image: linear-gradient(0deg, #f7f8fa, #fff);
  color: hsla(0, 0%, 100%, 0.1);
}

.footer-container {
  display: block;
  padding-top: 80px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Lato, sans-serif;
  color: #040816;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: none;
}

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

.heading-2.text-white {
  color: #fff;
}

.heading-2.gravel-cb-section {
  margin-bottom: 20px;
  margin-left: 24px;
  color: #3d3130;
}

.heading-2.title-cb-section {
  margin-bottom: 20px;
  margin-left: 24px;
}

.cb-side-video {
  height: 0px;
  padding-top: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2vw;
  box-shadow: none;
  opacity: 1;
}

.cb-side-video.with-shadow {
  z-index: 100;
  border-radius: 0.66em;
  box-shadow: 0 80px 80px 0 rgba(0, 0, 0, 0.07), 0 40px 53.7px 0 rgba(0, 0, 0, 0.05), 0 24px 37px 0 rgba(0, 0, 0, 0.05), 0 16px 25.1px 0 rgba(0, 0, 0, 0.04), 0 10px 16.2px 0 rgba(0, 0, 0, 0.04), 0 6px 9.7px 0 rgba(0, 0, 0, 0.03), 4px 0 5.1px 0 rgba(0, 0, 0, 0.02), 0 2px 1.9px 0 rgba(0, 0, 0, 0.02);
}

.subtitle {
  display: block;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #81838a;
  font-size: 1.5em;
  line-height: 1.5em;
}

.subtitle.light-left {
  color: #dce4ec;
  font-size: 1.25em;
  text-align: left;
}

.subtitle.dark-gravel-text {
  font-family: Lato, sans-serif;
  color: #8f0e00;
}

.subtitle.light.blue {
  color: #dce4ec;
}

.subtitle.text-light-blue {
  color: #bcddff;
}

.subtitle.text-light-gravel {
  color: #8f0e00;
}

.subtitle.text-light-gravel.list-item-arrow-bullet {
  margin-bottom: 12px;
  margin-left: 0px;
  color: #8f0e00;
}

.subtitle.text-light-gravel.list-item-arrow-bullet.system-font {
  width: 16px;
  color: #fe7846;
  font-weight: 700;
  text-align: center;
}

.subtitle.hero {
  margin-bottom: 48px;
  text-align: left;
}

.subtitle.hero.dark-gravel-text {
  margin-bottom: 0px;
  text-align: center;
}

.subtitle.text-light {
  color: #fff;
}

.subtitle.text-light.list-item {
  margin-bottom: 12px;
  margin-left: 8px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(143, 14, 0, 0.1);
}

.subtitle.list-item {
  margin-bottom: 12px;
  padding-left: 8px;
}

.subtitle.text-dark {
  color: #3d3130;
  text-align: left;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  font-family: Lato, sans-serif;
  color: #81838a;
  text-decoration: none;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: #f7f8fa;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  font-family: Lato, sans-serif;
  color: #040816;
  font-size: 1em;
  line-height: 1.5em;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #040816;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 900;
  text-align: left;
}

.heading-3.text-white {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.25px;
}

.heading-3.text-white.text-centered {
  margin-right: 24px;
  margin-bottom: 16px;
  margin-left: 24px;
  padding-right: 0px;
  text-align: center;
}

.heading-3.centered {
  margin-bottom: 10px;
  padding-right: 0px;
  text-align: center;
}

.heading-3.gravel-cb-section {
  margin-left: 40px;
  color: #550800;
}

.image-darkmode-base {
  position: relative;
  display: block;
  width: 100%;
  max-width: 856px;
  margin-top: 0px;
  opacity: 1;
}

.link {
  font-family: Lato, sans-serif;
  color: #07e;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
}

.link:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.banner-logo {
  width: 80px;
  height: 100%;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d3d5;
  background-color: #fff;
  box-shadow: none;
}

.navbar.absolute {
  position: fixed;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 63px;
  align-items: center;
}

.brand.w--current {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-top: 0px;
  -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;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  min-height: 80px;
  margin-top: 64px;
  padding-top: 8%;
  padding-bottom: 8%;
  -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;
}

.utility-page-wrap._404 {
  min-height: 90vh;
  background-image: url('../images/404_confused_dog.gif');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.section-content {
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1080px;
  margin-left: auto;
  padding-right: 0px;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-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;
  grid-template-rows: auto auto;
  border-bottom: 1px none #dce4ec;
  background-color: transparent;
}

.nav-menu {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.text-block {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Lato, sans-serif;
  color: #acadb2;
  font-size: 0.75em;
}

.title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 80px auto;
  padding: 0px 24px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(4, 8, 22, 0.1);
  border-radius: 16px;
  text-align: center;
}

.title-wrap._404 {
  max-width: 640px;
  margin-top: -10%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(247, 248, 250, 0.9);
  box-shadow: 0 16px 24px 0 rgba(4, 8, 22, 0.15);
}

.title-wrap.title-wrap-cb {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.wrap-highlight {
  width: 95%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  -webkit-perspective: 1440px;
  perspective: 1440px;
}

.small-caption {
  max-width: 640px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(247, 248, 250, 0.75);
  font-size: 1em;
  line-height: 1.4;
}

.logo {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  background-image: url('../images/R-Badge.png');
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}

.image-runbar-highlight {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 32px auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.runbar-animation-base {
  position: relative;
  overflow: visible;
  opacity: 1;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.footer-title {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 75%;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 16px;
  padding: 12px 16px 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Lato, sans-serif;
  color: #07e;
  font-size: 1.25em;
  font-weight: 700;
}

.button-cta-block:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: none;
  color: #040816;
}

.wrap-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1440px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.grid-2x2-section {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 32px;
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.runbar-animation {
  background-image: none;
  -webkit-transform: rotateX(0.01deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.01deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.runbar-animation-layer-1 {
  position: absolute;
  left: 0px;
  overflow: visible;
  opacity: 1;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate3d(0px, 20px, 50px);
  transform: translate3d(0px, 20px, 50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.runbar-animation-layer-1.cursor-indicator {
  display: inline-block;
}

.runbar-animation-layer-1.active {
  -webkit-transform: translate3d(0px, 20px, 50px);
  transform: translate3d(0px, 20px, 50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.runbar-animation-layer-2 {
  position: absolute;
  left: 0px;
  overflow: visible;
  opacity: 1;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate3d(0px, 70px, 75px);
  transform: translate3d(0px, 70px, 75px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.submit-button-inline {
  width: 24%;
  margin-top: -52px;
  margin-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #07e;
  font-family: Lato, sans-serif;
}

.text-field {
  font-family: Lato, sans-serif;
}

.image-darkmode-layer-3 {
  position: absolute;
  left: -74px;
  top: 28px;
  right: auto;
  bottom: auto;
  display: block;
  width: 200%;
  max-width: 1005px;
  margin-top: 0px;
}

.image-darkmode-layer-2 {
  position: absolute;
  left: -43px;
  top: 18px;
  right: auto;
  bottom: auto;
  display: block;
  width: 200%;
  max-width: 942px;
  margin-top: 0px;
}
.poster-runner-command {
}

.video-runner-command {
  position: absolute;
  background-size: 100%;
  left: 50%;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 1208px;
  height: 680px;
  margin-right: 0px;
  margin-left: -604px;
  -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;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}

/* .video-runner-command.run {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
} */

.video-runner-command.run {
  background-image: url('../images/Poster_Run.png');
}
.video-runner-command.goto {
  background-image: url('../images/Poster_Goto.png');
}.video-runner-command.insert {
  background-image: url('../images/Poster_Insert.png');
}.video-runner-command.install {
  background-image: url('../images/Poster_Install.png');
}.video-runner-command.create {
  background-image: url('../images/Poster_Create.png');
}.video-runner-command.apply {
  background-image: url('../images/Poster_Apply.png');
}

.heading-1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Lato, sans-serif;
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.heading-1.gravel {
  position: relative;
  z-index: 100;
  color: #550800;
  font-size: 4em;
  line-height: 1.1em;
  text-shadow: none;
  white-space: normal;
}

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

.heading-1.largetitle {
  color: #380a05;
  font-size: 4em;
}

.block-quote {
  overflow: visible;
  padding-left: 20px;
  border-left-style: none;
  color: #4f525b;
  font-size: 1.5em;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
}

.heading-4 {
  display: inline-block;
  margin-bottom: 2px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  color: #040816;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
}

.heading-4.heading-mango-dark {
  color: #4b441a;
}

.heading-4.chart-free {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

.heading-4.chart-pro {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #040816;
  font-size: 1em;
  text-shadow: none;
}

.heading-4.chart-pro.team {
  color: #fff;
  text-shadow: 0 1px 2px rgba(4, 8, 22, 0.2);
}

.testimonial-source {
  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-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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-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;
  direction: ltr;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.testimonial-thumb {
  width: 48px;
  margin-right: 16px;
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(54, 76, 99, 0.2);
}

.secondary-label {
  color: #81838a;
}

.testimonials-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 0vw;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 3vw 1fr 3vw 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
  justify-items: 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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 1.5vw;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1.5vw auto 1.5vw auto;
  grid-template-rows: auto auto auto;
}

.testimonial-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-top: 0%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 40px 4%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 0 16px 24px 2px rgba(4, 8, 22, 0.03);
}

.testimonial-item.row-odd {
  margin-left: 20%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  box-shadow: 0 16px 24px 2px rgba(4, 8, 22, 0.03);
}

.testimonial-item.row-even {
  margin-right: 20%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.tabs-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  overflow: hidden;
  max-width: 1080px;
  margin: 0px auto 24px;
  padding: 12px 8px 16px;
  -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-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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 0.5em;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(4, 8, 22, 0.05), 0 1px 4px 0 rgba(4, 8, 22, 0.1), 0 4px 12px 0 rgba(4, 8, 22, 0.15);
}

.command-video-tab {
  margin-right: 8px;
  margin-left: 8px;
  padding: 2px 12px 4px;
  background-color: transparent;
  color: #040816;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
}

.command-video-tab.w--current {
  border-radius: 6px;
  background-color: #07e;
  color: #fff;
}

.command-video-tab.current {
  border-radius: 4px;
  background-color: #07e;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #f7f8fa;
  text-shadow: 0 1px 1px rgba(0, 67, 134, 0.4);
}

.tabs-search-videos {
  z-index: 0;
  display: none;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-video-content {
  position: relative;
  overflow: hidden;
  height: 680px;
  border-radius: 8px;
  box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.33);
  text-align: center;
}

.navtitle {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.tagline {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #4f525b;
  font-size: 0.75em;
}

.tagline.alt {
  color: #8f0e00;
}

.tabs-content {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1208px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-video-section {
  padding-top: 32px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.banner-button-group {
  padding-right: 1%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -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;
}

.banner-text {
  padding-right: 1%;
  padding-left: 5%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nowrap {
  white-space: nowrap;
}

.banner-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.banner-cta.banner-blue {
  position: relative;
  width: 92%;
  max-width: 1600px;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  border-radius: 1em;
  background-color: #07e;
  background-image: url('../images/background-swoosh-topleft.svg'), -webkit-gradient(linear, left top, left bottom, from(#07e), to(#09f));
  background-image: url('../images/background-swoosh-topleft.svg'), linear-gradient(180deg, #07e, #09f);
  background-position: 0px 0px, 0px 0px;
  background-size: 67%, auto;
  background-repeat: no-repeat, repeat;
}

.banner-cta.banner-blue.pricing {
  max-width: 1080px;
  margin-top: 120px;
  margin-bottom: 120px;
  box-shadow: 0 8px 40px 0 rgba(0, 64, 128, 0.2);
}

.grid-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09f), to(#09f));
  background-image: linear-gradient(180deg, #09f, #09f);
}

.grid-section.blue {
  position: relative;
  z-index: 200;
  padding-bottom: 40px;
  background-image: url('../images/background-wave-gradient-blue.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.chart-feature-label-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  color: #b55af6;
}

.chart-item-description {
  display: none;
  padding-bottom: 4px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #81838a;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: left;
}

.chart-feature-label {
  padding-left: 8px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #81838a;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: left;
}

.chart-features {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 80%;
  max-width: 720px;
  margin-top: 76px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1em;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(49.9%, #fff), color-stop(50%, #f7f8fa), color-stop(67%, #fff), color-stop(0, #f7f8fa), color-stop(83.5%, #fff), color-stop(0, #f7f8fa), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff 49.9%, #f7f8fa 50%, #fff 67%, #f7f8fa 0, #fff 83.5%, #f7f8fa 0, #fff);
  box-shadow: 0 16px 40px 0 rgba(4, 8, 22, 0.1);
  font-family: Lato, sans-serif;
  color: #f7f9fa;
  font-size: 1em;
  line-height: 1.5em;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-group.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  margin-left: 0%;
  -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;
}

.chart-row.first {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 48px;
  margin-left: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-style: none;
}

.chart-row.row-section {
  margin-top: 8px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 0.5px solid #dce4ec;
}

.chart-feature-partial {
  display: block;
  width: 25%;
  -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;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #81838a;
  text-align: center;
}

.chart-feature-included {
  display: block;
  width: 16.5%;
  height: 100%;
  -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;
  -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;
  color: #07daa5;
  text-align: center;
}

.chart-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.chart-table-row {
  display: block;
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-shadow: none;
}

.chart-feature-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.chart-feature-column.pro {
  width: 16.5%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #ffde0a;
  background-image: url('../images/background_gradient_mango.svg');
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
  text-align: center;
}

.chart-feature-column.pro.team {
  background-color: #b55af6;
  background-image: url('../images/background_gradient_akebi.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #7299ac;
}

.imageblock-darkmode {
  position: relative;
  width: 856px;
  max-width: 150%;
  margin-top: -80px;
  margin-bottom: -64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.centered-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  -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-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.centered-section.runbar-blue {
  position: relative;
  z-index: 400;
  overflow: hidden;
  margin-top: -2%;
  padding-top: 2.5%;
  background-color: transparent;
  background-image: url('../images/background-wave-blue.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #f7f9fa;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 64px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-alt {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  background-image: url('../images/R-Badge-Inverse.png');
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}

.account-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 8px;
}

.account-icon {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.account-icon.team-account-icon {
  -webkit-filter: blur(5px) hue-rotate(198deg);
  filter: blur(5px) hue-rotate(198deg);
}

.account-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45%;
  max-width: 400px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 24px 4% 40px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0.5px solid #dce4ec;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 0 16px 40px 0 rgba(79, 82, 91, 0.1);
}

.trial-block-chart {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 5% 10px;
  background-color: #ffde0a;
  background-image: url('../images/background_gradient_mango.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 8px 8px 0 rgba(116, 101, 5, 0.15);
}

.section {
  padding-right: 4%;
  padding-left: 4%;
}

.youtube {
  max-height: 576px;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.section-youtube {
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.section-account-vertical {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.account-price-block {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 24px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dce4ec;
  text-align: center;
}

.price-emphasized {
  margin-bottom: -12px;
  font-size: 4em;
  line-height: 1em;
  font-weight: 400;
}

.pricing-chart-list-price-label {
  position: static;
  background-image: none;
  color: rgba(254, 120, 70, 0.99);
  font-size: 100%;
  font-style: normal;
  font-weight: 700;
  text-decoration: line-through;
  text-transform: none;
}

.footnote {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #8b8b8c;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}

.chart-feature-excluded {
  display: block;
  -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;
  -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;
  color: #fe7846;
  text-align: center;
}

.badge {
  margin: 0px 8px;
  padding: 5px 8px 4px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: #acadb2;
  border-radius: 4px;
  background-color: #f7f8fa;
  color: #acadb2;
  font-size: 0.75em;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.badge.badge-coral {
  border-color: #07daa5;
  background-color: #f2fffc;
  color: #06c394;
}

.badge.badge-gravel {
  display: inline-block;
  padding-top: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-width: 0px;
  border-color: #8f0e00;
  background-color: #ff6857;
  background-image: linear-gradient(315deg, #ff6857, #fe7846);
  box-shadow: inset 0 1px 0 0 rgba(143, 14, 0, 0.2);
  color: #040816;
}

.section-account-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0px auto 20px;
  padding-right: 16px;
  padding-left: 16px;
  -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;
  -webkit-perspective: 1400px;
  perspective: 1400px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.paragraph {
  width: 100%;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #8b8b8c;
  font-size: 1.25em;
  line-height: 1.5em;
}

.sub {
  font-size: 0.5em;
  font-weight: 400;
}

.section-promo {
  display: block;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  border-radius: 8px;
  background-color: #a646d8;
  background-image: linear-gradient(135deg, #a646d8, #e042ff);
  box-shadow: 0 1px 1px 0 rgba(4, 8, 22, 0.2);
  text-decoration: none;
}

.section-promo.gravel-badge {
  margin-top: 0px;
  margin-bottom: 32px;
  padding: 0px 12px;
  background-color: #550800;
  background-image: linear-gradient(135deg, #550800, #8f0e00 99%, #fff);
  box-shadow: 0 8px 20px 0 rgba(143, 14, 0, 0.2), 0 1px 1px 0 rgba(143, 14, 0, 0.4);
  color: #fff;
}

.promo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-credit-light {
  display: inline-block;
  color: rgba(247, 248, 250, 0.5);
  font-size: 0.75em;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.section-caption {
  margin-bottom: 8px;
  color: rgba(143, 14, 0, 0.5);
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.assetbrowser-hero-scrollcontent {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: -120px;
  margin-left: auto;
  padding-bottom: 0px;
  -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: none;
  background-size: auto;
  background-repeat: repeat;
}

.video-progress-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 3px;
  background-color: rgba(4, 8, 22, 0.05);
}

.navbar-gravel {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 64px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  box-shadow: none;
}

.runner-video-navigation-button {
  position: absolute;
  left: 5%;
  top: 45%;
  right: auto;
  bottom: 50%;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), color-stop(90%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), #fff 90%);
  box-shadow: 0 1px 3px 0 rgba(4, 8, 22, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #4f525b;
  font-size: 2em;
  line-height: 48px;
  cursor: pointer;
}

.runner-video-navigation-button:hover {
  box-shadow: 0 4px 16px 0 rgba(4, 8, 22, 0.05), 0 1px 3px 0 rgba(4, 8, 22, 0.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.runner-video-navigation-button.button-video-next {
  left: auto;
  right: 5%;
}

.video-progress {
  width: 33%;
  height: 100%;
  background-color: #07e;
}

.assetbrowserimage {
  position: relative;
  z-index: 100;
  display: block;
  width: 1280px;
  padding-bottom: 40px;
}

.section-bottom-inner-shadow {
  position: absolute;
  left: -40px;
  top: auto;
  right: -40px;
  bottom: 0%;
  height: 100px;
  box-shadow: inset 0 -10px 10px -10px rgba(4, 8, 22, 0.1);
}

.section-bottom-inner-shadow.hero-shadow {
  z-index: 200;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-right: 100vw solid transparent;
  border-bottom: 40px solid #fff;
  box-shadow: inset 0 -10px 10px -10px rgba(82, 8, 0, 0.25);
}

.section-bottom-inner-shadow.no-click {
  box-shadow: inset 0 -10px 10px -10px rgba(4, 8, 22, 0.05);
}

.search-demo-inner-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 680px;
  margin-bottom: -4px;
  border-radius: 0.5em;
  box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.11);
}

.search-demo-outer-wrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1208px;
  margin-right: auto;
  margin-left: auto;
}

.search-demo-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f8fa), to(#fff));
  background-image: linear-gradient(0deg, #f7f8fa, #fff);
}

.search-demo-section.first {
  padding-top: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f8fa), color-stop(50%, #fff));
  background-image: linear-gradient(0deg, #f7f8fa, #fff 50%);
  box-shadow: none;
}

.title-wrap-search-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0px 24px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(4, 8, 22, 0.1);
  border-radius: 16px;
  text-align: center;
}

.assetbrowser-hero-symbolcontent {
  position: absolute;
  left: -100px;
  top: auto;
  right: -100px;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 8.4%;
  margin-left: auto;
  padding-bottom: 50%;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(4%, hsla(0, 0%, 100%, 0)), color-stop(5%, #fff), color-stop(95.4%, #fff), color-stop(0, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0) 4%, #fff 5%, #fff 95.4%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0));
}

.ab-content-symbols {
  margin-top: -140px;
}

.hero-section-extension {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 64px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.hero-section-extension.background-gravel {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #faf8f7;
  color: #8f0e00;
}

.wrap-2-column-section-multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin-top: 80px;
  margin-bottom: 200px;
}

.wrap-2-column-section-multiple.title-left {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.wrap-2-column-section-multiple.title-right {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.install-images-flower-center {
  position: relative;
  display: block;
  width: 50%;
  max-width: 617%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.install-flower {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 120px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.install-images-flower-3 {
  position: absolute;
  left: 0%;
  top: -25%;
  right: 0%;
  bottom: 0px;
  display: block;
  width: 35%;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  box-shadow: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate(20vw, 55%);
  -ms-transform: translate(20vw, 55%);
  transform: translate(20vw, 55%);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.install-images-flower-1 {
  position: absolute;
  left: 0%;
  top: -25%;
  right: 0%;
  display: block;
  width: 35%;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transform: translate(-20vw, 55%);
  -ms-transform: translate(-20vw, 55%);
  transform: translate(-20vw, 55%);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.section-bottom-inner-shadow-hero-top {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: 300;
  height: 100px;
  box-shadow: inset 0 -33px 32px -32px rgba(77, 74, 73, 0.1);
}

.backgroundgraphic_text {
  position: absolute;
  left: -12%;
  top: 75%;
  right: auto;
  bottom: auto;
  width: 20vw;
  height: 20vw;
  max-height: 280px;
  max-width: 280px;
  background-image: url('../images/BackgroundGraphic_Text.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.backgroundgraphic_style {
  position: absolute;
  left: auto;
  top: -30%;
  right: -6%;
  bottom: auto;
  width: 16vw;
  height: 16vw;
  max-height: 240px;
  max-width: 240px;
  background-image: url('../images/BackgroundGraphic_Style.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.backgroundgraphic_symbol_local {
  position: absolute;
  left: auto;
  top: 85%;
  right: -15%;
  bottom: auto;
  width: 20vw;
  height: 20vw;
  max-height: 260px;
  max-width: 260px;
  background-image: url('../images/BackgroundGraphic_Symbol_Local.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.backgroundgraphic_symbol_library {
  position: absolute;
  left: -5%;
  top: -40%;
  right: auto;
  bottom: 0%;
  width: 20vw;
  height: 20vw;
  max-height: 280px;
  max-width: 280px;
  background-image: url('../images/BackgroundGraphic_Symbol_Library.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.list-price {
  background-image: none;
  opacity: 0.5;
  text-decoration: line-through;
}

.list-price-strikethrough {
  background-image: none;
  text-decoration: line-through;
}

.promo-byline {
  margin-top: 0px;
  opacity: 0.75;
  color: #4f525b;
  font-weight: 400;
}

._3d-perspective-right-video {
  width: 100%;
  height: 0px;
  max-width: 1400px;
  padding-bottom: 58%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg) perspective(1200px);
  transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg) perspective(1200px);
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bold-emphasized {
  font-weight: 900;
}

.section-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f8fa));
  background-image: linear-gradient(0deg, #fff, #f7f8fa);
}

.hint-text {
  display: block;
  width: 80%;
  max-width: 720px;
  margin: 16px auto;
  padding: 15px 32px 16px;
  border-radius: 8px;
  background-color: rgba(255, 222, 10, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 222, 10, 0.25)), to(rgba(255, 222, 10, 0.25))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(255, 222, 10, 0.25), rgba(255, 222, 10, 0.25)), linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 8px 16px 4px rgba(116, 101, 5, 0.05), 0 0 1px 1px rgba(116, 101, 5, 0.25);
  color: #746505;
  text-decoration: none;
}

.account-buy-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sf-symbol {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.title-wrap-cb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0px 24px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(4, 8, 22, 0.1);
  border-radius: 16px;
  text-align: center;
}

.background-video-hero {
  overflow: visible;
  width: 856px;
  height: 500px;
  margin-top: -40px;
  margin-bottom: 40px;
  padding-bottom: 1%;
  background-image: url('../images/Run_Demo_Poster.png');
  background-size: cover;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.w50-text-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.title-wrap-left-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 80px auto;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(4, 8, 22, 0.1);
  border-radius: 16px;
  text-align: center;
}

.w50-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.w50-image.perspecive-parent {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1400px;
  perspective: 1400px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.w50-image.perspecive-parent.image-align-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w50-image.image-align-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-2-column-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.wrap-2-column-hero.title-left {
  width: 95%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-group-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-bottom: 16px;
  margin-left: -8px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.background-video-header-3d {
  overflow: visible;
  width: 150%;
  margin-top: 40px;
  margin-left: 0%;
  padding-bottom: 87.4%;
  background-color: #fff;
  background-image: url('../images/Run_Demo_Poster.png');
  background-size: cover;
}

.centered-hero {
  display: none;
}

.system-font {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.code-monospace {
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(143, 14, 0, 0.2);
  border-radius: 4px;
  background-color: #040816;
  box-shadow: 0 0 8px 0 rgba(143, 14, 0, 0.1);
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 80%;
  font-weight: 500;
}

.code-monospace.nowrap.system-font {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.code-monospace.system-font {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.list-item {
  list-style-type: none;
}

.list-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-11 {
  opacity: 1;
}

.text-white {
  color: #fff;
}

.description-p-list {
  margin-left: 40px;
}

.video-rounded-corners {
  overflow: hidden;
  width: 100%;
  border-radius: 10%;
}

.cb_main_video {
  z-index: 100;
  overflow: hidden;
  height: 0px;
  padding-top: 56.25%;
  border-radius: 6px;
}

.div-block-5 {
  opacity: 0.99;
}

.main-video-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.main-video-wrapper.with-shadow {
  display: block;
  overflow: visible;
  width: 95%;
  margin-bottom: -4px;
  border-radius: 5px;
}

.video-cb {
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 1208px;
  height: 680px;
  margin-right: 0px;
  margin-left: -604px;
  -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;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}

.video-cb.run {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}


.section-top-diagonal-break {
  position: absolute;
  top: 0%;
  height: 40px;
  border-top: 40px solid #fff;
  border-left: 100vw solid transparent;
}

.section-top-diagonal-break.hero-shadow {
  z-index: 200;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-right: 100vw solid transparent;
  border-bottom: 40px solid #fff;
  box-shadow: inset 0 -10px 10px -10px rgba(82, 8, 0, 0.25);
}

.section-top-diagonal-break.no-click {
  box-shadow: inset 0 -10px 10px -10px rgba(4, 8, 22, 0.05);
}

.section-bottom-diagonal-break {
  position: absolute;
  bottom: 0px;
  height: 40px;
  border-bottom: 40px solid #fff;
  border-left: 100vw solid transparent;
}

.section-bottom-diagonal-break.hero-shadow {
  z-index: 200;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-right: 100vw solid transparent;
  border-bottom: 40px solid #fff;
  box-shadow: inset 0 -10px 10px -10px rgba(82, 8, 0, 0.25);
}

.section-bottom-diagonal-break.no-click {
  box-shadow: inset 0 -10px 10px -10px rgba(4, 8, 22, 0.05);
}

.cb-main-video {
  height: 0px;
  padding-top: 56%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2vw;
  box-shadow: none;
  opacity: 1;
}

.cb-main-video.with-shadow {
  z-index: 100;
  border-radius: 0.5em;
  box-shadow: 0 80px 80px 0 rgba(0, 0, 0, 0.07), 0 40px 53.7px 0 rgba(0, 0, 0, 0.05), 0 24px 37px 0 rgba(0, 0, 0, 0.05), 0 16px 25.1px 0 rgba(0, 0, 0, 0.04), 0 10px 16.2px 0 rgba(0, 0, 0, 0.04), 0 6px 9.7px 0 rgba(0, 0, 0, 0.03), 4px 0 5.1px 0 rgba(0, 0, 0, 0.02), 0 2px 1.9px 0 rgba(0, 0, 0, 0.02);
}

.background-video-header-flat {
  overflow: visible;
  width: 150%;
  margin-top: 40px;
  margin-left: 0%;
  padding-bottom: 87.4%;
  background-color: #fff;
  background-image: url('../images/Run_Demo_Poster.png');
  background-size: cover;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.cb-side-visual {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  box-shadow: none;
  opacity: 1;
}

.cb-side-visual.with-shadow {
  z-index: 100;
  box-shadow: 0 80px 80px 0 rgba(0, 0, 0, 0.07), 0 40px 53.7px 0 rgba(0, 0, 0, 0.05), 0 24px 37px 0 rgba(0, 0, 0, 0.05), 0 16px 25.1px 0 rgba(0, 0, 0, 0.04), 0 10px 16.2px 0 rgba(0, 0, 0, 0.04), 0 6px 9.7px 0 rgba(0, 0, 0, 0.03), 4px 0 5.1px 0 rgba(0, 0, 0, 0.02), 0 2px 1.9px 0 rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 991px) {
  .hero-section {
    margin-bottom: 0px;
    padding-top: 64px;
    background-image: none;
  }

  .card-centered-section.dark {
    padding-top: 1px;
    padding-bottom: 60px;
  }

  .paragraph-small.text-mango-dark {
    max-width: none;
    padding-right: 16px;
    color: #746505;
  }

  .nav-link {
    background-color: transparent;
  }

  .nav-link.cta.w--current {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-link.cta.alt-gravel {
    box-shadow: 0 1px 0 0.5px rgba(4, 8, 22, 0.1);
  }

  .two-column-section {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .two-column-section.background-akebi-curved-bottom {
    padding-bottom: 320px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .wrap-2-column-section {
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .wrap-2-column-section.title-left {
    width: 90%;
    -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;
  }

  .w40-text {
    width: 100%;
    padding: 0px 24px 0px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .w40-text.padding-cb-highlights {
    padding: 0px 24px 0px 0px;
  }

  .w60-image {
    width: 100%;
  }

  .w60-image.perspecive-parent.image-align-right {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
  }

  .w60-image.perspecive-parent.image-align-left {
    margin-top: 40px;
    padding-right: 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;
    border-radius: 4px;
  }

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

  .footer-container {
    margin-top: 0px;
    padding-top: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cb-side-video {
    border-radius: 1vw;
    opacity: 1;
  }

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

  .subtitle.light-left {
    max-width: 100%;
    text-align: center;
  }

  .subtitle.text-light-blue {
    margin-right: auto;
    margin-left: auto;
  }

  .subtitle.hero {
    text-align: center;
  }

  .subtitle.text-light.list-item {
    text-align: left;
  }

  .footer-link-wrap {
    margin-top: 0px;
    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: 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;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .body {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 87.5%;
  }

  .heading-3 {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .heading-3.text-white {
    text-align: center;
  }

  .heading-3.gravel-cb-section {
    margin-left: 24px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .link {
    font-size: 1em;
  }

  .banner-logo {
    width: 10%;
    height: 100%;
    margin-top: 16px;
  }

  .brand {
    width: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon-2 {
    color: #040816;
  }

  .section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-container {
    width: 90%;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block {
    margin-bottom: 0px;
  }

  .container-content {
    margin-top: 0px;
    padding-right: 24px;
  }

  .title-wrap {
    width: 90%;
  }

  .title-wrap.title-wrap-cb {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrap-highlight {
    margin-bottom: -80px;
  }

  .small-caption {
    width: 90%;
    max-width: 540px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .button-cta-block {
    margin-left: 0px;
  }

  .wrap-horizontal {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2x2-section {
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 2vw;
  }

  .runbar-animation {
    -webkit-perspective: 1600px;
    perspective: 1600px;
  }

  .runbar-animation-layer-1.cursor-indicator {
    display: inline-block;
  }

  .runbar-animation-layer-2 {
    -webkit-transform: translate3d(0px, 50px, 60px);
    transform: translate3d(0px, 50px, 60px);
  }

  .submit-button-inline {
    margin-top: -48px;
  }

  .image-darkmode-layer-3 {
    display: none;
  }

  .image-darkmode-layer-2 {
    display: none;
  }

  .video-runner-command {
    width: 746px;
    height: 420px;
    margin-left: -373px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .heading-1.left {
    text-align: center;
  }

  .testimonials-wrap {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .testimonial-grid {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }

  .testimonial-item {
    width: 80%;
    min-width: auto;
    margin: 20px auto;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .testimonial-item.row-odd {
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .testimonial-item.row-even {
    margin-right: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .tabs-search-videos {
    display: none;
  }

  .tab-video-content {
    height: 420px;
    border-radius: 4px;
  }

  .navtitle {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tagline {
    margin-top: 0px;
  }

  .tabs-content {
    overflow: visible;
    max-width: 746px;
  }

  .main-video-section {
    background-size: 100%;
  }

  .banner-button-group {
    margin-top: 16px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .banner-text {
    padding-right: 0%;
    padding-left: 0%;
  }
  .banner-text h3.heading-3{
    margin-top: 4px;
  }
  .banner-cta {
    background-color: #07e;
  }

  .banner-cta.banner-blue {
    width: 100%;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0em;
    background-size: 100%, auto;
  }

  .banner-cta.banner-blue.pricing {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
  }

  .chart-features {
    width: 100%;
    margin-top: 0px;
  }

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

  .chart-row.row-section {
    margin-left: 0%;
  }

  .imageblock-darkmode {
    max-width: 100%;
  }

  .centered-section {
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .centered-section.runbar-blue {
    overflow: hidden;
    margin-top: -24px;
    padding-top: 24px;
  }

  .title-section {
    margin-bottom: 0px;
    padding-top: 64px;
    background-image: none;
  }

  .account-block {
    padding: 8px 24px 24px;
  }

  .trial-block-chart {
    padding-top: 10px;
    padding-right: 3%;
    padding-left: 5%;
    background-image: linear-gradient(315deg, #ffbf24, #ffde0a);
  }

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

  .youtube {
    margin-bottom: 0px;
  }

  .section-youtube {
    width: 100%;
    max-width: none;
  }

  .section-account-vertical {
    margin-top: 40px;
  }

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

  .section-account-horizontal {
    max-width: 840px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-demo-inner-wrapper {
    height: 420px;
  }

  .search-demo-outer-wrapper {
    max-width: 746px;
  }

  .search-demo-section {
    padding-top: 80px;
  }

  .search-demo-section.first {
    border-top: 1px solid #dce4ec;
  }

  .title-wrap-search-demo {
    width: 90%;
    margin-bottom: 0px;
  }

  .hero-section-extension {
    margin-bottom: 0px;
    padding-top: 64px;
    background-image: none;
  }

  .hero-section-extension.background-gravel {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrap-2-column-section-multiple {
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .wrap-2-column-section-multiple.title-left {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 120px;
    -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;
  }

  .wrap-2-column-section-multiple.title-right {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .install-images-flower-center {
    opacity: 1;
  }

  .install-images-flower-3 {
    opacity: 1;
  }

  .install-images-flower-1 {
    opacity: 1;
  }

  .backgroundgraphic_text {
    left: -8%;
    top: 75%;
  }

  .backgroundgraphic_style {
    top: -50%;
    right: 2%;
  }

  .backgroundgraphic_symbol_local {
    top: 80%;
    right: -6%;
  }

  .backgroundgraphic_symbol_library {
    left: 0%;
    top: -52%;
  }

  ._3d-perspective-right-video {
    width: 100%;
    max-width: none;
    margin-top: -80px;
    padding-bottom: 58%;
    -webkit-transform: perspective(1200px);
    transform: perspective(1200px);
  }

  .hint-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .title-wrap-cb {
    width: 90%;
  }

  .w50-text-hero {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .title-wrap-left-hero {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .w50-image {
    width: 100%;
  }

  .w50-image.perspecive-parent.image-align-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-2-column-hero {
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .wrap-2-column-hero.title-left {
    width: 90%;
    -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;
  }

  .button-group-vertical {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-highlights {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .description-p-list {
    text-align: left;
  }

  .cb_main_video {
    overflow: hidden;
    padding-top: 56%;
    border-radius: 5px;
  }

  .video-cb {
    width: 746px;
    height: 420px;
    margin-left: -373px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .section-bottom-diagonal-break {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .cb-main-video {
    border-radius: 1vw;
    opacity: 1;
  }

  .cb-side-visual {
    border-radius: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-top: 72px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100%, auto;
  }

  .hero-section.background-gravel {
    z-index: 200;
  }

  .card-centered-section.dark {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
    border-radius: 0em;
  }

  .wordmark {
    margin-top: 0px;
    margin-left: 0px;
    letter-spacing: 0px;
  }

  .subhead {
    width: 92%;
  }

  .paragraph-small.text-mango-dark {
    margin-bottom: 16px;
  }

  .nav-link {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #d2d3d5;
    font-family: Lato, sans-serif;
    color: #040816;
    font-size: 1.5em;
    font-weight: 700;
    text-align: left;
  }

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

  .nav-link.w--current {
    color: #4f525b;
  }

  .nav-link.alt-gravel {
    border-top-width: 1px;
    border-top-color: rgba(143, 14, 0, 0.2);
    border-bottom-color: rgba(143, 14, 0, 0.2);
    font-size: 1.5em;
  }

  .nav-link.cta {
    height: 63px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 0em;
    color: #07e;
    line-height: 62px;
  }

  .nav-link.cta.alt-gravel {
    background-color: transparent;
    color: #040816;
  }

  .nav-link.cta.alt-gravel:hover {
    background-color: #fe7846;
    color: #040816;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 1.25em;
  }

  .button.small.secondary {
    margin-left: 0px;
  }

  .two-column-section {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-2-column-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w40-text {
    width: 100%;
    padding: 0px 24px 0px 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .w40-text.padding-cb-highlights {
    padding-right: 24px;
    padding-left: 0px;
  }

  .w60-image {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .w60-image.perspecive-parent.image-align-right {
    overflow: visible;
    margin-top: 24px;
  }

  .w60-image.perspecive-parent.image-align-left {
    margin-top: 24px;
  }

  .footer-container {
    width: 90%;
  }

  .heading-2.gravel-cb-section {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .heading-2.title-cb-section {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .cb-side-video {
    overflow: visible;
    width: 856px;
    max-width: 100%;
  }

  .cb-side-video.with-shadow {
    overflow: hidden;
  }

  .subtitle {
    display: block;
  }

  .subtitle.light-left {
    margin-bottom: 8px;
    text-align: center;
  }

  .subtitle.light {
    display: block;
  }

  .subtitle.text-light-gravel {
    display: block;
  }

  .subtitle.text-light {
    display: block;
  }

  .footer-link {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .body {
    font-size: 87.5%;
  }

  .heading-3 {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-3.text-white {
    text-align: center;
  }

  .heading-3.text-white.text-centered {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 1.8em;
    line-height: 24px;
  }

  .heading-3.gravel-cb-section {
    text-align: left;
  }

  .image-darkmode-base {
    width: 856px;
    max-width: 150%;
  }

  .link {
    font-size: 1em;
  }

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

  .navbar {
    background-image: none;
  }

  .brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand.w--current {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon-2 {
    width: 32px;
    margin-left: auto;
    font-size: 32px;
  }

  .section-content {
    width: 92%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-container {
    width: 95%;
  }

  .menu-button {
    display: none;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .menu-button.w--open {
    margin-top: 0px;
    background-color: transparent;
  }

  .nav-menu {
    position: absolute;
    top: 64px;
    display: block;
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f7f8fa;
    box-shadow: 0 8px 16px -8px #81838a;
  }

  .nav-menu.alt-gravel-background {
    background-color: #fe7846;
    box-shadow: 0 8px 16px -8px rgba(4, 8, 22, 0.2);
  }

  .text-block {
    width: 90%;
  }

  .container-content {
    padding-right: 0px;
  }

  .title-wrap {
    margin: 40px auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: none;
  }

  .title-wrap.title-wrap-cb {
    width: 100%;
  }

  .wrap-highlight {
    margin-bottom: 40px;
  }

  .small-caption {
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .logo {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: 40px;
  }

  .image-runbar-highlight {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .button-cta-block {
    height: 120%;
    min-height: 120%;
    -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;
  }

  .wrap-horizontal {
    margin-bottom: 0px;
    text-align: center;
  }

  .grid-2x2-section {
    margin-top: 0px;
  }

  .runbar-animation {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: -45%;
  }

  .runbar-animation-layer-2 {
    display: none;
  }

  .submit-button-inline {
    margin-top: -46px;
  }

  .image-darkmode-layer-3 {
    width: 856px;
    max-width: 150%;
  }

  .image-darkmode-layer-2 {
    width: 856px;
    max-width: 150%;
  }

  .video-runner-command {
    width: 568px;
    height: 320px;
    margin-left: -284px;
  }

  .heading-1 {
    font-size: 3em;
  }

  .heading-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .testimonials-wrap {
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonial-grid {
    margin-bottom: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 0.25fr;
    grid-row-gap: 0vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .testimonial-item {
    width: 90%;
    min-width: auto;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -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;
    border-bottom: 1px solid #f7f9fa;
    border-radius: 0em;
    background-color: transparent;
    box-shadow: none;
  }

  .testimonial-item.row-odd {
    padding-top: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    box-shadow: none;
  }

  .testimonial-item.row-even {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-bottom-color: #f7f9fa;
  }

  .command-video-tab {
    margin-right: 3px;
    margin-left: 3px;
  }

  .tabs-search-videos {
    overflow: hidden;
  }

  .tab-video-content {
    height: 320px;
  }

  .navtitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tagline {
    margin-top: 2px;
    font-size: 1em;
    line-height: 1.4em;
  }

  .tabs-content {
    max-width: 568px;
  }

  .chart-feature-label-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
  }

  .chart-features {
    width: 95%;
    box-shadow: 0 4px 16px 0 rgba(79, 82, 91, 0.15);
  }

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

  .chart-row {
    margin-left: 0%;
  }

  .chart-row.row-section {
    padding-top: 8px;
  }

  .imageblock-darkmode {
    margin-top: -40px;
  }

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

  .centered-section.runbar-blue {
    margin-top: -16px;
    padding-top: 60px;
  }

  .title-section {
    height: auto;
    padding-top: 72px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100%, auto;
  }

  .logo-alt {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: 40px;
  }

  .account-icon {
    width: 24px;
    height: 24px;
  }

  .account-block {
    width: 75%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 24px;
    border-radius: 1em;
  }

  .trial-block-chart {
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 16px 16px 32px;
    border-radius: 0em;
    text-align: left;
  }

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

  .section-account-vertical {
    margin-top: 40px;
  }

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

  .account-price-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .badge {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-account-horizontal {
    margin-top: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-promo.gravel-badge {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .assetbrowser-hero-scrollcontent {
    margin-bottom: -85px;
  }

  .navbar-gravel {
    background-image: none;
  }

  .runner-video-navigation-button {
    top: 45%;
  }

  .section-bottom-inner-shadow.hero-shadow {
    height: 24px;
    border-bottom-width: 24px;
  }

  .search-demo-inner-wrapper {
    height: 320px;
  }

  .search-demo-outer-wrapper {
    max-width: 568px;
  }

  .title-wrap-search-demo {
    margin: 20px auto 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: none;
  }

  .hero-section-extension {
    height: auto;
    padding-top: 72px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100%, auto;
  }

  .hero-section-extension.background-gravel {
    padding-bottom: 40px;
  }

  .wrap-2-column-section-multiple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-2-column-section-multiple.title-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .install-images-flower-center {
    width: 856px;
    max-width: 100%;
  }

  .install-images-flower-3 {
    top: -33%;
    width: 856px;
    max-width: 75%;
  }

  .install-images-flower-1 {
    top: -33%;
    width: 856px;
    max-width: 75%;
  }

  .backgroundgraphic_text {
    display: none;
  }

  .backgroundgraphic_style {
    display: none;
  }

  .backgroundgraphic_symbol_local {
    display: none;
  }

  .backgroundgraphic_symbol_library {
    display: none;
  }

  ._3d-perspective-right-video {
    overflow: hidden;
    width: 856px;
    max-width: 120%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 69.6%;
  }

  .hint-text {
    width: 75%;
  }

  .title-wrap-cb {
    margin: 0px auto 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: none;
  }

  .w50-text-hero {
    width: 100%;
    padding: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-wrap-left-hero {
    margin: 40px auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: none;
  }

  .w50-image {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .w50-image.perspecive-parent.image-align-right {
    overflow: visible;
  }

  .wrap-2-column-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-2-column-hero.title-left {
    width: 95%;
  }

  .button-group-vertical {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-video-wrapper.with-shadow {
    border-radius: 3px;
  }

  .video-cb {
    width: 568px;
    height: 320px;
    margin-left: -284px;
  }

  .section-top-diagonal-break {
    display: none;
  }

  .section-top-diagonal-break.hero-shadow {
    height: 24px;
    border-bottom-width: 24px;
  }

  .text-block-4 {
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .section-bottom-diagonal-break {
    display: none;
  }

  .section-bottom-diagonal-break.hero-shadow {
    height: 24px;
    border-bottom-width: 24px;
  }

  .cb-main-video {
    overflow: visible;
    width: 856px;
    max-width: 100%;
  }

  .cb-main-video.with-shadow {
    overflow: hidden;
    border-radius: 4px;
  }

  .cb-side-visual {
    overflow: visible;
    width: 856px;
    max-width: 100%;
  }

  .cb-side-visual.with-shadow {
    overflow: hidden;
    border-radius: 1.5vw;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 80px;
    background-size: 100%, auto;
  }

  .hero-section.background-gravel {
    padding-bottom: 0px;
  }

  .card-centered-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-centered-section.dark {
    min-height: 0vh;
    margin-top: -40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .two-column-grid-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wordmark {
    font-size: 1.5em;
    text-align: left;
    letter-spacing: 0px;
  }

  .subhead {
    width: 100%;
  }

  .paragraph-small {
    font-size: 125%;
  }

  .paragraph-small.label {
    font-size: 125%;
  }

  .paragraph-small.text-mango-dark {
    margin-bottom: 16px;
  }

  .nav-link {
    padding-left: 16px;
    background-color: transparent;
  }

  .button {
    margin-right: 4px;
    margin-left: 4px;
    padding: 8px 12px 9px;
    font-size: 1.25em;
  }

  .button.small.secondary {
    margin-left: 0px;
  }

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

  .two-column-section.background-akebi-curved-bottom {
    padding-bottom: 40px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .wrap-2-column-section.title-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .w40-text {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .w40-text.padding-cb-highlights {
    padding-right: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .footer-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 125%;
  }

  .heading-2 {
    margin-bottom: 8px;
  }

  .cb-side-video.with-shadow {
    border-radius: 2px;
  }

  .subtitle {
    max-width: 100%;
  }

  .subtitle.light-left {
    margin-bottom: 8px;
  }

  .subtitle.dark-gravel-text {
    max-width: 100%;
  }

  .subtitle.light {
    max-width: 100%;
  }

  .subtitle.text-light-gravel {
    max-width: 100%;
  }

  .subtitle.hero {
    margin-bottom: 24px;
  }

  .subtitle.text-light {
    max-width: 100%;
  }

  .footer-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-link {
    margin: 4px 20px 4px 0px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .body {
    overflow: visible;
    font-size: 75%;
  }

  .heading-3 {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 32px;
    text-align: center;
  }

  .heading-3.text-white {
    padding-right: 0px;
  }

  .heading-3.text-white.text-centered {
    margin-bottom: 8px;
  }

  .heading-3.gravel-cb-section {
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .image-darkmode-base {
    display: block;
    max-width: 200%;
    text-align: left;
  }

  .link {
    font-size: 1em;
  }

  .banner-logo {
    width: 20%;
    margin-top: 12px;
  }

  .brand {
    width: 44px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand.w--current {
    width: 44px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .icon-2 {
    margin-left: 0px;
  }

  .section-content {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .nav-container {
    width: 96%;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    max-width: 44px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    max-height: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0px;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
  }

  .text-block {
    margin-top: 8px;
    font-size: 1em;
  }

  .title-wrap {
    width: 92%;
    margin-top: 0px;
  }

  .wrap-highlight {
    width: 100%;
  }

  .small-caption {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .logo {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }

  .image-runbar-highlight {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .button-cta-block {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-horizontal {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-2x2-section {
    display: block;
    margin-top: 0px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .runbar-animation {
    display: block;
    width: 100%;
    margin-left: auto;
  }

  .submit-button-inline {
    width: 100%;
    margin-top: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .image-darkmode-layer-3 {
    display: none;
    max-width: 200%;
    text-align: left;
  }

  .image-darkmode-layer-2 {
    display: none;
    max-width: 200%;
    text-align: left;
  }

  .video-runner-command {
    width: 405px;
    height: 228px;
    margin-left: -202px;
  }

  .heading-1 {
    margin-bottom: 8px;
  }

  .heading-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonial-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .testimonial-item.row-odd {
    padding-bottom: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-bottom-color: #f7f9fa;
    box-shadow: none;
  }

  .tabs-menu {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 12px;
    border-radius: 0em;
    background-color: transparent;
    box-shadow: none;
  }

  .command-video-tab {
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 4px 5px;
  }

  .command-video-tab.w--current {
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .tabs-search-videos {
    display: none;
  }

  .tab-video-content {
    height: 228px;
  }

  .navtitle {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tagline {
    margin-top: 2px;
    line-height: 1.3em;
    text-align: center;
  }

  .tabs-content {
    max-width: 405px;
  }

  .main-video-section {
    padding-top: 60px;
  }

  .banner-cta.banner-blue {
    background-size: auto 55%, auto;
  }

  .banner-cta.banner-blue.pricing {
    width: 100%;
  }

  .grid-section.blue {
    padding-bottom: 0px;
    background-position: 50% 100%;
  }

  .chart-feature-label-section {
    overflow: hidden;
  }

  .chart-item-description {
    padding-right: 16px;
  }

  .chart-feature-label {
    padding-right: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .chart-features {
    width: 100%;
    margin-top: 16px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(79, 82, 91, 0.1);
    border-bottom: 1px solid rgba(79, 82, 91, 0.1);
    border-radius: 0em;
    box-shadow: none;
  }

  .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .chart-row {
    margin-left: 0%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .chart-row.first {
    height: 32px;
  }

  .chart-row.row-section {
    margin-bottom: 8px;
  }

  .chart-feature-partial {
    padding-right: 8px;
  }

  .chart-feature-included {
    padding-right: 0px;
  }

  .chart-feature {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .chart-table-row {
    height: 24px;
  }

  .imageblock-darkmode {
    margin-bottom: -40px;
  }

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

  .centered-section.runbar-blue {
    padding-top: 16px;
  }

  .title-section {
    padding-top: 80px;
    background-size: 100%, auto;
  }

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

  .logo-alt {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }

  .account-block {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 0em;
  }

  .trial-block-chart {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }

  .section-account-vertical {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .div-block-4 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .chart-feature-excluded {
    padding-right: 0px;
  }

  .badge {
    display: none;
  }

  .badge.badge-coral {
    display: none;
  }

  .badge.badge-gravel {
    display: none;
  }

  .section-account-horizontal {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-promo.gravel-badge {
    padding-left: 16px;
  }

  .promo-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .assetbrowser-hero-scrollcontent {
    margin-bottom: -150px;
  }

  .video-progress-bar {
    border-radius: 2px;
    background-color: rgba(0, 119, 238, 0.5);
  }

  .runner-video-navigation-button {
    display: none;
  }

  .search-demo-inner-wrapper {
    height: 228px;
  }

  .search-demo-outer-wrapper {
    max-width: 405px;
  }

  .search-demo-section {
    padding-top: 40px;
  }

  .title-wrap-search-demo {
    width: 92%;
    margin-top: 0px;
  }

  .assetbrowser-hero-symbolcontent {
    margin-bottom: 50px;
  }

  .hero-section-extension {
    padding-top: 80px;
    background-size: 100%, auto;
  }

  .hero-section-extension.background-gravel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrap-2-column-section-multiple.title-left {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-2-column-section-multiple.title-right {
    margin-bottom: 40px;
  }

  ._3d-perspective-right-video {
    margin-top: -20px;
  }

  .hint-text {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 0px;
  }

  .title-wrap-cb {
    width: 92%;
    margin-top: 0px;
  }

  .w50-text-hero {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-wrap-left-hero {
    width: 92%;
    margin-top: 40px;
  }

  .wrap-2-column-hero.title-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-group-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .description-p-list {
    margin-left: 0px;
  }

  .video-cb {
    width: 405px;
    height: 228px;
    margin-left: -202px;
  }


  .cb-main-video.with-shadow {
    border-radius: 4px;
  }
}

#w-node-f729d419ab0e-a060bbb0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a4014dfebf62-a060bbb0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a1f92807bfb3-a060bbb0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ce61f87b6c9f-a060bbb0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aba0ec174c31-a060bbb0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-1e642d016543-a060bbb0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-6ff53d72182b-a060bbb0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f729d419ab0e-a060bbb0 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-a4014dfebf62-a060bbb0 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-a1f92807bfb3-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-ce61f87b6c9f-a060bbb0 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-aba0ec174c31-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-1e642d016543-a060bbb0 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-01d6c566320b-a060bbb0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f729d419ab0e-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a4014dfebf62-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ce61f87b6c9f-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-aba0ec174c31-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-1e642d016543-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f729d419ab0e-a060bbb0 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a4014dfebf62-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a1f92807bfb3-a060bbb0 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ce61f87b6c9f-a060bbb0 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-aba0ec174c31-a060bbb0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-1e642d016543-a060bbb0 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

