@font-face {
  font-family: "BrownLLWeb-Regular";
  src: url("../fonts/BrownLLWeb-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLWeb-Regular";
  src: url("../fonts/BrownLLWeb-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLWeb-Bold";
  src: url("../fonts/BrownLLWeb-Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLWeb-Bold";
  src: url("../fonts/BrownLLWeb-Bold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLWeb-Light";
  src: url("../fonts/BrownLLWeb-Light.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "BrownLLWeb-Light";
  src: url("../fonts/BrownLLWeb-Light.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "BrownLLSub-Regular";
  src: url("../fonts/BrownLLSub-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLSub-Regular";
  src: url("../fonts/BrownLLSub-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLSub-Bold";
  src: url("../fonts/BrownLLSub-Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLSub-Bold";
  src: url("../fonts/BrownLLSub-Bold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLSub-Light";
  src: url("../fonts/BrownLLSub-Light.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "BrownLLSub-Light";
  src: url("../fonts/BrownLLSub-Light.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Permanent Marker";
  src: url("../global/fonts/PermanentMark-Regular.html") format("ttf");
  font-weight: 400;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
@-moz-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}
@-webkit-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}
@-o-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}
@-ms-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}
@keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}
.stripey {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.08) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(0, 0, 0, 0.08) 75%,
    transparent 75%,
    transparent
  ) !important;
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.08) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(0, 0, 0, 0.08) 75%,
    transparent 75%,
    transparent
  ) !important;
  background-image: -o-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.08) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(0, 0, 0, 0.08) 75%,
    transparent 75%,
    transparent
  ) !important;
  background-image: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.08) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(0, 0, 0, 0.08) 75%,
    transparent 75%,
    transparent
  ) !important;
  -webkit-background-size: 43px 43px;
  -moz-background-size: 43px 43px;
  -o-background-size: 43px 43px;
  background-size: 43px 43px;
  -webkit-animation: go_stripey 0.5s linear infinite;
  -moz-animation: go_stripey 0.5s linear infinite;
  -ms-animation: go_stripey 0.5s linear infinite;
  -o-animation: go_stripey 0.5s linear infinite;
  animation: go_stripey 0.5s linear infinite;
  cursor: wait;
  -webkit-transform: translateZ 0;
  -moz-transform: translateZ 0;
  -ms-transform: translateZ 0;
  -o-transform: translateZ 0;
  transform: translateZ 0;
}
.body-content {
  margin-top: -120px;
}
.carousel-item{
  background-color: #e06b05a7;
}
.active {
  background-color: #052f5300;
  color: #fff;
}
.images-grid {
  height: 600px;
}
.btn-hover {
  transition: 0.2s ease-in-out;
}
.btn-hover:hover {
  opacity: 0.7 !important;
}
body {
  font-family: "BrownStd", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #000c2a;
  position: relative;
}
body,
html {
  font-size: 16px;
}
:root {
  --bs-gutter-x: 13px;
}
.big-container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.medium-container {
  max-width: 1332px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}
.outside-container-right {
  padding-left: var(--bs-gutter-x, 0.75rem);
}
p {
  margin: 0;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}
