/* Text Elements */

h1.perfo-heading-type {
  max-width: 250px;
  text-align: center;
  font-size: 29px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1.applicationheading2 {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #ebe4e4;
  font-family: 'Roboto', sans-serif;
}

h3.applicationheading {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-right: 0;
  color: #326431;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.heading-contact {
  margin-top: 1px;
  margin-bottom: 0;
  padding: 23px 0 10px 24px;
  background-color: #326431;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  -webkit-text-stroke-color: #326431;
}

p.paragraph.body-text-1 {
  margin-top: 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
}

p.paragraph.paragraph-1 {
  margin-top: 1px;
  margin-bottom: 0;
  padding: 10px 0 10px 12px;
  background-color: #326431;
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  -webkit-text-stroke-color: #326431;
}

p.paragraph.applicationtext {
  margin-bottom: 18px;
  padding-right: 17px;
  word-spacing: 1px;
  font-size: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.neutral-nav-link-menu {
  padding: 4px 12px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, 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.email-link-1 {
  color: #fff;
  text-decoration: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  -webkit-text-stroke-color: #fff;
}

a.link-text.email-link {
  color: #fff;
  text-decoration: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.neutral-nav-link-menu:hover {
  text-decoration: underline;
}

/* Layout Elements */

body.body-1 {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #f8f8f7;
}

.container.neutral-navbar {
  position: static;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px;
  max-width: 1240px;
  width: auto;
  background-color: #326431;
  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;
}

.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.container-hero-text {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: 1240px;
}

.container.hero-index-section {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 32px;
  max-width: 1240px;
}

.container.container-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  max-height: 1240px;
  background-color: #bbb;
}

.container.contact.heading {
  background-color: #326431;
  opacity: 1;
}

.container.features-three-columns-1 {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;

  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: auto;
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

.container.feature-inner-container-wrapp-1 {
  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;
  padding: 15px 24px 20px 22px;
  max-width: none;
  background-color: #326431;

  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.container-1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 1px;
  padding-right: 0;
  background-color: #fff;
}

.container.container-3 {
  background-color: #f8f8f7;
}

.container.perfo-tiles-links {
  margin-right: auto;
  margin-left: auto;
  max-width: 250px;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 38px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-right: 0;
  background-color: #fff;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.applicationsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 0;
  min-width: 8px;
}

.container.applicationstexttitle {
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 15px;
  max-width: 50%;
}

.container.photobox {
  margin-right: auto;
  margin-left: auto;
  max-width: 50%;
}

a.glyph.mobile-nav-button {
  display: none;
}

.html-element.navigation-code {
  display: none;
}

a.social-image.social-icon-1-1 {
  margin: 5px 5px 3px;
  padding-top: 0;
  padding-right: 0;
}

a.social-image.social-icon-1 {
  margin: 5px 5px 3px;
}

a.responsive-picture.perfo-logo {
  max-width: 250px;
}

a.responsive-picture.picture-link-1 {
  display: block;
  max-width: 250px;
}

div.responsive-picture.applicationphoto {
  margin-top: 0;
  padding-top: 25px;
}

@media screen and (max-width: 80rem) {
  /* Text Elements */

  h1.perfo-heading-type {
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    font-size: 13px;
  }

  p.paragraph.applicationtext {
    padding-top: 0;
    padding-right: 17px;
  }

  /* Layout Elements */

  .container.container-1 {
    margin-top: 0;
    padding-top: 1px;
    background-color: #bbb;
  }

  .container.perfo-tiles-links {
    max-width: 250px;
  }

  .container.hero-index-section {
    display: grid;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  div.responsive-picture.applicationphoto {
    padding-top: 25px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.perfo-heading-type {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 30px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h3.applicationheading {
    margin-top: 20px;
  }

  p.paragraph.paragraph-1 {
    font-size: 13px;
  }

  p.paragraph.applicationtext {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-1 {
    letter-spacing: 0;
  }

  /* Layout Elements */

  .container.features-three-columns-1 {
    grid-template-rows: repeat(3 , auto);
    grid-template-columns: auto;
  }

  .container.container-1 {
    margin-top: 0;
  }

  .container.perfo-tiles-links {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 300px;
    width: auto;
  }

  div.responsive-picture.applicationphoto {
    padding-top: 15px;
    min-width: 10px;
  }
}

@media screen and (max-width: 42.5rem) {
  /* Text Elements */

  h1.perfo-heading-type {
    margin-right: auto;
    margin-left: auto;
  }

  h3.applicationheading {
    margin-top: 20px;
  }

  p.paragraph.paragraph-1 {
    font-size: 13px;
  }

  a.link-text.neutral-nav-link-menu {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
  }

  /* Layout Elements */

  .container.neutral-navbar {
    position: static;
    z-index: 1000;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #326431;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .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: #303037;
  }

  .container.container-1 {
    margin-top: 0;
  }

  .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: #fff;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.perfo-heading-type {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 28px;
  }

  p.paragraph.paragraph-1 {
    color: #bbb;
    font-size: 13px;
  }

  p.paragraph.applicationtext {
    font-size: 18px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  /* Layout Elements */

  .container.container-1 {
    margin-top: 0;
  }

  .container.applicationsbox {
    display: block;
  }

  .container.applicationstexttitle {
    max-width: none;
  }

  .container.photobox {
    max-width: none;
  }

  a.responsive-picture.perfo-logo {
    max-width: 250px;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.perfo-heading-type {
    font-size: 24px;
  }

  h1.applicationheading2 {
    font-size: 28px;
  }

  p.paragraph.paragraph-1 {
    color: #bbb;
    font-size: 13px;
  }

  p.paragraph.applicationtext {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.container-1 {
    margin-top: 0;
    background-color: #bbb;
  }

  .container.applicationsbox {
    display: block;
  }

  .container.applicationstexttitle {
    max-width: none;
  }
}