@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
}

.paddingTopNormal {
  padding-top: clamp(45px, 5vw, 90px);
}

.paddingTopDouble {
  padding-top: clamp(90px, 10vw, 180px);
}

.paddingBottomDouble {
  padding-bottom: clamp(90px, 10vw, 180px);
}

.paddingBottomNormal {
  padding-bottom: clamp(45px, 5vw, 90px);
}

.paddingTopHalf {
  padding-top: clamp(22px, 2.5vw, 45px);
}

.paddingBottomHalf {
  padding-bottom: clamp(22px, 2.5vw, 45px);
}

.paddingTopQuarter {
  padding-top: clamp(10px, 1.28vw, 23px);
}

.paddingBottomQuarter {
  padding-bottom: clamp(10px, 1.28vw, 23px);
}

.paddingHorizontalNormal {
  padding-left: clamp(20px, 5vw, 90px);
  padding-right: clamp(20px, 5vw, 90px);
}

img {
  display: block;
}

html {
  scroll-padding-top: 130px;
}

body {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body.noScroll {
  overflow: hidden;
}

.button {
  padding: 12px 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: clamp(16px, 1vw, 18px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button.orange {
  background-color: #e68a00;
  color: #000;
}

.button.green {
  background-color: #009444;
  color: #fff;
}

.button.grey {
  background-color: #f7f7f9;
  color: #333;
}

.button.iconRight > i {
  margin-left: 8px;
  font-size: 16px;
}

.button.iconLeft > i {
  margin-right: 8px;
  font-size: 18px;
}

a.link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(18px, 1.11vw, 20px);
  font-weight: 600;
}
a.link.iconRight i {
  margin-left: 0.5em;
}
a.link.iconLeft i {
  margin-right: 0.5em;
}

a.link.white {
  color: #fff;
}
a.link.white i {
  color: #e68a00;
}

a.link.black {
  color: #222;
}
a.link.black i {
  color: #e68a00;
}

a.link.green {
  color: #009444;
}
a.link.green i {
  color: #01633c;
}

h1 {
  line-height: 1.1em;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(36px, 2.55vw, 46px);
  text-transform: uppercase;
}

h2 {
  line-height: 1.1em;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(27px, 2.05vw, 37px);
  text-transform: uppercase;
  color: #263f35;
}
h2 a {
  color: #263f35;
  text-decoration: none;
}

h3 {
  line-height: 1.1em;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(20px, 1.66vw, 30px);
  text-transform: uppercase;
  color: #263f35;
}

h4 {
  line-height: 1.1em;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(16px, 1.33vw, 22px);
  text-transform: uppercase;
  color: #263f35;
}

h5 {
  line-height: 1.1em;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(16px, 1.05vw, 19px);
  text-transform: uppercase;
  color: #01633c;
}

h6 {
  line-height: 1.1em;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(14px, 0.88vw, 16px);
  text-transform: uppercase;
  color: #01633c;
}

p {
  line-height: 1.4em;
  margin-bottom: 1.4em;
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 0.88vw, 16px);
}
p a {
  color: #009444;
}

p:last-child {
  margin-bottom: 0px;
}

ul {
  padding-left: 2.5em;
  margin-bottom: 1.4em;
}
ul li {
  line-height: 1.4em;
  font-size: clamp(15px, 0.88vw, 16px);
}
ul li a {
  color: #009444;
}

.fancyList table {
  border-collapse: collapse;
}
.fancyList table tr td {
  height: 24px;
}
.fancyList table tr td input {
  opacity: 0;
  width: 0px;
  height: 0px;
  display: none;
}
.fancyList table tr td label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 134px !important;
  font-size: 14px;
}
.fancyList table tr td label i {
  font-size: 8px;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  color: #009444;
}
.fancyList table tr td label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border-radius: 10px;
}
.fancyList table tr td input:checked ~ label > i {
  opacity: 1;
  left: 5px;
}
.fancyList table tr:last-child label {
  margin-bottom: 0px;
}

.fancyList.radioButton table tr td label.radiobuton:before {
  border-radius: 10px;
}
.modelNumber, .documentNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelNumber a, .documentNumber a {
  color: #fff;
  text-decoration: none;
}
.modelNumber a h5, .documentNumber a h5 {
  padding: 0.4em 0.4em;
  color: #fff;
  font-family: "Roboto Mono";
  font-weight: 500;
  font-variant-numeric: slashed-zero;
  margin-bottom: 0px;
}
.modelNumber .revision, .modelNumber .nationalStock, .documentNumber .revision, .documentNumber .nationalStock {
  padding-left: 10px;
  font-size: 12px;
}
.modelNumber .revision > .title, .modelNumber .nationalStock > .title, .documentNumber .revision > .title, .documentNumber .nationalStock > .title {
  font-weight: 500;
  margin-bottom: 0.17em;
}

.modelNumber a h5 {
  background-color: #009444;
}

.documentNumber a h4, .documentNumber a h5 {
  background-color: #e68a00;
}

table.modelSpecs {
  font-size: 14px;
  border-collapse: collapse;
}
table.modelSpecs tr > .name {
  padding: 2px 8px 2px 0px;
  font-weight: 500;
}
.bodyCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bodyCopy p + *:not(p) {
  margin-top: 0.5em;
}
.bodyCopy h1, .bodyCopy h2, .bodyCopy h3, .bodyCopy h4, .bodyCopy h5 {
  margin-bottom: 0.75em;
}
.bodyCopy p > span.large {
  font-size: clamp(18px, 1.22vw, 22px);
}
.bodyCopy p {
  line-height: 1.5em;
}
.bodyCopy p:last-child {
  margin-bottom: 0px;
}
.bodyCopy h1:last-child, .bodyCopy h2:last-child, .bodyCopy h3:last-child, .bodyCopy h4:last-child, .bodyCopy h5:last-child {
  margin-bottom: 0px;
}

.desktopDetails, .mobileDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.desktopDetails h1, .mobileDetails h1 {
  color: #263f35;
  margin-bottom: 0.25em;
}
.desktopDetails h5, .mobileDetails h5 {
  margin-bottom: 1em;
}
input[type=text], input[type=password], input[type=email], textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #999999;
  border-radius: 0px;
  padding: 6px 8px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: clamp(4px, 1.25vw, 8px);
}

select {
  border: 1px solid #999999;
  border-radius: 0px;
  padding: 6px 8px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: clamp(4px, 1.25vw, 8px);
}

