﻿@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@keyframes parallax {
  from {
    background-position: center 0;
  }
  to {
    background-position: center -2500px;
  }
}
.pink {
  color: #ff10f0;
}

.layout-content {
  width: 100%;
}

.paragraph h2 {
  margin-top: 2em;
}
.paragraph .field_section_title {
  margin-left: 1em;
  margin-right: 1em;
}
.paragraph .field_list_items {
  margin: 2em 6em 10em;
}
@media (max-width: 1024px) {
  .paragraph .field_list_items {
    margin: 0 1em 10em;
  }
}
.paragraph.paragraph--type--product-list {
  padding: 0 1em;
}
.paragraph.paragraph--type--blog-list {
  margin: 0;
}
.paragraph.paragraph--type--media-items {
  margin: 0;
}
.paragraph.paragraph--type--media-items + .paragraph--type--media-items .field_media_item {
  margin: -2em 0 0;
}

.collapsible-contents h3,
.collapsible-contents h4 {
  margin-top: 1em;
}
.collapsible-contents ol,
.collapsible-contents ul {
  margin-top: 1em;
}

.landing-page-container {
  margin: 10em auto;
  padding: 0 1em;
}
.landing-page-container.hero {
  margin: 0 auto;
}
.landing-page-container.product-carousel {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .landing-page-container {
    margin: 4em auto;
  }
  .landing-page-container .mobile-layout {
    display: flex;
    flex-flow: column-reverse;
  }
}
.landing-page-container p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-wrap: pretty;
}
.landing-page-container p.small-p {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.landing-page-container p.extra-small-p {
  font-size: 1rem;
  line-height: 1.3;
}
.landing-page-container p + p {
  margin-top: 0;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .landing-page-container p {
    text-wrap: pretty;
  }
}
@media (max-width: 544px) {
  .landing-page-container p {
    font-size: 1.2rem;
  }
}
.landing-page-container ul,
.landing-page-container ol {
  margin: 0 0 0 2em;
}
.landing-page-container ul li,
.landing-page-container ol li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0.5em 0 0;
}
@media (max-width: 544px) {
  .landing-page-container ul,
  .landing-page-container ol {
    margin-left: 1em;
  }
  .landing-page-container ul li,
  .landing-page-container ol li {
    font-size: 1.2rem !important;
  }
}
.landing-page-container h2 {
  font-size: 2rem !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 544px) {
  .landing-page-container h2 {
    font-size: 1.5rem !important;
  }
}
.landing-page-container h2.lp__h2-center-border {
  text-align: center;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .landing-page-container h2.lp__h2-center-border {
    text-align: left;
  }
}
.landing-page-container .heading-1 {
  font-size: 1.5rem !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 544px) {
  .landing-page-container .heading-1 {
    font-size: 1.25rem !important;
  }
}
.landing-page-container .heading-2 {
  font-size: 2rem !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 544px) {
  .landing-page-container .heading-2 {
    font-size: 1.5rem !important;
  }
}
.landing-page-container .heading-3 {
  font-size: 2.75rem !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .landing-page-container .heading-3 {
    font-size: 2.25rem !important;
  }
}
@media (max-width: 544px) {
  .landing-page-container .heading-3 {
    font-size: 1.75em !important;
  }
}
.landing-page-container .text-center {
  text-align: center;
}
.landing-page-container figure {
  max-width: 850px;
  margin: 0 auto;
  padding: 2em 0;
}
.landing-page-container figure figcaption {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-top: 1em;
}
.landing-page-container .lp__text-center .lp__text-center-container {
  max-width: 824px;
  text-align: center;
  margin: 6em auto;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__text-center .lp__text-center-container {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.landing-page-container .lp__align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__align-center figure {
    text-align: center;
  }
}
.landing-page-container .lp__mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__mobile-hide {
    display: block;
  }
}
.landing-page-container .lp__show-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__show-mobile {
    display: none;
  }
}
.landing-page-container .lp__show-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__show-desktop {
    display: block;
  }
}
.landing-page-container .lp__circle-image {
  width: 100%;
  max-width: 500px;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.25));
  padding: 1em;
  margin: 2em auto;
}
.landing-page-container .lp__circle-image.right {
  padding-right: 0;
  margin-right: 0;
  padding-left: 1em;
}
.landing-page-container .lp__circle-image.left {
  padding-left: 0;
  margin-left: 0;
  padding-right: 2em;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__circle-image {
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  .landing-page-container .lp__circle-image.right, .landing-page-container .lp__circle-image.left {
    padding: 1em;
    margin: 2em auto;
  }
}
.landing-page-container .lp__horizontal-ribbon-section {
  margin: 6em 0 4em;
  display: flex;
  flex-direction: row;
}
.landing-page-container .lp__horizontal-ribbon-section > div {
  flex: 1;
}
.landing-page-container .lp__horizontal-ribbon-section > div img {
  width: 100%;
  max-width: 500px;
}
.landing-page-container .lp__horizontal-ribbon-section .section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: left;
}
.landing-page-container .lp__horizontal-ribbon-section .section::before {
  content: "";
  position: absolute;
  left: -55vw;
  height: 250px;
  width: 40vw;
  z-index: -1;
  background-color: #000000;
}
.landing-page-container .lp__horizontal-ribbon-section .section.reverse {
  padding-right: 1em;
}
.landing-page-container .lp__horizontal-ribbon-section .section.reverse::before {
  content: "";
  right: -55vw;
  left: revert;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__horizontal-ribbon-section .section.reverse + div {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .landing-page-container .lp__horizontal-ribbon-section .section::before, .landing-page-container .lp__horizontal-ribbon-section .section.reverse::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .landing-page-container .lp__horizontal-ribbon-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 4em auto;
  }
  .landing-page-container .lp__horizontal-ribbon-section.mobile-reverse {
    flex-flow: column-reverse;
  }
  .landing-page-container .lp__horizontal-ribbon-section img {
    margin: 1em auto;
    border: none;
  }
}
.landing-page-container .lp__section-divider {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 6em;
  margin-top: 8em;
  color: #ffffff;
  background-size: cover;
}
.landing-page-container .lp__section-divider .lp__section-divider-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  flex: 1;
  padding: 8em calc(2% + 4em);
}
.landing-page-container .lp__section-divider .lp__section-divider-container > div {
  max-width: 800px;
  margin: 0 auto;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav {
  display: flex;
  flex-direction: row;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon {
  position: relative;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon .lp__section-divider-icon-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon:hover .lp__section-divider-icon-overlay, .landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon:active .lp__section-divider-icon-overlay, .landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon:focus .lp__section-divider-icon-overlay {
  opacity: 1;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__section-divider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5em -50vw;
    background-attachment: scroll;
    min-height: 50vh;
  }
  .landing-page-container .lp__section-divider .lp__section-divider-container {
    width: 100%;
    padding: 4em 2em;
  }
}
.landing-page-container .lp__section-divider-small {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  background-color: #000000;
  margin: -3em -50vw 10em;
  color: #ffffff;
  padding: 4em 0;
}
.landing-page-container .lp__section-divider-small .lp__section-divider-small-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__section-divider-small {
    margin-bottom: 4em;
  }
}
.landing-page-container .lp__hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  overflow: hidden;
  margin: -3em -50vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  min-height: 600px;
  height: 100%;
}
.landing-page-container .lp__hero .lp__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.landing-page-container .lp__hero .lp__hero-bg img {
  width: 100%;
  height: calc(100% * var(--parallax-scale, 1.4));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  will-change: transform;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .landing-page-container .lp__hero .lp__hero-bg img {
    will-change: auto;
  }
}
@media (max-width: 544px) {
  .landing-page-container .lp__hero {
    --parallax-scale: 1.25;
  }
}
.landing-page-container .lp__hero .lp__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}
.landing-page-container .lp__hero .lp__hero-container {
  position: relative;
  z-index: 2;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 6%;
}
.landing-page-container .lp__hero .lp__hero-container h1 {
  font-size: 4rem;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
.landing-page-container .lp__hero .lp__hero-container h2 {
  font-size: 2rem;
  display: inline-flex;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
.landing-page-container .lp__hero .lp__hero-container p {
  font-weight: 500;
  margin: 0.5em 0 0;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
.landing-page-container .lp__hero .lp__hero-container .lp__hero-logo {
  align-items: center;
  display: inline-flex;
}
.landing-page-container .lp__hero .lp__hero-container .lp__hero-logo p {
  margin-left: 15px;
  font-weight: 500;
}
.landing-page-container .lp__hero .lp__hero-container .lp__hero-logo img {
  max-width: 160px;
  width: 100%;
  height: 100%;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
@media (max-width: 1540px) {
  .landing-page-container .lp__hero .lp__hero-container {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .landing-page-container .lp__hero {
    min-height: 50%;
    min-height: 300px;
  }
  .landing-page-container .lp__hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
  }
  .landing-page-container .lp__hero .lp__hero-container {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 4em 2em;
    width: 100%;
  }
}
.landing-page-container .lp__two-column-section,
.landing-page-container .lp__three-column-section,
.landing-page-container .lp__four-column-section {
  margin: 6em auto;
  text-align: center;
}
.landing-page-container .lp__two-column-section img,
.landing-page-container .lp__three-column-section img,
.landing-page-container .lp__four-column-section img {
  max-width: 300px;
  width: 100%;
}
.landing-page-container .lp__two-column-section h3,
.landing-page-container .lp__three-column-section h3,
.landing-page-container .lp__four-column-section h3 {
  font-size: 1.75rem;
  margin-top: 1em;
}
.landing-page-container .lp__two-column-section p,
.landing-page-container .lp__three-column-section p,
.landing-page-container .lp__four-column-section p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page-container .lp__two-column-section .col-md-4 p,
.landing-page-container .lp__three-column-section .col-md-4 p,
.landing-page-container .lp__four-column-section .col-md-4 p {
  margin: 0.5em auto;
  padding: 0 1.5em;
}
.landing-page-container .lp__two-column-section .col-md-4 p span,
.landing-page-container .lp__three-column-section .col-md-4 p span,
.landing-page-container .lp__four-column-section .col-md-4 p span {
  font-size: 0.9rem;
  font-style: italic;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__two-column-section,
  .landing-page-container .lp__three-column-section,
  .landing-page-container .lp__four-column-section {
    margin: 3em auto;
  }
  .landing-page-container .lp__two-column-section p,
  .landing-page-container .lp__three-column-section p,
  .landing-page-container .lp__four-column-section p {
    padding: 0 1em;
  }
  .landing-page-container .lp__two-column-section .col-md-4,
  .landing-page-container .lp__two-column-section .col-md-3,
  .landing-page-container .lp__two-column-section .col-md-6,
  .landing-page-container .lp__three-column-section .col-md-4,
  .landing-page-container .lp__three-column-section .col-md-3,
  .landing-page-container .lp__three-column-section .col-md-6,
  .landing-page-container .lp__four-column-section .col-md-4,
  .landing-page-container .lp__four-column-section .col-md-3,
  .landing-page-container .lp__four-column-section .col-md-6 {
    margin: 2em auto;
  }
}
.landing-page-container .lp__two-column-section .lp__hexagon,
.landing-page-container .lp__three-column-section .lp__hexagon,
.landing-page-container .lp__four-column-section .lp__hexagon {
  text-align: center;
  position: relative;
}
.landing-page-container .lp__two-column-section .lp__hexagon h3,
.landing-page-container .lp__three-column-section .lp__hexagon h3,
.landing-page-container .lp__four-column-section .lp__hexagon h3 {
  font-size: 1.75rem;
}
.landing-page-container .lp__two-column-section .lp__hexagon .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon .lp__hexagon-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.landing-page-container .lp__two-column-section .lp__hexagon:hover .sr-only, .landing-page-container .lp__two-column-section .lp__hexagon:active .sr-only, .landing-page-container .lp__two-column-section .lp__hexagon:focus .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon:hover .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon:active .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon:focus .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon:hover .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon:active .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon:focus .sr-only {
  width: auto;
  height: auto;
  clip: inherit;
}
.landing-page-container .lp__two-column-section .lp__hexagon:hover .lp__hexagon-overlay, .landing-page-container .lp__two-column-section .lp__hexagon:active .lp__hexagon-overlay, .landing-page-container .lp__two-column-section .lp__hexagon:focus .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon:hover .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon:active .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon:focus .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon:hover .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon:active .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon:focus .lp__hexagon-overlay {
  opacity: 1;
  transition: 0.3s ease;
}
.landing-page-container .lp__two-column-section .lp__hexagon .lp__hexagon_thumb:focus .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon .lp__hexagon_thumb:focus .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon .lp__hexagon_thumb:focus .sr-only {
  width: auto;
  height: auto;
  clip: inherit;
  opacity: 1 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .landing-page-container .lp__three-column-section .feature-third {
    grid-column: span 12;
  }
}
.landing-page-container .lp__four-column-section {
  margin: 10em auto;
  text-align: center;
}
.landing-page-container .lp__four-column-section h2 {
  margin-bottom: 2em;
}
.landing-page-container .lp__four-column-section h3 {
  font-size: 1.75rem;
  margin-top: 1em;
}
.landing-page-container .lp__four-column-section img {
  max-width: 250px;
}
.landing-page-container .lp__four-column-section .col-md-3 p {
  font-size: 1.1rem;
  margin: 0 auto 0.5em;
  padding: 0 1em;
}
.landing-page-container .lp__figure-and-text-two-column {
  margin: 4em auto 8em;
}
.landing-page-container .lp__figure-and-text-two-column h3 {
  font-size: 1.5rem;
}
.landing-page-container .lp__figure-and-text-two-column .figure-left {
  margin: 0 6em 0 0;
}
.landing-page-container .lp__figure-and-text-two-column .figure-right {
  margin: 0 0 0 6em;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__figure-and-text-two-column .figure-left,
  .landing-page-container .lp__figure-and-text-two-column .figure-right {
    margin: 2em 0;
  }
}
@media (max-width: 768px) {
  .landing-page-container .lp__figure-and-text-two-column {
    margin: 3em 0;
  }
}
.landing-page-container .lp__small-banner {
  margin: 14em -50vw;
  background-attachment: fixed;
  min-height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.landing-page-container .lp__small-banner .lp__small-banner-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  z-index: 1;
}
.landing-page-container .lp__small-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__small-banner {
    background-attachment: scroll;
  }
}

figure figcaption {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .lp__mobile-hide {
    display: block;
  }
}

.landing-page-container.heat-stress-hazard-lp .lp__hero .lp__hero-container {
  color: #000000;
}
.landing-page-container.heat-stress-hazard-lp .lp__hero .lp__hero-container h1,
.landing-page-container.heat-stress-hazard-lp .lp__hero .lp__hero-container p {
  filter: none;
}
@media (min-width: 1200px) {
  .landing-page-container.heat-stress-hazard-lp .lp__hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 57%);
    left: 0;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .landing-page-container.heat-stress-hazard-lp .lp__hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .landing-page-container.heat-stress-hazard-lp .lp__hero {
    background-position: 75%;
  }
  .landing-page-container.heat-stress-hazard-lp .lp__hero .lp__hero-container {
    text-align: center;
  }
}
.landing-page-container.heat-stress-hazard-lp .lp__section-divider .lp__section-divider-container {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.landing-page-container.heat-stress-hazard-lp .lp__section-divider.how-heat-stress-happens {
  background-image: url("../jpg/section-how-heat-stress-happensg41ko9.jpg");
}
.landing-page-container.heat-stress-hazard-lp .lp__section-divider.osha-heat-stress-standards {
  background-image: url("../jpg/section-osha-heat-stress-standardsl372t0.jpg");
  margin-top: 0;
}
.landing-page-container.heat-stress-hazard-lp .lp__section-divider.osha-heat-stress-standards .lp__section-divider-container p:last-of-type {
  margin: 0;
}
.landing-page-container.heat-stress-hazard-lp .lp__section-divider.heat-stress-solutions {
  background-image: url("../jpg/section-heat-stress-solutions6htq55.jpg");
  margin-bottom: 0;
}
.landing-page-container.heat-stress-hazard-lp .lp__section-divider.preventing-heat-stress-in-the-workplace {
  background-image: url("../jpg/section-preventing-heat-stress-in-the-workplace9dvc3o.jpg");
}
.landing-page-container.heat-stress-hazard-lp .lp__section-divider.resources {
  background-image: url("../jpg/section-resources24bpvtc.jpg");
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider {
  margin-top: 0;
  margin-bottom: 0;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div {
  display: flex;
  flex-direction: row;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div div:nth-child(1) {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div div:nth-child(2) {
  flex: 1;
  padding-left: 1em;
  text-align: right;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div div:nth-child(2) img {
  max-height: 500px;
  width: auto;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div ol {
  margin: 1em 2em 0 4em;
  list-style-type: none;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div ol li {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div ol li::before {
  background-color: #d84000;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: -70px;
  margin-top: 8px;
  font-weight: 400;
  line-height: 2;
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div ol li:nth-child(1)::before {
  content: "1";
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div ol li:nth-child(2)::before {
  content: "2";
}
.landing-page-container.heat-stress-hazard-lp .how-heat-stress-happens.lp__section-divider .lp__section-divider-container > div ol li:nth-child(3)::before {
  content: "3";
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment {
  background: linear-gradient(-150deg, rgba(255, 46, 0, 0.46) 0.83%, rgba(255, 199, 0, 0.25) 98.4%);
  padding: 6em 0;
  margin: 0 -50vw;
  left: 50%;
  right: 50%;
  width: 100vw;
  position: relative;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left {
  position: relative;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left img {
  max-width: 380px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left img {
    max-width: unset;
  }
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area {
  position: absolute;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area {
    margin-right: 2em;
  }
}
@media (max-width: 544px) {
  .landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area {
    margin-right: 1em;
  }
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area::before {
  display: block;
  line-height: 0.5;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border-radius: 100%;
  transition: all 150ms ease-out 0s;
  text-align: center;
  margin-right: 0;
  border: 4px solid #ffffff;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area::before {
    width: 40px;
    height: 40px;
    line-height: 0.45;
    font-size: 2.6rem;
  }
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.confusion {
  right: 40%;
  top: -1%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.confusion::before {
  content: url("../png/illness-confusionrzzmc1.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.headaches-mood-change {
  right: 70%;
  top: 3%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.headaches-mood-change::before {
  content: url("../png/illness-headaches-mood-changecs72zy.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.feeling-sick {
  left: 20%;
  top: 35%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.feeling-sick::before {
  content: url("../png/illness-feeling-sick6911al.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.pale-clammy-skin {
  left: -8%;
  top: 40%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.pale-clammy-skin::before {
  content: url("../png/illness-pale-and-clammy-skinzdvfml.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.painful-spasms-stomach {
  left: 46%;
  bottom: 54%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.painful-spasms-stomach::before {
  content: url("../png/illness-painful-spasms-abdomens99su6.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.weakness {
  right: 12%;
  bottom: 47%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.weakness::before {
  content: url("../png/illness-weaknesst5ot9b.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.painful-spasms-leg {
  left: 10%;
  bottom: 15%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.painful-spasms-leg::before {
  content: url("../png/illness-painful-spasms-legsiovjr2.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.blisters-bumps-itching {
  left: 55%;
  bottom: 5%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area.blisters-bumps-itching::before {
  content: url("../png/illness-red-blisters-bumps-itchingu0gydv.png");
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area .hot-area__info {
  display: none;
  position: absolute;
  background-color: #464646;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  color: #ffffff;
  padding: 1.2em;
  text-align: center;
  z-index: 2;
  left: -35%;
  top: -35%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area .hot-area__info .hot-area__info-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-left .hot-area .hot-area__info .hot-area__info-text p {
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 0;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right {
  display: flex;
  flex-direction: column;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms p {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div {
  margin-bottom: 1em;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div h3 {
  padding: 0.5em 1em;
  margin: 0;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div p:nth-child(1) {
  margin-top: 0;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div p:nth-child(2) {
  margin-bottom: 0;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(1) h3 {
  background-color: #fdc202;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(1) div {
  background-color: #fee79a;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(2) h3 {
  background-color: #fc7506;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(2) div {
  background-color: #fdac6a;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(3) h3 {
  background-color: #fd5353;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(3) div {
  background-color: #ff8080;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(4) h3 {
  background-color: #ce1b39;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:nth-child(4) div {
  background-color: #e27688;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div > div {
  padding: 1em 1.5em;
}
.landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment .symptoms-and-treatment__container .anatomy-right .the-symptoms > div:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .signs-of-heat-stress .symptoms-and-treatment {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.landing-page-container.heat-stress-hazard-lp .osha-quote {
  margin: 10em -50vw;
  background-image: url("../jpg/quote-backgroundwse1t1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  left: 50%;
  right: 50%;
  position: relative;
}
.landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4em 0;
  width: 90%;
}
.landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote {
  border: 6px solid #ff4c00;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4em;
  position: relative;
  text-align: center;
}
.landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote p {
  line-height: 2;
}
.landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  background-size: 180px;
  width: 180px;
  height: 180px;
  background-image: url("../png/quote-leftefw2dw.png");
  background-repeat: no-repeat;
}
.landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -70px;
  background-size: 180px;
  width: 180px;
  height: 180px;
  background-image: url("../png/quote-rightgmno4c.png");
  background-repeat: no-repeat;
}
.landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote + p {
  width: 50%;
  margin-left: auto;
  line-height: 1.2;
  margin-top: 3em;
  padding: 0 1em;
}
.landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote + p a {
  font-size: 1.1rem;
  text-transform: revert;
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .osha-quote {
    padding: 0;
    margin-top: 4em;
    margin-bottom: 0;
    background-position: -330px -200px;
  }
  .landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container {
    padding: 0;
  }
  .landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote {
    padding: 2em;
    margin: 1em;
  }
  .landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote::before {
    background-size: 90px;
    width: 90px;
    height: 90px;
    top: -40px;
    left: -35px;
  }
  .landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote::after {
    background-size: 90px;
    width: 90px;
    height: 90px;
    bottom: -40px;
    right: -35px;
  }
}
@media (max-width: 768px) {
  .landing-page-container.heat-stress-hazard-lp .osha-quote {
    background-position: -330px -300px;
  }
  .landing-page-container.heat-stress-hazard-lp .osha-quote .osha-quote__container blockquote + p {
    width: 100%;
  }
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade > div {
  max-width: 160px;
  margin: 1em 2em;
}
@media (max-width: 768px) {
  .landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade > divnth:last-of-type {
    margin-bottom: 0;
  }
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img {
  width: 100%;
  max-width: 200px;
  transition: 0.2s ease;
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img#osha-water {
  fill: #3fa9f5;
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img#osha-rest {
  fill: #22b573;
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img#osha-shade {
  fill: #fbb03b;
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img:hover, .landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img:active, .landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img:focus {
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img:hover, .landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img:active, .landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade img:focus {
    transform: none;
  }
}
.landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade p {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0;
  margin-top: 0.25em;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .lp__three-column-section .water-rest-shade {
    padding-bottom: 0;
  }
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section h3 {
  font-size: 3rem;
  margin: 0;
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .section::before {
  display: none;
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav {
  display: flex;
  flex-direction: row;
  max-width: 220px;
  margin-bottom: 1em;
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav > div {
  flex: 1;
  margin-right: 1em;
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav > div .thumbnail {
  border-radius: 0;
  border: none;
  max-width: 90px;
  margin: 0;
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav > div .thumbnail.inactive {
  opacity: 0.4;
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav > div .thumbnail.inactive:hover, .landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav > div .thumbnail.inactive:active, .landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav > div .thumbnail.inactive:focus {
  opacity: 1;
}
.landing-page-container.heat-stress-hazard-lp .lp__horizontal-ribbon-section .water-rest-shade-nav ~ p {
  margin-top: 0;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  background-image: url("../jpg/section-body-coolingtcrg50.jpg");
  padding-top: 2em;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-around;
  padding: 0 1em;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container > div {
  flex: 1;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container .body-cooling__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container .body-cooling__quote .author {
  font-size: 1.25rem;
  max-width: 500px;
  text-align: right;
  margin-left: auto;
  font-weight: 500;
  line-height: 1.4;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container .body-cooling__quote blockquote {
  margin: 0;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container .body-cooling__quote blockquote p {
  background-color: #d84000;
  border: 4px solid #ffffff;
  border-radius: 8px;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: #ffffff;
  padding: 1em;
  font-weight: 400;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container .body-cooling__person {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container .body-cooling__person img {
  max-height: 70vh;
  width: auto;
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container {
    max-width: 75%;
    padding: 4em 0;
  }
  .landing-page-container.heat-stress-hazard-lp .body-cooling .body-cooling__container .body-cooling__person {
    display: none;
  }
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  background-image: url("../jpg/section-cooling-tech4jniag.jpg");
  color: #ffffff;
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background {
  background: rgba(0, 0, 0, 0.75);
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 8em 2em;
  display: flex;
  flex-direction: column;
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container h3 {
  text-align: center;
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container p {
  font-weight: 500;
  margin-top: 0.5em;
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container .cooling-gear__icons {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  margin-bottom: 3em;
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container .cooling-gear__icons > div {
  flex: 1;
  text-align: center;
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container .cooling-gear__icons > div img {
  max-width: 200px;
}
@media (max-width: 1024px) {
  .landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container .cooling-gear__icons {
    flex-direction: column;
  }
  .landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container .cooling-gear__icons > div {
    margin-bottom: 1em;
  }
}
.landing-page-container.heat-stress-hazard-lp .cooling-gear .cooling-gear-black-background .cooling-gear__container .text-center {
  margin: 0;
}
