.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  /* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
  -o-object-fit: fill;
  object-fit: fill;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 38px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

h2 {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #ee3124;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

h3 {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #881596;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  /* font-family: source; */
  color: #ee3124;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  /* font-family: aktiv-grotesk, sans-serif; */
  /* font-size: 13px;
  line-height: 19px; */
  text-align: left;

  font-size: 14px;
  line-height: 25.2px;
}

a {
  color: #ee3124;
  text-decoration: none;
}

/* a.w--current {
  background-color: transparent;
} */

a.w--current {
  /* background-color: transparent; */
  color: #ee3124;;
}


ul {
  margin-top: 0px;
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

blockquote {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: #000 #000 #000 #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-container {
  display: block;
  max-width: 100%;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  height: 100%;
  max-width: 100vw;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* font-family: aktiv-grotesk, sans-serif; */
}

.hero-video {
  position: relative;
  left: auto;
  top: 0px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.17);
  -o-object-fit: fill;
  object-fit: fill;
}

.logo {
  position: relative;
  height: 50px;
  cursor: pointer;
}

.h2 {
  position: relative;
  margin-top: 0px;
  width: 100%;
}

.h2.center {
  text-align: center;
}

.h2.tech {
  margin-top: 10px;
  white-space: normal;
  font-size: 13px;
}

.h2.erg {
  font-size: 12px;
  line-height: 15px;
}

.vertical-text {
  position: relative;
  left: 140px;
  top: 18px;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vertical-text.slider-left {
  position: absolute;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: 0%;
  z-index: 5;
  font-size: 10px;
}

.vertical-text.slider-left.black {
  color: #000;
}

.vertical-text.slider-right {
  position: absolute;
  left: 4%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  font-size: 10px;
}

.vertical-text.slider-right.black {
  color: #000;
}

.vertical-line {
  position: relative;
  width: 0px;
  height: 110px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #fff #efefed #fff #fff;
}

.section-image-text {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  max-width: 45%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-image-text {
  /* top: 52px; */
  max-width: none;
  width: 100%;
  padding: 0 10px;
}

.section-image-text.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-left: 1px none #000;
}

.quote {
  position: relative;
  z-index: 10;
  max-width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left-style: none;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.quote.center {
  border: 1px none #000;
}

.quote-author {
  position: relative;
  left: 0%;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 60px 5% 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee3124;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-logo-link.mobile {
  display: none;
}

.footer-logo {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.section-full-width {
  position: relative;
  overflow: hidden;
  /* width: 100vw; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;

  display: flex;
  width: 100%;
}

  .section-full-width.culture {
    position: relative;
    padding: 0 10px;
  }

.section-full-width.sustainability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/sustain-option-2-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sustain-option-2-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-full-width.stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bio-title-company{
  /* font-size: 13px; */
  font-size: 14px;
  /* line-height: 25.2px; */
  font-weight: normal;
  margin: 0;
  /* margin-top: 17.5px; */
  margin-top: 5px;
}

.section-full-width.careers {
  z-index: 1;
  height: auto;
}

.section-full-width.careers.hide {
  display: none;
}

.section-full-width.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-full-width.add-space {
  height: 70vh;
}

.section-full-width.add-space.horizontal.hide {
  display: none;
}

.section-full-width.z-index-up {
  z-index: 1;
}

.section-full-width.liv {
  overflow: visible;
  height: 50vh;
}

.section-full-width.overflow-visible {
  overflow: visible;
}

.section-full-width.student-challenge {
  display: none;
}

.section-full-width.dei {
  z-index: 1;
  height: auto;
}

.section-full-width.overflow-visible {
  overflow: visible;
}

.section-full-width.eol.hide {
  display: none;
}

.nav-menu-primary {
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.overlay-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #ee3124;
  background-clip: border-box;
}

.overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f54f44;
}

.overlay-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #aa241b;
}

.overlay-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #d4a19d;
}

.overlay-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.overlay-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: hidden;
}