.form .fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: clamp(20px, 1.66vw, 30px);
}
.form .fields .field.validation {
  color: #ff0000;
}
.form .fields .field.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.form .fields .field.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .fields .field.inline input, .form .fields .field.inline select, .form .fields .field.inline textarea {
  max-width: 320px;
  width: 100%;
}
.form .fields .field label {
  font-weight: 400;
}
.form .fields .field .validation {
  color: #ff0000;
}
.form .fields .field .tip {
  color: #999999;
}
.form .fields .field input, .form .fields .field select, .form .fields .field textarea {
  width: 100%;
}
.form .fields.columns2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
}
@media (max-width: 640px) {
  .form .fields.columns2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form .fields.columns2 .field {
  width: clamp(240px, 22.22vw, 400px);
}
@media (max-width: 640px) {
  .form .fields.columns2 .field {
    width: 100%;
  }
}
.form .fields.columns2 .field.span2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  width: 100%;
}
@media (max-width: 640px) {
  .form .fields.columns2 .field.span2 {
    -ms-grid-column: auto;
        grid-column-start: auto;
    grid-column-end: auto;
  }
}

fieldset.documentCards {
  border: 1px solid #e68a00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(10px, 1.9vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
fieldset.documentCards > legend {
  font-weight: 500;
}
fieldset.documentCards > a.card {
  width: clamp(120px, 8.88vw, 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #009444;
}
fieldset.documentCards > a.card img {
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
}
fieldset.documentCards > a.card .title {
  text-align: center;
  font-size: 0.9em;
  padding: 0px 10px;
}

.supportDocuments {
  max-width: 532px;
  padding: clamp(10px, 1.11vw, 20px);
  border-left: 1px solid #dfe2e4;
}
@media (max-width: 1280px) {
  .supportDocuments {
    border: 0px;
    padding: 0px;
  }
}
.supportDocuments h3 {
  margin-bottom: 1em;
}
.supportDocuments > .documents > .docColumns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(20px, 2.22vw, 40px);
}
.supportDocuments > .documents > .docColumns > .column > .toggleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #009444;
  cursor: pointer;
}
.supportDocuments > .documents > .docColumns > .column > .toggleHeader h5 {
  color: #01633c;
}
.supportDocuments > .documents > .docColumns > .column > .toggleHeader .twill {
  color: #009444;
}
.supportDocuments > .documents > .docColumns > .column > .files {
  font-size: clamp(14px, 0.88vw, 16px);
  display: none;
}
.supportDocuments > .documents > .docColumns > .column > .files > .file {
  border-bottom: 1px dashed #cccccc;
  padding: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.supportDocuments > .documents > .docColumns > .column > .files > .file .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.supportDocuments > .documents > .docColumns > .column > .files > .file .details .image {
  width: 24px;
  min-width: 24px;
  margin-right: 10px;
}
.supportDocuments > .documents > .docColumns > .column > .files > .file .details .image img {
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
}
.supportDocuments > .documents > .docColumns > .column > .files > .file .details .documentNumber a h5 {
  background-color: #fff;
  color: #01633c;
  font-size: 14px;
  padding: 0px;
}
.supportDocuments > .documents > .docColumns > .column > .files > .file .details .modelTitle h3 {
  margin-bottom: 0px;
  line-height: 0.75em;
}
.supportDocuments > .documents > .docColumns > .column > .files > .file .details .modelTitle h3 a {
  color: #009444;
  font-size: 16px;
  text-decoration: none;
}
.supportDocuments > .documents > .docColumns > .column > .files > .file:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.inline-chart {
  border: 1px solid #eee;
  margin-bottom: 1.4em;
  border-collapse: collapse;
  font-size: 14px;
  max-width: 640px;
}
.inline-chart tr.header td {
  background-color: #f7f7f9;
}
.inline-chart td {
  padding: 4px;
  border: 1px solid #eeeeee;
}

section.row.horizontalRule > .column > .content {
  border-top: 1px solid #eeeeee;
}

section.row.contactForm > .column > .content > .contactForm h3 {
  margin-bottom: 1em;
}

section.row.findarepCTA {
  border-top: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  section.row.findarepCTA {
    background-color: #f7f7f9;
  }
}
section.row.findarepCTA > .column > .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  section.row.findarepCTA > .column > .content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  section.row.findarepCTA > .column > .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.findarepCTA > .column > .content > div {
  padding-top: clamp(45px, 5vw, 90px);
  padding-bottom: clamp(45px, 5vw, 90px);
}
section.row.findarepCTA > .column > .content div.bodyCopy {
  padding-right: clamp(35px, 3.41vw, 61px);
}
section.row.findarepCTA > .column > .content div.bodyCopy p {
  color: #01633c;
  margin-bottom: 1em;
}
section.row.findarepCTA > .column > .content div.bodyCopy > .field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  margin-bottom: 1em;
  max-width: 300px;
}
section.row.findarepCTA > .column > .content div.bodyCopy > .field input[type=text] {
  border-right: 0px;
}
section.row.findarepCTA > .column > .content div.bodyCopy > .field:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  section.row.findarepCTA > .column > .content div.getStarted {
    background-color: #f7f7f9;
    padding-bottom: 0px;
  }
}
section.row.findarepCTA > .column > .content div.usa {
  padding-right: clamp(35px, 3.41vw, 61px);
  padding-left: clamp(35px, 3.41vw, 61px);
  position: relative;
}
@media (max-width: 768px) {
  section.row.findarepCTA > .column > .content div.usa {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.row.findarepCTA > .column > .content div.usa .validation {
  color: #990000;
  margin-top: 10px;
  font-size: 14px;
}
section.row.findarepCTA > .column > .content div.usa:after {
  content: "";
  border-top: 1px dashed #cccccc;
  border-left: 1px dashed #cccccc;
  position: absolute;
  top: 80px;
  bottom: 80px;
  right: 0px;
}
@media (max-width: 1024px) {
  section.row.findarepCTA > .column > .content div.usa:after {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: unset;
  }
}
section.row.findarepCTA > .column > .content div.international {
  padding-left: clamp(35px, 3.41vw, 61px);
}
@media (max-width: 1024px) {
  section.row.findarepCTA > .column > .content div.international {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}
@media (max-width: 768px) {
  section.row.findarepCTA > .column > .content div.international {
    -ms-grid-column: 1;
        grid-column-start: 1;
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.row.findarepCTA > .column > .content div.international a {
  max-width: 300px;
}
section.row.findarepCTA > .column > .content > div:nth-child(n+2) {
  background-color: #f7f7f9;
}

section.row.overlay.visible {
  opacity: 1;
  top: 0px;
}
section.row.overlay.visible > .content {
  opacity: 1;
}

section.row.overlay {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0;
  z-index: 1001;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  opacity: 0;
  top: 100vh;
}
section.row.overlay > .content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  padding: clamp(10px, 1.66vw, 30px);
  position: relative;
  overflow: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
section.row.overlay > .content > .column {
  margin: auto;
  width: clamp(320px, 100%, 540px);
  height: clamp(320px, 100%, 700px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.row.overlay > .content > .column .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
section.row.overlay > .content > .column .controls > .close {
  font-size: 32px;
  padding: 10px;
  cursor: pointer;
}
section.row.overlay > .content > .column iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}

section.row.searchResults > .column > .content > .split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% clamp(20px, 1.66vw, 30px) 30%;
  grid-template-columns: 70% 30%;
  gap: clamp(20px, 1.66vw, 30px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1280px) {
  section.row.searchResults > .column > .content > .split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.searchResults > .column > .content > .split h2 {
  margin-bottom: clamp(20px, 1.66vw, 30px);
}
section.row.searchResults > .column > .content > .split > .left {
  padding-top: clamp(20px, 1.66vw, 30px);
}
section.row.searchResults > .column > .content > .split > .right {
  background-color: #f7f7f9;
  padding: clamp(20px, 1.66vw, 30px);
}
section.row.searchResults > .column > .content .resultsHeader {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  section.row.searchResults > .column > .content .resultsHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.row.searchResults > .column > .content .resultsHeader > .resultCount {
  padding-top: clamp(20px, 1.66vw, 30px);
  padding-bottom: clamp(20px, 1.66vw, 30px);
}
section.row.searchResults > .column > .content .resultsHeader > .key .filterSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.searchResults > .column > .content .resultsHeader > .key .filterSection h4 {
  margin-right: 10px;
}
section.row.searchResults > .column > .content .resultsHeader > .key .filterSection table label {
  margin-right: 10px;
}
section.row.searchResults > .column > .content .resultList.largeImage > .element {
  -ms-grid-columns: 2fr 8fr;
  grid-template-columns: 2fr 8fr;
}
@media (max-width: 768px) {
  section.row.searchResults > .column > .content .resultList.largeImage > .element {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.searchResults > .column > .content .resultList.largeImage > .element > .image {
  max-width: 200px;
  padding: 30px 20px 0px 20px;
}
@media (max-width: 540px) {
  section.row.searchResults > .column > .content .resultList.largeImage > .element > .image {
    display: block;
  }
}
section.row.searchResults > .column > .content .resultList {
  display: -ms-grid;
  display: grid;
  gap: clamp(20px, 1.66vw, 30px);
}
section.row.searchResults > .column > .content .resultList > .element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(8%, 96px) 90fr;
  grid-template-columns: minmax(8%, 96px) 90fr;
  border: 1px solid #eeeeee;
}
@media (max-width: 540px) {
  section.row.searchResults > .column > .content .resultList > .element {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.searchResults > .column > .content .resultList > .element .image {
  border-right: 1px solid #f7f7f9;
  padding: 10px;
}
@media (max-width: 540px) {
  section.row.searchResults > .column > .content .resultList > .element .image {
    display: none;
  }
}
section.row.searchResults > .column > .content .resultList > .element .image img {
  width: 100%;
}
section.row.searchResults > .column > .content .resultList > .element .image.document {
  padding: 20px;
}
@media (max-width: 1280px) {
  section.row.searchResults > .column > .content .resultList > .element .image.document {
    padding: 10px;
  }
}
section.row.searchResults > .column > .content .resultList > .element .image.document img {
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
}
section.row.searchResults > .column > .content .resultList > .element .details {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.row.searchResults > .column > .content .resultList > .element .details .address > div {
  margin-bottom: 1em;
}
section.row.searchResults > .column > .content .resultList > .element .details .address .nameValueTable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1em 1fr;
  grid-template-columns: auto 1fr;
  gap: 1em;
}
section.row.searchResults > .column > .content .resultList > .element .details h3 a {
  color: #263f35;
  text-decoration: none;
}
section.row.searchResults > .column > .content .resultList > .element .details a[role=button] {
  cursor: pointer;
}
section.row.searchResults > .column > .content .resultList > .element .details > * {
  margin-bottom: 10px;
}

section.row.twoColumnTextImage > .column > .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50fr clamp(30px, 3.33vw, 60px) 50fr;
  grid-template-columns: 50fr 50fr;
  gap: clamp(30px, 3.33vw, 60px);
}
section.row.twoColumnTextImage > .column > .content > .right {
  width: 100%;
}
section.row.twoColumnTextImage > .column > .content > .right > .frame {
  width: 100%;
}
section.row.twoColumnTextImage > .column > .content > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.twoColumnTextImage > .column > .content > .right .frame {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.row.twoColumnTextImage > .column > .content > .right .frame img {
  width: 100%;
}
section.row.twoColumnTextImage > .column > .content > .right .frame img[role=link] {
  cursor: pointer;
}
section.row.twoColumnTextImage > .column > .content > .right .frame.small {
  padding: clamp(10px, 1.66vw, 30px);
}
section.row.twoColumnTextImage > .column .content.ratio_5050 {
  -ms-grid-columns: 50fr 50fr;
  grid-template-columns: 50fr 50fr;
}
@media (max-width: 768px) {
  section.row.twoColumnTextImage > .column .content.ratio_5050 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.twoColumnTextImage > .column .content.ratio_6040 {
  -ms-grid-columns: 60fr 40fr;
  grid-template-columns: 60fr 40fr;
}
@media (max-width: 640px) {
  section.row.twoColumnTextImage > .column .content.ratio_6040 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.twoColumnTextImage > .column .content.ratio_7525 {
  -ms-grid-columns: 75fr 25fr;
  grid-template-columns: 75fr 25fr;
}
@media (max-width: 640px) {
  section.row.twoColumnTextImage > .column .content.ratio_7525 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.twoColumnTextImage > .column .content.ratio_8020 {
  -ms-grid-columns: 80fr 20fr;
  grid-template-columns: 80fr 20fr;
}
@media (max-width: 640px) {
  section.row.twoColumnTextImage > .column .content.ratio_8020 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

section.row.navigationBlocks2 > .column > .content {
  display: -ms-grid;
  display: grid;
  gap: clamp(47px, 5.55vw, 100px);
  -ms-grid-columns: -webkit-max-content clamp(47px, 5.55vw, 100px) 1fr;
  -ms-grid-columns: max-content clamp(47px, 5.55vw, 100px) 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 860px) {
  section.row.navigationBlocks2 > .column > .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.row.navigationBlocks2 > .column > .content > .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(28px, 2.77vw, 50px) 1fr clamp(28px, 2.77vw, 50px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 2.77vw, 50px);
}
@media (max-width: 640px) {
  section.row.navigationBlocks2 > .column > .content > .blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.navigationBlocks2 > .column > .content > .blocks > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #009444;
  text-decoration: none;
  color: #01633c;
  padding: clamp(20px, 1.66vw, 30px);
  gap: clamp(10px, 1.11vw, 20px);
}
section.row.navigationBlocks2 > .column > .content > .blocks > .block > span.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.navigationBlocks2 > .column > .content > .blocks > .block > span.image img {
  width: 100%;
  max-width: 48px;
}
section.row.navigationBlocks2 > .column > .content > .blocks > .block > span.link {
  font-family: Rajdhani;
  font-size: clamp(20px, 1.66vw, 30px);
  font-weight: 500;
  text-align: center;
}

section.row.navigationBlocks > .column > .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40fr clamp(20px, 1.66vw, 30px) 60fr;
  grid-template-columns: 40fr 60fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 1.66vw, 30px);
}
@media (max-width: 1024px) {
  section.row.navigationBlocks > .column > .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.navigationBlocks > .column > .content > .caption {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90fr 10fr;
  grid-template-columns: 90fr 10fr;
}
@media (max-width: 1024px) {
  section.row.navigationBlocks > .column > .content > .caption {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.navigationBlocks > .column > .content > .caption > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: clamp(20px, 1.66vw, 30px);
  padding-right: 0px;
}
section.row.navigationBlocks > .column > .content > .caption > .left h2 {
  color: #fff;
  line-height: 1em;
}
section.row.navigationBlocks > .column > .content > .caption > .left h5 {
  color: #dfe2e4;
}
@media (max-width: 1024px) {
  section.row.navigationBlocks > .column > .content > .caption > .left {
    padding-left: 0px;
    background-color: unset !important;
  }
  section.row.navigationBlocks > .column > .content > .caption > .left h2 {
    color: #333333;
  }
  section.row.navigationBlocks > .column > .content > .caption > .left h5 {
    color: #01633c;
  }
}
section.row.navigationBlocks > .column > .content > .caption > .left.orange {
  background-color: #e68a00;
}
section.row.navigationBlocks > .column > .content > .caption > .left.green {
  background-color: #009444;
}
section.row.navigationBlocks > .column > .content > .caption > .left.grey {
  background-color: #333333;
}
section.row.navigationBlocks > .column > .content > .caption > .right img {
  width: 100%;
}
@media (max-width: 1024px) {
  section.row.navigationBlocks > .column > .content > .caption > .right {
    display: none;
  }
}
section.row.navigationBlocks > .column > .content > .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 1.66vw, 30px) 1fr clamp(20px, 1.66vw, 30px) 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(20px, 1.66vw, 30px);
  min-height: 122px;
}
@media (max-width: 640px) {
  section.row.navigationBlocks > .column > .content > .blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.navigationBlocks > .column > .content > .blocks a.block.green {
  border-right: 1px solid #009444;
  border-bottom: 1px solid #009444;
  color: #01633c;
}
section.row.navigationBlocks > .column > .content > .blocks a.block.orange {
  border-right: 1px solid #e68a00;
  border-bottom: 1px solid #e68a00;
  color: #333333;
}
section.row.navigationBlocks > .column > .content > .blocks a.block.grey {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #333333;
}
section.row.navigationBlocks > .column > .content > .blocks a.block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.11vw, 20px);
  font-size: clamp(20px, 1.66vw, 30px);
  padding: clamp(20px, 1.66vw, 30px);
  background-color: #fff;
  text-decoration: none;
}
section.row.navigationBlocks > .column > .content > .blocks a.block span {
  text-align: center;
  font-family: Rajdhani;
  font-weight: 600;
}
section.row.navigationBlocks > .column > .content > .blocks a.block {
  /*                    i {
      color: $greenSecondary;
  }*/
}
section.row.navigationBlocks > .column > .content > .blocks a.block img {
  width: 100%;
  max-width: 64px;
}
section.row.navigationBlocks > .column > .content > .blocks a.block:hover {
  /*       i {
      color: $greenPrimary;
  }*/
}
section.row.navigationBlocks > .column > .content > .blocks a.block:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  height: 100%;
  width: 100%;
}
section.row.navigationBlocks > .column > .content > .blocks a.block.orange:after {
  border-right: 1px solid #e68a00;
  border-bottom: 1px solid #e68a00;
}
section.row.navigationBlocks > .column > .content > .blocks a.block.green:after {
  border-right: 1px solid #009444;
  border-bottom: 1px solid #009444;
}
section.row.navigationBlocks > .column > .content > .blocks a.block.grey:after {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

section.row.textInColumns > .column .content {
  display: -ms-grid;
  display: grid;
  gap: clamp(20px, 3.33vw, 60px);
}
section.row.textInColumns > .column .content.two {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 960px) {
  section.row.textInColumns > .column .content.two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: minmax(320px, 1fr);
    grid-template-columns: minmax(320px, 1fr);
    gap: 0px;
  }
  section.row.textInColumns > .column .content.two .bodyCopy {
    border-bottom: 1px solid #cccccc;
    padding-bottom: clamp(45px, 5vw, 90px);
    margin-bottom: clamp(45px, 5vw, 90px);
  }
  section.row.textInColumns > .column .content.two .bodyCopy:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
section.row.textInColumns > .column .content.three {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  section.row.textInColumns > .column .content.three {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: minmax(320px, 1fr);
    grid-template-columns: minmax(320px, 1fr);
    gap: 0px;
  }
  section.row.textInColumns > .column .content.three .bodyCopy {
    border-bottom: 1px solid #cccccc;
    padding-bottom: clamp(45px, 5vw, 90px);
    margin-bottom: clamp(45px, 5vw, 90px);
  }
  section.row.textInColumns > .column .content.three .bodyCopy:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

section.row.productDetails > .column > .content > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 1.66vw, 30px);
}
section.row.productDetails > .column > .content > .content > .columns {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  -ms-grid-columns: 1.5fr 20px 8.5fr;
  grid-template-columns: 1.5fr 8.5fr;
  width: 100%;
}
@media (max-width: 960px) {
  section.row.productDetails > .column > .content > .content > .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.left {
  max-width: 200px;
}
@media (max-width: 960px) {
  section.row.productDetails > .column > .content > .content > .columns .column.left {
    border: 0px;
    max-width: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20fr 80fr;
    grid-template-columns: 20fr 80fr;
  }
}
@media (max-width: 540px) {
  section.row.productDetails > .column > .content > .content > .columns .column.left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.left > .productImage {
  padding: clamp(24px, 1.66vw, 30px);
  padding-left: 0px;
  min-width: 120px;
}
@media (max-width: 540px) {
  section.row.productDetails > .column > .content > .content > .columns .column.left > .productImage {
    max-width: 200px;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.left > .productImage img {
  width: 100%;
  outline: 1px solid #f7f7f9;
  outline-offset: 4px;
}
section.row.productDetails > .column > .content > .content > .columns .column.left > .mobileDetails {
  padding: clamp(24px, 1.66vw, 30px);
  display: none;
}
section.row.productDetails > .column > .content > .content > .columns .column.left > .mobileDetails .modelNumber {
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  section.row.productDetails > .column > .content > .content > .columns .column.left > .mobileDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 540px) {
  section.row.productDetails > .column > .content > .content > .columns .column.left > .mobileDetails {
    padding-left: 0px;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr clamp(20px, 1.66vw, 30px) 4fr;
  grid-template-columns: 6fr 4fr;
  gap: clamp(20px, 1.66vw, 30px);
}
@media (max-width: 1280px) {
  section.row.productDetails > .column > .content > .content > .columns .column.right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: clamp(30px, 3.33vw, 60px);
  -ms-flex-line-pack: start;
      align-content: start;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails > .desktopDetails .modelNumber {
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails > .desktopDetails {
    display: none;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .stcChart > .title {
  border-bottom: 1px solid #f7f7f9;
  padding: 10px;
  text-align: center;
  background-color: #f7f7f9;
  font-size: 14px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .stcChart > .columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .stcChart > .columns > .column {
  border-bottom: 4px solid #f7f7f9;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .stcChart > .columns > .column .frequency, section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .stcChart > .columns > .column .db {
  text-align: center;
  padding: 10px;
  padding: clamp(5px, 0.5vw, 10px);
  font-size: 12px;
  border: 1px solid #f7f7f9;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .stcChart > .columns > .column .frequency {
  font-weight: 600;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .glassSpecifications h5 {
  margin-bottom: 10px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .glassSpecifications > .fileList > .file {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .glassSpecifications > .fileList > .file > .icon {
  margin-right: 10px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .glassSpecifications > .fileList > .file > .icon img {
  width: 24px;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .glassSpecifications > .fileList > .file > .title {
  font-size: 16px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .glassSpecifications > .fileList > .file > .title > h3 > a {
  font-size: 16px;
  color: #009444;
  text-decoration: none;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .glassSpecifications > .fileList .file:last-child {
  border-bottom: 0px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image .left {
  width: 20%;
  padding: clamp(10px, 1.66vw, 30px);
  padding-top: 0px;
  padding-left: 0px;
}
@media (max-width: 640px) {
  section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image .left img {
  width: 100%;
  max-width: 150px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image .right {
  width: 80%;
}
@media (max-width: 640px) {
  section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image .right {
    width: 100%;
  }
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.image p {
  font-size: 16px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.noImage {
  margin-bottom: 2em;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description.noImage p {
  font-size: 16px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .descriptions article.description:last-child {
  margin-bottom: 0px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware {
  padding-top: clamp(20px, 1.66vw, 30px);
  width: 100%;
  border-top: 1px dashed #cccccc;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware h3 {
  margin-bottom: 1em;
  color: #263f35;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType h4 {
  margin-bottom: 0.25em;
  color: #009444;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList {
  margin-left: 1.5em;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList > .model {
  line-height: 2.5em;
  margin-bottom: 30px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList > .model > .title {
  font-weight: 600;
  margin-bottom: 10px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList > .model > .applicationNotes {
  margin-bottom: 10px;
  color: #990000;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList > .model > .ansi i {
  color: #009444;
  padding: 0px 10px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList > .model .models .suggested {
  margin-bottom: 0.5em;
  font-weight: 500;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList > .model .models ul {
  margin-bottom: 0px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList > .model .models {
  font-size: 16px;
  line-height: 1.25em;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList .model:last-child {
  margin-bottom: 0px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType > .hardwareList:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
section.row.productDetails > .column > .content > .content > .columns .column.right > .productDetails .hardware > .hardwareType:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

section.row.pageTitle > .column > .content .crumbs {
  margin-bottom: 10px;
}
section.row.pageTitle > .column > .content .crumbs a {
  text-decoration: none;
  color: #01633c;
}
section.row.pageTitle > .column > .content .crumbs i {
  color: #009444;
  padding: 0px 12px;
}
section.row.pageTitle > .column > .content h1 {
  color: #263f35;
}

section.row.productBrowser > .column > .content > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 1.66vw, 30px);
}
@media (max-width: 960px) {
  section.row.productBrowser > .column > .content > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.row.productBrowser > .column > .content > .content > .left {
  height: 100%;
  top: 100px;
  width: 20%;
  min-width: 250px;
}
@media (max-width: 960px) {
  section.row.productBrowser > .column > .content > .content > .left {
    position: static;
    width: 100%;
  }
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel {
  border: 1px solid #eeeeee;
  background-color: #f7f7f9;
  padding: clamp(10px, 2.22vw, 40px);
}
@media (max-width: 960px) {
  section.row.productBrowser > .column > .content > .content > .left #filterPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel .filterSection {
  margin-bottom: clamp(20px, 1.66vw, 30px);
}
@media (max-width: 960px) {
  section.row.productBrowser > .column > .content > .content > .left #filterPanel .filterSection {
    width: calc(50% - 1.04vw);
  }
}
@media (max-width: 420px) {
  section.row.productBrowser > .column > .content > .content > .left #filterPanel .filterSection {
    width: 100%;
  }
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel .filterSection:last-child {
  margin-bottom: 0px;
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel h3 {
  margin-bottom: 0.4em;
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel select {
  width: 100%;
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel a.button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel > #toggleTabContainer {
  display: none;
  width: 30px;
  position: absolute;
  left: 249px;
  top: 0px;
  bottom: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel > #toggleTabContainer > #toggleTab {
  width: 30px;
  cursor: pointer;
}
section.row.productBrowser > .column > .content > .content > .left #filterPanel > #toggleTabContainer > #toggleTab img {
  width: 100%;
}
section.row.productBrowser > .column > .content > .content > .right {
  min-height: 50vh;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 1.66vw, 30px);
}
@media (max-width: 1024px) {
  section.row.productBrowser > .column > .content > .content > .right {
    width: 100%;
  }
}
section.row.productBrowser > .column > .content > .content > .right > .resultCount {
  padding-top: clamp(20px, 1.66vw, 30px);
}
section.row.productBrowser > .column > .content > .content > .right > .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eeeeee;
}
@media (max-width: 640px) {
  section.row.productBrowser > .column > .content > .content > .right > .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.row.productBrowser > .column > .content > .content > .right > .product > .image {
  width: clamp(150px, 15%, 210px);
  border-right: 1px solid #f7f7f9;
  padding: 10px;
}
@media (max-width: 640px) {
  section.row.productBrowser > .column > .content > .content > .right > .product > .image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.row.productBrowser > .column > .content > .content > .right > .product > .image img {
  width: 100%;
}
@media (max-width: 640px) {
  section.row.productBrowser > .column > .content > .content > .right > .product > .image img {
    max-width: 170px;
  }
}
section.row.productBrowser > .column > .content > .content > .right > .product > .details {
  width: 85%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  section.row.productBrowser > .column > .content > .content > .right > .product > .details {
    width: 100%;
  }
}
section.row.productBrowser > .column > .content > .content > .right > .product > .details > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.row.productBrowser > .column > .content > .content > .right > .product > .details > .left h3 a {
  color: #263f35;
  text-decoration: none;
}
section.row.productBrowser > .column > .content > .content > .right > .product > .details > .left > * {
  margin-bottom: 10px;
}

.productTitleCrumbs {
  padding-bottom: clamp(20px, 2.5vw, 45px);
}
.productTitleCrumbs .crumbs {
  margin-bottom: 10px;
}
.productTitleCrumbs .crumbs a {
  text-decoration: none;
  color: #01633c;
}
.productTitleCrumbs .crumbs i {
  color: #009444;
  padding: 0px 12px;
}
.productTitleCrumbs h1 {
  color: #263f35;
}
.productTitleCrumbs .backLink {
  margin-top: 10px;
}
.productTitleCrumbs .backLink > a {
  /*          i {
      color: $greenPrimary;
      padding: 0px 12px;
  }

  color: $greenSecondary;
  text-decoration: none;*/
}

@media (max-width: 450px) {
  section.row.utilityBar {
    display: none;
  }
}
section.row.utilityBar > .column {
  display: -ms-grid;
  display: grid;
}
section.row.utilityBar > .column > .content {
  background: linear-gradient(60deg, #f7f7f9 calc(100% - 40px), #fff calc(100% - 40px));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: antiquewhite;
  padding: clamp(2px, 0.4vw, 6px);
  padding-right: 80px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 640px) {
  section.row.utilityBar > .column > .content {
    padding-left: 0px;
  }
}
section.row.utilityBar > .column > .content .productSelect, section.row.utilityBar > .column > .content .productSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.row.utilityBar > .column > .content .productSelect label, section.row.utilityBar > .column > .content .productSearch label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #263f35;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 640px) {
  section.row.utilityBar > .column > .content .productSelect label, section.row.utilityBar > .column > .content .productSearch label {
    display: none;
  }
}
section.row.utilityBar > .column > .content > .productSelect a {
  color: #01633c;
  background-color: transparent;
  border-right: 1px solid #dfe2e4;
}
section.row.utilityBar > .column > .content > .productSelect a:hover {
  background-color: #fff;
}
@media (max-width: 960px) {
  section.row.utilityBar > .column > .content > .productSelect a:last-child {
    border-right: 0px;
  }
}
section.row.utilityBar > .column > .content > .productSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 960px) {
  section.row.utilityBar > .column > .content > .productSearch {
    display: none;
  }
}
section.row.utilityBar > .column > .content > .productSearch input[type=text] {
  border-right: 0px;
}
section.row.utilityBar > .column > .content > .productSearch a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #009444;
  text-decoration: none;
  padding: 4px 10px;
}

section.row.masthead {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #009444));
  background: linear-gradient(90deg, #222222 50%, #009444 50%);
}
section.row.masthead > .column > .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
section.row.masthead > .column > .content > .column.left {
  padding-left: clamp(20px, 5vw, 90px);
  padding-right: clamp(20px, 5vw, 90px);
  position: relative;
  isolation: isolate;
  padding-top: clamp(40px, 6.25vw, 80px);
  padding-bottom: clamp(40px, 6.25vw, 80px);
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.masthead > .column > .content > .column.left .backgroundImage {
  background-color: black;
  position: absolute;
  inset: 0px;
  z-index: -1;
  opacity: 0.2;
}
section.row.masthead > .column > .content > .column.left .backgroundImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
section.row.masthead > .column > .content > .column.left .textWrap {
  max-width: 420px;
}
section.row.masthead > .column > .content > .column.left .textWrap h1 {
  color: #fff;
  text-shadow: 0px 0px 20px #222222;
}
section.row.masthead > .column > .content > .column.left .textWrap .hr {
  margin: 20px 0px;
  height: 4px;
  width: 100px;
  background-color: #009444;
}
section.row.masthead > .column > .content > .column.left .textWrap p {
  color: #fff;
  margin-bottom: 1em;
  text-shadow: 0px 0px 20px #222222;
}
section.row.masthead > .column > .content > .column.left {
  /*       &:before {
      content: '';
      background-position: center center;
      background-size: cover;
      background-image: url('/images/istockphoto-1132695644-1024x1024.jpg');
      opacity: 0.1;
      position: absolute;
      inset: 0px;
      z-index: -1;
  }*/
}
section.row.masthead > .column > .content > .column.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.22vw, 40px);
  position: relative;
  padding-top: clamp(35px, 3.33vw, 60px);
  padding-bottom: clamp(35px, 3.33vw, 60px);
  padding-left: clamp(20px, 5vw, 90px);
  padding-right: clamp(20px, 5vw, 90px);
}
@media (max-width: 1024px) {
  section.row.masthead > .column > .content > .column.right {
    display: none;
  }
}
section.row.masthead > .column > .content > .column.right .quickTab {
  left: -20px;
  position: absolute;
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 20px;
}
section.row.masthead > .column > .content > .column.right .quickTab img {
  width: 100%;
}
section.row.masthead > .column > .content > .column.right h3 {
  margin-bottom: 0.75em;
  color: #000;
}
section.row.masthead > .column > .content > .column.right .quickSelect {
  margin-bottom: 30px;
}
section.row.masthead > .column > .content > .column.right .navSection {
  padding-left: 10px;
  margin-bottom: 20px;
}
section.row.masthead > .column > .content > .column.right .navSection h4 {
  font-size: clamp(24px, 1.94vw, 26px);
  margin-bottom: 0.25em;
  color: #222222;
}
section.row.masthead > .column > .content > .column.right .navSection nav {
  margin-left: 1px;
}
section.row.masthead > .column > .content > .column.right .navSection nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: clamp(8px, 0.694vw, 10px);
}
section.row.masthead > .column > .content > .column.right .navSection nav a:last-child {
  margin-bottom: 0px;
}
section.row.masthead > .column > .content > .column.right .navSection {
  margin-bottom: 0px;
}

header.row.navigation {
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}
header.row.navigation > .column {
  --var-vertical-padding: clamp(16px, 1.22vw, 22px);
  padding-top: var(--var-vertical-padding);
  padding-bottom: var(--var-vertical-padding);
}
header.row.navigation > .column > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
header.row.navigation > .column > .content > .logo {
  font-size: clamp(180px, 11.11vw, 200px);
  line-height: 0px;
  width: 1em;
}
header.row.navigation > .column > .content > .logo img {
  width: 100%;
}
header.row.navigation > .column > .content > div.navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  header.row.navigation > .column > .content > div.navContainer > .menu {
    display: none;
  }
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  color: #263f35;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  margin-right: clamp(30px, 3.47vw, 50px);
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel a {
  color: #263f35;
  text-decoration: none;
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel > i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 10px;
  color: #009444;
  line-height: 0em;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel .menuFly {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 14px;
  top: 30px;
  right: 0px;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(9, 59, 93, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(9, 59, 93, 0.1);
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel .menuFly a {
  font-family: "Rajdhani", sans-serif;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #01633c;
  padding: 10px;
  border-bottom: 1px solid #f7f7f9;
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel .menuFly a img {
  margin-right: 10px;
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel .menuFly a:hover {
  background-color: #f8f8f8;
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel .menuFly a:last-child {
  border-bottom: 0px;
}
header.row.navigation > .column > .content > div.navContainer > .menu .navElements .topLevel.selected i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header.row.navigation > .column > .content > div.navContainer > .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.row.navigation > .column > .content > div.navContainer > .actions .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 860px) {
  header.row.navigation > .column > .content > div.navContainer > .actions .buttons {
    display: none;
  }
}
header.row.navigation > .column > .content > div.navContainer > .actions .buttons > a {
  background-color: #009444;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  line-height: 16px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 22px;
  margin-right: 30px;
  -webkit-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
}
header.row.navigation > .column > .content > div.navContainer > .actions .buttons > a:hover {
  background-color: #009444;
}
@media (max-width: 640px) {
  header.row.navigation > .column > .content > div.navContainer > .actions .search {
    display: none;
  }
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s;
  margin-left: 30px;
  color: #01633c;
}
@media (max-width: 1200px) {
  header.row.navigation > .column > .content > div.navContainer > .actions #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger i {
  font-size: 24px;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu {
  text-transform: uppercase;
  z-index: 9;
  position: absolute;
  top: 39px;
  right: 0px;
  display: none;
  background-color: #01633c;
  padding: 10px 10px 8px 10px;
  min-width: 310px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(9, 59, 93, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(9, 59, 93, 0.1);
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .spacer {
  height: 30px;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem.menuSearch {
  border-bottom: 0px;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem.menuSearch > .search {
  display: none;
}
@media (max-width: 640px) {
  header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem.menuSearch > .search {
    display: block;
  }
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem.menuSearch > .search > .inputWithIcon i {
  font-size: 16px;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem {
  border-bottom: 1px dotted #009444;
  font-family: "Rajdhani";
  font-weight: 600;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem:nth-last-child(-n+2) {
  border: 0px;
}
@media (max-width: 640px) {
  header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .topLevel a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .topLevel a i {
  font-size: 14px;
  color: #fff;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .topLevel a:hover {
  background-color: #017d4b;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .subLevel {
  display: none;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .subLevel a {
  padding: 10px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-left: 20px;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .subLevel a span.image {
  min-width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .subLevel a:hover {
  background-color: #017d4b;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger #menu .menuItem .subLevel a:last-child {
  margin-bottom: 10px;
}
header.row.navigation > .column > .content > div.navContainer > .actions #hamburger.active {
  background-color: #009444;
  color: #fff;
}
header.row.navigation > .column > .content .inputWithIcon {
  position: relative;
  width: 100%;
  background-color: antiquewhite;
}
header.row.navigation > .column > .content .inputWithIcon i {
  position: absolute;
  font-size: 20px;
  color: #01633c;
  right: 10px;
  top: 10px;
  opacity: 0.5;
}
header.row.navigation > .column > .content .inputWithIcon input {
  width: 100%;
  border: 0px;
  border: 1px solid #ddd;
  padding: 10px 40px 8px 10px;
  font-size: 16px;
  outline: none;
}
header.row.navigation > .column > .content .inputWithIcon input::-webkit-input-placeholder {
  color: #999999;
}
header.row.navigation > .column > .content .inputWithIcon input::-moz-placeholder {
  color: #999999;
}
header.row.navigation > .column > .content .inputWithIcon input:-ms-input-placeholder {
  color: #999999;
}
header.row.navigation > .column > .content .inputWithIcon input::-ms-input-placeholder {
  color: #999999;
}
header.row.navigation > .column > .content .inputWithIcon input::placeholder {
  color: #999999;
}

section.row.productTypeGrid {
  background-color: #f7f7f9;
}
section.row.productTypeGrid > .column > .content > .grid {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  grid-gap: clamp(30px, 3.33vw, 60px);
  -ms-grid-columns: 1fr clamp(30px, 3.33vw, 60px) 1fr clamp(30px, 3.33vw, 60px) 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  section.row.productTypeGrid > .column > .content > .grid {
    -ms-grid-columns: 1fr clamp(30px, 3.33vw, 60px) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  section.row.productTypeGrid > .column > .content > .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
section.row.productTypeGrid > .column > .content > .grid > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 540px) {
  section.row.productTypeGrid > .column > .content > .grid > .card {
    border-bottom: 1px dashed #999999;
    padding-bottom: 30px;
  }
  section.row.productTypeGrid > .column > .content > .grid > .card:last-child {
    border-bottom: 0px;
  }
}
section.row.productTypeGrid > .column > .content > .grid > .card a img {
  margin-bottom: 12px;
  height: clamp(46px, 3.11vw, 56px);
}
section.row.productTypeGrid > .column > .content > .grid > .card h3 {
  margin-bottom: 0.25em;
}
section.row.productTypeGrid > .column > .content > .grid > .card h3 a {
  text-decoration: none;
  color: #263f35;
}
section.row.productTypeGrid > .column > .content > .grid > .card p {
  font-size: 16px;
  margin-bottom: 0.75em;
}

section.row.footerDecoration {
  background-color: #222;
}
section.row.footerDecoration > .column > .content {
  position: relative;
}
section.row.footerDecoration > .column > .content > .accents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  padding-left: clamp(20px, 5vw, 90px);
  padding-right: clamp(20px, 5vw, 90px);
}
section.row.footerDecoration > .column > .content > .accents-top > .logo {
  visibility: hidden;
  font-size: clamp(180px, 13.88vw, 240px);
  height: 100%;
  aspect-ratio: 270/77;
  -webkit-transform: translateY(-0.11em);
          transform: translateY(-0.11em);
  width: 1em;
  background-color: #fff;
}
section.row.footerDecoration > .column > .content > .accents-top > .logo img {
  width: 100%;
  outline: clamp(10px, 1.11vw, 20px) solid #fff;
}
section.row.footerDecoration > .column > .content > .accents-top > .handle {
  font-size: clamp(320px, 27.77vw, 500px);
  -webkit-transform: translateY(clamp(-76px, -4.22vw, -49px));
          transform: translateY(clamp(-76px, -4.22vw, -49px));
  width: 1em;
}
@media (max-width: 768px) {
  section.row.footerDecoration > .column > .content > .accents-top > .handle {
    display: none;
  }
}
section.row.footerDecoration > .column > .content > .accents-top > .handle img {
  width: 100%;
}

section.row.newsFeature {
  background-color: #111;
  border-top: 1px solid #333333;
}
section.row.newsFeature .column > .content {
  max-width: 1280px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(30px, 5.859375vw, 60px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5.859375vw, 60px);
}
@media (max-width: 960px) {
  section.row.newsFeature .column > .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.newsFeature .column > .content > .left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr clamp(20px, 3.90625vw, 40px) 7fr;
  grid-template-columns: 3fr 7fr;
  gap: clamp(20px, 3.90625vw, 40px);
}
@media (max-width: 470px) {
  section.row.newsFeature .column > .content > .left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.newsFeature .column > .content > .left .cover a img {
  width: 100%;
  max-width: 222px;
}
section.row.newsFeature .column > .content > .left > .content img {
  width: clamp(140px, 17.578125vw, 180px);
  margin-bottom: clamp(10px, 2.34375vw, 30px);
}
section.row.newsFeature .column > .content > .left > .content {
  display: block;
}
section.row.newsFeature .column > .content > .left > .content p {
  color: #fff;
}
section.row.newsFeature .column > .content > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  section.row.newsFeature .column > .content > .right {
    display: none;
  }
}
section.row.newsFeature .column > .content > .right blockquote {
  padding-top: clamp(10px, 1.953125vw, 20px);
  padding-bottom: clamp(10px, 1.953125vw, 20px);
  padding-left: clamp(30px, 5.859375vw, 60px);
  color: #fff;
  font-family: Rajdhani;
  border-left: 4px solid #009444;
  font-size: clamp(27px, 2.05vw, 37px);
  font-weight: 700;
  max-width: 400px;
}
section.row.newsFeature .column > .content > .right blockquote span.highlight {
  color: #009444;
}

footer.row {
  background-color: #222;
  color: #fff;
}
footer.row > .column > .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  footer.row > .column > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 960px) {
  footer.row > .column > .content .contact {
    margin-bottom: 40px;
    margin-top: 18px;
  }
}
footer.row > .column > .content .contact h2 {
  color: #fff;
  margin-bottom: 0.5em;
  margin-left: 57px;
}
footer.row > .column > .content .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: clamp(20px, 1.5vw, 24px);
  margin-bottom: 0.66em;
}
footer.row > .column > .content .contact a span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #009444;
  font-size: 1em;
  padding: 8px 0px;
  border-right: 1px solid #666;
  width: 48px;
  margin-right: 10px;
}
footer.row > .column > .content .contact a address, footer.row > .column > .content .contact a div.text {
  font-family: Rajdhani;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}
footer.row > .column > .content .contact a:last-child {
  margin-bottom: 0px;
}
footer.row > .column > .content .iso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(480px, 35vw, 640px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  footer.row > .column > .content .iso {
    width: 100%;
  }
}
@media (max-width: 540px) {
  footer.row > .column > .content .iso {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer.row > .column > .content .iso > .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 35%;
}
@media (max-width: 540px) {
  footer.row > .column > .content .iso > .images {
    width: 50%;
  }
}
@media (max-width: 768px) {
  footer.row > .column > .content .iso > .images > .image {
    width: 70px;
  }
}
footer.row > .column > .content .iso > .images > .image img {
  width: 100%;
}
footer.row > .column > .content .iso > .images > .image.intertek {
  width: 50%;
}
footer.row > .column > .content .iso > .images > .image.certified {
  width: 50%;
}
footer.row > .column > .content .iso > .text {
  width: 65%;
  padding-top: 10px;
}
@media (max-width: 420px) {
  footer.row > .column > .content .iso > .text {
    width: 100%;
  }
}
footer.row > .column > .content .iso > .text h3 {
  color: #f7f7f9;
}
footer.row > .column > .content .iso > .text p {
  margin-bottom: 1em;
}
footer.row > .column > .content .iso > .text a.link {
  color: #fff;
}

section.row.basement {
  background-color: #01633c;
  color: #fff;
}
section.row.basement > .column {
  padding-top: clamp(20px, 1.66vw, 30px);
  padding-bottom: clamp(20px, 1.66vw, 30px);
  padding-left: clamp(20px, 5vw, 90px);
  padding-right: clamp(20px, 5vw, 90px);
}
section.row.basement > .column > .content {
  white-space: nowrap;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}
section.row.basement > .column > .content a {
  color: #fff;
  text-decoration: none;
  line-height: 1.5em;
}
section.row.basement > .column > .content .pipe {
  color: #009444;
  margin: 0px 10px;
}
@media (max-width: 1280px) {
  section.row.basement > .column > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.row.basement > .column > .content div:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  section.row.basement > .column > .content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
  }
  section.row.basement > .column > .content .links .pipe {
    display: none;
  }
}

section.row, footer.row, header.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row > .column, footer.row > .column, header.row > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row > .column > .content, footer.row > .column > .content, header.row > .column > .content {
  width: 100%;
}
section.row > .column.center, footer.row > .column.center, header.row > .column.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row > .column.left, footer.row > .column.left, header.row > .column.left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.row > .column.right, footer.row > .column.right, header.row > .column.right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.row > .column, footer.row > .column, header.row > .column {
  width: 100%;
  max-width: 1800px;
}