.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: 'Open Sans', sans-serif;
  color: #1a1b1c;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 2.7em;
  line-height: 1.25em;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.375em;
  line-height: 1.2105em;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.875em;
  line-height: 1.267em;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.333em;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125em;
  line-height: 1.555em;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  color: #034726;
  text-decoration: none;
}

a:hover {
  color: #046a38;
  text-decoration: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.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;
}

.wrapper.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.wrapper_footer {
  border-top: 4px solid grey;
}

.wrapper.p100-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section {
  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-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;
}

.section.max1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.max1200._1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-4-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #046a38;
  font-size: 1.5em;
  line-height: 1.333em;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-70 {
  margin-bottom: 10px;
  opacity: 0.7;
}

.text-3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.text-label {
  display: block;
  opacity: 0.7;
  color: #1a1b1c;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-label.text-label_link {
  text-decoration: underline;
  text-transform: none;
}

.text-label.text-label_0mb {
  margin-bottom: 0px;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 22px;
  -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: 0px;
  background-color: #1a1b1c;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #046a38;
  color: #fff;
  text-decoration: none;
}

.button-small.white-small {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  border-radius: 0px;
  background-color: #fff;
  color: #1a1b1c;
  text-align: center;
}

.button-small.white-small:hover {
  opacity: 0.85;
}

.button-small.white-small.button_rightmargin {
  margin-right: 30px;
}

.button-small.white-small.margin10 {
  margin: 10px;
}

.button-small.button-bottom-left-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.button-small.button-bottom-left-overlay:hover {
  opacity: 0.85;
}

.button-small.button_fade {
  padding: 10px 16px;
  background-color: grey;
}

.button-small.button_fade:hover {
  background-color: #046a38;
}

.button-small.button_fade.mb30 {
  margin-bottom: 30px;
}

.text-1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 2.75em;
  line-height: 1.1818em;
  font-weight: 300;
  white-space: normal;
}

.text-1.text-1-top-clear {
  margin-top: 0px;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 36px;
  -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: #1a1b1c;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.button-large:hover {
  background-color: #046a38;
}

.button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -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: #1a1b1c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 170, 170, 0.2);
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.label.inside-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 40;
  border-style: none;
  border-color: rgba(107, 107, 107, 0.2);
  background-color: #fff;
  color: #1a1b1c;
}