.image-4 {
  position: static;
  top: auto;
  bottom: auto;
  z-index: 4;
  display: block;
  overflow: visible;
  width: 50%;
  max-height: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.line {
  position: static;
  width: 160px;
  height: 1.8px;
  margin-bottom: 20px;
  background-color: #ee3124;
}

.line.vertical {
  width: 1.8px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.line.vertical.double-button {
  height: 100px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #d5d1c8;
}

.line.vertical.newsroom-block {
  width: 1px;
}

.line.newsroom {
  width: 100%;
  margin-bottom: 20px;
  background-color: #efefed;
}

.line.blog {
  width: 60%;
  margin-top: 30px;
  background-color: #efefed;
}

.line.blog-head {
  width: 80px;
  background-color: #c2beb5;
}

.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.white {
  background-color: #fff;
  color: #ee3124;
}

.button-arrow {
  position: static;
  left: -24px;
  top: 18px;
  right: -63px;
  display: block;
  width: 95%;
  height: 1.8px;
  min-width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.button-arrow.red {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #ee3124;
}

.nav-menu-seconday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-spacer {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: none;
  width: 100%;
  height: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-container {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500vw;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.page-home {
  display: block;
  overflow: hidden;
  width: 100vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* height: 600px; */
  padding: 0% 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding-top: 80px;

  /* height: 400px; */
  height: 450px;
}

.section-hero.home {
  height: 750px;
  margin-top: 0px;
  padding: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero.careers-hero {
  padding-top: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Careers-Header-min-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-hero.sustainability-hero {
  z-index: 1;
  /* padding-top: 10%; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/iStock-806594356EDIT1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;

  padding-top: 80px;
  padding-bottom: 0px;
}

.section-hero.seating {
  z-index: 10;
  overflow: visible;
  /* margin-bottom: 5%;
  padding-top: 5%; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero.seating {
  /* height: 450px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
  margin-bottom: 0%;
  padding: 0 10px;
}

.section-hero.company {
  background-image: url('../images/company-hero.jpg');
  background-position: 0% 100%;
  background-size: 130%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-hero.company {
  background-position: 38% 50%;
}

.section-hero.newsroom {
  height: 300px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Sustainability_image-min.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-hero.core-capabilities-hero {
  /* height: 400px; */
  background-image: url('../images/Core-Capabilities-Header.jpg');
  /* background-position: 50% 0%; */
  background-position: 50% 100%;
  background-size: cover;
}

.section-hero.guilford-textiles {
  height: 300px;
  background-image: url('../images/TeXstyle-Product-Lines-Thumbnail.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.section-hero.advanced-seating {
  padding: 0%;
}

.section-hero.eagle-ottawa {
  height: 300px;
  background-image: url('../images/Eagle-Ottawa-Header-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-hero.ana-background {
  background-image: url('../images/Advanced-Network-Architecture-Header-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}


.section-hero.seating-top {
  background-image: url('../images/advanced-seating-innovation-bg.jpg');
  background-position: 0% 100%;
  /* background-size: 130%; */
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

.section-hero.advanced-seating-innovation {
  background-image: url('../images/advanced-seating-innovation-bg.jpg');
  background-position: 0% 100%;
  /* background-size: 130%; */
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

.section-hero.e-systems {
  padding: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-hero.e-systems.hide {
  display: none;
}

.section-hero.dei {
  z-index: 1;
  padding-top: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/DEI-Image-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-hero.electrification {
  width: 100%;
  height: 400px;
  background-image: url('../images/Electrification-Header-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-hero.culture {
  background-color: transparent;
  /* background-image: url('../images/Culture-Landing-Page-image-min.png'); */
  /* background-image: url('../images/culture-top-bg.jpg'); */
  /* background-image: url('../images/culture-top-win-bg6.jpg'); */
 
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero.environmental {
  background-image: url('../images/iStock-1180153773-min.jpg');
  background-position: 0% 50%;
  background-size: 125%;
}

.section-hero.governance {
  background-image: url('../images/placeholder.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section-hero.social {
  background-image: url('../images/placeholder.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section-hero.liv {
  background-image: url('../images/iStock-820775768-red-car-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-hero.liv.hide {
  display: none;
}

.section-hero.e-systems-hero {
  /* height: 400px; */
background-position: 100% 0;
/* margin-top: 80px; */
}

.section-hero.e-systems-hero {
  background-image: url('../images/Advanced-Network-Architecture-Header-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.section-hero.suppliers {
  height: 300px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Company-landing-page-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
}




.hero-text {
  z-index: 5;
  max-width: 100%;
}

.hero-text.company {
  z-index: 10;
}

.hero-text.white {
  position: absolute;
}

.hero-text.seating {
  position: static;
  max-width: 60%;
}

.hero-text.e-systems {
  max-width: 70%;
}

.hero-text.core-capabilities {
  z-index: 10;
  max-width: 60%;
}

.menu-button {
  z-index: 2;
}

._2-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-animation {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee3124;
}

.button-animation.white {
  z-index: 0;
  background-color: #fff;
}

.button-block {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-block.width-60 {
  max-width: 60%;
}

.button-block.margin-bottom {
  margin-bottom: 20px;
}

.button-block.align-bottom {
  margin-top: auto;
  height: 40px;
}

.button-block.hide {
  display: none;
}

.button-block.margin-top {
  margin-top: 10px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.text-field-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.field-label {
  /* font-family: aktiv-grotesk, sans-serif; */
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.collection-item-newsroom {
  z-index: 20;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.site-container {
  z-index: 20;
  overflow: hidden;
}

.newsroom-image {
  overflow: hidden;
  width: 100%;
  height: 20vh;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsroom-block {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.14);
  text-decoration: none;
  cursor: pointer;
}

.fs-newsroom-info-block {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #d5d1c8;
  background-color: #fff;
}

.publish-date {
  margin-right: 10px;
  /* font-family: aktiv-grotesk-thin, sans-serif; */
  color: #c2beb5;
  font-size: 11px;
}

.category {
  padding-right: 5px;
  /* font-family: aktiv-grotesk-thin, sans-serif; */
  color: #ee3124;
  font-size: 11px;
}

.collection-list {
  z-index: 20;
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.added-value {
  position: absolute;
  z-index: 1;

  top: 10%;
  right: 0;
}

.added-value.seating {
  left: 13%;
  top: -82px;
}

.added-value.home-company {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -21%;
  z-index: 1;
}

.added-value.blog-hero {
  left: auto;
  top: auto;
  right: 29%;
  bottom: 0%;
}

.added-value.manufacturing-leadership {
  left: 423px;
  bottom: 592.594px;
  z-index: 6;
}

.collection-list-wrapper {
  position: static;
  z-index: 5;
}

.collection-list-wrapper.padding-bottom {
  padding-bottom: 30px;
}

.list {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-weight: 700;
  list-style-type: none;
}

.list.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white {
  color: #fff;
}

.white.bigger {
  font-size: 14px;
}

.white.hero {
  max-width: 70%;
}

.footer-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lear-tag {
  position: fixed;
  left: auto;
  top: 39%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 80px;
}

.select-field {
  background-color: #fff;
}

.text-block-5 {
  /* font-family: aktiv-grotesk-thin, sans-serif; */
  color: #fff;
  font-weight: 200;
}

.oval-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #c2beb5;
}

.replay-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 50px;
  margin-right: 5%;
  margin-bottom: 5%;
  -o-object-fit: fill;
  object-fit: fill;
}

.replay-button.w--current {
  z-index: 10;
  display: none;
  width: 70px;
  height: 70px;
  padding: 0px 0px 4px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.41);
}

.lottie-animation-5 {
  max-width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80px;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.9;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-primary {
  position: relative;
  left: 10px;
  right: 0px;
  z-index: auto;
  display: inline-block;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-primary:hover {
  color: #ee3124;
}

.nav-primary.w--current {
  color: #ee3124;
}

.nav-primary.w--current:hover {
  color: #ee3124;
}

.nav-primary.w--current:active {
  color: #ee3124;
}

.nav-primary.black.w--current {
  color: #ee3124;
}

.nav-secondary {
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 0px;
  padding-left: 0px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #949086;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.nav-secondary:hover {
  color: #ee3124;
}

.nav-secondary.w--current {
  color: #ee3124;
}


.page-technology {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.image-paragraph {
  position: static;
  max-width: 80%;
  margin-bottom: 20px;
  /* font-family: aktiv-grotesk, sans-serif; */
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}

.lottie-container {
  width: 50vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.crosses-3 {
  position: absolute;
  left: 81%;
  top: 78%;
  z-index: 10;
}

.crosses-3.crosses-footer {
  left: 73%;
  top: 72%;
  z-index: 0;
}

.section-relative {
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 100vw;
  /* padding: 5% 10%; */
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-relative.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-relative.center.z-index-up {
  z-index: 1;
}

.section-relative.center.hide {
  display: none;
}

.section-relative.add-space {
  padding-top: 10%;
  padding-bottom: 10%;
}

.section-relative.add-space.center.achievements {
  padding: 5%;
}

.section-relative.no-padding {
  padding: 0%;
}

.section-image {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* height: 600px; */
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

  .section-image {
    height: 250px;
    /* padding-right: 10%;
    padding-left: 10%; */
    /* padding: 0 10px; */
    padding:0;
  }

.section-image.hide {
  display: none;
}

.image-full-width {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-full-width.seating {
  height: 120vh;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-full-width.collaboration {
  /* top: -17%;
  height: 110vh; */
  height: 300px;
  /* padding: 5%; */
}

.added-value-culture {
  position: absolute;
  left: 59%;
  top: 65%;
  z-index: 2;
}

.page-careers {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

/* .slide {
  padding: 10px;
} */



.side-nav {
  position: absolute;
  left: -100px;
  top: 25px;
  right: auto;
  bottom: auto;
  z-index: 10;
}

.side-nav-horizontal-line {
  position: static;
  left: 491.444px;
  bottom: auto;
  width: 150px;
  height: 1.8px;
  background-color: #d5d1c8;
}

.side-nav-horizontal-line.white {
  border-color: #fff;
  background-color: #fff;
}

.side-nav-horizontal-line.white {
  border-color: #fff;
}

.side-nav-vertical-line {
  position: relative;
  left: 148px;
  top: 35px;
  right: auto;
  bottom: auto;
  width: 1.8px;
  height: 50px;
  background-color: #d5d1c8;
}

.side-nav-vertical-line.white {
  border-right-color: #fff;
  background-color: #fff;
}

.side-nav-vertical-line.white {
  border-right-color: #fff;
}

.category-divider {
  padding-right: 5px;
  /* font-family: aktiv-grotesk, sans-serif; */
  color: #ee3124;
  font-weight: 300;
}

.section-content {
  z-index: 2;
  width: 100%;
  /* padding: 0 10%; */
  padding: 0 10px;
}

.section-content.center {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.center.core-capabilities {
  max-width: 80%;
}

.section-content.slider {
  max-width: 80%;
}

.section-content.width-45 {
  max-width: 45%;
  padding-right: 5%;
}

.section-content.full-width {
  max-width: 100%;
}

.section-content.width-45 {
  max-width: 45%;
  padding-right: 5%;
}

.section-content.governance {
  max-width: 60%;
  margin-bottom: 70px;
}

.section-content.electrification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.dei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-content.e-systems {
  max-width: 100%;
  margin-right: 5%;
}

.section-content.e-systems.reverse {
  margin-right: 5%;
  margin-left: 15%;
}

.section-content.sustainability {
  max-width: 100%;
  margin-right: 5%;
}

.section-content.center {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.center.core-capabilities {
  max-width: 80%;
}

.section-content.configure {
  max-width: 30%;
  margin-right: 5%;
}


.section-content.configure {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.h2.es-center {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}

.image-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  /* max-height: 600px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 54%, transparent);
}

.image-gradient-overlay.software {
  z-index: 1;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-guide-label-link {
  display: inline-block;
  color: #ee3124;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.font-color-red {
  background-color: #ee3124;
}

.color-block.font-color-white {
  background-color: #fff;
}

.color-block.font-color-black {
  background-color: #000;
}

.color-block.lear-red {
  background-color: #ee3124;
}

.color-block.absolute-black {
  background-color: #000;
}

.color-block.lear-white {
  background-color: #fff;
}

.color-block.bold-purple {
  background-color: #881596;
}

.color-block.gray-20 {
  background-color: #efefed;
}

.color-block.gray-50 {
  background-color: #d5d1c8;
}

.color-block.gray-80 {
  background-color: #c2beb5;
}

.color-block.gold {
  background-color: #d5cc81;
}

.color-block.wise-purple {
  background-color: #4a0b52;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border: 2px none #000;
  border-radius: 4px;
  background-color: #efefed;
  color: #000;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.button_submit-2 {
  height: 40px;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-arrow-2 {
  position: static;
  left: -24px;
  top: 18px;
  right: -63px;
  display: block;
  width: 90%;
  height: 0px;
  max-width: 90%;
  min-width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #fff;
}

.button-animation-2 {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee3124;
}

.trademark {
  position: relative;
  top: -10px;
  font-size: 14px;
}

.trademark.intu {
  top: -18px;
}

.block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.center.all-caps-off {
  text-transform: none;
}

.center.all-caps-off.relative-header.margin-bottom {
  margin-bottom: 20px;
}

.center.no-margin {
  margin-top: 0px;
}

.center.top-margin {
  margin-top: 20px;
}

.image {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.seating-hero {
  position: relative;
  margin-left: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-company {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100vw;
  background-color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.columns.value-grid {
  position: static;
  display: -ms-grid;
  display: grid;
  margin-right: 0%;
  margin-bottom: 20px;
  margin-left: 0%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.columns.intu-grid {
  position: static;
  display: -ms-grid;
  display: grid;
  margin-right: 0%;
  margin-bottom: 20px;
  margin-left: 0%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-trademark {
  position: relative;
}

.section-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.awards-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.award-red-line {
  width: 100px;
  border-top: 2px solid #ee3124;
}

.red-lear-oval {
  position: absolute;
  left: -430px;
  top: -140px;
  right: auto;
  bottom: 0%;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.85;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-bg-image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.section-bg-image.manufacturing-leadership {
  height: 400px;
  background-image: url('../images/Seating-Manufacturing-01-min.JPG');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-bg-image.thin {
  height: 300px;
}

.section-bg-image.thin.intu {
  background-image: url('../images/INTU-Comfort-Thumbnail-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-bg-image.intu {
  height: 300px;
  background-image: url('../images/In-Vehicle-Experience-07-min.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-attachment: scroll;
}

.section-bg-image.supplier-sustain {
  background-image: url('../images/placeholder.png');
  background-position: 0px 0px;
  background-size: auto;
}

.html-embed {
  display: none;
}

.image-slider {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 50%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/LIV-In-Vehicle-Experiences-min.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 1000ms ease, box-shadow 400ms ease;
  transition: all 1000ms ease, box-shadow 400ms ease;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-slider:hover {
  background-position: 50% 50%;
  box-shadow: 5px 0 11px 0 rgba(0, 0, 0, 0.15);
}

.slider-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.competitive-box{
  /* padding: 2%; */
  padding: 0 10px;
}


.competitive-image{
  object-fit: cover;
  width: 100%;
}

.slider-alt-image {
  height: 100%;
  -webkit-transition: all 1000ms ease, box-shadow 400ms ease;
  transition: all 1000ms ease, box-shadow 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.slider-alt-image:hover {
  box-shadow: -6px 0 11px 0 rgba(0, 0, 0, 0.3);
  -o-object-position: 80% 100%;
  object-position: 80% 100%;
}

.slider-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 50%;
  height: 10px;
  background-color: #ee3124;
}

.logo-farm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  display: inline-block;
  overflow: visible;
  width: auto;
  height: 40px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-right {
  position: relative;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  border-top: 1.5px solid #ee3124;
  border-right: 1.5px solid #ee3124;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.arrow-left {
  position: relative;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border-top: 1.5px solid #ee3124;
  border-right: 1.5px solid #ee3124;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}

.logo-farm-image {
  max-width: 200px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-block-center {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button-block-center.hide {
  display: none;
}

.button-block-center.center {
  margin-right: auto;
  margin-left: auto;
}

.button-animation-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ee3124;
}

.button-center {
  position: absolute;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: 40px;
  padding: 10px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  /* font-size: 12px; */
  font-style: normal;
  /* font-weight: 700; */
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-center {
  width: 100%;
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight:normal;
}

.section-bg-parallax-image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  /* padding: 5% 10%; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.section-bg-parallax-image.technology {
  /* -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; */
    -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background-image: url('../images/GettyImages-956036080-min.jpg'); */
  background-image: url('../images/In-VehicleExperience.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-bg-parallax-image.technology {
  /* height: 650px; */
  /* padding-bottom: 7%; */

  height: 400px;
}

.parallax-image-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  /* font-family: aktiv-grotesk, sans-serif; */
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.footer-link:hover {
  color: #000;
  text-decoration: none;
}

.footer-line-divider {
  width: 80px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #fff;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.hero-image.seating {
  position: relative;
  top: 1%;
  overflow: visible;
  width: 50%;
  height: 80vh;
}

.relative-header {
  position: relative;
  z-index: 1;
}

.relative-header.margin-bottom {
  margin-right: auto;
  margin-left: auto;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.no-margin {
  z-index: 1;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.no-margin.seating {
  height: 60vh;
}

.column-3 {
  padding-left: 10%;
}

.column-3.eo-tablet {
  padding-right: 101px;
}

 .image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-left: 5%;
  padding-right: 5%; */
} 

.image-column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}



.image-column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-column.gray-20 {
  background-color: #efefed;
}

.black {
  color: #000;
}

.page-sustainability {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  background-color: #fff;
}

.section-spacer {
  z-index: 5;
  width: 100vw;
  height: 10vh;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-spacer.gray-20 {
  background-color: #efefed;
}

.section-spacer.shorter {
  height: 10vh;
}

.section-spacer.taller {
  height: 30vh;
}

.section-spacer.red {
  background-color: #ee3124;
}

.image-column-reversed {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-seating {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.red {
  color: #ee3124;
}

.width-50 {
  max-width: 50%;
}

.width-70 {
  max-width: 70%;
}

.width-60 {
  max-width: 60%;
}

.lottie-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottie-2 {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottie-2.overlap {
  position: relative;
  left: -69%;
  top: -13px;
  width: 110vw;
  height: auto;
}

.achievements-subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  margin-top: 0px;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-flex.gray-20 {
  position: relative;
  background-color: #efefed;
}

.horizontal-flex.gray-20._60vh {
  height: 60vh;
}

.horizontal-flex.reverse {
  /* padding-right: 5%;
  padding-left: 10%; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 10px;
}

.horizontal-flex.gray-20 {
  position: relative;
  background-color: #efefed;
}

.horizontal-flex.margin-top {
  margin-top: 70px;
}

.offset-container {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 50%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .offset-container.taller {
  top: 66px;
  height: 70vh;
} */


.offset-container.taller {
  position: static;
  height: 400px;
  top: 42.5px;
}

.offset-container.wider {
  max-width: none;
}

.image-offset-1 {
  position: relative;
  /* top: -10px; */
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  top: 0px;
}

.image-offset-1.drop-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.image-offset-1.drop-shadow.intu {
  top: 50px;
  height: 60vh;
}

.image-offset-1.drop-shadow.fabric-image {
  height: 70vh;
}

.image-offset-1._60vh {
  position: relative;
  height: 60vh;
}

.image-offset-1._60vh.drop-shadow.blog {
  width: 85%;
  margin-top: 50px;
}

.image-offset-1._50vh {
  /* height: 50vh; */
  /* height: 325px; */
  object-fit: cover;
  height: 400px;
}

.section-image-offset {
  position: relative;
  overflow: visible;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-image-offset.seating.hide {
  display: none;
}

.section-image-offset.materials {
  display: block;
}

.section-image-offset.gnss {
  z-index: 1;
}

.section-image-offset.gnss.hide {
  display: none;
}

.section-image-offset.xevo {
  z-index: 2;
}

.section-image-offset.xevo.gray-20 {
  background-color: #efefed;
}

.section-image-offset.xevo.hide {
  display: none;
}

.section-image-offset.z-index-down {
  z-index: 0;
}

.section-image-offset.grey-20 {
  background-color: #efefed;
}

.section-featured {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  padding: 5% 8%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-newsroom {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100vw;
  max-height: 5000px;
}

.fs-slider {
  background-color: #fff;
}

.fs-slider.drop-shadow {
  height: 100%;
}

.fs-collection-wrapper {
  width: 100%;
  height: 100%;
}

.fs-collection-list {
  width: 100%;
  height: 100%;
}

.fs-collection-list.fs-dynamic-feed {
  display: none;
}

.fs-collection-item {
  width: 100%;
  height: 100%;
}

.fs-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-slide-content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.drop-shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.fs-image-container {
  max-width: 50%;
}

.fs-image {
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fs-featured-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 49px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-newsroom-featured {
  font-size: 30px;
}

.newsroom-info-block {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #d5d1c8;
  background-color: #fff;
}

.newsroom-blog-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-content-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.page-blog {
  display: block;
  overflow: visible;
  width: 100vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.hero-blog {
  position: relative;
  overflow: visible;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.oval-image-mask {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 300px;
  -webkit-transform: skew(-11deg, 0deg);
  -ms-transform: skew(-11deg, 0deg);
  transform: skew(-11deg, 0deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.author-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-info {
  margin-left: 50px;
}

.tagline {
  position: relative;
  margin-top: 30px;
}

.blog-head {
  margin-top: 20px;
  color: #c2beb5;
}

.author-image {
  display: inline-block;
  height: 100%;
  -webkit-transform: skew(11deg, 0deg) scale(1.1);
  -ms-transform: skew(11deg, 0deg) scale(1.1);
  transform: skew(11deg, 0deg) scale(1.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.column-image {
  display: inline-block;
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-image.drop-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.black-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.column-top-align {
  padding-right: 80px;
  padding-left: 80px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-span {
  color: #ee3124;
}

.paragraph {
  background-color: transparent;
}

.paragraph.suppliers {
  margin-bottom: 0px;
  color: #000;
}

.paragraph.jit {
  padding-right: 35px;
  padding-left: 35px;
}

.paragraph.hero {
  color: #fff;
}

.page-manufacturing-leadership {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.page-intu {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.page-advanced-seating {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.intu-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.page-core-capabilities {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.page-eagle-ottawa-leather {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.page-guilford-textiles {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.image-offset-2 {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-offset-2.drop-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.image-offset-2._70vh {
  position: relative;
  top: 79px;
  height: 70vh;
}

.image-offset-2._70vh.drop-shadow {
  -o-object-position: 30% 50%;
  object-position: 30% 50%;
}

.image-offset-2._50vh {
  /* height: 50vh; */
  height: 340px;
  object-fit: cover;
}

.background-video {
  z-index: 1;
  height: 100vh;
}

.background-video.e-systems {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 600px;
}

.background-video.software {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 600px;
}

.lightbox-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
}

.double-button {
  width: 100%;
}

.double-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.light-main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 12px;
  float: none;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero {
  max-width: 70%;
}

.link-block-2 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block-3 {
  margin-right: 20px;
}

.button-lightbox {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.job-title {
  z-index: 1;
  /* font-family: aktiv-grotesk, sans-serif; */
  color: #c2beb5;
  text-transform: uppercase;
}

.bio-content {
  z-index: 1;
  padding: 50px 50px 50px 30px;
  background-color: #efefed;
}

.bio-title {
  display: block;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 2fr 0.25fr;
  grid-template-columns: 2fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
  color: #ee3124;
  font-size: 12px;
  line-height: 16px;
}

.lear-oval-escape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ee3124;
  -webkit-transform: skew(-11deg, 0deg);
  -ms-transform: skew(-11deg, 0deg);
  transform: skew(-11deg, 0deg);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.education {
  white-space: pre;
}

.education-header {
  color: #c2beb5;
  font-weight: 500;
  text-transform: uppercase;
}

.bio-image-full {
  z-index: 100;
  width: 250px;
  max-height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bio-image-full.drop-shadow {
  cursor: pointer;
}

.bio-container {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100vw;
  margin-top: 3vh;
  margin-bottom: 3vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 0.25fr);
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 2.5fr auto;
  grid-template-columns: 0.25fr 2.5fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  color: #000;
}

.achievement {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.achievement.cta {
  z-index: 2;
  margin-bottom: 0px;
  padding-top: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.achievement.cta.drop-shadow {
  min-height: 200px;
}

.achievements-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.achievement-block {
  position: relative;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.achievement-block:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.achievement-cover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40px;
  z-index: 10;
  display: none;
  overflow: hidden;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.icon {
  display: block;
  width: 80px;
}

.achievement-paragraph {
  margin-top: 30px;
  font-size: 10px;
  line-height: 14px;
}

.achievement-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.h1 {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  /* font-size: 38px;
  font-weight: 300; */
  font-size: 24px;
  font-weight: bold;
}

.h1.white {
  color: #fff;
}

.h1.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h1.accolade {
  font-size: 50px;
  font-weight: 700;
}

.h1.social {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.h1.tech {
  font-size: 40px;
  line-height: 40px;
}

.h1.cta-title {
  max-width: 60%;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.h1.team {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.h1.values {
  /* font-size: 24px; */
  font-size: 18px;
  /* line-height: 26px; */
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 32.4px;
}

.h1.subTitle {
  /* font-size: 24px; */
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}

.h1.values.red {
  color: #ee3124;
}

.h1.achievement-head {
  margin-bottom: 20px;
}

.footer-logo-link-2 {
  width: 20%;
  max-height: 60px;
  min-width: 60px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-logo-link-2.mobile {
  display: none;
}

.footer-logo-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.lear-oval-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.list-3 {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-weight: 700;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  /* font-family: aktiv-grotesk, sans-serif; */
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-link-2:hover {
  color: #000;
  text-decoration: none;
}

.footer-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee3124;
  text-align: center;
  background-clip: border-box;
}

.footer-line-divider-2 {
  width: 80px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #fff;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.h-accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 49px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.faq-dropdown {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.faq-dropdown:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.section-hero-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.side-nav-horizontal-line-2 {
  position: static;
  left: 491.444px;
  bottom: auto;
  width: 150px;
  height: 1.8px;
  background-color: #d5d1c8;
}

.side-nav-vertical-line-2 {
  position: relative;
  left: 148px;
  top: 35px;
  right: auto;
  bottom: auto;
  width: 1.8px;
  height: 50px;
  background-color: #d5d1c8;
}

.lear-oval-escape-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ee3124;
  -webkit-transform: skew(-11deg, 0deg);
  -ms-transform: skew(-11deg, 0deg);
  transform: skew(-11deg, 0deg);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.lear-oval-escape-2.soft-drop-shadow {
  margin: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.page-e-systems {
 position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.page-software {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.page-navigation-grid {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 12vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-navigation-grid.hide {
  display: none;
}

.page-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-nav-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.image-nav-text.center {
  margin-right: auto;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.page-navigation-grid-copy {
  z-index: 1;
  display: none;
  width: 100vw;
  height: 20vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-divider {
  position: relative;
  z-index: 1;
  width: 1.8px;
  height: 50px;
  background-color: #efefed;
}

.page-nav-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 15px;
  text-align: center;
}

.section-hero-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.paragraph-2 {
  font-size: 15px;
}

.heading-3 {
  margin-bottom: 20px;
}

.right-aligned-container {
  width: 50%;
  padding-right: 15%;
  padding-left: 5%;
}

.page-electrification {
  width: 100vw;
}

.section-hero-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.lottie-electrification-1 {
  position: relative;
  left: -55%;
  width: 100vw;
  height: 100%;
}

.background-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-wrapper.white-bg {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.background-wrapper.white-bg.top-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: -150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.new-footer {
  position: relative;
  z-index: 20;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #ee3124;
}

.paragraph-3 {
  font-size: 15px;
  line-height: 21px;
}

.bottom-margin {
  margin-top: 0px;
  margin-bottom: 20px;
}

.bio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-gradient-overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 70%;
  max-height: 600px;
  background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.45) 73%, transparent);
}

.button-2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-image-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column-4 {
  padding-right: 10%;
  padding-left: 10%;
}

.page-dei {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.image-offset-3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-quote {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-quote.dei {
  background-image: url('../images/Derrick-Mitchell-DEI-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-quote.dei.hide {
  display: none;
}

.section-quote.sustainability {
  background-image: url('../images/iStock-541152916-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-quote.innovation {
  background-image: url('../images/Innovation-Quote-min.jpg');
  background-position: 100% 0%;
  background-attachment: fixed;
}

.section-quote.innovation.hide {
  display: none;
}

.page-environmental {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.image-overlap-1 {
  position: static;
  left: 128px;
  top: 631.891px;
}

.pillar-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefed;
}

.page-goverance {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100%;
  max-height: none;
  background-color: #fff;
}

.pillars-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pillars-wrapper {
  display: -ms-grid;
  display: grid;
  padding-right: 10%;
  padding-left: 10%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, auto) auto;
  grid-template-rows: minmax(auto, auto) auto;
}

.line-5 {
  position: static;
  width: 160px;
  height: 1.8px;
  margin-bottom: 20px;
  background-color: #ee3124;
}

.line-5.vertical {
  width: 1.8px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.line-5.vertical.double-button {
  height: 100px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #d5d1c8;
}

.line-5.vertical.double-button.white {
  background-color: #fff;
}

.image-overlap-2 {
  position: absolute;
  left: 635.882px;
  top: 743.938px;
  z-index: 10;
}

.bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1.8px;
  background-color: #ee3124;
}

.pillar-text {
  color: #949086;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: none;
}

.page-social {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100%;
  max-height: none;
  background-color: #fff;
}

.centered-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-text-box.padding {
  padding-bottom: 75px;
}

.paragraph-center {
  max-width: 75%;
  color: #000;
  text-align: center;
}

.paragraph-center.white {
  color: #fff;
}

.block {
  height: 30vh;
  margin-top: 30px;
  border-radius: 0px;
  background-color: #ebebeb;
}

.block.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.block.social.grey-20 {
  background-color: #efefed;
}

.block.social.red {
  position: relative;
  height: 20vh;
  background-color: #ee3124;
}

.page-culture {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  /* width: 100vw; */
  width: 100%;
  max-height: none;
  background-color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 5%; */
}

.fp-wrapper {
  background-color: #fff;
}

.left-align-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 10;
  overflow: hidden;
  height: 100vh;
  max-width: 50%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container.horizontal {
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-container.horizontal {
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.erg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.erg-icon {
  width: 100%;
  max-height: 250px;
  max-width: 250px;
}

.erg-info-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 250px 250px 250px;
  grid-template-columns: 250px 250px 250px;
  -ms-grid-rows: 250px 250px;
  grid-template-rows: 250px 250px;
}

.erg-text {
  font-size: 11px;
  line-height: 15px;
}

.section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.erg-heading {
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
}

.video-offset-1 {
  position: relative;
  top: -95px;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.h5.accolade {
  max-width: none;
}

.hidden-info {
  overflow: hidden;
  /* padding-right: 10%;
  padding-left: 10%; */
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 0.5fr 1fr;
  grid-template-columns: 0.5fr 0.5fr 1fr;
  -ms-grid-rows: minmax(auto, 175px) minmax(auto, 175px) minmax(auto, 175px);
  grid-template-rows: minmax(auto, 175px) minmax(auto, 175px) minmax(auto, 175px);
}

.hidden-info {
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
}

.hidden-info {
  -ms-grid-columns: minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr);
  -ms-grid-rows: minmax(175px, 127px) minmax(200px, 175px) minmax(200px, 175px);
  grid-template-rows: minmax(175px, 127px) minmax(200px, 175px) minmax(200px, 175px);
}

.hidden-info.display-block {
  display: block;
  padding-right: 0%;
  padding-left: 0%;
}

.grid-mfg-leadership-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-mfg-leadership-flex.no-padding {
  padding-left: 0px;
}

.image-16 {
  height: 100%;
}

.page-advanced-network-architecture {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  max-height: none;
  background-color: #fff;
}

.electronics-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.electronics-block {
  max-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.electronics-block.drop-shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.electronics-icon {
  max-width: 50px;
  margin-top: auto;
}

.grid-electronics {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h4.electronics {
  letter-spacing: 1px;
}

.h4.suppliers {
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  letter-spacing: 2px;
}

.page-suppliers {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100vw;
  max-height: 5000px;
}

.accolade {
  max-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list-item {
  width: 150px;
  max-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto minmax(auto, 1fr);
  grid-template-rows: auto minmax(auto, 1fr);
}

.accolade-text {
  position: relative;
  z-index: 1;
  width: 100%;
}

.accolade-icon {
  position: relative;
  left: -22px;
}

.nav-info {
  z-index: auto;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  /* font-size: 11px; */
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;

}

.w--current .nav-info {
  color: #fff;
}
/* .nav-info:hover {
  color: #ee3124;
}

.nav-info.w--current {
  color: #ee3124;
}

.nav-info.w--current:hover {
  color: #ee3124;
}

.nav-info.w--current:active {
  color: #ee3124;
} */


.nav-info:hover {
  color: #fff;
}

.nav-info.w--current {
  color: #fff;
}

.nav-info.w--current:hover {
  color: #fff;
}

.nav-info.w--current:active {
  color: #fff;
}
.vertical-line-2 {
  position: relative;
  width: 0px;
  height: 110px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #fff #efefed #fff #fff;
}

.vertical-line-2.red {
  border-style: solid;
  border-width: 1px;
  border-color: #ee3124;
}

.vertical-line-2.red.full-height {
  height: 100%;
}

.image-wrap {
  width: 300px;
  height: 150px;
  max-width: 200px;
}

.image-wrap.supplier-diversity {
  width: 300px;
  background-image: url('../images/supplier_diversity.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-wrap.web-guide {
  background-image: url('../images/supplier_web_guide.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-wrap.supplier-sustain {
  width: 300px;
  background-image: url('../images/supplier_sustainability.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrap.materials {
  background-image: url('../images/supplier_minerals.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrap.human-rights {
  background-image: url('../images/supplier_human-rights.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-wrap.po-and-conditions {
  background-image: url('../images/supplier_terms_and_conditions.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrap.edi {
  width: 300px;
  background-image: url('../images/pexels-josh-sorenson-1054397.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrap.affiliates {
  background-image: url('../images/affiliates-min.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.image-wrap.web {
  background-image: url('../images/application.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.image-wrap.goverance {
  background-image: url('../images/governance.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.supplier-button {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.text-box-supplier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  position: relative;
  top: 21px;
  z-index: 2;
  margin-right: 10%;
  margin-left: 10%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 75px 75px;
  grid-template-rows: 75px 75px;
}

.suppliers-nav {
  display: -ms-grid;
  display: grid;
  padding-top: 58px;
  padding-right: 5%;
  padding-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-17 {
  width: 80%;
}

.div-block-9 {
  padding-right: 50px;
  padding-left: 50px;
}

.section-accordion {
  position: relative;
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}

.section-accordion.social-bg-image {
  background-image: url('../images/Social-Responsibility.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.horizontal-accordion-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: inset 0 0 20px 6px rgba(0, 0, 0, 0.5);
}

.h-accordion-reveal-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  /* width: 500px; */
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: transparent;
  opacity: 1;
}

.h-accordion-reveal-info.w--open {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.h-accordion-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 7%;
  max-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #4a0b52;
  box-shadow: -2px 0 13px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.h-accordion-dropdown:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.h-accordion-dropdown.red {
  background-color: #ee3124;
}

.h-accordion-dropdown.grey-80 {
  background-color: #c2beb5;
}

.h-accordion-dropdown.bold-purple {
  background-color: #881596;
}

.h-accordion-dropdown.gold {
  background-color: #d5cc81;
}

.h-accordion-dropdown.wise-purple {
  background-color: #4a0b52;
}

.h-accordion-paragraph {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
}

.h-accordion-paragraph.white {
  color: #fff;
}

.h-accordion-title {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.h-accordion-title.vertical-text.position {
  position: static;
  border-radius: 0px;
}

.h-accordion-title.vertical-text.position.black {
  color: #000;
}

.h-accordion-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 0px;
}

.h-accordion-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 500px;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bg-color {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  background-color: #ee3124;
}

.logo-icon {
  display: none;
  height: 35px;
}

.slider-3 {
  position: relative;
  z-index: 3;
}

.section-image-3 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.images {
  width: 70%;
}

.slider-section {
  display: none;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 180px;
}

.button-3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.card {
  position: relative;
  top: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-team {
  position: relative;
}

.image-block {
  width: 100%;
  text-decoration: none;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto minmax(auto, 1fr);
  grid-template-rows: auto minmax(auto, 1fr);
}

.team-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 10% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .menu {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 40%;
  height: auto;
  max-width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
} */


.menu {
  position: relative;
  display: -ms-grid;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-content: space-between;
  flex-direction: column;
}

.link {
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.link.w--current {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.link.drop-shadow {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.link.drop-shadow:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}

.pane {
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
}

.team-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .collection-list-wrapper-2 {
  width: 60%;
  margin: 50px auto;
} */

.collection-list-wrapper-2 {
  width: 100%;
}

.image-22 {
  width: 25%;
  height: 60%;
}

.text-block-6 {
  position: relative;
  z-index: 1;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.image-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.spacer.grey-80 {
  display: none;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  cursor: pointer;
}

.globe {
  position: relative;
  left: -137px;
  width: 150%;
}

.collection-item {
  display: -ms-grid;
  display: grid;
  padding: 1%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Icon . ."
    "Title Title Title"
    "Description Description Description"
    "Button Button Button";
  -ms-grid-columns: auto 0px auto 0px auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  border-radius: 0px;
  background-color: #efefed;
}

.collection-list-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  /* font-size: 14px; */
  /* line-height: 25.2px; */
  /* font-weight: 700; */
}

.card-title {
  /* font-size: 16px;
  line-height: 26px; */

  font-size: 15px;
  /* font-weight: normal; */
  font-weight: bold;
}

.card-description {
  margin-bottom: 0px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 14px;
  line-height: 25.2px;
  text-align: justify;
}

.card-icon {
  width: 50px;
  margin-right: 20px;
}

.card-icon.hide {
  display: none;
}

.div-block-22 {
  display: none;
  margin-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-container {
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-underline {
  width: 150px;
}

.menu-underline.software {
  position: relative;
  top: 23px;
  height: 1.8px;
  background-color: #ee3124;
}

.section-grid-software {
  position: relative;
}

.team-paragraph {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.slider-container {
  overflow: hidden;
  padding-top: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 50%;
}

.tab-image.supplier {
  background-image: url('../images/placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-image.corporate {
  background-image: url('../images/placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-image.online {
  background-image: url('../images/placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.supplier-content {
  overflow: visible;
  padding-right: 10%;
  padding-left: 10%;
}

.nav-suppliers-2 {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.2px;
  text-transform: none;
  cursor: pointer;
}

.nav-suppliers-2:hover {
  color: #ee3124;
}

.nav-suppliers-2.w--current {
  background-color: #ee3124;
  color: #fff;
}

.nav-suppliers-2.w--current:active {
  color: #ee3124;
}

.color-block-supplier-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-block-supplier-2.grey {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #efefed;
}

.image-gradient-overlay-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 70%;
  max-height: 600px;
  background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.45) 73%, transparent);
}

.supplier-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.supplier-grid.corporate {
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.supplier-grid.suppliers {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.supplier-grid.online {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-suppliers {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}

.supplier-box {
  width: 100%;
  height: 100%;
}

.supplier-box.drop-shadow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 98%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-nav {
  position: relative;
  background-color: #fff;
}

.supplier-text {
  margin-top: 45px;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 2%;
  background-color: #ee3124;
}

.suppliers-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-background-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80%;
  padding-bottom: 0px;
  background-color: #efefed;
}

.tab-link {
  width: 100%;
  height: 250px;
  margin-right: 10%;
  padding: 0px;
  background-color: transparent;
}

.tab-link.w--current {
  width: 100%;
  height: 250px;
  margin-right: 10%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #ee3124;
}

.tab-link.no-margin {
  margin-right: 0%;
}

.red-2 {
  color: #ee3124;
}

.expand-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.expand-info.hide {
  display: none;
}

.more-info {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
}

.view-more-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefed;
  cursor: pointer;
}

.view-more-arrow.white-bg {
  background-color: #fff;
}

.view-less-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.view-less-arrow.grey-20 {
  background-color: #efefed;
}

.less-info {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/triangle-grey-up.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-26.white-triangle {
  background-image: url('../images/white-arrow-up.svg');
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/triangle-white_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-27.grey-20 {
  background-image: url('../images/grey-arrow-down.svg');
}

.expand-arrow {
  position: static;
  width: 20px;
  height: 20px;
  border-top: 1.5px solid #ee3124;
  border-right: 1.5px solid #ee3124;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  cursor: pointer;
}

.close-arrow {
  position: static;
  width: 20px;
  height: 20px;
  border-top: 1.5px solid #ee3124;
  border-right: 1.5px solid #ee3124;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}

.red-underline {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1.8px;
  background-color: #ee3124;
}

.section-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-grid.accolades {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-slider {
  position: relative;
  overflow: visible;
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-slider.hide {
  display: none;
}

.section-slider.grey-20 {
  background-color: #efefed;
}

.d-120-left-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1.8px;
  background-color: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.title-card-view-text {
  position: relative;
  display: none;
  margin-left: 60px;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #fff;
  font-size: 3.5vw;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 2px;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-wrapper.left-align {
  padding-left: 0%;
}

.d-120-right-line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1.8px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.title-card-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #ee3124;
  opacity: 0.8;
}

.title-card-lines-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  margin: 30px;
}

.d-120-bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1.8px;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.title-card-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-120-top-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1.8px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.title-card-underline {
  height: 1.8px;
  background-color: #ee3124;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.title-card {
  overflow: hidden;
  text-decoration: none;
}

.section-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* padding: 0% 10%; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding: 0% ;
}

.grid-categories {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area-3 Area-4"
    "Area-2 Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tc-content-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-container.home {
  margin-bottom: 20px;
}

.technology-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.technology-content.left-align {
  padding-left: 0%;
}

/* .section-categories {
  padding-bottom: 5%;
} */

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.bio-card-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #efefed;
  opacity: 1;
  text-decoration: none;
}

.bio-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #000;
  /* font-size: 20px;
  line-height: 24px; */

  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
}

.bio-p-wrapper {
  margin-top: auto;
}

.collection-item-2 {
  width: 100%;
  height: 100%;
}

.split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

}

.split.margin-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-grid {
  display: -ms-grid;
  display: grid;
  height: 550px;
  padding-bottom: 10%;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-areas: "Image Image"
    "header header"
    "paragraph paragraph"
    "button button";
  -ms-grid-columns: 0.25fr 16px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: minmax(auto, 0.25fr) 20px 1fr 20px 1fr;
  grid-template-rows: minmax(auto, 0.25fr) 1fr 1fr;
}

.slider-grid.no-image {
  height: 400px;
  padding-bottom: 0%;
  grid-row-gap: 20px;
  -ms-grid-rows: minmax(auto, 1.25fr) 1fr 1fr;
  grid-template-rows: minmax(auto, 1.25fr) 1fr 1fr;
}

.slider-4 {
  height: 80%;
  max-width: 800px;
  background-color: #fff;
}

.slider-4.grey-20 {
  background-color: #efefed;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.slider-arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.slider-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.slider-grid.no-image {
  height: 350px;
}

.slider-block.drop-shadow {
  /* width: 85%; */
  /* width: 94%; */
  width: 100%;
}


.page-nav-text {
  padding: 15px 20px;
  background-color: #fff;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-nav-link {
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.page-nav-link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.div-block-31 {
  display: -ms-grid;
  display: grid;
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.arrow-up {
  width: 50%;
  height: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.text-span-2 {
  position: relative;
  top: -12px;
  font-size: 20px;
}

.text-span-3 {
  position: relative;
  top: -14px;
  font-size: 20px;
}

.mask {
  /* padding: 20px; */
  /* padding: 2%; */
}

.card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.card-image.zoom-in {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

.card-image-block {
  overflow: hidden;
  height: 200px;
}

.card-image-block.hide {
  height: auto;
}

.card-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-button-block {
  padding-right: 10%;
  padding-left: 10%;
}

.slide-nav {
  top: 500px;
}

.cta-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.section-cta {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #efefed;
}

.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-title {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
}

.text-field-wrap {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-wrap.large-margin-bottom {
  margin-bottom: 48px;
}

.text-field-wrap.small-margin-bottom {
  margin-bottom: 16px;
}

.text-field-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-wrapper {
  width: 50%;
}

.success-message {
  padding: 16px;
  border-radius: 2px;
  background-color: #303fe1;
  color: #fff;
  font-weight: 600;
}

.faq-content {
  position: static;
  background-color: #d5d1c8;
}

.faq-content.w--open {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-header {
  padding-top: 120px;
  padding-bottom: 80px;
}

.faq-icon-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.faq-icon-line {
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background-color: #ee3124;
}

.faq-icon-line.rotate {
  position: absolute;
  background-color: #ee3124;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-6 {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-6.medium {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #efefed;
}

.map {
  width: 100%;
}

.page-header-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header-flex-wrap.no-margin-bottom {
  margin-bottom: 0px;
}

.text-field-5 {
  height: 48px;
  padding: 10px 16px;
  border-style: none none solid;
  border-width: 1px 1px 1.8px;
  border-color: #000;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #000;
  font-weight: 500;
}

.text-field-5:hover {
  border-color: #303fe1;
}

.text-field-5:focus {
  border-color: #303fe1;
  background-color: #151720;
}

.text-field-5::-webkit-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field-5:-ms-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field-5::-ms-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field-5::placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.faq {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #efefed;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.faq:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.faq-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title {
  max-width: 50%;
  margin: 0px auto 16px;
  font-size: 42px;
  line-height: 48px;
}

.contact-form {
  margin-bottom: 0px;
  padding: 40px;
}

.faq-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding: 25px 24px 25px 64px;
}

.container-small {
  position: relative;
  z-index: 1;
  max-width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.half-div {
  width: 50%;
  padding-right: 8.333%;
}

.nav-link-wrap {
  margin-right: 8px;
  padding: 24px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link-wrap.dropdown {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

.faq-title {
  max-width: 100%;
  color: #000;
  white-space: normal;
}

.error-message {
  padding: 16px;
  border: 2px solid #ff194a;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.text-field-spacer {
  width: 24px;
}

.social-responsibility-title {
  margin-left: 10%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 80%;
}

.section-spacer-2 {
  z-index: 1;
  width: 100vw;
  height: 20vh;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-spacer-2.shorter {
  height: 10vh;
}

.column-5 {
  padding-right: 10%;
  padding-left: 10%;
}

.oval {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.quote-2 {
  z-index: 10;
  border-left-style: none;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.quote-author-2 {
  z-index: 10;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
}

.image-unskew {
  position: relative;
  height: 100%;
  -webkit-transform: scale(1.1) skew(11deg, 0deg);
  -ms-transform: scale(1.1) skew(11deg, 0deg);
  transform: scale(1.1) skew(11deg, 0deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.section-quote-2 {
  z-index: 0;
  overflow: hidden;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #efefed;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "quote-image quote";
  -ms-grid-columns: 0.25fr 30px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-lightbox-center {
  position: absolute;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: 40px;
  padding: 10px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
}

.copyright {
  color: #fff;
  font-size: 12px;
}

.copyright.auto-margin {
  margin-top: auto;
}

.navigation-container-mob {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

 .navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  /* max-width: 1300px; */
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  /* display: none; */
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
} 

.w-nav[data-collapse="medium"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="medium"] .w-nav-button {
  display: block;
}

/* .navigation-container-mob {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

/* .navigation-mob {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(68, 85, 103, 0.11);
} */

.mobile-nav {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  /* background-color: #efefed; */
  box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
}

.menu-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: background-color 200ms ease, border-radius 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, border-radius 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, border-radius 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, border-radius 200ms ease, -webkit-transform 200ms ease;
}

.menu-mob.w--open {
  background-color: transparent;
}

.menu-line {
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.menu-line.no-margin {
  margin-bottom: 0px;
}

.menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-mobile-nav-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-transform: uppercase;
}

.secondary-mobile-nav-item {
  position: static;
  display: inline-block;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #949086;
  text-transform: uppercase;
}

.secondary-mobile-nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #d5d1c8;
  box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
}

.mobile-nav-wrapper {
  background-color: #fff;
  box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
}

.primary-mobile-nav {
  display: -ms-grid;
  display: grid;
  padding-right: 15px;
  padding-left: 15px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowbase-logo {
  height: 30px;
}

.menu-line.no-margin {
  display: block;
}

.primary-mobile-nav-item {
  position: relative;
  left: 10px;
  right: 0px;
  z-index: auto;
  display: inline-block;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.primary-mobile-nav-item:hover {
  color: #ee3124;
}

.primary-mobile-nav-item.w--current {
  color: #ee3124;
}

.primary-mobile-nav-item.w--current:hover {
  color: #ee3124;
}

.primary-mobile-nav-item.w--current:active {
  color: #ee3124;
}

.secondary-mobile-nav-item {
  position: relative;
  left: 10px;
  right: 0px;
  z-index: auto;
  display: inline-block;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.secondary-mobile-nav-item:hover {
  color: #ee3124;
}

.secondary-mobile-nav-item.w--current {
  color: #ee3124;
}

.secondary-mobile-nav-item.w--current:hover {
  color: #ee3124;
}

.secondary-mobile-nav-item.w--current:active {
  color: #ee3124;
}

.section-full-width-2 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-full-width-2.careers {
  z-index: 1;
  height: auto;
}

.image-offset-4 {
  position: relative;
  top: -95px;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.side-nav-2 {
  position: absolute;
  left: -100px;
  top: 25px;
  right: auto;
  bottom: auto;
  z-index: 10;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-accordion-wrapper {
  position: relative;
  display: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: inset 0 0 20px 6px rgba(0, 0, 0, 0.5);
}

.v-accordion-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  /* background-color: #4a0b52; */
  background-color: #1d428a;
  box-shadow: -2px 0 13px 5px rgba(0, 0, 0, 0.3);
}

.v-accordion-dropdown.red {
  background-color: #ee3124;
}

.v-accordion-dropdown.bold-purple {
  /* background-color: #881596; */
  background-color: #307fe2;
}

.v-accordion-dropdown.gold {
  /* background-color: #d5cc81; */

  background-color: #5bc2e7;
}

.v-accordion-dropdown.grey-80 {
  background-color: #c2beb5;
}

.v-accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 49px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.v-accordion-title {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.v-accordion-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 0px;
}

.v-accordion-reveal-info {
  background-color: transparent;
}

.horizontal-divider {
  width: 30%;
  height: 1.8px;
  margin: 30px auto;
  background-color: #efefed;
}

.intu-icon {
  max-height: 45px;
  max-width: 60px;
  /* margin-bottom: 20px; */
}

.vertical-trademark {
  position: relative;
  top: 1px;
  right: -3px;
  font-size: 6px;
}

.suppliers-content {
  padding-right: 10%;
  padding-left: 10%;
}

.suppliers-rich-text {
  margin-top: 30px;
}

.text-block-7 {
  margin-bottom: 20px;
}

.text-block-8 {
  font-weight: 700;
}

.upgrade-browser {
  z-index: 10;
  display: none;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 4px;
  border-color: #ee3124;
}

.browser-content {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.warning-text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
}

.faq-dropdown-2 {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #efefed;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.faq-dropdown-2:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.tab-button {
  padding: 15px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  overflow: auto;
  width: 80%;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 5%;
  background-color: #fff;
}

.close-out-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  cursor: pointer;
}

.vertical-accordion-wrapper-2 {
  position: relative;
  display: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: inset 0 0 20px 6px rgba(0, 0, 0, 0.5);
}

.image-gradient-overlay-4 {
  /* position: absolute; */
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 54%, transparent);
}

.h-accordion-title-2 {
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #fff;
  /* font-size: 15px;
  line-height: 15px;
  font-weight: 700; */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  /* line-height: 32.4px;; */
}

.h1-3 {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  color: #000;
  /* font-size: 38px;
  font-weight: 300; */

  line-height: 27px;
  font-size: 15px;
}


.h1-3.social {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.h1-3.white {
  color: #fff;
}

.h-accordion-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  /* padding: 49px 0px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 20px 0px;
}

.button-arrow-3 {
  position: static;
  left: -24px;
  top: 18px;
  right: -63px;
  display: block;
  width: 95%;
  height: 1.8px;
  min-width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.button-4 {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ee3124;
  /* font-family: aktiv-grotesk-extended, sans-serif; */
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.v-accordion-dropdown-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  /* background-color: #4a0b52; */
  background-color: #1d428a;
  box-shadow: -2px 0 13px 5px rgba(0, 0, 0, 0.3);
}

.v-accordion-dropdown-2.bold-purple {
  /* background-color: #881596; */
  background-color: #307fe2;
}

.v-accordion-dropdown-2.red {
  background-color: #ee3124;
}

.v-accordion-dropdown-2.grey-80 {
  background-color: #c2beb5;
}

.v-accordion-dropdown-2.gold {
  /* background-color: #d5cc81; */
  background-color: #5bc2e7;
}

.h-accordion-paragraph-2 {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  text-align: justify;
}

.h-accordion-paragraph-2.white {
  color: #fff;
}

.button-animation-3 {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee3124;
}

.faq-dropdown-list {
  position: static;
  background-color: #d5d1c8;
}

.faq-dropdown-list.w--open {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.faq-icon-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.faq-icon-line-2 {
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background-color: #ee3124;
}

.faq-icon-line-2.rotate {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.faq-paragraph-2 {
  margin-bottom: 0px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 64px;
}

.faq-title-2 {
  max-width: 100%;
  color: #000;
  white-space: normal;
}


.section-accordion-mobile {
  position: relative;
  /* height: 520px; */
  background-color: #ee3124;
  background-image: url(../images/Social-Responsibility.jpg);
  background-position: 65% 0%;
  /* background-size: auto 400px; */
  background-size: 100%;
  background-attachment: scroll;
}



.section-slider {
  padding-bottom: 30px;
  padding-top: 0;
}



.section-relative.center {
  margin-top: 0px;
  /* padding-right: 10%;
  padding-left: 10%; */
  padding: 0 10px;
}


.company-container{
  padding-bottom: 20px;
  min-height: 240px;
  padding-right: 10%;
  padding-left: 10%;
}

.section-columns {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0%;
  padding-bottom: 0%;
}


.hero-text.technology {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  /* line-height: 20px; */
  margin-top: 80px;
}



.horizontal-flex.reverse.gray-20 {
  height: auto;
  /* padding-top: 5%; */
  padding: 0 10px;
}

.section-image-offset.seating {
  width: 100%;
  padding-top: 0%;
}

.button-block-center {
  width: 100%;
  height: 40px;
  
}
.button-block-center {
  margin-top: 10px;
  margin-bottom: 10px;
}


.horizontal-flex.reverse {
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0px;
}

.section-image-offset {
  /* padding-top: 2%; */
  padding-top: 0%;
  padding: 0 ;
}


.horizontal-flex {
  height: auto;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* align-items: center;
  justify-content: center;
  flex-direction: column; */

  padding: 0 10px;
}



.red-lear-oval {
  left: -225px;
  top: -225px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
} 

.red-lear-oval.company-mobile {
  top: -100px;
}

.red-lear-oval.careers-mobile {
  top: -75px;
}


.red-lear-oval.culure {
  left: -235px;
  top: -195px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}


.red-lear-oval.software{
  left: -235px;
  top: -195px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.hero-text.culture {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding-left: 5%;
  padding-right: 5%; */

  padding: 0;
}



@media screen and (min-width: 1280px) {
  .hero-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* .section-image-text {
    max-width: 30%;
  } */

  .quote-author {
    left: 0%;
  }

  /* .section-full-width {
    position: relative;
  } */

  .section-full-width.careers {
    background-image: none;
  }

  .section-full-width.dei {
    background-image: none;
  }

  .button-block {
    max-width: 500px;
  }

  .lear-tag {
    position: fixed;
    z-index: 20;
  }

  .image-paragraph {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .image-paragraph.white {
    font-size: 15px;
    line-height: 18px;
  }

  /* .section-image {
    height: 600px;
    -o-object-fit: fill;
    object-fit: fill;
  } */

  .image-full-width {
    width: 100%;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .section-bg-image {
    height: 600px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  /* .section-bg-parallax-image {
    height: 600px;
    -o-object-fit: fill;
    object-fit: fill;
  } */

  .hero-image {
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .section-image-offset {
    position: relative;
  }

  .fs-collection-wrapper {
    display: none;
  }

  .hero-blog {
    position: relative;
  }

  .image-offset-2._70vh.drop-shadow.shorter {
    height: 50vh;
  }

  .light-main-nav {
    display: block;
  }

  .link-block-2 {
    margin-right: 20px;
  }

  .bio-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: minmax(200px, 0.25fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: minmax(auto, 0.25fr) minmax(auto, auto) auto;
    grid-template-columns: minmax(auto, 0.25fr) minmax(auto, auto) auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .achievement-block {
    margin-right: 15px;
    margin-left: 15px;
  }

  .lear-oval-escape-2.soft-drop-shadow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-wrapper {
    position: relative;
  }

  .section-image-2 {
    height: 600px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-quote {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .block.social.grey-20 {
    padding-bottom: 10px;
  }

  .section-image-3 {
    height: 600px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-slider {
    position: relative;
  }

  .half-div {
    position: relative;
    z-index: 1;
  }

  .quote-author-2 {
    left: 0%;
  }

  .section-quote-2 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-full-width-2 {
    position: relative;
  }

  .section-full-width-2.careers {
    background-image: none;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image {
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .h1.white {
    font-size: 40px;
  }

  .h1.center {
    font-size: 40px;
  }

  .section-accordion.social-bg-image {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  /* .h1-3.white {
    font-size: 40px;
  } */
}

@media screen and (max-width: 991px) {
  .hero-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .h2 {
    font-size: 15px;
  }

  .h2.sustainability-center {
    text-align: center;
  }

  .vertical-text.tablet-white {
    color: #fff;
  }
/* 
  .section-image-text {
    max-width: 50%;
  } */

  .quote.center.white {
    max-width: 90%;
    line-height: 22px;
  }

  .quote-author.white {
    max-width: 90%;
    line-height: 22px;
  }

  .footer {
    z-index: -1;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section-full-width.sustainability {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/sustain-option-2-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sustain-option-2-min.jpg');
    background-size: auto, auto 100vh;
    color: #fff;
  }

  .section-full-width.eol {
    width: 100%;
  }

  .line.vertical.double-button.hidden {
    display: none;
  }

  .button.cc-tablet {
    width: 60%;
    text-align: center;
  }

  .button.es-button {
    width: 100%;
    text-align: center;
  }

  .section-hero.home {
    height: 600px;
    padding-bottom: 0%;
  }

  .section-hero.sustainability-hero {
    background-image: url('../images/iStock-806594356EDIT1-min.jpg');
    background-size: cover;
  }

  /* .section-hero.seating {
    height: 500px;
    margin-bottom: 0%;
  } */

  .section-hero.company {
    background-position: 0% 100%;
    background-size: cover;
  }

  /* .section-hero.core-capabilities-hero {
    height: 200px;
    margin-top: 80px;
  } */

  .section-hero.guilford-textiles {
    height: 150px;
    margin-top: 80px;
  }

  .section-hero.eagle-ottawa {
    height: 150px;
    margin-top: 80px;
  }
/* 
  .section-hero.software {
    height: 450px;
    margin-top: 80px;
  } */

  .section-hero.dei {
    background-image: url('../images/iStock-806594356EDIT1-min.jpg');
    background-size: cover;
  }

  .hero-text.careers {
    max-width: 60%;
  }

  /* .hero-text.technology {
    max-width: 60%;
  } */

  .hero-text.company {
    max-width: 60%;
  }

  .hero-text.core-capabilities {
    max-width: 100%;
  }

  .hero-text.sustainability {
    max-width: 60%;
  }

  ._2-column {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-animation {
    display: none;
  }

  .button-animation.hidden {
    display: none;
  }

  .button-block.margin-bottom.cc-button-tablet {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-block.cc-button-tablet {
    width: 100%;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container_contact.tablet_padding {
    padding-right: 10%;
    padding-left: 10%;
  }

  .container_contact.tablet_padding {
    padding-right: 10%;
    padding-left: 10%;
  }

  .newsroom-image {
    height: 250px;
  }

  .newsroom-block {
    height: 450px;
  }

  .collection-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper.padding-bottom {
    width: 80%;
  }

  .footer-nav-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }

  .lear-tag {
    display: none;
    width: 80px;
  }

  .oval-mask {
    display: none;
  }

  .section-relative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-relative.center.guilford-mobile {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .section-relative.add-space.center {
    padding: 5%;
  }

  /* .section-image {
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; 
  }*/

  .image-full-width {
    -o-object-position: 85% 100%;
    object-position: 85% 100%;
  }

  .image-full-width.seating {
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }

  .side-nav {
    left: -110px;
  }
/* 
  .section-content {
    width: 70%;
    max-width: none;
  } */

  .section-content.center {
    max-width: 80%;
  }

  .section-content.center.core-capabilities.guilford-mobile {
    width: 80%;
    max-width: none;
  }

  /* .section-content.width-45 {
    padding-left: 10px;
  } */

  .section-content.width-45.gt-tablet {
    width: auto;
    max-width: 50%;
  }

  .section-content.e-systems {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-content.sustainability {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-content.center {
    max-width: 80%;
  }

  .block-container {
    height: 200px;
  }

  .center.top-margin.guilford-mobile {
    margin-bottom: 0px;
  }

  .image.seating-hero {
    height: 90%;
  }

  .columns {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .columns.value-grid {
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columns.intu-grid {
    margin-bottom: 0px;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .company-column {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* .section-columns {
    padding: 2% 3%;
  } */
/* 
  .red-lear-oval {
    left: -390px;
  } */

  .section-bg-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* .button-block-center {
    margin-top: 20px;
    margin-bottom: 20px;
  } */

  .button-animation-center {
    display: none;
  }
/* 
  .section-bg-parallax-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  } */

  .hero-image {
    height: 100%;
  }

  .hero-image.seating {
    height: 500px;
  }

  .no-margin.seating {
    height: 400px;
  }

  .no-margin.show {
    top: -40px;
  }

  .column-3.e-systems-tablet {
    padding-left: 50px;
  }

  .column-3.core-tablet {
    padding-bottom: 50px;
  }

  .column-3.cc-tablet {
    padding-right: 0px;
    padding-left: 2%;
  }

  .column-3.eo-tablet {
    padding-right: 5%;
    padding-left: 7%;
  }

  .image-column.reverse.mf-lead-tablet {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-column.core-tablet.eo-padding {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-column.core-tablet.eo-padding.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section-spacer {
    height: 100px;
  }

  .section-spacer.gray-20.advanced-seating-tablet {
    height: 75px;
  }

  .section-spacer.shorter {
    height: 25px;
  }

  .section-spacer.e-system-tablet {
    height: 100px;
  }

  .section-spacer.mfl-spacer {
    height: 50px;
  }

  .section-spacer.adv-seating-tablet {
    height: 75px;
  }

  .section-spacer.innovation-spacer {
    height: 30px;
  }

  .section-spacer.seating-tablet {
    height: 50px;
  }

  .section-spacer.intu-tablet {
    height: 50px;
  }

  .section-spacer.gt-tablet {
    width: 100%;
    height: 50px;
  }

  .image-column-reversed.cc-tablet {
    width: 80%;
  }

  /* .horizontal-flex.reverse {
    margin-top: 20px;
  } */

  /* .horizontal-flex.reverse.gray-20 {
    height: 500px;
    margin-top: 0px;
  } */

  .horizontal-flex.software-tablet {
    width: 100%;
    padding-left: 8%;
  }

  /* .offset-container {
    top: -50px;
    height: 350px;
  } */
/* 
  .offset-container.taller {
    top: 50px;
    height: 500px;
  } */

  /* .image-offset-1 {
    height: 500px;
  } */

  .image-offset-1.drop-shadow.intu {
    height: 300px;
  }

  .image-offset-1.drop-shadow.fabric-image.cc-tablet {
    height: 500px;
    padding-right: 10%;
    padding-bottom: 50px;
    padding-left: 10%;
  }

  .image-offset-1._60vh.drop-shadow {
    top: 40px;
    height: 100%;
  }

  .section-image-offset.seating {
    width: 100%;
  }

  .section-image-offset.materials {
    width: 100%;
  }

  .section-image-offset.xevo {
    width: 100%;
  }

  .drop-shadow {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }

  .column-image.drop-shadow.fixed.eo-tablet {
    height: 400px;
  }

  .column-top-align.mfl-tablet {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.jit {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph.sustainability-center {
    text-align: center;
  }

  .page-intu {
    margin-top: 80px;
  }

  .intu-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .image-offset-2._70vh.drop-shadow {
    top: 90px;
    height: 100%;
  }

  .image-offset-2._50vh {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .background-video {
    height: 100%;
  }

  .achievements-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* .h1 {
    font-size: 34px;
  } */

  .h1.white {
    font-size: 32px;
  }

  .h1.career-center.career-tablet-h1 {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .h1.center {
    margin-bottom: 0px;
  }

  .h1.accolade {
    font-size: 30px;
  }

  .h1.cta-title {
    max-width: 80%;
  }

  .h1.sustainability-center {
    text-align: center;
    font-size: 18px;
  }

  .lear-oval-container {
    width: 110vw;
    height: 110vh;
  }

  .footer-2 {
    position: static;
    height: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .page-software {
    width: 100%;
  }

  .career-center {
    margin-top: 5px;
  }

  .tablet-h1 {
    font-size: 32px;
  }

  .section-image-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    padding-left: 80px;
  }

  .section-quote {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .line-5.vertical.double-button.hidden {
    display: none;
  }

  .flex-container.horizontal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-container.horizontal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h1-tablet {
    font-size: 32px;
  }

  .icon-grid {
    width: 80%;
    -ms-grid-columns: minmax(auto, 1fr) 1fr 1fr;
    grid-template-columns: minmax(auto, 1fr) 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .video-offset-1 {
    top: -30px;
    height: 120%;
  }

  .h5.form-mobile {
    text-align: center;
  }

  /* .hidden-info {
    padding-right: 5%;
    padding-left: 5%;
  } */

  .accolade-icon {
    left: -12px;
  }

  .h-accordion-dropdown {
    box-shadow: -2px 0 6px 1px rgba(0, 0, 0, 0.3);
  }

  .h-accordion-text {
    max-width: 60%;
    min-width: auto;
  }

  .section-image-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-block {
    width: 100%;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu {
    width: 70%;
    max-width: none;
  }

  .link.drop-shadow:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  /* .link.drop-shadow.w--current {
    background-color: #efefed;
  } */

  .link.drop-shadow.w--current {
    /* background-color: #efefed; */
    background-color: #ee3124 !important;
  }

  
  /* .collection-list-wrapper-2 {
    width: 80%;
  } */

  .grid-column {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-grid.accolades {
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* .section-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  } */

  /* .title-card-image-wrapper {
    max-height: 150px;
  } */

  .title-card {
    margin-bottom: 30px;
  }

  .profile-wrapper {
    height: 400px;
  }

  .div-block-31 {
    width: 90%;
  }

  .back-to-top {
    display: none;
  }

  .cta-title {
    max-width: 66.6667%;
    font-size: 42px;
    line-height: 48px;
  }

  .page-header {
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .section-6 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-6.medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-header-flex-wrap {
    max-width: 66.6667%;
  }

  .section-title {
    max-width: 75%;
    font-size: 36px;
    line-height: 42px;
  }

  .nav-link-wrap {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-wrap.dropdown {
    position: relative;
    display: block;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-spacer-2.shorter {
    height: 25px;
  }

  .column-5.core-tablet {
    padding-right: 8%;
    padding-bottom: 50px;
    padding-left: 8%;
  }

  .quote-2 {
    line-height: 20px;
  }

  .section-quote-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* .navigation-mob {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }  */

  /* .mobile-nav {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  } */

  /* .menu-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transition: background-color 200ms ease, border-radius 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, border-radius 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, background-color 200ms ease, border-radius 200ms ease;
    transition: transform 200ms ease, background-color 200ms ease, border-radius 200ms ease, -webkit-transform 200ms ease;
  } */

  /* .menu-mob.w--open {
    background-color: transparent;
  } */

  /* .menu-line {
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  } */

  /* .menu-line.no-margin {
    margin-bottom: 0px;
  } */

  /* .menu-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  } */

  .primary-mobile-nav-item {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 15px 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    text-transform: uppercase;
  }

  .secondary-mobile-nav-item {
    position: static;
    display: inline-block;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #949086;
    text-transform: uppercase;
  }

  .secondary-mobile-nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #d5d1c8;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .mobile-nav-wrapper {
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .primary-mobile-nav {
    display: -ms-grid;
    display: grid;
    padding-right: 15px;
    padding-left: 15px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .h6 {
    text-align: center;
  }

  .text-span-4 {
    font-size: 6px;
  }

  .image-offset-4 {
    height: 500px;
  }

  .side-nav-2 {
    left: -110px;
  }

  .button-container {
    width: 70%;
  }

  .v-accordion-dropdown {
    box-shadow: -2px 0 6px 1px rgba(0, 0, 0, 0.3);
  }

  .browser-content {
    width: 90%;
  }

  /* .h1-3 {
    font-size: 34px;
  } */

  .h1-3.white {
    font-size: 32px;
  }

  .v-accordion-dropdown-2 {
    box-shadow: -2px 0 6px 1px rgba(0, 0, 0, 0.3);
  }

  .button-animation-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h2.es-center {
    text-align: center;
  }

  .vertical-text.career-side-nav-mobile {
    font-size: 10px;
  }

  /* .section-image-text {
    max-width: 70%;
  } */

  .quote.center.white {
    max-width: none;
    padding-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    display: -ms-grid;
    display: grid;
    width: 99.99%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-logo-link {
    display: none;
  }

  .footer-logo-link.mobile {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .footer-logo {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-full-width {
    /* padding-right: 5%;
    padding-left: 5%; */
  }

  .section-full-width.sustainability {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/sustain-option-2-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sustain-option-2-min.jpg');
    background-position: 0px 0px, 40% 50%;
  }

  .section-full-width.careers {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-full-width.careers.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-full-width.careers.vertical.hide {
    display: none;
  }

  .section-full-width.liv.stretch {
    width: 100%;
    height: 400px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-full-width.overflow-visible.adv-seating {
    width: 100%;
    margin-right: 0px;
    padding-right: 0%;
    padding-bottom: 2%;
    padding-left: 0%;
  }

  .section-full-width.dei {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-full-width.eol {
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-4 {
    top: 80%;
  }

  .button {
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .button.cc-tablet {
    width: 75%;
  }

  .button.adv-seating-mobile {
    width: 100%;
  }

  .button.eol {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-spacer {
    height: 80%;
  }

  .section-hero.home {
    height: 450px;
    margin-top: 80px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section-hero.careers-hero {
    height: 450px;
    margin-top: 80px;
  }

  /* .section-hero.seating {
    height: 450px;
    margin-top: 80px;
    margin-bottom: 0%;
    padding: 2% 5% 0%;
  } */

  /* .section-hero.company {
    height: 450px;
    margin-top: 80px;
    background-position: 30% 50%;
  } */

  /* .section-hero.core-capabilities-hero {
    height: 350px;
  } */

  .section-hero.guilford-textiles {
    height: 350px;
  }
/* 
  .section-hero.advanced-seating {
    height: 450px;
    margin-top: 80px;
  } */

  .section-hero.eagle-ottawa {
    height: 350px;
  }

  .section-hero.e-systems {
    background-size: cover;
  }
/* 
  .section-hero.software {
    height: 400px;
  } */

  .section-hero.culture {
    background-size: cover;
  }

  .section-hero.liv {
    height: 450px;
    margin-top: 80px;
  }

  /* .section-hero.e-systems-hero {
    height: 450px;
    margin-top: 80px;
  } */

  /* .hero-text {
    max-width: 60%;
  } */

  .hero-text.careers {
    max-width: 70%;
  }

  /* .hero-text.technology {
    max-width: 80%;
  } */

  .hero-text.company {
    max-width: 80%;
  }

  .hero-text.white {
    max-width: 60%;
  }

  .hero-text.e-systems {
    max-width: 60%;
  }

  .hero-text.sustainability {
    max-width: 70%;
  }

  .button-block.align-bottom {
    margin-left: 0px;
  }

  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-wrapper.padding-bottom {
    width: 90%;
  }

  .white.gt-mobile {
    font-size: 36px;
  }

  .footer-nav-wrapper.hide {
    display: none;
  }

  .lear-tag {
    width: 80px;
  }

  /* .section-relative.center {
    padding-top: 2%;
    padding-bottom: 2%;
  } */

  .section-relative.center.guilford-mobile {
    padding-top: 3%;
    padding-right: 5%;
    padding-left: 5%;
  }

  /* .section-image {
    height: 450px;
  } */

  .section-image.core-mobile {
    /* height: 350px; */
  }

  .image-full-width {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .image-full-width.seating {
    -o-object-position: 33% 50%;
    object-position: 33% 50%;
  }

  .side-nav {
    left: -120px;
    display: none;
  }

  /* .section-content {
    width: 90%;
  } */

  .section-content.center.core-capabilities {
    max-width: none;
  }

  .section-content.center.core-capabilities.guilford-mobile {
    max-width: 90%;
  }

  .section-content.width-45 {
    height: auto;
    max-width: 46%;
    padding-right: 1%;
  }

  .section-content.width-45.seating-left-landscape {
    padding-right: 5%;
  }

  .section-content.width-45.gt-tablet {
    max-width: 50%;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
  }

  .section-content.width-45 {
    padding-right: 0%;
  }

  .section-content.width-45.seating-landscape {
    padding-left: 5%;
  }

  .section-content.e-systems {
    width: 80%;
  }

  .section-content.center.core-capabilities.guilford-mobile {
    max-width: 90%;
  }

  .center.h1-mobile.gt-mobile {
    font-size: 36px;
  }

  .image.seating-hero {
    width: auto;
    height: 90%;
    margin-left: 22px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns.value-grid {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .columns.intu-grid {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .company-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* .section-columns {
    padding-right: 2%;
    padding-left: 2%;
  } */

  /* .red-lear-oval {
    left: -392px;
    top: -110px;
    max-width: 71%;
    min-width: 650px;
  } */

  /* .red-lear-oval {
    left: -392px;
    top: -110px;
    max-width: 71%;
    min-width: 600px;
  } */


  .section-bg-image.thin.intu {
    margin-top: 0px;
  }

  .section-bg-image.intu {
    height: 250px;
  }

  .slider-column {
    padding-right: 2%;
    padding-left: 2%;
  }

  .arrow-right {
    margin-right: 15px;
    margin-left: 0px;
  }

  .arrow-left {
    margin-right: 0px;
    margin-left: 15px;
  }

  /* .button-block-center {
    width: 400px;
  } */
/* 
  .section-bg-parallax-image.technology {
    height: 550px;
    background-position: 40% 50%;
  } */

  .footer-link {
    margin-bottom: 5px;
  }

  .hero-image {
    -o-object-position: 100% 0%;
    object-position: 100% 0%;
  }

  .hero-image.seating {
    top: 0%;
    height: 400px;
  }

  .no-margin {
    display: none;
  }

  .no-margin.show {
    top: -90px;
    display: block;
  }

  .column-3 {
    padding-right: 0px;
  }

  .column-3.e-systems-tablet {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-3.core-tablet {
    padding-right: 5%;
    padding-bottom: 25px;
    padding-left: 5%;
  }

  .column-3.cc-tablet {
    padding-left: 0%;
  }

  .column-3.eo-tablet {
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
  }

  .column-3.adv-seating {
    padding-left: 4%;
  }

  .image-column.core-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-spacer {
    height: 60px;
  }

  .section-spacer.gray-20.advanced-seating-tablet {
    height: 50px;
  }

  .section-spacer.shorter {
    height: 30px;
  }

  .section-spacer.shorter.hidden {
    display: none;
  }

  .section-spacer.e-system-tablet {
    height: 50px;
  }

  .section-spacer.adv-seating-tablet {
    height: 50px;
  }

  .section-spacer.seating-tablet {
    height: 50px;
  }

  .section-spacer.gt-tablet {
    display: none;
  }

  .image-column-reversed.intu-tablet {
    width: 95%;
  }

  .image-column-reversed.cc-tablet {
    width: 90%;
  }

  /* .horizontal-flex {
    padding-left: 4%;
  } */

  .horizontal-flex.gray-20 {
    padding-left: 2%;
  }

  .horizontal-flex.gray-20.adv-seating {
    padding-left: 2.5%;
  }

  /* .horizontal-flex.reverse.gray-20 {
    height: 450px;
    padding-right: 2%;
    padding-left: 2%;
  } */

  .horizontal-flex.reverse.software-tablet {
    height: auto;
    padding-right: 2%;
    padding-left: 2%;
  }

  /* .horizontal-flex.seating-left-landscape {
    padding-right: 2%;
    padding-left: 2%;
  } */

  .horizontal-flex.into-mobile {
    height: auto;
    padding-left: 2%;
  }

  .horizontal-flex.software-tablet {
    height: auto;
    padding-left: 2%;
  }

  /* .offset-container {
    height: 300px;
  } */
/* 
  .offset-container.taller {
    top: 40px;
    height: 450px;
  } */

  .image-offset-1.drop-shadow.intu {
    top: 30px;
    height: 400px;
  }

  .image-offset-1.drop-shadow.fabric-image.cc-tablet {
    padding-right: 5%;
    padding-bottom: 25px;
    padding-left: 5%;
  }

  .image-offset-1._60vh.drop-shadow {
    -o-object-position: 37% 50%;
    object-position: 37% 50%;
  }

  .image-offset-1._60vh.drop-shadow.guilford-mobile {
    height: 350px;
  }

  .column-image.drop-shadow.fixed.eo-tablet {
    height: 350px;
  }

  .image-offset-2._70vh.drop-shadow {
    top: 110px;
    height: 100%;
  }

  .double-button.cc-mobile {
    padding-bottom: 20px;
  }

  .achievement.cta {
    height: 230px;
  }

  .achievements-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .achievement-cover {
    height: 61%;
  }

  .achievement-paragraph {
    margin-top: 35px;
  }

  /* .h1 {
    font-size: 30px;
  } */

  .h1.career-center {
    text-align: center;
  }

  .h1.tech {
    font-size: 36px;

  }

  .h1.cta-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 27px;
  }

  .h1.innovation-mobile {
    font-size: 30px;
  }

  .h1.seating-left {
    margin-left: -5px;
  }

  .h1.es-center {
    text-align: center;
  }

  .h1.intu {
    font-size: 28px;
  }

  .h1.software-mobile {
    font-size: 24px;
  }

  .footer-logo-link-2 {
    display: none;
  }

  .footer-logo-link-2.mobile {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-logo-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lear-oval-container {
    overflow: hidden;
    width: 200vw;
    height: 100%;
  }

  .footer-2 {
    position: static;
    z-index: auto;
    height: 600px;
    padding: 40px 20px;
    clear: none;
  }

  .footer-flex-container-2 {
    position: relative;
    display: -ms-grid;
    display: grid;
    width: 99.9999%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(200px, 2fr) 1fr;
    grid-template-columns: minmax(200px, 2fr) 1fr;
    -ms-grid-rows: auto minmax(129px, 1fr);
    grid-template-rows: auto minmax(129px, 1fr);
  }

  .tablet_padding-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-5 {
    text-align: center;
  }

  .paragraph-4 {
    text-align: center;
  }

  .career-center {
    text-align: center;
  }

  .tablet-h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .button-2 {
    width: 100%;
    text-align: center;
  }

  .column-4 {
    padding-right: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-container.horizontal {
    padding-right: 5%;
    padding-left: 5%;
  }
/* 
  .hidden-info {
    grid-auto-flow: row;
    -ms-grid-columns: minmax(50px, 0.25fr) minmax(200px, 1fr);
    grid-template-columns: minmax(50px, 0.25fr) minmax(200px, 1fr);
  } */

  .grid-mfg-leadership-flex {
    display: none;
  }

  .accolade-icon {
    left: -11px;
  }

  .div-block-7 {
    padding-right: 2%;
    padding-left: 2%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-17 {
    width: 90%;
  }

  .div-block-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-accordion.social-bg-image {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .horizontal-accordion-wrapper {
    display: none;
    width: 100%;
  }

  .h-accordion-dropdown {
    width: 20%;
  }

  .bg-color {
    width: 100%;
  }

  .button-3 {
    width: 100%;
    height: auto;
    text-align: center;
  }

  /* .collection-list-wrapper-2 {
    width: 80%;
  } */

  .section-grid-software {
    padding: 30px 5%;
  }

  .section-grid {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section-grid.accolades {
    padding-left: 0%;
    grid-column-gap: 30px;
  }

  /* .section-slider {
    padding-top: 30px;
    padding-bottom: 30px;
  } */

  .title-wrapper.left-align {
    padding-left: 10%;
  }

  .title-card {
    margin-bottom: 0px;
  }

  .grid-categories {
    grid-row-gap: 0px;
    grid-template-areas: "Area"
      "Area-4"
      "Area-2"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .technology-content {
    padding-bottom: 30px;
  }

  .technology-content.left-align {
    padding-left: 10%;
  }

  /* .section-categories {
    padding-bottom: 0%;
  } */

  .profile-wrapper {
    width: auto;
    /* height: 250px; */
  }

  /* .slider-grid.no-image {
    height: 350px;
  }

  .slider-block.drop-shadow {
    width: 85%;
  } */

  .page-nav-text {
    text-align: center;
  }

  .div-block-31 {
    width: 70%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 4%;
    margin-top: -100px;
  }

  .cta-block {
    padding: 48px;
  }

  .section-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-title {
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .text-field-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-wrapper {
    width: 100%;
  }

  .page-header {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .section-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-6.medium {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-header-flex-wrap {
    max-width: 100%;
  }

  .faq-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-title {
    max-width: 100%;
  }

  .contact-form {
    margin-top: 32px;
    padding: 24px;
  }

  .container-small {
    max-width: 100%;
  }

  .half-div {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 0%;
  }

  .nav-link-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-field-spacer {
    display: none;
  }

  .h1-2 {
    font-size: 32px;
  }

  .section-spacer-2 {
    height: 60px;
  }

  .section-spacer-2.shorter {
    height: 30px;
  }

  .column-5 {
    padding-right: 0px;
  }

  .column-5.core-tablet {
    padding-right: 5%;
    padding-bottom: 25px;
    padding-left: 5%;
  }

  .quote-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .quote-author-2 {
    font-size: 12px;
  }

  .section-quote-2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .primary-mobile-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  .h6.form-mobile {
    text-align: center;
  }

  .section-full-width-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
/* 
  .section-full-width-2.careers {
    padding-top: 10px;
    padding-bottom: 10px;
  } */

  .section-full-width-2.careers.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-nav-2 {
    left: -120px;
    display: none;
  }

  .button-container {
    width: 90%;
  }

  .vertical-accordion-wrapper {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .v-accordion-dropdown {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .v-accordion-dropdown:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .vertical-accordion-wrapper-2 {
    position: static;
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-gradient-overlay-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 90%;
    /* height: 280px; */
    height: 200px;
  }

  .h-accordion-title-2.black {
    color: #000;
  }

  /* .h1-3 {
    font-size: 30px;
  } */

  /* .h-accordion-toggle-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  } */

  .button-4 {
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .v-accordion-dropdown-2 {
    z-index: 6;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

  .v-accordion-dropdown-2:hover {
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  .v-accordion-dropdown-2.bold-purple {
    z-index: 4;
  }

  .v-accordion-dropdown-2.wise-purple {
    z-index: 3;
  }

  .v-accordion-dropdown-2.red {
    z-index: 2;
    height: 100%;
  }

  .v-accordion-dropdown-2.red:hover {
    z-index: 100;
    height: 100%;
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    -o-object-fit: contain;
    object-fit: contain;
  }

  .v-accordion-dropdown-2.gold {
    z-index: 5;
  }

  /* .section-accordion-mobile {
    position: relative;
    height: 640px;
    background-color: #ee3124;
    background-image: url('../images/Social-Responsibility.jpg');
    background-position: 50% 114%;
    background-size: auto 450px;
    background-attachment: scroll;
  } */
}

@media screen and (max-width: 479px) {


  .h1-tablet {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  

  .section-spacer.shorter {
    height: 30px;
    width: 100%;
    display: block;
  }

  .h2.sustainability-center {
    font-size: 14px;
  }

  .h2.seating-mobile-center {
    text-align: center;
    font-weight: normal;
    font-size: 13px;
  }

  .intu-column {
    padding-right: 5px;
    padding-left: 5px;
}

.intu-icon {
  margin-right: auto;
  margin-left: auto;
}

  .vertical-text.slider-left.black.center {
    display: none;
  }

  .vertical-text.slider-right.black.center {
    display: none;
  }

  .v-accordion-dropdown-2.red:hover {
    z-index: 100;
    /* height: 100%; */
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    /* transform: translate(0px, 5px); */
    -o-object-fit: contain;
    /* object-fit: contain; */
  }

  .v-accordion-dropdown-2:hover{
        -webkit-transform: translate(0px, 0px); 
        -ms-transform: translate(0px, 0px);
         transform: translate(0px, 0px);
  }

  /* .section-columns {
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 0%;
    padding-bottom: 0%;
  } */

  /* .section-image-text {
    top: 52px;
    max-width: none;
  } */

  /* .section-image-text {

    max-width: none;
    width: 100%;
    padding: 10%;
  } */

  .section-image-text.quote {
    top: 20px;
  }

  .quote.center {
    max-width: none;
  }

  .quote.center.white {
    font-size: 14px;
  }

  .quote-author.white {
    font-size: 13px;
  }

  .footer {
    height: 100%;
    padding: 80px 20px;
    text-align: left;
  }

  .footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-logo-link {
    height: 60px;
  }

  .section-full-width.careers {
    display: none;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-full-width.careers.vertical.hide {
    display: none;
  }

  .section-full-width.liv.stretch {
    height: auto;
  }

  .section-full-width.overflow-visible.adv-seating {
    padding-top: 2%;
  }

  .section-full-width.dei {
    height: 500px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    /* font-size: 10px; */
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: normal;
  }

  .button.white {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    /* font-size: 10px; */
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .button.core-mobile {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-spacer {
    /* height: 100%; */
    width: 100%;
    height: 40px;
    display: block;
  }

  .section-hero.home {
    height: 400px;
  }

  .section-hero.careers-hero {
    height: 400px;
  }

  .section-hero.sustainability-hero {
    background-position: 50% 0%;
    background-size: auto 120%;
  }

  /* .section-hero.seating {
    height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 80px;
    margin-bottom: 0%;
    padding: 0% 5%;
  } */

  /* .section-hero.company {
    background-position: 38% 50%;
  } */

  /* .section-hero.core-capabilities-hero {
    height: 300px;
  } */

  .section-hero.guilford-textiles {
    height: 300px;
  }

  .section-hero.eagle-ottawa {
    height: 300px;
  }

  .section-hero.e-systems {
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* .section-hero.software {
    height: 350px;
    padding-right: 5%;
    padding-left: 5%;
  } */

  .section-hero.culture {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }

  /* .section-hero.e-systems-hero {
    height: 400px;
	background-position: 100% 0;
  margin-top: 80px;
  } */

  .section-hero.seating{
    height: auto;
  }
  /* .hero-text {
    max-width: 80%;
  } */

  .hero-text.careers {
    max-width: 75%;
  }

  /* .hero-text.technology {
    max-width: 100%;
  } */

  /* .hero-text.technology {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 20px;
  } */

  .hero-text.company {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* .hero-text.culture {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
  } */

  .hero-text.white {
    max-width: 70%;
    top: 70px;
  }

  .hero-text.seating {
    max-width: 90%;
  }

  .hero-text.e-systems {
    max-width: 80%;
    margin-top: 10%;
  }

  .hero-text.core-capabilities {
    max-width: 80%;
  }

  .hero-text.careers {
    max-width: 80%;
  }

  .hero-text.sustainability {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .button-animation {
    display: none;
  }

  .button-block {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .container_contact.tablet_padding {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsroom-block {
    height: 300px;
  }

  .collection-list-wrapper.padding-bottom {
    width: 100%;
  }

  .list {
    overflow: hidden;
  }

  .white.bigger {
    cursor: pointer;
  }

  .white.bigger.accordian-trigger {
    cursor: pointer;
  }

  .white.hero {
    max-width: 90%;
  }

  .lear-tag {
    width: 50px;
  }

  .image-paragraph.white {
    max-width: 100%;
  }

  .section-relative {
    width: 100%;
    /* padding: 7% 5%; */
  }
/* 
  .section-relative.center {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  } */

  .section-relative.center.guilford-mobile {
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
  }

  .section-relative.add-space.center {
    margin-top: 0px;
  }

  /* .section-image {
    height: 400px;
    padding-right: 5%;
    padding-left: 5%;
  } */

  /* .section-image {
    height: 250px;
    padding-right: 5%;
    padding-left: 5%;
  } */

  .section-image.collaboration {
    height: 300px;
    /* padding-right: 5%;
    padding-left: 5%; */

    /* padding: 0 10%; */
    padding: 0 ;
  }


  .section-image.company-mobile {
    height: 450px;
  }

  /* .image-full-width {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  } */


  .image-full-width.collaboration{
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-full-width {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-full-width.seating {
    -o-object-position: 35% 50%;
    object-position: 35% 50%;
  }

  .side-nav {
    display: none;
  }

  .section-content.center {
    width: 100%;
    max-width: 100%;
  }

  .section-content.center.core-capabilities {
    max-width: 100%;
  }

  .section-content.center.core-capabilities.guilford-mobile {
    width: 100%;
    max-width: none;
  }

  .section-content.slider {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .section-content.width-45 {
    max-width: none;
    /* margin: 10px auto; */
    margin: 0rpx auto;
    padding-right: 0%;
  }

  .section-content.width-45.seating-left-landscape {
    padding-right: 0%;
    /* padding-top: 10%; */
    /* padding-bottom: 10%; */
  }

  .section-content.width-45.gt-tablet {
    /* width: 100%; */
    max-width: none;
    /* padding-right: 2%;
    padding-left: 2%; */
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-content.width-45.seating-landscape {
    padding-left: 0%;
  }

  .section-content.sustainability {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section-content.center {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-content.center.core-capabilities {
    max-width: 100%;
  }

  .section-content.center.core-capabilities.guilford-mobile {
    max-width: 100%;
  }

  .image-gradient-overlay {
    width: 100%;
  }

  .image-gradient-overlay.software {
    background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 70%, transparent);
  }

  .block-container {
    height: 170px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .center {
    margin-top: 10px;
  }

  .center.top-margin.guilford-mobile {
    margin-bottom: 20px;
  }

  .image.seating-hero {
    height: 100%;
  }

  .columns.value-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 0px;
  }

  .columns.intu-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  /* .red-lear-oval {
    left: -240px;
    top: -69px;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  } */
/* 
  .red-lear-oval {
    left: -225px;
    top: -225px;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  } */

  .red-lear-oval.company-mobile {
    top: -100px;
  }

  .red-lear-oval.careers-mobile {
    top: -75px;
  }

  .section-bg-image.intu {
    height: 200px;
  }

  .image-slider {
    display: none;
  }

  .slider-column {
    height: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .slider-alt-image {
    display: none;
  }

  .slider-line {
    display: none;
  }

  .arrow-right {
    display: none;
  }

  .arrow-left {
    display: none;
  }

  /* .button-block-center {
    width: 100%;
    height: 40px;
    
  }
  .button-block-center {
    margin-top: 10px;
    margin-bottom: 10px;
  } */


  /* .button-center {
    width: 100%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.5px;
  } */

  /* .section-bg-parallax-image.technology {
    height: 500px;
    padding-bottom: 7%;
  } */

  .footer-link {
    margin-bottom: 2px;
  }

  .hero-image.seating {
    /* top: -12%; */
    /* top: -22%; */
    width: 90%;
    height: 300px;
  }

  .no-margin.show {
    top: auto;
    height: 300px;
  }

  .column-3 {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3.e-systems-tablet {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3.cc-tablet {
    padding-top: 10px;
  }

  .column-3.adv-seating {
    padding-left: 0%;
  }

  .image-column.reverse.mf-lead-tablet {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-column.core-tablet.eo-padding {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-spacer {
    /* display: none; */
    height: 30px;
  }

  .section-spacer.gray-20.advanced-seating-tablet {
    height: 25px;
  }

  .section-spacer.shorter.hidden {
    display: none;
  }

  .section-spacer.e-system-tablet {
    height: 25px;
  }

  .section-spacer.mfl-spacer {
    height: 25px;
  }

  .section-spacer.adv-seating-tablet {
    height: 25px;
  }

  .section-spacer.gt-tablet {
    display: block;
    height: 10px;
  }

  .image-column-reversed.intu-tablet {
    width: 90%;
  }

  .image-column-reversed.cc-tablet {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

 

  .horizontal-flex.gray-20 {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-flex.gray-20.adv-seating {
    padding-left: 0%;
  }

  /* .horizontal-flex.reverse {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  } */
/* 
  .horizontal-flex.reverse.gray-20 {
    height: auto;
    padding-top: 5%;
    padding-top: 30px;
  } */

  .horizontal-flex.seating-left-landscape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-flex.software-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-flex.margin-top {
    margin-top: 0px;
  }

  .offset-container {
    top: 0px;
    width: 100%;
    /* height: 300px; */
    max-width: none;
    /* padding-right: 10px; */
    /* padding-left: 10px; */

    height: 400px;
  }

  .offset-container.core-capabilities2{
    /* height: auto; */
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .offset-container.leadership {
    top: 0px;
    width: 100%;
    /* height: 300px; */
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;

    height: 305px;
  }

  .offset-container.intu.hidden {
    display: none;
  }
/* 
  .offset-container.taller {
    position: static;
    height: 400px;
    top: 40px;
    height: 450px;
  } */

  .image-offset-1.drop-shadow.fabric-image.cc-tablet {
    height: 400px;
  }

  .image-offset-1._60vh.drop-shadow {
    position: static;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-offset-1._60vh.drop-shadow.guilford-mobile {
    height: 100%;
  }

  .section-image-offset {
    /* padding-top: 2%; */
    padding-top: 0%;
  }

  /* .section-image-offset.seating {
    width: 100%;
    padding-top: 0%;
  } */

  .column-image.drop-shadow.fixed.eo-tablet {
    height: 300px;
  }

  .paragraph.jit {
    padding-right: 5px;
    padding-left: 5px;
  }

  /* .paragraph.white {
    font-size: 11px;
    line-height: 16px;
  } */

   .paragraph.white {
    /* font-size: 11px;
    line-height: 18px !important; */
    text-align: center;

    font-size: 14px;
    line-height: 25.2px !important;
  } 

 


  .paragraph.seating-mobile-center {
    text-align: center;

  }

  .paragraph.into {
    text-align: center;
  }

  .image-offset-2._70vh.drop-shadow {
    top: auto;
    height: 100%;
  }

  .double-button.cc-mobile {
    padding-bottom: 0px;
  }

  .achievement.cta.drop-shadow {
    height: auto;
    min-height: auto;
  }

  .achievements-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .achievement-paragraph {
    margin-top: 20px;
  }

  .h1 {
    /* line-height: 34px; */
    line-height: 43.2px;
  }

  .h1.white {
    /* font-size: 14px; */
        font-size: 18px;
        font-weight: bold;
        line-height: 32.4px;
  }

  .h1.center {
    /* font-size: 30px; */
    font-size: 24px;
    font-weight: bold;
  }

  .h1.center.seating-jit-mobile {
    font-size: 26px;
  }

  .h1.accolade {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 28px;
  }

  .h1.tech {
    /* font-size: 34px; */
    font-size: 18px;
    font-weight: bold;
  }

  .h1.sustainability-center {
    /* font-size: 28px; */
    font-size: 18px;
    font-weight: bold;
  }

  .h1.careers-mobile {
    font-size: 30px;
  }

  .h1.seating-mobile-center {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .h1.intu {
    text-align: center;
  }

  .footer-logo-link-2 {
    height: 60px;
  }

  .lear-oval-container {
    overflow: hidden;
    width: 600px;
    height: 600px;
  }

  .list-3 {
    overflow: hidden;
  }

  .footer-2 {
    position: static;
    height: auto;
    margin-top: 0%;
    padding: 5px 20px 10px;
    text-align: left;
    cursor: auto;
  }

  .footer-line-divider-2 {
    display: block;
  }

  .list-4 {
    overflow: hidden;
  }

  .footer-flex-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-image-2 {
    height: 425px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-4 {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .section-quote {
    height: 600px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .pillar-block {
    padding-top: 1px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .pillars-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .line-5.vertical.double-button.white {
    display: none;
  }

  .pillar-text {
    font-size: 9px;
    line-height: 11px;
  }

  .flex-container.horizontal {
    padding-right: 0%;
    padding-left: 0%;
  }

  .flex-container.horizontal {
    padding-right: 0%;
    padding-left: 0%;
  }

  .video-offset-1 {
    top: 0px;
    height: 100%;
  }

  .h5.accolade {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }

  /* .hidden-info {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: minmax(175px, 127px) minmax(200px, 175px) minmax(200px, 175px);
    grid-template-rows: minmax(175px, 127px) minmax(200px, 175px) minmax(200px, 175px);
  } */

  .image-16 {
    display: none;
  }

  .accolade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .accolade-icon {
    left: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-7 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .h-accordion-dropdown {
    width: 20%;
  }

  .section-image-3 {
    height: 450px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .globe {
    left: -76px;
    display: none;
    width: 150%;
  }


  /* .card-description {
    font-size: 12px;
    line-height: 16px;
  } */

  .slider-container {
    width: 90%;
    max-width: none;
  }

  .image-gradient-overlay-3 {
    width: 90%;
  }

  .section-grid.accolades {
    padding-top: 15%;
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
/* 
  .section-slider {
    padding-bottom: 30px;
  } */


  /* .section-accordion-mobile {
    position: relative;
    height: 620px;
    background-color: #ee3124;
    background-image: url('../images/Social-Responsibility.jpg');
    background-position: 50% 154%;
    background-size: auto 450px;
    background-attachment: scroll;
  } */
  /* .section-accordion-mobile {
  position: relative;
  height: 620px;
  background-color: #ee3124;
  background-image: url(../images/Social-Responsibility.jpg);
  background-position: 65% 124%;
  background-size: auto 400px;
  background-attachment: scroll;
} */
  .grid-content.hide {
    display: none;
  }

  .grid-container.home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .profile-wrapper {
    width: auto;
  }

  .slider-grid {
    grid-row-gap: 8px;
  }

  .slider-grid.no-image {
    height: 300px;
  }

  .slider-arrow-block {
    background-color: transparent;
  }

  .page-nav-link {
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-31 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav {
    margin-top: -160px;
  }

  .cta-block {
    padding: 32px;
  }

  .section-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cta-title {
    font-size: 30px;
    line-height: 36px;
  }

  .section-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-6.medium {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-field-5 {
    border-radius: 0px;
  }

  .nav-link-wrap {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1-2 {
    font-size: 30px;
  }

  .section-spacer-2.shorter {
    height: 0px;
  }

  .column-5 {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5.core-tablet {
    padding-bottom: 0px;
  }

  .quote-author-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-quote-2 {
    height: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid-wrapper {
    grid-template-areas: "quote-image"
      "quote";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-lightbox-center {
    width: 100%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-mob {
    position: fixed;
  }

  .mobile-nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .primary-mobile-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    font-size: 11px;
  }

  .primary-mobile-nav-item.drop-shadow {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .secondary-mobile-nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .secondary-mobile-nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .primary-mobile-nav {
    margin-top: 15px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-full-width-2.careers {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-nav-2 {
    display: none;
  }

  .button-container {
    width: 100%;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .warning-text {
    font-size: 18px;
    line-height: 24px;
  }

  .image-gradient-overlay-4 {
    width: 100%;
  }

  /* .h1-3 {
    line-height: 26px;
    font-size: 20px;
  } */

  .h1-3.white {
    font-size: 28px;
    line-height: 35px;
  }

  .button-4 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  .button-animation-3 {
    display: none;
  }
}

#w-node-7a6dc4e0ac72-d21e934b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf2326af7009-d21e934b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-29e6dd0920e0-6c271705 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-9fbdc62b1ca7-c62b1c8e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-9fbdc62b1cab-c62b1c8e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7838749ec555-cc1e9383 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

#w-node-621135e1b0c2-4b1e93e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-621135e1b0c6-4b1e93e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1525ae34fd9f-001e93ea {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a7cc1390a014-001e93ea {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fc3a6f255505-001e93ea {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f95cbefa8f16-001e93ea {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-73226b384f2c-001e93ea {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9401b6605e21-001e93ea {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb33368f4b0b-fa1e93eb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: quote;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9be38b7b76de-fa1e93eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c453ed9fac3c-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c453ed9fac3e-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-c453ed9fac42-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-c453ed9fac47-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c453ed9fac49-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-c453ed9fac4d-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-a999b9294d8d-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a999b9294d8f-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-a999b9294d93-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-70bcecd09bfd-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-70bcecd09bff-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-70bcecd09c04-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-03cd1b1a3a4e-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-03cd1b1a3a50-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-03cd1b1a3a56-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-90a11abc5bfc-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-90a11abc5bfe-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-90a11abc5c02-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-90a11abc5c08-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-90a11abc5c0a-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-90a11abc5c0f-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-90a11abc5c16-d81e93ec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-90a11abc5c18-d81e93ec {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}

#w-node-90a11abc5c1e-d81e93ec {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-3b03bd2d825b-f01e93ed {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-73f5c786972f-f01e93ed {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-29c7cbc14823-f01e93ed {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-42959de0f222-f01e93ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-42959de0f229-f01e93ed {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-42959de0f22e-f01e93ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-42959de0f233-f01e93ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-42959de0f234-f01e93ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-42959de0f235-f01e93ed {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-f51dd0fdc39b-f01e93ed {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-852d9a866c9f-551e93ee {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-494f9513857f-551e93ee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-494f95138581-551e93ee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e382efe6da75-551e93ee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0edfad719658-551e93ee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bf6904fc7b44-551e93ee {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-5348ab47ac23-6d1e93f0 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-214f6fc197f3-6d1e93f0 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-9b73d85057d4-6d1e93f0 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-ab49b9df5312-6d1e93f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-6c9186083d0c-6d1e93f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-809c0e73b513-6d1e93f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-95c9dfe6cc9d-771e93f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-95c9dfe6cc9f-771e93f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-95c9dfe6cca3-771e93f3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-95c9dfe6cca8-771e93f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-95c9dfe6ccaa-771e93f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-95c9dfe6ccae-771e93f3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-8589993fa0b7-771e93f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0ce6d0879ec6-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0ce6d0879ec8-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0ce6d0879ecc-071e93f7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-0ce6d0879ed1-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0ce6d0879ed3-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0ce6d0879ed7-071e93f7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-fa7e8c300fb5-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa7e8c300fb6-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa7e8c300fbb-071e93f7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-0be69f26f6b0-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0be69f26f6b1-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0be69f26f6b6-071e93f7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-0f7b517de2b2-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0f7b517de2b3-071e93f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0f7b517de2b8-071e93f7 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-2df2b5b7e543-b61e93f8 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2df2b5b7e544-b61e93f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2df2b5b7e54b-b61e93f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-25801a294c10-2f1e93f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cf0b7bf135c0-2f1e93f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e8b59ff553d1-2f1e93f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-55fb8cd48f6a-2f1e93f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3bfcdde291cc-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e7c1f9b2c00e-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-95f8c27b904d-181e93fa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-c840173fa313-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c840173fa315-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c840173fa319-181e93fa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-a135162aa81e-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a135162aa820-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a135162aa824-181e93fa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-7231eddb01a1-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5acacd7c0523-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5acacd7c0525-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5acacd7c0529-181e93fa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-8f33d10acf1a-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-8f33d10acf1c-181e93fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-8f33d10acf20-181e93fa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: paragraph;
}

#w-node-ef5cef2f3b75-241e93fb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ef5cef2f3b79-241e93fb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ef5cef2f3b77-241e93fb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ef5cef2f3b80-241e93fb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-21960e04e5d5-831e93ff {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: quote;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-cb33368f4b0b-fa1e93eb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-21960e04e5d5-831e93ff {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

#w-node-21960e04e5da-831e93ff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c42bff43d98d-fd1e9401 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c42bff43d991-fd1e9401 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-52ea2bb9654e-9f1e9404 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-52ea2bb9654f-9f1e9404 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-52ea2bb96554-9f1e9404 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-65b5b95a4103-b95a4100 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-65b5b95a4105-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a4107-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a4109-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a410b-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a410d-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a410f-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a4111-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a4113-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-65b5b95a4115-b95a4100 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e382efe6da75-c9b4124c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0edfad719658-c9b4124c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bf6904fc7b44-c9b4124c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-e382efe6da75-13951abe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0edfad719658-13951abe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bf6904fc7b44-13951abe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-91bb92c46540-92c4653a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-91bb92c46549-92c4653a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-29e6dd0920e0-6c271705 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-7838749ec555-cc1e9383 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: Area-4;
  }

  @media screen and (max-width: 767px) {
    #w-node-7838749ec555-cc1e9383 {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }

    #w-node-7838749ec555-cc1e9383 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
  }

  #w-node-fc3a6f255505-001e93ea {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ef5cef2f3b77-241e93fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ef5cef2f3b80-241e93fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {


  #w-node-9fbdc62b1c97-c62b1c8e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-9fbdc62b1c9b-c62b1c8e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-9fbdc62b1c9f-c62b1c8e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-9fbdc62b1ca3-c62b1c8e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-621135e1b0b2-4b1e93e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-621135e1b0b6-4b1e93e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-621135e1b0ba-4b1e93e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-621135e1b0be-4b1e93e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-1525ae34fd9f-001e93ea {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fc3a6f255505-001e93ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-73226b384f2c-001e93ea {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-9401b6605e21-001e93ea {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

