/* Text Elements */

h1 {
  font-family: 'Inter', sans-serif;
}

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 800px;
  color: #fff;
  text-align: left;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}

h1.heading-2 {
  color: #ff8000;
  text-shadow: #010101 2px 2px 5px;
  font-size: 48px;
}

h4 {
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h4.feature-title {
  margin: 0 auto;
  text-align: center;
  text-shadow: #fff 2px 2px 2px;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}

h4.footer-heading {
  font-family: 'Poppins', sans-serif;
}

h6.tagline {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  color: #ff8000;
  text-align: left;
  text-shadow: #010101 2px 2px 5px;
  font-weight: 600;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;

  -webkit-text-stroke-color: #ff8000;
}

h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.hero-action-message {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: left;
  line-height: 24px;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.region-description {
  color: #010101;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 25px;
}

p.paragraph.feature-paragraph {
  color: #010101;
  text-shadow: #fff 2px 2px 2px;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

span.text-element.customer-review-title {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

blockquote.customer-review-quote {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.footer-nav-link {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  color: #010101;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

a.link-text.footer-info {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  color: #010101;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

a.link-text.logo-footer {
  margin-top: 0;
  margin-bottom: 0;
  color: #010101;
  text-decoration: none;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}

a.link-text.neutral-nav-link-menu {
  padding: 4px 16px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.logo-footer:hover {
  color: #d4d4d4;
}

a.link-text.footer-nav-link:hover {
  font-weight: 600;
}

/* Interaction Elements */

a.link-button {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button.action-btn {
  display: block;
  margin-top: 24px;
  margin-right: 0;
  margin-left: 0;
  padding: 16px;
  max-width: 200px;
  border-radius: 8px;
  background-color: #ff8000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

a.link-button.action-btn:hover {
  background-color: #ff6249;
}

/* Layout Elements */

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-right: 0;
  padding: 48px 24px;
  min-height: 80vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
  background-image:    -moz-linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
  background-image:      -o-linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
  background-image:         linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: multiply, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.hero-content-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 24px;
  max-width: 800px;
  border: .0625rem solid #ff8000;
  background-color: rgba(1, 1, 1, .46);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.footer-region {
  padding: 96px 24px;
  background-color: #ff8000;
}

.container.footer-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.footer-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.feature-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding: 10px 24px 5px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.content-feature {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  max-width: 1600px;
  width: 100%;

  grid-column-gap: 24px;
  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
  grid-row-gap: 24px;
}

.container.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  min-height: auto;
  border: .25rem solid #ff8000;
  border-radius: 16px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/piston.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/piston.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/piston.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/piston.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, contain;
  background-repeat: repeat, no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal, normal;
}

.container {
  padding-left: 0;
}

.container.flow-hero-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  margin-right: 24px;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.about-us-section {
  display: grid;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  min-height: 60vh;
  max-width: 1600px;
  border-radius: 16px;
  background-color: #fff;

  grid-template-areas: 'image content';
  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: auto;
}

.container.about-us-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  background-color: #e6e8e9;

  grid-area: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.about-image-index {
  background-image: url('../images/gears.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: image;
  background-blend-mode: normal;
}

.container.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-top: 0;
  padding: 96px 24px;
  min-height: auto;
  background-color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.testimonial-3-columns {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;

  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: auto;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.container.testimonial-content {
  -ms-flex-align: start;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.flow-testimonial-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 16px;
}

.container.neutral-navbar {
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  max-width: none;
  width: auto;
  background-color: rgba(1, 1, 1, .2);
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.featurebox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  min-height: auto;
  border: .25rem solid #ff8000;
  border-radius: 16px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(160, 162, 167, .51) 100%), url('../images/plugs.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(160, 162, 167, .51) 100%), url('../images/plugs.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(160, 162, 167, .51) 100%), url('../images/plugs.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(160, 162, 167, .51) 100%), url('../images/plugs.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal, normal;
}

.container.featurebox3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  min-height: auto;
  border: .25rem solid #ff8000;
  border-radius: 16px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/wiring.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/wiring.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/wiring.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/wiring.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal, normal;
}

.container.featurebox4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  min-height: auto;
  border: .25rem solid #ff8000;
  border-radius: 16px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/jetski.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/jetski.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/jetski.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/jetski.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal, normal;
}

a.social-image.social-btn {
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  max-width: 24px;
  border-radius: 4px;
  background-color: #010101;
}

span.glyph.star-icon {
  margin-right: 4px;
  color: #ff4527;
  font-size: 23px;
}

span.glyph.star-icon-half {
  margin-right: 4px;
  color: #ff4527;
  font-size: 23px;
}

a.glyph.mobile-nav-button {
  display: none;
}

.html-element.navigation-code {
  display: none;
}

a.responsive-picture.picture-link-1 {
  position: static;
  width: 150px;
}

@media screen and (max-width: 75rem) {
  /* Layout Elements */

  .container.neutral-navbar {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    min-height: 100px;
    background-color: rgba(1, 1, 1, .13);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
  }

  .container.hero-section {
    background-image: -webkit-linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
    background-image:    -moz-linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
    background-image:      -o-linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
    background-image:         linear-gradient(45deg, rgba(1, 1, 1, .4) 0%, rgba(0, 0, 0, 0) 100%), url('../images/back.jpg');
  }

  .container.hero-content-region {
    margin-right: 10%;
    margin-left: 10%;
  }

  a.responsive-picture.picture-link-1 {
    width: 150px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 48px;
  }

  /* Layout Elements */

  .container.flow-hero-content-text {
    margin: 0 0 16px;
  }

  .container.about-us-section {
    grid-template-areas: 'image' 'content';
    grid-template-rows: minmax(50vh, auto) auto;
    grid-template-columns: 1fr;
  }

  .container.testimonial-3-columns {
    grid-template-columns: repeat(2 , 1fr);
  }

  .container.flow-testimonial-stars {
    margin-top: 24px;
  }

  .container.content-feature {
    grid-template-columns: repeat(2 , auto);
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  a.link-text.neutral-nav-link-menu {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 36px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
  }

  /* Layout Elements */

  .container.neutral-navbar {
    position: static;
    z-index: 1000;
    -ms-flex-align: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #010101;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.navigation-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .95);
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.navigation-links.neutral-right-menu {
    background-color: #ff4527;
  }

  .container.navigation-links.show-menu {
    top: 0;
    visibility: visible;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  a.glyph.mobile-nav-button {
    display: block;
    color: #000;
    text-align: right;
    font-size: 34px;
    line-height: 1;
  }

  a.glyph.close-button-cross.mobile-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 20px;
    padding-right: 24px;
    color: #fff;
  }

  a.glyph.mobile-nav-button.neutral-right-button {
    color: #ff8000;
  }
}

@media screen and (max-width: 43.75rem) {
  /* Text Elements */

  a.link-text.footer-nav-link {
    text-align: left;
  }

  a.link-text.footer-info {
    text-align: left;
  }

  /* Layout Elements */

  .container.footer-content-section {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 48px;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 37px;
  }

  /* Layout Elements */

  .container.content-feature {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 28.75rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 10.68vw;
  }

  h1 span.heading-text-1 {
    font-size: 2.125rem;
  }

  /* Layout Elements */

  .container.flow-testimonial-stars {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.content-feature {
    grid-template-columns: auto;
  }
}