h1 {
  font-size: 5rem;
  line-height: 1;
}
@media (min-width: 767px) {
  h1 {
    font-size: 6rem;
    line-height: 1.2;
  }
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
.section-title {
  font-size: 2.5rem;
}
.subtitle {
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "BrownLLSub-Light";
}
.medium-text,
.medium-text * {
  font-size: 1.25rem;
  line-height: 1.3;
}
.main-btn {
  height: 3.5rem;
  padding: 0 2.313rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0.9rem;
  color: #fff;
  background-color: #47a5e8;
  position: relative;
}
.main-btn img {
  width: 20px;
  margin-left: auto;
}
.main-btn:hover {
  color: #fff;
}
.main-btn.white-btn {
  background-color: #fff;
  color: #000c2a;
}
.main-btn.white-btn.with-shadow::before {
  background: rgba(0, 12, 42, 0.2);
}
.main-btn.with-shadow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 115, 255, 0.22);
  filter: blur(51px);
  border-radius: 50%;
  left: 16px;
  top: 26px;
}
.main-btn.bg-cleaning {
  color: #17183a;
}
.big-btn {
  width: 18.25rem;
  height: 4.5rem;
}
.medium-btn {
  width: 12.188rem;
  height: 3.625rem;
}
.bg-industrial {
  background-color: #f19124;
}
.color-industrial {
  color: #f19124;
}
.bg-water {
  background-color: #15918d;
}
.color-water {
  color: #15918d;
}
.bg-cleaning {
  background-color: #0c6883;
}
.color-cleaning {
  color: #0c6883;
}
.bg-blue {
  background-color: #47a5e8;
}
.bg-dark-blue {
  background-color: #283d57;
}
.bg-light-blue {
  background-color: #dfebff;
}
.parallax {
  background-attachment: fixed;
}
.slick-slide img {
  max-width: 100%;
}
.slick-arrow {
  width: 2.938rem;
  height: 2.938rem;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0;
  border-radius: 50%;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.2s;
}
.slick-arrow.slick-disabled {
  width: 0;
  height: 0;
}
.slick-arrow:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.slick-prev {
  background-image: url("../img/arrow-prev.html");
  left: -1.438rem;
}
.slick-next {
  background-image: url("../img/arrow-next.html");
  right: -1.438rem;
}
.with-navbar-transparent {
  margin-top: -120px;
}
@media (min-width: 576px) {
  .container,
  .big-container,
  .medium-container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .medium-container {
    max-width: 92%;
  }
}
@media (min-width: 992px) {
  .container,
  .medium-container {
    max-width: 910px;
  }
}
@media (min-width: 1200px) {
  .container,
  .medium-container {
    max-width: 1120px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
  .medium-container {
    width: 100%;
    max-width: 1332px;
  }
}
@media (min-width: 1440px) {
  .medium-container {
    width: 90%;
    max-width: 100%;
  }
}
@media (min-width: 2000px) {
  body,
  html {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 4rem;
  }
  .section-title {
    font-size: 2.25rem;
  }
  .with-navbar-transparent {
    /* margin-top: -90px; */
  }
}
@media (max-width: 991px) {
  .subtitle {
    font-size: 1.125rem;
  }
  .with-navbar-transparent {
    /* margin-top: -45px; */
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 5rem;
  }
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 3rem;
  }
}
.bg-light-blue {
  background-color: #fbfbfd !important;
}
.bg-color-light {
  background-color: #f7faff;
}
.bg-color-solutions-light-blue {
  background-color: #174e93;
}
.bg-color-solutions-dark-blue {
  background-color: #132c45;
}
.bg-color-blue-12 {
  background-color: #e3f1ff;
}
.bg-color-blue-15 {
  background-color: #f6f9ff;
}
.bg-color-blue-17 {
  background-color: #b8e5e9;
}
.bg-color-light-blue-2 {
  background-color: #e8f3ff;
}
.bg-color-dark-blue-2 {
  background-color: #1D608B;
}
.bg-color-dark-blue-5 {
  background-color: #122843;
}
.bg-color-dark-blue-10 {
  background-color: #152a75;
}
.bg-color-dark-blue-13 {
  background-color: #192b6a;
}
.bg-color-dark-blue-14 {
  background-color: #1a3188;
}
.bg-color-dark-blue-16 {
  background-color: #234158;
}
.bg-color-dark-blue-17 {
  background-color: #17314e;
}
.bg-color-dark-blue-18 {
  background-color: #122467;
}
.bg-color-dark-blue-20 {
  background-color: #355289;
}
.bg-color-dark-blue-22 {
  background-color: #0d2e35;
}
.bg-color-dark-blue-24 {
  background-color: #0e2f36;
}
.bg-color-dark-blue-24-26 {
  background-color: rgba(14, 47, 54, 0.86);
}
.bg-color-dark-blue-11-18 {
  background-color: rgba(38, 69, 102, 0.18);
}
.bg-color-dark-blue-7-37 {
  background-color: rgba(22, 50, 77, 0.37);
}
.bg-color-dark {
  background-color: #000c2a;
}
.bg-color-dark-20 {
  background-color: rgba(0, 12, 42, 0.2);
}
.bg-color-gray-1 {
  background-color: #fafafa;
}
.bg-color-gray-5 {
  background-color: #f0f4f8;
}
.bg-color-gray-6 {
  background-color: #f1f4f9;
}
.bg-color-gray-8 {
  background-color: #808595;
}
.bg-color-gray-10 {
  background-color: #b8bfc7;
}
.bg-color-gray-12 {
  background-color: #babfc9;
}
.bg-color-green-1 {
  background-color: #86ce8d;
}
.bg-color-green-2-10 {
  background-color: rgba(111, 163, 71, 0.1);
}
.bg-color-green-3 {
  background-color: #f2f7ee;
}
.bg-color-green-4 {
  background-color: #53a6ab;
}
.bg-color-green-5 {
  background-color: #113b3e;
}
.bg-color-green-5-26 {
  background-color: rgba(17, 59, 62, 0.26);
}
.bg-color-green-2-10 {
  background-color: rgba(111, 163, 71, 0.1);
}
.bg-color-green-3 {
  background-color: #f2f7ee;
}
.bg-color-green-6 {
  background-color: #193230;
}
.bg-color-blue {
  background-color: #47a5e8;
}
.bg-color-blue-2 {
  background-color: #7baac7;
}
.bg-color-blue-3 {
  background-color: #0073ff;
}
.bg-color-blue-4 {
  background-color: #4e97d0;
}
.bg-color-blue-5 {
  background-color: #09619d;
}
.bg-color-blue-7 {
  background: #2050a7;
}
.bg-color-blue-8 {
  background: #1147af;
}
.bg-color-blue-9 {
  background: #42a1ec;
}
.bg-color-main-green-1 {
  background: #0d8d95;
}
.bg-color-main-green-2 {
  background: #56afb5;
}
.bg-color-main-green-3 {
  background: #b9dfe1;
}
.bg-color-main-green-4 {
  background: #82c4c8;
}
.bg-color-main-green-light {
  background: #eaf4f4;
}
.bg-color-main-green-light-2 {
  background: #bce4e6;
}
.bg-color-main-green-light-2-18 {
  background-color: rgba(188, 228, 230, 0.71);
}
.bg-color-main-green-light-3 {
  background: #bbe3e4;
}
.bg-light-blue-gradient {
  background: linear-gradient(to right, #b8e5e9 50%, #fff);
}
.bg-dark-blue-gradient {
  background: linear-gradient(to bottom, #153940, #001a1f);
}
@font-face {
  font-family: "BrownLLWeb-Regular";
  src: url("../fonts/BrownLLWeb-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLWeb-Regular";
  src: url("../fonts/BrownLLWeb-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLWeb-Bold";
  src: url("../fonts/BrownLLWeb-Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLWeb-Bold";
  src: url("../fonts/BrownLLWeb-Bold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLWeb-Light";
  src: url("../fonts/BrownLLWeb-Light.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "BrownLLWeb-Light";
  src: url("../fonts/BrownLLWeb-Light.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "BrownLLSub-Regular";
  src: url("../fonts/BrownLLSub-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLSub-Regular";
  src: url("../fonts/BrownLLSub-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "BrownLLSub-Bold";
  src: url("../fonts/BrownLLSub-Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLSub-Bold";
  src: url("../fonts/BrownLLSub-Bold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "BrownLLSub-Light";
  src: url("../fonts/BrownLLSub-Light.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "BrownLLSub-Light";
  src: url("../fonts/BrownLLSub-Light.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Permanent Marker";
  src: url("../global/fonts/PermanentMark-Regular.html") format("ttf");
  font-weight: 400;
}
.text-color-dark-60 {
  color: #000c2a;
  opacity: 0.6;
}
.text-color-dark {
  color: #000c2a;
}
.text-color-gray-2 {
  color: #e9e9e9;
}
.text-color-gray-8 {
  color: #808595;
}
.text-color-gray-9 {
  color: #687b90;
}
.text-color-gray-13 {
  color: rgba(255, 255, 255, 0.5019607843);
}
.text-color-gray-15 {
  color: #575f72;
}
.text-color-gray-16 {
  color: #757575;
}
.text-color-green-1 {
  color: #86ce8d;
}
.text-color-green-2 {
  color: #6fa347;
}
.text-color-blue-3 {
  color: #0073ff;
}
.text-color-blue-4 {
  color: #4e97d0;
}
.text-color-blue-6 {
  color: #0b2a7c;
}
.text-color-dark-blue-2-38 {
  color: #16314d;
  opacity: 0.38;
}
.text-color-dark-blue-3 {
  color: #1c2640;
}
.text-color-dark-blue-8 {
  color: #202c39;
}
.text-color-dark-blue-9 {
  color: #0f4f79;
}
.text-color-dark-blue-12 {
  color: #003e66;
}
.text-color-dark-blue-19 {
  color: #42586e;
}
.text-color-dark-blue-21 {
  color: #1f3234;
}
.text-color-dark-60 {
  color: #000c2a;
  opacity: 0.6;
}
.border-color-gray-2 {
  border-color: #e9e9e9;
}
.border-color-gray-8 {
  border-color: #808595;
}
.border-color-gray-10 {
  border-color: #b8bfc7;
}
.border-color-gray-11 {
  border-color: #eee;
}
.border-color-gray-17 {
  border-color: #d4d4d4;
}
.border-t-color-gray-11 {
  border-top-color: #eee;
}
.border-color-green-1 {
  border-color: #86ce8d;
}
.border-color-blue-2 {
  border-color: #7baac7;
}
.font-light {
  font-family: "BrownLLWeb-Light" !important;
}
.font-primary {
  font-family: "BrownStd", sans-serif;
}
.ellipse {
  background-color: rgba(123, 170, 199, 0.4);
  filter: blur(10px);
}
.ellipse.is-dark {
  background-color: rgba(0, 12, 42, 0.07);
}
.gallery-section {
  background-color: #ffffff;
}
.gallery-section.is-cleaning-and-hygiene {
  background-color: #fff;
}
.gallery-section .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "box-1 box-2 box-3" "box-5 box-5 box-3" "box-5 box-5 box-4";
  gap: 10px;
  grid-auto-flow: row;
}
@media (min-width: 640px) {
  .gallery-section .grid-wrapper {
    height: 600px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "box-1 box-2 box-3" "box-5 box-5 box-3" "box-5 box-5 box-4";
  }
}
.gallery-section .grid-wrapper .box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-section .grid-wrapper .box-1 {
  border-radius: 10px;
  grid-area: box-1;
  background-image: url("../img/who-we-are-grid/who-we-are-grid-1.html");
}
.gallery-section .grid-wrapper .box-2 {
  border-radius: 10px;
  grid-area: box-2;
  background-image: url("../img/who-we-are-grid/who-we-are-grid-2.html");
}
.gallery-section .grid-wrapper .box-3 {
  border-radius: 10px;
  grid-area: box-3;
  background-image: url("../img/who-we-are-grid/who-we-are-grid-3.html");
}
.gallery-section .grid-wrapper .box-4 {
  border-radius: 10px;
  grid-area: box-4;
  background-image: url("../img/who-we-are-grid/who-we-are-grid-5.html");
}
.gallery-section .grid-wrapper .box-5 {
  border-radius: 10px;
  grid-area: box-5;
  background-image: url("../img/who-we-are-grid/who-we-are-grid-4.html");
}
.gallery-section .description {
  font-size: 1.25rem;
  line-height: 1.35;
  width: 70%;
}
.grid-wrapper {
  grid-template-areas: "box-1 box-1" "box-2 box-2" "box-3 box-3" "box-4 box-4" "box-5 box-5";
}
@media (min-width: 640px) {
  .grid-wrapper {
    grid-template-areas: "box-1 box-2 box-3" "box-5 box-5 box-3" "box-5 box-5 box-4";
  }
}
@media (max-width: 640px) {
  .grid-wrapper.images-grid {
    grid-template-areas: "box-1 box-2" "box-5 box-5" "box-3 box-4";
  }
}
@media (min-width: 640px) {
  .grid-wrapper.large {
    height: calc(100vh - 180px);
  }
}
.grid-wrapper .box-1 {
  grid-area: box-1;
}
.grid-wrapper .box-2 {
  grid-area: box-2;
}
.grid-wrapper .box-3 {
  grid-area: box-3;
}
.grid-wrapper .box-4 {
  grid-area: box-4;
}
.grid-wrapper .box-5 {
  grid-area: box-5;
}
@media (max-width: 640px) {
  .grid-wrapper .mobile-box-height {
    min-height: 200px;
  }
}
.grid-wrapper-second-version {
  grid-template-areas: "box-1 box-1" "box-4 box-4" "box-2 box-3";
}
@media (min-width: 640px) {
  .grid-wrapper-second-version {
    grid-template-areas: "box-1 box-1 box-4" "box-1 box-1 box-4" "box-2 box-3 box-4";
  }
}
.grid-wrapper-second-version.large {
  height: calc(100vh - 180px);
}
.grid-wrapper-second-version .box-1 {
  grid-area: box-1;
}
.grid-wrapper-second-version .box-2 {
  grid-area: box-2;
}
.grid-wrapper-second-version .box-3 {
  grid-area: box-3;
}
.grid-wrapper-second-version .box-4 {
  grid-area: box-4;
}
@media (max-height: 640px) {
  .grid-wrapper-second-version .mobile-box-height {
    height: 200px;
  }
}
.main-hero.market::before {
  background: linear-gradient(
    179.99deg,
    rgba(40, 61, 87, 0),
    rgba(40, 61, 87, 0.9) 90%
  );
}
@keyframes type {
  from {
    background-size: 0 200%;
  }
}
.main-hero {
  height: 910px;
  padding-top: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    179.99deg,
    rgba(22, 49, 77, 0.7) 26.93%,
    #16314d 99.99%
  );
  z-index: 1;
}
.main-hero h1 {
  margin-bottom: 30px !important;
}
.main-hero .content-hero {
  z-index: 2;
}
.main-hero.is-cleaning-and-hygiene::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    179.99deg,
    rgba(63, 118, 161, 0.53),
    rgba(62, 118, 162, 0.88) 90%
  );
  z-index: 1;
}
.main-hero.is-cleaning-and-hygiene h1 {
  width: 100%;
  max-width: 65rem;
  margin-bottom: 30px;
}
.main-hero.is-cleaning-and-hygiene .content-hero {
  padding-top: 250px;
}
.main-hero .video-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.main-hero * {
  color: #fff;
}
.main-hero .type {
  background: linear-gradient(#fff 0 0) 0 0;
  background-size: calc(var(--n) * 1ch) 200%;
  background-repeat: no-repeat;
  animation: type calc(var(--n) * 0.2s) linear;
}
@keyframes type {
  from {
    background-size: 0 200%;
  }
}
.main-hero .clip {
  color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}
.main-hero .description {
  font-size: 1.125rem;
  line-height: 1.35;
  max-width: 430px;
  margin-bottom: 34px;
  font-family: "BrownLLSub-Light";
}
.main-hero .main-btn {
  font-weight: 300;
}
.arrow-down-outer {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 25px solid rgba(0, 0, 0, 0);
  border-right: 25px solid rgba(0, 0, 0, 0);
  border-top: 15px solid #e9e9e9;
}
.arrow-down-outer .arrow-down-inner {
  position: absolute;
  left: -23px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 23px solid rgba(0, 0, 0, 0);
  border-right: 23px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #fff;
}
.featured-product-banner {
  width: 100%;
  height: auto;
  background-color: rgba(24, 73, 133, 0.1);
}
.featured-product-banner.second {
  padding: 38px;
}
.featured-product-banner.second .align-left {
  margin-right: 86px;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 30px;
}
.featured-product-banner.second .align-left .top h3 {
  font-size: 36px;
  margin-bottom: 33px;
}
.featured-product-banner.second .align-left .top p.description {
  font-size: 18px;
}
.featured-product-banner.second .align-left .top p.featured-product {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .featured-product-banner.second .align-left .buttons a {
    font-size: 16px;
    height: 58px;
    line-height: 65px;
  }
  .featured-product-banner.second .align-left .buttons a.type-2::before {
    top: 21px;
  }
}
.featured-product-banner.second .align-right {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .featured-product-banner.second .align-right {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .featured-product-banner.second .align-right {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .featured-product-banner {
    flex-direction: column;
  }
}
.featured-product-banner .align-left {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .featured-product-banner .align-left {
    padding: 22.5px;
  }
}
@media only screen and (max-width: 991px) {
  .featured-product-banner .align-left {
    order: 2;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-product-banner .align-left .top {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .featured-product-banner .align-left .top {
    margin-bottom: 22px;
  }
}
.featured-product-banner .align-left .top p.featured-product {
  line-height: 14px;
  margin-bottom: 22px;
  font-weight: 300;
  font-size: 14px;
  color: #1c2640;
}
.featured-product-banner .align-left .top p.description {
  line-height: 26px;
  margin-bottom: 33px;
  font-weight: 300;
  font-size: 17px;
  color: #1c2640;
}
.featured-product-banner .align-left .buttons {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.featured-product-banner .align-left .buttons a {
  width: auto;
  min-height: 53px;
  line-height: 60px;
  padding: 0 32px;
  border-radius: 5px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #000c2a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-right: 2rem;
}
.featured-product-banner .align-left .buttons a:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .featured-product-banner .align-left .buttons a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.featured-product-banner .align-left .buttons a.type-1 {
  background-color: #fff;
}
.featured-product-banner .align-left .buttons a.type-1:after {
  content: "";
  width: 100%;
  min-height: 53px;
  background: rgba(0, 12, 42, 0.2);
  filter: blur(25px);
  position: absolute;
  top: 26.5px;
  right: 0;
  z-index: -9;
}
.featured-product-banner .align-left .buttons a.type-2:before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../img/icons/star-outline-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 18px;
  left: 0;
}
.featured-product-banner .align-right {
  margin-right: 50px;
}
@media only screen and (max-width: 1400px) {
  .featured-product-banner .align-right {
    width: 20%;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-product-banner .align-right {
    margin-right: 22.5px;
  }
}
.featured-product-banner .align-right img {
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .featured-product-banner .align-right img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .featured-product-banner .align-right {
    width: auto;
    margin-right: 0;
    order: 1;
  }
}
.featured-case-study-banner {
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .featured-case-study-banner {
    flex-direction: row;
  }
}
.featured-case-study-banner .case-study-left-side {
  width: 100%;
  background: linear-gradient(
      to left,
      rgba(78, 151, 208, 0.41),
      rgb(78, 151, 208)
    ),
    url("../img/cleaning-and-hygiene/banner-image.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1200px) {
  .featured-case-study-banner .case-study-left-side {
    width: 35%;
    background: #4e97d0;
  }
}
.featured-case-study-banner .case-study-left-side .featured-product {
  color: #fff !important;
  letter-spacing: 0.15em;
}
@media (min-width: 1200px) {
  .featured-case-study-banner .case-study-left-side .buttons {
    min-width: 140%;
  }
}
.featured-case-study-banner .case-study-left-side .buttons .type-1 {
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
}
.featured-case-study-banner .case-study-left-side .buttons .type-2 {
  color: #fff;
}
.featured-case-study-banner .case-study-left-side .buttons .type-2:before {
  background-image: url("../img/icons/download-icon.svg") !important;
  margin-top: 2px;
}
.featured-case-study-banner .left-side-dark {
  background: linear-gradient(to left, rgba(22, 49, 77, 0.41), rgb(22, 49, 77)),
    url("../img/banner-bg.html");
}
@media (min-width: 1200px) {
  .featured-case-study-banner .left-side-dark {
    width: 35%;
    background: #16314d;
  }
}
.featured-case-study-banner .case-study-right-side {
  margin-right: 0px;
  width: 65%;
  background: linear-gradient(
      to left,
      rgba(78, 151, 208, 0.41),
      rgb(78, 151, 208)
    ),
    url("../img/banner-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .featured-case-study-banner .case-study-right-side {
    min-height: auto;
  }
}
.featured-case-study-banner .right-side-dark {
  background: linear-gradient(to left, rgba(22, 49, 77, 0.41), rgb(22, 49, 77)),
    url("../img/banner-bg.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.hub-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.hub-section .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/home/hub-background.svg");
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: scale(1.04);
  background-size: cover;
  background-position: top;
  z-index: -1;
}
.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(37, 61, 142, 0.77);
  backdrop-filter: blur(44px);
  border-radius: 1.25rem;
  padding: 1.5rem 1.438rem 1.5rem 1rem;
  text-align: left;
}
.search-form .input-wrapper {
  flex: 1;
  padding-top: 5px;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  border-right: 2px solid rgba(245, 245, 245, 0.16);
}
.search-form .input-wrapper:last-of-type {
  border-right: none;
}
.search-form .input-wrapper label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.search-form .select2-container {
  min-width: 100%;
}
.search-form .select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}
.search-form
  .select2-container
  .select2-search--inline
  .select2-search__field::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 1.125rem;
  font-family: "BrownStd", sans-serif;
  font-weight: 300;
}
.search-form
  .select2-container
  .select2-search--inline
  .select2-search__field:-ms-input-placeholder {
  color: #fff;
  font-size: 1.125rem;
  font-family: "BrownStd", sans-serif;
  font-weight: 300;
}
.search-form
  .select2-container
  .select2-search--inline
  .select2-search__field::-ms-input-placeholder {
  color: #fff;
  font-size: 1.125rem;
  font-family: "BrownStd", sans-serif;
  font-weight: 300;
}
.search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
}
.search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: rgba(0, 0, 0, 0);
}
.search-form .select2-container .select2-search--inline .select2-search__field {
  height: 1.25rem;
}
.search-form .select2-container .select2-selection--multiple {
  min-height: 1.25rem;
}
.search-form .select2-container--default .select2-selection--multiple {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
}
.search-form .select2-dropdown {
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(44px);
  border-radius: 1.25rem;
  border: none;
}
.search-form [type="submit"] {
  background-color: #0073ff;
  border: none;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .search-form .input-wrapper {
    padding-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .search-form {
    flex-wrap: wrap;
  }
}
.main-footer .footer_column_1 p:nth-child(2) {
  line-height: 28px;
  margin-bottom: 11px;
}
.main-footer .footer_column_1 p:nth-child(3) {
  color: rgba(255, 255, 255, 0.5019607843);
  line-height: 27px;
}
.main-footer .footer_column_1 img {
  height: 40px;
  margin-bottom: 50px;
}
.main-footer .footer_column_4 li {
  margin-right: 28px;
}
.main-footer .footer_column_4 li:last-of-type {
  margin-right: 0;
}
.main-footer .footer_bottom {
  margin-top: 57px;
  font-weight: 300;
}
.main-footer h6 {
  margin-bottom: 17px;
}
.main-footer p,
.main-footer a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .main-footer .links ul {
    justify-content: center;
  }
  .main-footer .footer_column_1,
  .main-footer .footer_column_2,
  .main-footer .footer_column_3,
  .main-footer .footer_column_4 {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .main-footer .links ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .main-footer .footer_column_1,
  .main-footer .footer_column_2,
  .main-footer .footer_column_3,
  .main-footer .footer_column_4 {
    margin-top: 20px;
  }
}
.tailwind-nav.transparent {
  background-color: rgba(0, 0, 0, 0);
}
.tailwind-nav.transparent .nav-top-half {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.tailwind-nav.transparent *:not(.log-in-options *):not(.never-white *) {
  color: #ffffff;
}
.tailwind-nav.transparent * .sign-up-pop-up-button {
  color: #16314d !important;
}
.tailwind-nav.transparent .logo {
  background-image: url("../img/nav/logo-light.png");
}
.tailwind-nav.light {
  background-color: rgba(255, 255, 255, 0.9);
}
.tailwind-nav.light .secondary-nav * {
  color: #fff;
}
.tailwind-nav.light *:not(.secondary-nav *) {
  color: #16314d;
}
.tailwind-nav.light .nav-top-half {
  border-bottom-color: rgba(22, 49, 77, 0.1);
}
.tailwind-nav.light .logo {
  background-image: url("../img/nav/logo-light.png");
}
@media (max-width: 768px) {
  .tailwind-nav .log-in-icon-white {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tailwind-nav .log-in-icon-black {
    display: block !important;
  }
}
@media (max-width: 998px) {
  .tailwind-nav .module-button#hub {
    width: 28px;
  }
  .tailwind-nav .module-button#hub:hover .label {
    opacity: 1;
  }
  .tailwind-nav .module-button#hub .label {
    z-index: 10;
    height: 100%;
    opacity: 0;
    transition-delay: 75ms;
    background-color: #d9e0f0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.375rem;
    top: calc(100% + 5px);
    transform: translateY(50%) translateX(50%);
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .tailwind-nav .module-button#ch:hover {
    width: 163px;
  }
  .tailwind-nav .module-button#wi:hover {
    width: 145px;
  }
  .tailwind-nav .module-button#www:hover {
    width: 105px;
  }
  .tailwind-nav .module-button#ch .label,
  .tailwind-nav .module-button#wi .label,
  .tailwind-nav .module-button#www .label {
    background: none;
    display: flex;
    right: 0;
    top: 0;
    transform: none;
  }
}
@media (min-width: 1367px) {
  .tailwind-nav .module-button#ch:hover {
    width: 183px;
  }
  .tailwind-nav .module-button#wi:hover {
    width: 165px;
  }
  .tailwind-nav .module-button#www:hover {
    width: 120px;
  }
}
.explore-card {
  background-image: linear-gradient(to right, #0b4282, #17183a);
}
.explore-card .explore-card-header {
  font-family: "BrownLLSub-Regular";
}
.explore-card button {
  background-color: #0073ff;
}
.ellipse {
  background-color: rgba(123, 170, 199, 0.4);
  filter: blur(10px);
}
.ellipse.is-dark {
  background-color: rgba(0, 12, 42, 0.07);
}
.sustainable-grid-wrapper {
  grid-template-areas: "box-1 box-1 box-1 box-1" "box-2 box-2 box-2 box-2" "box-4 box-4 box-4 box-4" "box-5 box-5 box-5 box-5" "box-6 box-6 box-6 box-6" "box-7 box-7 box-7 box-7" "box-3 box-3 box-3 box-3";
}
@media (min-width: 640px) {
  .sustainable-grid-wrapper {
    grid-template-areas: "box-1 box-1 box-1 box-1" "box-2 box-2 box-2 box-2" "box-4 box-4 box-4 box-4" "box-5 box-5 box-6 box-6" "box-7 box-7 box-3 box-3";
  }
}
@media (min-width: 768px) {
  .sustainable-grid-wrapper {
    grid-template-areas: "box-1 box-1 box-1 box-2" "box-4 box-4 box-4 box-2" "box-5 box-6 box-7 box-3";
  }
}
.sustainable-grid-wrapper .active {
  background-color: inherit;
}
.sustainable-grid-wrapper.large {
  height: calc(100vh - 180px);
}
.sustainable-grid-wrapper .box-1 {
  grid-area: box-1;
}
.sustainable-grid-wrapper .box-2 {
  grid-area: box-2;
}
.sustainable-grid-wrapper .box-3 {
  grid-area: box-3;
}
.sustainable-grid-wrapper .box-4 {
  grid-area: box-4;
}
.sustainable-grid-wrapper .box-5 {
  grid-area: box-5;
}
.sustainable-grid-wrapper .box-6 {
  grid-area: box-6;
}
.sustainable-grid-wrapper .box-7 {
  grid-area: box-7;
}
* {
  color: #16324d;
  font-family: "BrownLLSub-Regular";
}
.page-editor-container p {
  margin-bottom: 15px;
}
.page-editor-container ul {
  list-style-type: disc;
  list-style-position: outside;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.page-editor-container ol {
  list-style-type: decimal;
  list-style-position: outside;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.page-editor-container ul ul,
.page-editor-container ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
  margin-bottom: 15px;
}
.page-editor-container ol ol,
.page-editor-container ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
.page-editor-container p a {
  text-decoration: underline;
  color: #0073ff;
}
.page-editor-container .wp-block-file {
  display: flex;
  margin-bottom: 10px;
}
.page-editor-container .wp-block-file a {
  margin-right: 5px;
}
.page-editor-container .wp-block-file a:last-child {
  text-decoration: underline;
  color: #0073ff;
}