.body-contain {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.header-breadcrumb-img {
  display: block;
  margin-right: auto;
  margin-left: 0px;
}

.block-header {
  font-weight: 400;
}

.block-header.block-header_center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-breadcrumbs {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
}

.header-placeholder {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.blog1-image-wrap {
  position: relative;
  margin-bottom: 30px;
}

.article_grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog1-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -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;
}

.blog-image-link-container {
  display: block;
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-image-link-container:hover {
  opacity: 0.8;
}

.elements-grid {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.iconpdf {
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  margin: 5px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.blog-detail-author-pic {
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  display: none;
}

.article_detail-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 325px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.article-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  -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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.article_coverphoto {
  width: 100%;
  max-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  margin-right: 60px;
  margin-left: 60px;
}

.article-image {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-kit-divider {
  width: 1px;
  height: 22px;
  margin-right: 8px;
  background-color: #f5f5f5;
}

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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
}

.dropdown-link {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #034726;
}

.dropdown-link.w--current {
  opacity: 0.7;
  color: #fff;
}

.nav-logo-wrap {
  position: relative;
  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;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-arrow-dropdown {
  opacity: 0.4;
}

.nav-logo-container {
  margin-right: 24px;
  margin-left: -10px;
  padding: 10px;
  color: #034726;
  font-size: 21px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-logo-container:hover {
  color: #046a38;
  text-decoration: none;
}

.nav-logo-container.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-logo-container.nav-logo_footer {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.dropdown-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-icon-nav {
  position: absolute;
  display: inline-block;
}

.nav-logo {
  display: block;
}

.nav-logo.nav-logo_footer {
  font-size: 26px;
}

.nav-link {
  margin-right: 6px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: none;
}

.menu-button-kit-nav {
  display: none;
}

.menu-button-container {
  display: none;
  overflow: hidden;
  width: 56px;
  height: 56px;
  padding: 21px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button-container:hover {
  background-color: #ebedee;
}

.menu-button-container.w--open {
  background-color: #ebedee;
}

.dropdown-list {
  position: absolute;
  display: none;
  margin-top: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #1a1b1c;
  color: #fff;
}

.menu-icon-swipe {
  position: absolute;
  display: inline-block;
}

.content-grey-background {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 714px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
}

.content-quote-wrap {
  padding-right: 40px;
}

.content-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-image {
  position: relative;
  z-index: 1;
  min-height: 580px;
  margin-top: 67px;
  margin-right: 67px;
  margin-bottom: 67px;
}

.content-content-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-full-width_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section_hero-full-width {
  margin-top: -65px;
  border-bottom: 1px solid #f5f5f5;
}

.hero-offset-1_image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 36px;
  -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: -webkit-gradient(linear, left top, right top, color-stop(10%, #1a1b1c), to(transparent)), url('../images/shutterstock_661113826.jpg');
  background-image: linear-gradient(90deg, #1a1b1c 10%, transparent), url('../images/shutterstock_661113826.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero-offset-1_image-wrap.it {
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1b1c), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/shutterstock_661113826.jpg');
  background-image: linear-gradient(90deg, #1a1b1c, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/shutterstock_661113826.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-offset-1_image-wrap.hr {
  padding-right: 70px;
  padding-left: 70px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1b1c), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Shutterstock_453878845.jpg');
  background-image: linear-gradient(90deg, #1a1b1c, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Shutterstock_453878845.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-offset-1_image-wrap.marketing {
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1b1c), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Shutterstock_390454498.jpg');
  background-image: linear-gradient(90deg, #1a1b1c, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Shutterstock_390454498.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-offset-1_image-wrap.transresearchlab {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #1a1b1c), to(transparent)), url('../images/Shutterstock_89254516.jpg');
  background-image: linear-gradient(90deg, #1a1b1c 10%, transparent), url('../images/Shutterstock_89254516.jpg');
}

.hero-offset-1_image-wrap.documents {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #1a1b1c), to(transparent)), url('../images/forms.jpg');
  background-image: linear-gradient(90deg, #1a1b1c 10%, transparent), url('../images/forms.jpg');
}

.hero-offset-1_image-wrap.safety {
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1b1c), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Shutterstock_694583119.jpg');
  background-image: linear-gradient(90deg, #1a1b1c, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Shutterstock_694583119.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-full-width_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin-bottom: 15px;
  -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;
}

.hero-full-width_text {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-offset-1-image {
  display: block;
}

.footer1-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  display: block;
  margin-bottom: 12px;
  padding-left: 5px;
  opacity: 0.7;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  padding-left: 9px;
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
}

.footer {
  border-top: 1px none #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.footer1-bottom-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer1-bottom-link {
  display: block;
  opacity: 0.7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer1-bottom-link:hover {
  opacity: 1;
}

.footer-links-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-headline-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #034726;
  font-size: 0.9375em;
  line-height: 1.375em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-headline-link:hover {
  padding-left: 9px;
  background-color: #f5f5f5;
  opacity: 1;
  color: #046a38;
}

.footer-headline-link.w--current {
  opacity: 1;
}

.scroll-progress-contain {
  position: fixed;
  left: auto;
  top: auto;
  right: 2px;
  bottom: 2px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: transparent;
  cursor: pointer;
}

.scroll-progress-contain:hover {
  color: #4bebbd;
}

.scroll-progress-contain.w--current:hover {
  color: #4bebbd;
}

.scroll-progress-contain.accent-btm-right {
  bottom: 10px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
}

.scroll-progress-contain.accent-btm-right:hover {
  color: #4bebbd;
}

.l-radial-scroll {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.radial-scroll-uparrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: auto;
  width: 28%;
  height: 28%;
  margin-right: auto;
  margin-left: auto;
}

.radial-scroll-uparrow.hover {
  display: none;
}

.topanchor {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  margin-top: 0px;
}

.slider {
  width: 100%;
  min-height: 379px;
  background-color: transparent;
}

.slider_controls {
  width: 60px;
  margin-left: -60px;
  color: grey;
}

.slider_controls.right {
  margin-right: -60px;
  margin-left: 0px;
}

.slider-container {
  position: relative;
  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;
}

.slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.slide {
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.slider-2 {
  height: 80vh;
  max-height: 1000px;
  min-height: 620px;
}

.slide-nav-2 {
  bottom: 15px;
  font-size: 11px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider-arrow_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  -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: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent);
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f5f5f5;
  font-size: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.slider-arrow_hero:hover {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: none;
  opacity: 1;
}

.slider-arrow_hero.slider-arrow_hero_right {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 25%, transparent);
}

.slider-arrow_hero.slider-arrow_hero_right:hover {
  background-image: none;
}

.hero-bottom-quick-link-container {
  position: relative;
  z-index: 1;
  padding: 25px;
  background-color: #e6e6e6;
}

.quick-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.hero-slider-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.nav-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: grey;
}

.nav-underline.footer {
  right: auto;
  display: none;
  width: 80%;
  height: 4px;
  margin-bottom: -3px;
  margin-left: 0px;
}

.hr-divider {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #bfbfbf;
}

.slider-arrow-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slider-arrow-icon-container {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.slider-arrow-icon-container:hover {
  margin-left: -10px;
}

.slider-arrow-icon-container.right:hover {
  margin-left: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

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

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  -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;
  border-top: 1px solid #bfbfbf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.nav-menu_search_input {
  width: 100%;
  margin-bottom: 0px;
}

.button {
  background-color: grey;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #046a38;
  color: #fff;
  text-decoration: none;
}

.button.nav-menu_search_button {
  margin-left: 10px;
}

.nav-menu_search-trigger {
  height: 38px;
  margin-left: 2px;
  padding: 10px 10px 11px;
  opacity: 0.5;
  cursor: pointer;
}

.nav-menu_search-trigger:hover {
  opacity: 0.9;
}

.nav-menu_search_contain {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -91px;
  display: none;
  width: 500px;
  padding: 0px 12px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  width: 100%;
}

.list.mb20 {
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 6px;
}

.list-lower-alpha {
  margin-bottom: 0px;
}

.paragraph-title {
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.gobackbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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: grey;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.gobackbutton:hover {
  background-color: #046a38;
  color: #fff;
  text-decoration: none;
}

.link-underline:hover {
  text-decoration: underline;
}

.lightbox {
  margin-top: 30px;
  margin-bottom: 30px;
}

.password-checker {
  margin-top: 15px;
}

.faq-set {
  width: 100%;
  margin-bottom: 10px;
}

._950-maxw {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._950-maxw.vert {
  position: relative;
  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: 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;
}

.expandall {
  display: none;
  padding-right: 6px;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
}

.faq-a-text {
  width: 100%;
  max-width: 850px;
  margin-bottom: 8px;
  color: #4d4d4f;
  font-size: 16px;
  font-weight: 400;
}

.faq-a {
  position: relative;
  display: none;
  width: 98%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 25px;
  -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;
  border-radius: 0px 0px 4px 4px;
  background-color: rgba(166, 166, 167, 0.1);
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  color: #4d4d4f;
  font-size: 18px;
  font-weight: 600;
}

.showhideall {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accord-expandcollapse {
  position: absolute;
  left: auto;
  top: -50px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 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;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.accord-expandcollapse:hover {
  background-color: rgba(166, 166, 167, 0.2);
}

.small-closex {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  padding: 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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-line {
  width: 100%;
  height: 1.5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: grey;
}

.close-line.plus-1 {
  height: 2px;
  margin-bottom: -2px;
  background-color: #7a7a7a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-line._2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-line._1 {
  margin-bottom: -1.5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-line.plus-2 {
  height: 2px;
  background-color: #7a7a7a;
}

.faq-q {
  position: relative;
  width: 100%;
  padding: 14px 80px 14px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #1a1b1c;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.faq-q:hover {
  background-color: #046a38;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.pdfbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -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: #1a1b1c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.linkprint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 18px;
  -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: 0px;
  background-color: grey;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.linkprint:hover {
  background-color: #046a38;
  color: #fff;
}

.heading {
  line-height: 1.3em;
}

.subhead-paragraph {
  margin-top: -30px;
  opacity: 0.7;
}

.subhead-paragraph.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hr-divider-container {
  padding-right: 60px;
  padding-left: 60px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 24px;
    padding-left: 24px;
  }
  .button-large {
    width: 100%;
  }
  .blog1-headline-wrap {
    max-width: none;
  }
  .article_grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .blog1-button-wrap {
    margin-bottom: 30px;
  }
  .article-container {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .body {
    margin-right: 30px;
    margin-left: 30px;
  }
  .nav-menu {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .nav-kit-divider {
    display: none;
  }
  .dropdown {
    background-color: #fff;
  }
  .navbar {
    padding: 6px 5px 6px 24px;
  }
  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-logo-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown-toggle {
    padding: 20px;
  }
  .dropdown-wrap {
    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;
  }
  .menu-button-kit-nav {
    width: 50px;
    height: 50px;
    padding: 18px 15px;
  }
  .menu-button-container {
    display: block;
  }
  .content-grey-background {
    position: static;
    display: none;
  }
  .content-quote-wrap {
    margin-bottom: 20px;
  }
  .content-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-image {
    position: static;
    width: 60%;
    min-height: auto;
    margin: 0px auto 36px;
  }
  .content-content-wrap {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-full-width_grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .section_hero-full-width {
    margin-top: 0px;
  }
  .hero-offset-1_image-wrap {
    padding-right: 60px;
    padding-left: 60px;
    background-image: -webkit-gradient(linear, left top, right top, from(#1a1b1c), color-stop(40%, rgba(22, 23, 24, 0.86)), to(transparent)), url('../images/shutterstock_661113826.jpg');
    background-image: linear-gradient(90deg, #1a1b1c, rgba(22, 23, 24, 0.86) 40%, transparent), url('../images/shutterstock_661113826.jpg');
    background-position: 0px 0px, 73% 50%;
    background-size: auto, cover;
  }
  .hero-offset-1_image-wrap.transresearchlab {
    background-position: 0px 0px, 38% 50%;
  }
  .hero-offset-1-image {
    width: 100%;
  }
  .footer1-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .footer1-bottom-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .scroll-progress-contain.accent-btm-right {
    bottom: 10px;
    width: 45px;
    height: 45px;
  }
  .l-radial-scroll {
    width: 35px;
    height: 35px;
  }
  .slider {
    width: 80vw;
    height: 200px;
    min-height: 252px;
    margin-right: auto;
    margin-left: auto;
  }
  .slider_controls {
    position: absolute;
    left: -5vw;
    width: 5vw;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
  }
  .slider_controls.right {
    left: auto;
    right: -5vw;
    margin-right: 0px;
  }
  .slider-2 {
    min-height: 500px;
  }
  .slider-arrow_hero {
    width: 60px;
  }
  .quick-links-container {
    max-width: 750px;
    margin-top: 15px;
    margin-bottom: 15px;
    -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;
  }
  ._950-maxw {
    top: -114px;
    width: 100%;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._950-maxw.vert {
    top: 0px;
  }
  .small-closex {
    margin-right: 10px;
  }
  .faq-q {
    padding-right: 55px;
  }
  .hr-divider-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-small.white-small.button_rightmargin {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .text-1 {
    font-size: 34px;
    line-height: 42px;
  }
  .article_grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .article-container {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .body {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar {
    padding-left: 20px;
  }
  .dropdown-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdown-toggle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-logo-container {
    padding-left: 0px;
  }
  .nav-logo {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
  }
  .content-quote-wrap {
    padding-right: 0px;
  }
  .content-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-image {
    margin-bottom: 18px;
    background-image: none;
  }
  .hero-full-width_grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .hero-offset-1_image-wrap {
    background-position: 0px 0px, 74% 50%;
  }
  .hero-offset-1_image-wrap.it {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/shutterstock_661113826.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/shutterstock_661113826.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-offset-1_image-wrap.hr {
    background-image: -webkit-gradient(linear, left top, right top, from(#1a1b1c), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Shutterstock_453878845.jpg');
    background-image: linear-gradient(90deg, #1a1b1c, transparent), linear-gradient(180deg, transparent, transparent), url('../images/Shutterstock_453878845.jpg');
    background-position: 0px 0px, 0px 0px, 93% 50%;
  }
  .hero-offset-1_image-wrap.marketing {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Shutterstock_390454498.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Shutterstock_390454498.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-offset-1_image-wrap.documents {
    background-position: 0px 0px, 66% 50%;
  }
  .hero-offset-1_image-wrap.safety {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Shutterstock_390454498.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Shutterstock_390454498.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-full-width_content {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer1-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .footer1-bottom-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .scroll-progress-contain {
    top: 2px;
    bottom: auto;
  }
  .scroll-progress-contain.accent-btm-right {
    top: auto;
    right: 3px;
    bottom: 3px;
    z-index: 699;
    width: 40px;
    height: 40px;
  }
  .l-radial-scroll {
    width: 30px;
    height: 30px;
  }
  .slider_controls {
    left: -6vw;
    width: 6vw;
    font-size: 26px;
  }
  .slider_controls.right {
    right: -6vw;
  }
  .slider-2 {
    height: 45vh;
  }
  .div-block-2 {
    -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;
  }
  .quick-links-container {
    padding: 26px;
  }
  ._950-maxw {
    top: -75px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hr-divider-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-small.white-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-small.button-bottom-left-overlay {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-large {
    font-size: 14px;
    line-height: 22px;
  }
  .label.inside-label {
    text-align: center;
  }
  .article_grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .article-container {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .navbar {
    padding-left: 16px;
  }
  .dropdown-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-logo-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown-toggle {
    padding-right: 16px;
    padding-left: 16px;
  }
  .menu-button-kit-nav {
    width: 48px;
    height: 48px;
    padding: 17px 14px;
  }
  .content-quote-wrap {
    padding-right: 0px;
  }
  .content-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .hero-full-width_grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .hero-offset-1_image-wrap {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_661113826.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_661113826.jpg');
    background-position: 0px 0px, 39% 50%;
    background-size: auto, cover;
  }
  .hero-offset-1_image-wrap.it {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/shutterstock_661113826.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/shutterstock_661113826.jpg');
    background-position: 0px 0px, 81% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-offset-1_image-wrap.hr {
    padding: 40px 45px;
  }
  .footer1-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .footer1-bottom-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .footer-headline-link {
    height: auto;
  }
  .scroll-progress-contain.accent-btm-right {
    right: 7px;
    bottom: 7px;
    width: 38px;
    height: 38px;
  }
  .l-radial-scroll {
    width: 29px;
    height: 29px;
  }
  .slider_controls {
    font-size: 24px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-arrow_hero {
    width: 36px;
    font-size: 28px;
  }
  ._950-maxw {
    top: -132px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._950-maxw.vert {
    height: auto;
  }
  .faq-a {
    padding-right: 8px;
    padding-left: 8px;
  }
  .accord-expandcollapse {
    padding: 2px;
  }
  .small-closex {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .faq-q {
    padding-right: 25px;
  }
  .linkprint {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hr-divider-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#w-node-092d57c3587b-3266a2c5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-41cd5a6143c3-3266a2c5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-3563ea74092f-3266a2c5 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-092d57c3587b-5466a2c6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-092d57c35894-5466a2c6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-092d57c35881-5466a2c6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-7f0aabc63657-5466a2c6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-092d57c358a9-5466a2c6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-092d57c358af-5466a2c6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-092d57c3587b-4266a2c8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-6db0791b9424-4266a2c8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-db0ba8994c9e-4266a2c8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-092d57c3587b-5f66a2cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-a3473d87e29a-5f66a2cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-3ab65af2dc47-5f66a2cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-092d57c3587b-c6ba2867 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-a3473d87e29a-c6ba2867 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-3ab65af2dc47-c6ba2867 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

@media screen and (max-width: 991px) {
  #w-node-092d57c3587b-3266a2c5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-41cd5a6143c3-3266a2c5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c35894-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c35881-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-7f0aabc63657-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c358a9-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c358af-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-4266a2c8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-6db0791b9424-4266a2c8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-db0ba8994c9e-4266a2c8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-5f66a2cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-a3473d87e29a-5f66a2cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-3ab65af2dc47-5f66a2cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-c6ba2867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-a3473d87e29a-c6ba2867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-3ab65af2dc47-c6ba2867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-092d57c3587b-3266a2c5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c358a9-5466a2c6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-4266a2c8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-5f66a2cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  #w-node-092d57c3587b-c6ba2867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-092d57c3587b-3266a2c5 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-092d57c3587b-5466a2c6 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-092d57c358a9-5466a2c6 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-092d57c3587b-4266a2c8 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-092d57c3587b-5f66a2cb {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-092d57c3587b-c6ba2867 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

