@font-face {
  font-family: Permanentmarker;
  src: url('../fonts/PermanentMarker-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industry Base;
  src: url('../fonts/Industry-Base.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industry Outline;
  src: url('../fonts/Industry-Outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('../fonts/Bebas-Neue-Pro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --color: white;
  --gold: #ffcf3f;
  --text: 1.125rem;
  --height: 24px;
  --grey: #bfbfbf;
  --25: 25px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.image {
  width: 15%;
  max-width: 20%;
  margin-top: 11px;
  margin-left: 31px;
}

.body {
  background-color: #000;
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
  max-height: 100vh;
}

.fluid-overlay {
  background-color: #ffc13ca8;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: -100%;
}

.hero-container {
  justify-content: center;
  align-items: center;
  min-width: 99vw;
  max-width: 99vw;
  min-height: 89svh;
  max-height: 89svh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.hoses-container1 {
  background-image: url('../images/Holding-Hose_Vertical.jpg');
  background-position: 30% 60%;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  max-width: none;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.hard-parts-container1 {
  background-image: url('../images/Hard-Parts_Background_Wide.jpg');
  background-position: 80%;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: none;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.coolers-container1 {
  object-fit: fill;
  background-image: url('../images/Cooler-on-Workbench.jpg');
  background-position: 75%;
  background-size: cover;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.fluid-container1 {
  background-image: url('../images/Fluid_Lifestyle_New.webp');
  background-position: 73%;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.filter-container1 {
  background-image: url('../images/Color-Filter_BW-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.filter-container1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Color-Filter_BW-Edit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.navbar {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 10vh;
  max-height: 10vh;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar.edelmann {
  background-color: var(--color);
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  height: 10vh;
  max-height: 10vh;
}

.menu-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #000;
  flex-direction: row;
  flex: 1;
  grid-template: ". Logo . Menu Menu Menu Menu Menu"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.nav-link-3 {
  color: var(--color);
}

.nav-link-3.w--current {
  color: var(--gold);
}

.nav-link-3.edelmann {
  color: var(--black);
}

.nav-link-4 {
  color: var(--color);
}

.nav-link-4.w--current {
  color: var(--gold);
}

.nav-link-4.edelmann {
  color: var(--black);
}

.nav-link-5 {
  color: var(--color);
}

.nav-link-5.w--current {
  color: var(--gold);
}

.nav-link-5.edelmann {
  color: var(--black);
}

.hero-overlay {
  background-color: #0000;
  background-image: url('../images/Hard-Parts.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  position: relative;
  right: 101%;
  overflow: hidden;
}

.hero-overlay.hoses {
  background-image: url('../images/Hoses.png');
}

.hero-overlay.coolers {
  background-image: url('../images/Coolers.png');
}

.hero-overlay.filter {
  background-image: url('../images/Filter.png');
}

.hero-overlay.fluid-overlay {
  background-image: url('../images/Fluid.png');
  left: auto;
}

.container-17 {
  width: auto;
  min-width: 90%;
  max-width: 980px;
  margin-right: auto;
  display: flex;
}

.body-2 {
  background-color: var(--black);
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.section-15 {
  background-color: var(--color);
  align-items: center;
  height: 80vh;
  min-height: 70vh;
  display: flex;
}

.flipcard {
  z-index: 2;
  border-radius: 30px;
  flex: 1;
  justify-content: center;
  width: auto;
  min-width: 300px;
  max-width: 397px;
  height: auto;
  min-height: 300px;
  max-height: 375px;
  display: flex;
  position: relative;
}

.flipcard-front {
  grid-row-gap: 2px;
  background-color: var(--gold);
  backface-visibility: hidden;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  transform: rotate(0);
  box-shadow: 0 2px 5px 4px #0000004d;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 5px #00000087;
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 50px;
  position: relative;
  bottom: 40px;
}

.image-44 {
  cursor: pointer;
  position: absolute;
  inset: auto 5% 5% auto;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 2px 5px 4px #0003;
}

.image-45 {
  cursor: pointer;
  position: absolute;
  inset: auto 5% 5% auto;
}

.container-24 {
  align-self: center;
}

.heading-10 {
  font-family: Bebasneue, sans-serif;
  font-size: 9em;
  font-weight: 400;
}

.image-46 {
  object-fit: contain;
  width: 65%;
  margin-right: -55px;
}

.heading-11 {
  min-width: .1px;
  max-width: 402.899em;
}

.radar-chart {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  border-bottom: 6px solid var(--gold);
  background-color: #000;
  background-image: linear-gradient(#00000091, #00000091), url('../images/Holding-Hose_Close-Up.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
  height: 100%;
  padding: 100px 25px 50px;
  display: flex;
}

.body-3 {
  background-color: var(--black);
  cursor: auto;
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.heading-12 {
  margin-bottom: -28px;
  padding-right: 0;
  font-family: bebas-kai, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
}

.heading-13 {
  margin-top: 29px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 40px;
}

.image-51 {
  width: 600px;
  padding-right: 83px;
}

.hp-text-1 {
  background-color: var(--color);
  justify-content: center;
  height: 30vh;
  padding: 50px 167px;
  display: flex;
}

.dna {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 3px solid var(--gold);
  background-color: var(--color);
  opacity: 1;
  background-image: linear-gradient(#ffffff91, #ffffff91), url('../images/DNA-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 75px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  width: 70%;
  font-size: 1.125rem;
}

.heading-14 {
  color: #fff;
}

.container-25 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-52 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-top: -76px;
  margin-bottom: -55px;
  position: relative;
  overflow: clip;
}

.container-26 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 960px;
  height: 100%;
  display: block;
}

.hard-parts-text {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 1108px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 127%;
  display: flex;
}

.body-4 {
  background-color: var(--black);
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.filter-banner-div {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #000;
  background-image: url('../images/img_0.png'), url('../images/Color-Filter_BW-Edit.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
  flex-direction: column;
  grid-template: ". . ."
                 ". Area Area"
                 ". Area Area"
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 90vh;
  margin-top: -90vh;
  display: flex;
  position: sticky;
  top: 9.9vh;
}

.filter-features-div {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . . . . ."
                 ". . . Area Area Area ."
                 ". . . Area Area Area ."
                 ". . . . . . ."
                 ". Area-2 Area-2 Area-2 . . ."
                 ". Area-2 Area-2 Area-2 . . ."
                 ". . . . . . ."
                 ". . . . Area-3 Area-3 Area-3"
                 ". . . . Area-3 Area-3 Area-3"
                 ". . . . . . ."
                 ". . Area-4 Area-4 Area-4 . ."
                 ". . Area-4 Area-4 Area-4 . ."
                 ". . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 180vh;
  max-height: 180vh;
  margin-bottom: 100px;
  padding-top: 10vh;
  display: grid;
  position: relative;
  top: auto;
}

.flipcard_plus, .flipcard_negative {
  cursor: pointer;
  position: absolute;
  inset: auto 5% 5% auto;
}

.filter-hero-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-height: none;
  display: flex;
  position: static;
}

.vertical-tab {
  z-index: auto;
  background-color: var(--gold);
  background-image: radial-gradient(circle, #0000, #00000024), linear-gradient(96deg, #ffdc00, #0000 51%), linear-gradient(#ffdc00, #ffcf3f 2%, #ffdc00a1 35%, #0000), linear-gradient(333deg, #ffdc00, #0000);
  border-radius: 15px 0 0 15px;
  width: 100%;
  height: 15vh;
  margin: 0 0 0 5%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.vertical-tab.w--current {
  z-index: 1;
  background-color: var(--gold);
  filter: saturate(119%);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transform: scale(1.05);
  box-shadow: 0 0 12px 6px #0003;
}

.cooler-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template: "title-area title-area title-area . . . . . . . ."
                 "title-area title-area title-area . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . Image Image Image Image Image"
                 ". . . . . . Image Image Image Image Image"
                 ". . . . . . Image Image Image Image Image"
                 ". . . . . . Image Image Image Image Image"
                 ". . . . . . Image Image Image Image Image"
                 ". . . . . . Image Image Image Image Image"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.cooler-slider.expansion {
  height: 100%;
  padding-bottom: 30px;
  padding-left: 0;
}

.cooler-slider.brackets {
  padding-bottom: 0;
}

.cooler-slider.turbulators {
  background-image: url('../images/Turbulator-Background-01.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 75vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.cooler-slider.single-tube {
  background-image: url('../images/Single-Tube-Layout-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cooler-tabs {
  background-color: #747474;
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
}

.tabs-menu-4 {
  background-color: #000;
  width: 10vh;
  padding-right: 4px;
  overflow: hidden;
}

.fin-designs {
  width: 100%;
  height: 75vh;
}

.tabs-content-2 {
  z-index: auto;
  background-color: #777;
  background-image: url('../images/item_301.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 75vh;
  display: flex;
}

.single-tube {
  width: 100%;
  height: 75vh;
}

.brackets {
  background-color: #fff;
  width: 100%;
  height: 75vh;
}

.tube-expansion {
  width: 100%;
  height: 75vh;
}

.nav-link-6 {
  color: var(--color);
}

.nav-link-6.w--current {
  color: var(--gold);
}

.nav-link-6.edelmann {
  color: var(--black);
}

.link-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.link-block-9.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  display: none;
}

.logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.div-block-51 {
  z-index: 4;
  background-color: var(--gold);
  width: 50px;
  height: 50px;
  max-height: 90vh;
  position: relative;
}

.filter-hero-overlay {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . . . . ."
                 ". Filter-Title Filter-Title Filter-Title . . ."
                 ". Content-Grid-2 Content-Grid-2 Content-Grid-2 . . ."
                 ". Content-Grid-2 Content-Grid-2 Content-Grid-2 . . ."
                 ". Content-Grid-2 Content-Grid-2 Content-Grid-2 . . ."
                 ". . . . Content-Area Content-Area Content-Area"
                 ". . . . Content-Area Content-Area Content-Area"
                 ". . . Arrow Arrow . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 70vh;
  max-height: 90vh;
  display: grid;
  position: relative;
}

.heading-16 {
  color: var(--gold);
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-55, .div-block-56 {
  margin-top: auto;
}

.div-block-57 {
  margin-top: 0;
}

.div-block-58 {
  margin-top: auto;
}

.filter-title-div {
  background-color: #0000;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: auto;
}

.heading-17 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.image-68 {
  display: block;
  position: relative;
  bottom: auto;
}

.filter-content-div {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: -49px;
}

.paragraph-8 {
  color: #fff;
  width: 75%;
  height: 50%;
  margin-bottom: 0;
  padding-top: 25px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.stacked-text {
  flex-direction: column;
  padding-top: 20px;
  padding-left: 26px;
  display: flex;
}

.stacked-text.exclusives, .stacked-text.coverage {
  align-items: center;
  padding-left: 0;
}

.heading-18 {
  align-self: center;
  font-family: Permanentmarker, sans-serif;
  font-size: 150px;
  font-weight: 400;
  position: static;
}

.heading-18.exclusives {
  color: var(--gold);
  padding-left: 0;
}

.heading-19 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.heading-19.exclusives {
  color: #fff;
  text-align: center;
  font-size: 51px;
}

.heading-20 {
  margin-top: 20px;
  font-family: Bebasneue, sans-serif;
  font-size: 85px;
}

.heading-20.exclusives {
  color: #fff;
  font-size: 69px;
}

.div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65 {
  align-self: center;
}

.turbulators {
  width: 100%;
  height: 90vh;
}

.image-71, .image-72, .image-73 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.genuine-oem-section {
  background-color: #f1f1f1;
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/Group-Shot_No-Tape.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  border-top: 6px solid #000;
  border-bottom: 10px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.title-text-block {
  color: var(--color);
  text-align: left;
  white-space: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: bebas-kai, sans-serif;
  font-size: 57px;
  line-height: 50px;
  display: flex;
  overflow: visible;
}

.title-text-block.expansion {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
}

.title-text-block.fins {
  color: var(--color);
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.title-text-block.fittings {
  text-align: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 57px;
  line-height: 50px;
  display: flex;
}

.title-text-block.brackets {
  color: var(--black);
  justify-content: flex-start;
}

.title-text-block.single {
  justify-content: flex-start;
  align-items: center;
}

.warranty-section {
  background-color: var(--color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding-top: 50px;
  display: flex;
}

.warranty-section.hard-parts {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: auto;
}

.heading-21 {
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.div-block-67 {
  height: 100%;
  display: flex;
}

.flipcard-text {
  width: 100%;
  height: 50px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.coverage-text-section {
  z-index: 10;
  background-color: var(--color);
  justify-content: center;
  height: 100%;
  margin-bottom: -40px;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.fixed-width {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-layout {
  grid-column-gap: 20px;
  justify-content: space-between;
  max-width: 1420px;
  display: flex;
}

.flipcard-section {
  background-color: var(--color);
  width: 100%;
  height: 50vh;
  padding: 25px 50px;
}

.flipcard-contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.x-header {
  text-align: left;
  letter-spacing: -15px;
  text-indent: 0;
  overflow-wrap: normal;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 27px;
  font-size: 11rem;
  display: flex;
}

.flipcard-back-text {
  color: #fff;
  width: 100%;
  font-size: 1.125rem;
  line-height: 25px;
}

.paragraph-9 {
  font-size: 1.125rem;
  line-height: 22px;
}

.sales-demand-div {
  background-color: var(--gold);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 400px;
  display: flex;
}

.exclusives-div {
  z-index: 1;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  display: flex;
  position: relative;
}

.div-block-78 {
  height: 90vh;
}

.sales-demand-section {
  background-color: var(--color);
  height: 90vh;
  position: relative;
}

.div-block-80 {
  z-index: 1;
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-84 {
  z-index: 1;
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.div-block-81 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: luminosity;
  background-color: #e7e7e7ba;
  border-radius: 57px;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-82 {
  z-index: 2;
  grid-column-gap: 179px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.section-36 {
  object-fit: fill;
  height: 100vh;
  position: static;
}

.div-block-83 {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 7px);
}

.div-block-84 {
  z-index: 1;
  background-color: var(--gold);
  width: 200px;
  height: 200px;
  position: absolute;
  top: 299.5px;
  right: 650.5px;
}

.div-block-85 {
  z-index: 2;
  background-color: #000;
  width: 200px;
  height: 200px;
  position: absolute;
  transform: translate(0);
}

.reduce-inventory {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  background-color: #d9d9d9;
  grid-template: "Area-2 Area-2 Area-2 Area Area"
                 "Area-3 Area-3 Area-3 Area Area"
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 70vh;
  max-height: 70vh;
  padding-bottom: 0;
  display: grid;
}

.filter-basket {
  background-color: #b3b3b3;
  align-items: center;
  min-width: 100vw;
  max-width: 70vw;
  min-height: 70vh;
  max-height: 60vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.filter-packaging {
  background-color: #b3b3b3;
  min-height: 70vh;
  max-height: 70vh;
  display: flex;
}

.individual-packaging {
  z-index: 2;
  position: relative;
  top: 40px;
}

.filter-magnet {
  background-color: #fff;
  align-items: center;
  min-width: 100vw;
  max-width: 70vw;
  min-height: 70vh;
  max-height: 50vh;
  margin-top: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.subheadings {
  z-index: 1;
  color: #000;
  letter-spacing: 3px;
  padding-left: 40px;
  font-family: bebas-kai, sans-serif;
  font-size: 70px;
  position: relative;
}

.subheadings.res {
  z-index: 0;
  letter-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.subheadings.pulley {
  letter-spacing: 4px;
  margin: auto;
  padding-right: 40px;
  font-family: Bebasneue, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.subheadings.pulley1 {
  padding-left: 0;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.subheadings.res1 {
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.subheadings.pipes1 {
  margin-right: auto;
  padding-left: 0;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.subheadings.pipe2 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  font-family: Bebasneue, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.subheadings.retail-ready {
  line-height: 60px;
}

.filter-features {
  flex-direction: column;
  justify-content: center;
  margin-top: 35px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.filter-features.magnet {
  justify-content: center;
}

.filter-features.basket {
  justify-content: center;
  padding-top: 0;
}

.filter-text {
  z-index: 2;
  color: #000;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 30px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.filter-text.inventory {
  padding-top: 10px;
}

.filter-large-text {
  z-index: 1;
  color: #fff;
  white-space: normal;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
  padding-right: 40px;
  font-family: bebas-kai, sans-serif;
  font-size: 550px;
  line-height: 370px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.filter-large-text.magnet {
  color: #b3b3b3;
  line-height: 370px;
  inset: 0% auto 0% 0%;
}

.image-85 {
  z-index: 2;
  object-fit: fill;
  margin-top: 178px;
  margin-right: 40px;
  position: relative;
}

.magnet-image {
  z-index: 2;
  height: 500px;
  margin-top: 0;
  position: relative;
}

.div-block-90 {
  margin-top: 35px;
  margin-bottom: 30px;
}

.fittings-sizes-div {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.fitting-size {
  text-align: center;
  flex-direction: column;
  min-width: 33%;
  height: 2rem;
  margin-bottom: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 50px;
  line-height: 0;
  display: flex;
}

.fittings-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.image-88 {
  object-fit: contain;
  width: 800px;
  height: 100%;
  margin-top: -46px;
  overflow: visible;
}

.flipcard-back-div {
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: flex;
}

.flipcard_back_text {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.see-more {
  color: var(--color);
  text-align: center;
  font-size: 22px;
  text-decoration: underline;
}

.warranty-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.image-89 {
  padding-top: 0;
  display: none;
}

.pumps-header {
  z-index: 10;
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: url('../images/Background-Stripes.webp'), linear-gradient(#0000009e, #0000009e), url('../images/Pump_Background.webp');
  background-position: 50%, 0 0, 0 0;
  background-size: auto, auto, auto;
  grid-template: ". . . . . . . . ." 9vh
                 ". Heading-Area Heading-Area Heading-Area . Pulleys Pulleys . ." 9vh
                 ". Header-Text Header-Text Header-Text Header-Text Pulleys Pulleys Reservoirs Reservoirs" 9vh
                 ". Header-Text Header-Text Header-Text Header-Text Pulleys Pulleys Reservoirs Reservoirs" 9vh
                 ". Header-Text Header-Text Header-Text Header-Text Pipes Pipes Reservoirs Reservoirs" 9vh
                 ". . . . . Pipes Pipes Pump-Image Pump-Image" 9vh
                 ". . . . . Pipes Pipes Pump-Image Pump-Image" 9vh
                 ". . . . . . . Pump-Image Pump-Image" 9vh
                 ". . . . . . . . ." 9vh
                 ". . . . . . . . ."
                 / .75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  min-height: 90vh;
  max-height: none;
  margin-top: -10vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.pump-component-card {
  border: 6px solid var(--gold);
  background-color: var(--color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-height: 400px;
  display: flex;
  position: relative;
  box-shadow: 3px 6px 5px #00000057;
}

.pump-component-card.image {
  object-fit: contain;
  background-color: #686868;
  border-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.pump-component-card.reservoirs1 {
  z-index: auto;
  border: 6px solid var(--gold);
  background-color: var(--color);
  height: auto;
  max-height: 400px;
  box-shadow: 0 0 5px 2px #00000057;
}

.header-pulley-image {
  object-fit: cover;
  overflow: hidden;
}

.pulleys {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-to-pulleys {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-to-reservoirs, .link-to-pipes {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.reservoirs {
  z-index: 8;
  background-color: #bfbfbf;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 25px;
  display: flex;
  position: relative;
}

.pipes {
  z-index: 7;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.pulley-image {
  z-index: 100;
  flex: 0 10 0;
  align-self: flex-end;
  position: absolute;
  top: -5%;
  bottom: 0%;
  left: auto;
}

.image-91 {
  z-index: 20;
  clear: left;
  object-fit: contain;
  max-width: none;
  position: absolute;
  top: -72px;
  right: 0%;
  overflow: hidden;
}

.hp-videos-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top-width: 6px;
  border-top-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.pulley-heading-text {
  width: 100%;
  margin: 10vh auto 50px;
  padding-left: 6vw;
}

.pulley-body-text {
  border-top: 8px solid var(--gold);
  border-bottom: 8px solid var(--gold);
  color: #fff;
  background-color: #404040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.paragraph-10 {
  min-width: 50%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10vh;
  padding-right: 75px;
  font-size: 17px;
  line-height: 21px;
}

.paragraph-11 {
  text-align: center;
  max-width: 35%;
  font-size: 17px;
  line-height: 21px;
  position: relative;
  left: auto;
}

.heading-24 {
  font-size: 40px;
  position: relative;
  left: auto;
}

.reservoir-heading-text {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 10vh;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.reservoir-body-text {
  border-top: 8px solid var(--gold);
  border-bottom: 8px solid var(--gold);
  color: #fff;
  background-color: #404040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-25 {
  max-width: 75%;
}

.paragraph-12 {
  text-align: right;
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 4vh;
  font-size: 17px;
  line-height: 21px;
}

.paragraph-13 {
  text-align: center;
  max-width: 35%;
  font-size: 17px;
  line-height: 21px;
  position: relative;
}

.heading-26 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: -20px;
  font-size: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.image-92 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.pipes-heading-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0 auto 30px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 6vw;
  display: block;
}

.pipes-body-text {
  border-top: 8px solid var(--gold);
  border-bottom: 8px solid var(--gold);
  color: #fff;
  background-color: #404040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.paragraph-14 {
  max-width: 100%;
  font-size: 17px;
  line-height: 21px;
}

.paragraph-15 {
  text-align: center;
  width: 35%;
  font-size: 17px;
  line-height: 21px;
}

.pumps-heading {
  color: #fff;
}

.pumps-heading-text {
  color: #fff;
  max-width: 80%;
  font-size: 18px;
  line-height: 23px;
}

.pumps-subheading {
  color: #fff;
  margin-bottom: 30px;
  font-size: 29px;
}

.body-6 {
  background-color: #000;
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gears-header {
  background-image: linear-gradient(#3130309e, #3130309e), url('../images/Gear-Background-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.hard-parts-side-menu {
  z-index: 50;
  clear: none;
  background-color: var(--gold);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  align-items: flex-end;
  width: 110px;
  height: 300px;
  margin-right: -80px;
  display: flex;
  position: fixed;
  inset: 10vh 0 auto auto;
  box-shadow: inset 2px 0 5px #0003;
}

.side-menu_hp {
  z-index: 5;
  cursor: pointer;
  background-color: #0000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: static;
}

.side-menu_racks {
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.side-menu_links {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.side-menu_pumps {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.side-menu_gears {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.side-menu_arrow {
  border-right-width: 1px;
  border-right-color: #000;
  align-self: auto;
  align-items: center;
  width: 25px;
  height: 100%;
  display: flex;
}

.enlarged-piston {
  border-top: 6px solid var(--gold);
  background-color: #000;
  align-items: center;
  height: 600px;
  display: flex;
}

.heavy-uses {
  background-color: var(--gold);
  border-top: 6px solid #fff;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.increased-seals {
  background-color: #505050bf;
  border-top: 6px solid #fff;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.gear-image-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.image-93 {
  margin-top: 100px;
  margin-bottom: auto;
  display: block;
}

.div-block-95 {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-96 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-97 {
  width: 50%;
}

.div-block-98 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-99 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-100 {
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-94 {
  max-width: 100%;
}

.div-block-101 {
  color: #fff;
  border-top-width: 1px;
  border-top-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-102 {
  background-color: #fff;
  border-left: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-95 {
  height: auto;
}

.paragraph-16 {
  width: 50%;
  font-size: 18px;
  line-height: 24px;
}

.body-7 {
  background-color: var(--black);
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-17, .paragraph-18 {
  width: 50%;
  font-size: 18px;
  line-height: 24px;
}

.div-block-103 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-19 {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.library-header {
  z-index: 100;
  background-color: #424242;
  background-image: url('../images/item_52436.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
  position: relative;
}

.videos-section {
  z-index: 2;
  grid-column-gap: 2%;
  grid-row-gap: 18px;
  background-color: #fff;
  grid-template-rows: 20% 20% auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: -20vh;
  padding-top: 20vh;
  display: block;
  position: relative;
  overflow: visible;
}

.videos-section.total-solution {
  z-index: 10;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 5vh;
  display: flex;
}

.videos-section.coolers-videos {
  background-color: var(--grey);
  border-bottom: 6px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: flex;
}

.videos-section.hard-parts-videos {
  background-color: #404040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.videos-section.hoses-videos {
  border-bottom: 6px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.videos-section.filter-videos {
  z-index: 5;
  background-color: var(--gold);
  border-bottom: 6px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.videos-section.fluid-videos {
  z-index: 4;
  background-color: var(--grey);
  border-bottom: 6px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.videos-section.tol-videos {
  z-index: 3;
  border-bottom: 6px solid var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.videos-section.exclusives {
  z-index: 11;
  background-color: var(--gold);
  border-bottom: 6px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-card {
  background-color: var(--gold);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  min-width: 250px;
  max-width: 250px;
  height: 300px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #0003;
}

.video-card.filter {
  background-color: var(--color);
  box-shadow: 0 2px 5px 4px #0003;
}

.product-bulletin-image {
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.video-title.cs {
  letter-spacing: -2px;
  font-size: 24px;
}

.video-title.edelmann-analytics {
  font-size: 23px;
}

.paragraph-21 {
  overflow: hidden;
}

.div-block-110 {
  width: 90%;
  height: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-111 {
  z-index: 50;
  background-color: #000000db;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-112 {
  z-index: 51;
  height: 90vh;
  position: fixed;
}

.media-menu {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  height: 10vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.more-button {
  z-index: 10;
  background-color: var(--gold);
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.paragraph-22 {
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.coolers-videos {
  z-index: 8;
  background-color: #fff;
  height: auto;
  margin-top: -20vh;
  padding-top: 20vh;
  position: relative;
}

.hard-parts-videos {
  z-index: 7;
  background-color: #fff;
  position: relative;
}

.hoses-videos {
  z-index: 6;
  background-color: #fff;
  position: relative;
}

.body-8 {
  background-color: #000;
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.media-description.product-bulletin1 {
  flex-direction: column;
  width: 90%;
  height: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.media-button {
  background-color: var(--grey);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 115px;
  display: flex;
}

.media-button.total-solution, .media-button.exclusives {
  background-color: var(--grey);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-bulletin {
  background-color: var(--gold);
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  min-width: 250px;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #0003;
}

.product-bulletin.filter {
  background-color: var(--color);
}

.media-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.media-card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.media-card-container.hidden {
  grid-row-gap: 50px;
  border-bottom: 6px solid #fff;
  padding-top: 0;
  display: flex;
}

.competitive-advantage {
  font-size: 20px;
}

.heading-31 {
  color: #fff;
  padding-top: 5vh;
}

.heading-32, .heading-33, .heading-34, .heading-35 {
  padding-top: 5vh;
}

.heading-36 {
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  display: flex;
}

.div-block-113 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-114 {
  background-color: #5c5c5c;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -30px;
  margin-right: -30px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 100px;
  display: flex;
}

.paragraph-23 {
  color: var(--color);
  text-align: right;
  width: 80%;
}

.div-block-115 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-116 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-96 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: 130%;
  height: auto;
  overflow: visible;
}

.paragraph-24 {
  color: var(--color);
  width: 80%;
}

.div-block-118 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-119 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.image-97 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.div-block-120 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-25 {
  transform: none;
}

.div-block-121 {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-122 {
  object-fit: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: -1.6vh 0% auto;
  overflow: visible;
}

.div-block-123 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-26 {
  color: var(--color);
  width: 40%;
}

.paragraph-27 {
  text-align: justify;
  width: 75%;
  margin-top: -50px;
  font-size: 15px;
}

.image-98 {
  margin-top: -75px;
}

.div-block-124 {
  border-top: 6px solid var(--gold);
  background-image: url('../images/Universal-on-Car.jpg');
  background-position: 50% 60%;
  background-size: auto;
  height: 40vh;
}

.universal-cooler-section {
  background-color: #fff;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-125 {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.heading-37 {
  text-align: center;
  margin-top: 5vh;
}

.paragraph-28 {
  font-size: var(--text);
  line-height: var(--height);
  width: 50%;
}

.div-block-126 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 20vw;
  margin-top: 10vh;
  display: flex;
}

.div-block-127 {
  object-fit: contain;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-99 {
  object-fit: scale-down;
  width: 100%;
  height: 600px;
}

.universal-image-break {
  border-bottom: 6px solid var(--gold);
  width: 100%;
  height: 40vh;
}

.universal-components-section {
  background-color: var(--color);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  height: 650px;
  padding-top: 45px;
  display: flex;
}

.image-100 {
  object-fit: contain;
  width: 50%;
  margin-top: 72px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -89px;
}

.div-block-128 {
  object-fit: contain;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 5vh;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-29 {
  font-size: var(--text);
  line-height: var(--height);
  width: 100%;
}

.image-101 {
  object-fit: cover;
  width: 100%;
  height: 60%;
  position: relative;
  overflow: visible;
}

.paragraph-30 {
  z-index: 1;
  font-size: 22px;
  line-height: 39px;
  position: relative;
}

.image-102 {
  border-bottom: 6px solid #000;
}

.section-41 {
  background-color: var(--color);
  border-top: 6px solid #000;
  width: 100%;
}

.div-block-129 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffa1;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 700px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section-42 {
  background-image: url('../images/Fluid-Pour-copy.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  display: flex;
}

.div-block-130 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff47;
  background-image: linear-gradient(139deg, #00bfffbf 40%, #ffffffbf 50%, #ff0000bf 60%);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 80%;
  margin-right: 50px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-31 {
  color: #000;
  width: 90%;
  font-size: 20px;
  line-height: 25px;
}

.heading-39 {
  color: #000;
  width: 90%;
  font-family: bebas-kai, sans-serif;
  font-size: 71px;
  line-height: 70px;
}

.section-43 {
  background-color: var(--grey);
  align-items: center;
  height: 90vh;
  display: flex;
}

.section-44 {
  border-top: 6px solid var(--gold);
  border-bottom: 6px solid var(--gold);
  background-image: url('../images/Fluid-Stand-Alone-copy.webp');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
}

.div-block-131 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-132 {
  background-image: linear-gradient(#ff0004, #0095ff);
  border-width: 1px;
  border-color: #000;
  border-top-left-radius: 50%;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-45 {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/New-Swirl-04-copy.webp');
  background-position: 50%;
  background-size: cover;
  height: 90vh;
  margin-top: -286px;
  margin-bottom: -268px;
  position: relative;
}

.section-46 {
  background-color: #5a5a5a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 6vh;
  display: flex;
}

.fluid-flush {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.body-9 {
  background-color: #000;
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-133 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-134 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.heading-40 {
  text-align: center;
  width: 80%;
}

.paragraph-32 {
  width: 80%;
  margin-bottom: 65px;
}

.image-104 {
  margin-top: 129px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-135 {
  flex-direction: column;
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-41 {
  color: #fff;
  letter-spacing: 2px;
  font-family: bebas-kai, sans-serif;
}

.div-block-136 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.fluids-list {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-family: bebas-neue-pro, sans-serif;
}

.heading-42 {
  margin-top: 30px;
}

.hose-inspection {
  background-color: var(--color);
  object-fit: cover;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/item_17325.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 5vh;
  display: flex;
}

.inspection-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.div-block-138, .div-block-139, .div-block-140, .div-block-141, .div-block-142 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 450px;
  display: flex;
}

.hose-inspection-text {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-144 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  overflow: visible;
}

.div-block-145 {
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: visible;
}

.image-105 {
  object-fit: none;
  overflow: visible;
}

.paragraph-34 {
  width: 60%;
}

.div-block-147 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.paragraph-35 {
  width: 60%;
}

.div-block-149 {
  object-fit: none;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.paragraph-36 {
  width: 65%;
}

.div-block-151 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-37 {
  width: 65%;
}

.div-block-152 {
  width: 100%;
  height: 500px;
}

.div-block-155 {
  width: 100%;
}

.paragraph-38 {
  width: 65%;
}

.paragraph-39 {
  width: 70%;
}

.oe-equipment-section {
  background-color: #555;
  background-image: linear-gradient(#292929f0, #292929f0), url('../images/item_18146.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-section-large {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-medium {
  padding-top: 3vh;
  font-size: 1.125rem;
  line-height: 25px;
}

.padding-global {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Bebas Neue Pro, sans-serif;
  display: flex;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-1x1-medium {
  width: 150px;
  height: 50px;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.hide-mobile-landscape {
  color: #000;
}

.text-weight-semibold {
  font-weight: 600;
}

.page-wrapper {
  background-color: var(--color);
}

.main-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_hero-header_image-2 {
  object-fit: cover;
  width: 100%;
  max-height: 60rem;
}

.home_hero-header_component-2 {
  grid-column-gap: 0rem;
  background-color: var(--color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_hero-header_content-2 {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.supply-chain-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.committed-section {
  background-color: var(--grey);
  border: 6px solid #000;
  border-width: 6px 1px;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.image-108 {
  aspect-ratio: auto;
  overflow: visible;
}

.div-block-158 {
  width: 95%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-109 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.div-block-159 {
  border-top: 6px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  display: flex;
}

.paragraph-40 {
  width: 80%;
  margin-bottom: 50px;
}

.padding-section-large-2 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
}

.rack-and-pinions_header_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  display: flex;
}

.rack-and-pinions_header_image {
  object-fit: contain;
  padding-top: 0;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.padding-global-3 {
  justify-content: center;
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-global-3.rack-selector-section {
  width: 100%;
  height: 20vh;
}

.container-large-3 {
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.rack-and-pinions_internal-venting_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 75px;
  display: grid;
}

.rack-and-pinions_internal-venting_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.rack-and-pinions_internal-venting_image {
  width: 100%;
  height: 100%;
}

.rack-and-pinions_more-rack-features_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rack-and-pinions_more-rack-features_image {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px 3px #0003;
}

.rack-and-pinions_hex-inner-tie-rod-ends_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rack-and-pinions_hex-inner-tie-rod-ends_image {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px 3px #0003;
}

.section_rack-and-pinions_packaging {
  z-index: 3;
  background-color: var(--color);
  position: relative;
}

.rack-and-pinions_packaging_image {
  width: 100%;
  height: 100%;
}

.rack-and-pinions_packaging_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rack-selection-buttons {
  justify-content: center;
  width: 100%;
  height: 20vh;
  display: flex;
}

.div-block-160 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rack-selector {
  background-color: var(--gold);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: relative;
  box-shadow: 0 1px 5px #0003;
}

.rack-selector:hover {
  border: 6px solid var(--gold);
  background-color: var(--color);
}

.rack-selector-button {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.heading-43, .heading-44 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-46 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-46:hover {
  color: var(--color);
}

.cooler-videos-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 10px solid var(--black);
  border-bottom: 6px solid var(--grey);
  background-color: var(--gold);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.div-block-161 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-162 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75%;
  display: flex;
}

.div-block-163 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.body-10 {
  background-color: #000;
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-164 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-165 {
  width: 80%;
}

.image-110 {
  max-width: 100%;
  max-height: 100%;
}

.nav-link-7 {
  color: var(--color);
}

.nav-link-7.edelmann {
  color: var(--black);
}

.link-block-13 {
  position: absolute;
  inset: 0%;
}

.div-block-167 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-169, .div-block-170 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.div-block-171, .div-block-172 {
  width: 80%;
  height: 100%;
}

.div-block-173 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  display: block;
}

.heading-47 {
  z-index: 7;
  text-align: center;
  letter-spacing: .5rem;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 69px;
  font-weight: 600;
  position: relative;
}

.heading-47:hover {
  font-size: 73px;
}

.div-block-174 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#0000, #ffffffd9);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 5px #0003;
}

.div-block-175 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.div-block-176 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.div-block-177 {
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: 200px;
  padding-right: 5px;
  display: flex;
}

.heading-48 {
  text-align: center;
}

.heading-49 {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-41 {
  text-align: center;
  font-size: 22px;
}

.heading-50, .heading-51, .heading-52 {
  text-align: center;
}

.div-block-179 {
  justify-content: center;
  align-items: flex-start;
  height: 33%;
  margin-top: 20px;
  display: flex;
}

.div-block-180 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 33%;
  margin-top: 20px;
  display: flex;
}

.div-block-181 {
  height: 33%;
  margin-top: 20px;
}

.hard-part-button-section {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  cursor: pointer;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 5vh 10%;
  display: flex;
}

.hard-part-container {
  border: 6px solid var(--gold);
  cursor: auto;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hard-part-container:hover {
  background-color: var(--gold);
}

.hard-part-button-image {
  width: 300px;
  max-width: none;
  margin-top: -166px;
  position: absolute;
  overflow: hidden;
}

.hard-part-button-image.rack {
  width: 500px;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-183 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-bottom: 15px;
  display: flex;
}

.hard-part-button-text {
  font-family: Bebasneue, sans-serif;
  font-size: 50px;
  font-weight: 400;
  position: static;
}

.hard-part-button-text.pump, .hard-part-button-text.rack {
  font-family: Bebasneue, sans-serif;
}

.hard-part-button-link {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.hard-part-button-link.pump, .hard-part-button-link.rack {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hard-part-button-link.gear {
  display: flex;
}

.hard-part-button-wrapper {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.filter-flip-card-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.filter-flip-card-wrapper.dual {
  justify-content: flex-start;
}

.hose-choice-div {
  z-index: 1000;
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: absolute;
}

.div-block-185 {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 25%;
  display: flex;
}

.div-block-186 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-53 {
  color: var(--color);
  text-align: center;
}

.div-block-187, .div-block-188 {
  border: 6px solid var(--gold);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 300px;
  display: flex;
  position: relative;
}

.image-111 {
  max-width: 80%;
}

.link-block-14 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-14:active {
  background-color: var(--gold);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.link-block-15 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-15:active {
  background-color: var(--gold);
}

.hose-choice-spacer {
  width: 10vw;
}

.inspection-image {
  object-fit: none;
  width: 100%;
  overflow: visible;
}

.image-113, .image-114, .image-115, .image-116 {
  object-fit: none;
  overflow: visible;
}

.paragraph-42 {
  -webkit-backdrop-filter: blur(9px) blur(5px);
  backdrop-filter: blur(9px) blur(5px);
  text-align: center;
  border-width: 2px;
  border-color: #000;
  border-radius: 25px;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 59px;
  padding: 30px 40px;
  font-size: 20px;
  line-height: 24px;
  box-shadow: 0 2px 5px #00000078;
}

.heading-54 {
  color: var(--color);
}

.content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h1 {
  color: #000;
  width: 100%;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal {
  color: #000;
  padding-top: 1.1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.coverage-chart {
  object-fit: contain;
  object-position: 40% 50%;
  margin-left: 5%;
  position: relative;
  overflow: hidden;
}

.header-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1891px;
  height: 1626px;
  padding: 112px 64px;
  display: flex;
}

.header-2._15 {
  height: 100%;
  padding-bottom: 40px;
}

.column-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-right: 40px;
  display: flex;
}

.layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1891px;
  height: 741px;
  padding: 112px 64px;
  display: flex;
}

.layout._233 {
  background-color: var(--grey);
  border-top: 6px solid #000;
  height: 100%;
  padding-bottom: 60px;
}

.content-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h4 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-regular-normal-4 {
  color: #000;
  font-size: var(--text);
  line-height: var(--height);
  font-weight: 400;
}

.layout-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1891px;
  height: 1134px;
  padding: 112px 64px;
  display: flex;
}

.layout-2._6 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-36 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h6 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-regular-normal-6 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.gallery {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1891px;
  height: 1511px;
  padding: 112px 64px;
  display: flex;
}

.gallery._1 {
  background-color: var(--color);
  height: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.heading-h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-190 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-43 {
  width: 60%;
  padding-top: 20px;
  font-size: 1.125rem;
  line-height: 24px;
}

.heading-55 {
  font-size: 74px;
}

.image-117 {
  object-fit: contain;
  object-position: 40% 50%;
  max-height: 600px;
  overflow: hidden;
}

.image-118 {
  object-fit: contain;
  height: 500px;
  display: inline-block;
}

.slider-3 {
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 3px 9px 1px #0003;
}

.slide {
  height: 100%;
}

.image-119 {
  object-fit: scale-down;
  height: 100%;
}

.div-block-191 {
  flex-direction: column;
  width: 100%;
  height: 500px;
  display: flex;
}

.div-block-192 {
  grid-column-gap: 146px;
  grid-row-gap: 146px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-193 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-120 {
  background-color: var(--color);
  object-fit: contain;
  border-radius: 25px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 5px 5px #0003;
}

.div-block-194, .div-block-195 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  display: flex;
}

.section-54 {
  background-color: #e2e2e2;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  height: 40vh;
}

.div-block-196 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-121 {
  object-fit: contain;
  height: 100%;
  max-height: 500px;
}

.div-block-197 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.div-block-198 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.image-122, .image-123 {
  height: 100%;
}

.warranty-rates {
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.div-block-199 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-200 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  width: 100%;
  padding: 50px 50px 100px;
  display: flex;
}

.div-block-201 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-56, .heading-57, .heading-58 {
  border-bottom: 4px solid #000;
}

.paragraph-44 {
  text-align: center;
  width: 90%;
  font-size: 30px;
  line-height: 35px;
}

.heading-59 {
  color: var(--gold);
}

.image-124 {
  object-fit: cover;
  border-radius: 25px;
  max-width: 100%;
  overflow: hidden;
}

.div-block-202 {
  aspect-ratio: 1;
  object-fit: scale-down;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.div-block-203 {
  aspect-ratio: 1;
  border-radius: var(--25);
  object-fit: scale-down;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.image-125 {
  object-fit: cover;
  overflow: hidden;
}

.div-block-204 {
  border-radius: var(--25);
  object-fit: scale-down;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.image-126 {
  object-fit: cover;
  object-position: 30% 50%;
}

.div-block-205 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.div-block-206 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.elite-hose-spec-item {
  border-bottom: 2px solid #000;
  flex-direction: column;
  width: 85%;
  height: 175px;
  padding-left: 10px;
  display: flex;
}

.section-56 {
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 25px;
  display: flex;
}

.div-block-207 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 60vh;
  display: flex;
}

.div-block-208 {
  background-color: var(--black);
  width: 5px;
  height: 400px;
}

.heading-60 {
  font-size: 50px;
}

.hose-comparison {
  border-bottom: 4px solid var(--gold);
  background-color: var(--color);
  background-image: url('../images/Hose-Half-and-Half-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-bottom: 50px;
  display: flex;
}

.paragraph-46 {
  text-align: center;
  order: 0;
  height: 100%;
}

.div-block-209 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-210 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.section-58 {
  background-image: linear-gradient(#0009, #0009), url('../images/Background.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.div-block-211 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.div-block-212 {
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.div-block-213 {
  border-right: 3px solid var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.div-block-213.complete-job {
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  padding: 0 40px;
  display: flex;
  overflow: visible;
}

.body-11 {
  background-color: var(--black);
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-61 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.div-block-214 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-215 {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 80%;
  display: flex;
  overflow: hidden;
}

.image-127 {
  object-fit: contain;
  height: 100%;
}

.image-127.filter {
  height: 60%;
}

.heading-62, .heading-63, .heading-64, .heading-65, .heading-66 {
  color: var(--color);
}

.heading-67 {
  color: var(--color);
  text-align: center;
  padding-right: 40px;
}

.div-block-216 {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: visible;
}

.div-block-217 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.div-block-218 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-128 {
  object-fit: fill;
  height: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video-section.hard-parts {
  border-top: 6px solid var(--gold);
  background-color: var(--grey);
  border-bottom: 6px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-219 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-68 {
  font-size: 40px;
}

.link-block-16 {
  z-index: 50;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 50% auto auto 25px;
}

.pulleys-links {
  z-index: 100;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 25px 25px;
}

.heading-69 {
  font-family: Bebasneue, sans-serif;
  font-size: 74px;
  font-weight: 400;
}

.heading-70 {
  margin-top: 44px;
}

.heading-71, .heading-72 {
  width: 65%;
}

.heading-73 {
  width: 70%;
}

.youtube {
  box-shadow: 0 2px 6px 3px #00000045;
}

.heading-74 {
  z-index: 10;
  color: var(--color);
  text-align: center;
  position: absolute;
  inset: 5% 0% auto;
}

.heading-75 {
  margin-bottom: 20px;
}

.heading-76 {
  margin-right: auto;
}

.heading-77 {
  color: var(--color);
  margin-bottom: 20px;
}

.heading-78 {
  color: var(--color);
  margin-top: 0;
}

.div-block-224 {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-130 {
  object-fit: contain;
  object-position: 0% 50%;
  align-self: center;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: -4% auto 0% 0%;
  overflow: visible;
}

.section-59 {
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.body-12, .body-13 {
  background-color: var(--black);
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-14 {
  background-color: #fff;
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-15 {
  background-color: var(--black);
  background-image: url('../images/Background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-225 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.heading-79 {
  text-align: center;
}

.paragraph-47 {
  text-align: left;
  width: 65%;
}

.image-131 {
  object-fit: contain;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.heading-80 {
  color: var(--color);
}

.youtube-2, .youtube-3 {
  height: 100%;
}

.mask-2 {
  border-top: 6px solid var(--gold);
  border-bottom: 6px solid var(--gold);
  border-left: 6px solid var(--gold);
  border-top-left-radius: 25px;
  border-bottom-left-radius: var(--25);
  background-color: var(--color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: -3px 0 6px 3px #00000080;
}

.section-60 {
  background-color: var(--color);
  height: 100%;
}

.div-block-228 {
  width: 100%;
  height: 100%;
}

.image-132 {
  width: 100%;
}

.div-block-229 {
  background-color: #383838;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.heading-81 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: -50px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
}

.list-2 {
  color: var(--color);
  width: 80%;
  padding-right: 10px;
}

.heading-82 {
  z-index: 2;
  background-color: var(--color);
  text-align: right;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  padding-right: 10%;
  font-size: 50px;
  display: flex;
  position: relative;
}

.div-block-231 {
  z-index: 2;
  background-color: var(--gold);
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
  position: relative;
}

.heading-83 {
  color: var(--color);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10%;
  font-size: 65px;
}

.magnasteer-absolute-div {
  z-index: 1;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: -19.9vh auto auto -117px;
}

.magnasteer-magnet-image {
  height: 100%;
  position: static;
  overflow: visible;
}

.div-block-233 {
  z-index: 2;
  background-color: var(--color);
  width: 100%;
  position: relative;
}

.magnasteer-text {
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-234 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-right: -10%;
  padding-left: 88px;
  display: flex;
}

.heading-84 {
  text-align: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image-135 {
  width: 100%;
  max-width: 1440px;
  padding-top: 50px;
}

.heading-87 {
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.image-137 {
  width: 100%;
  padding-top: 5vh;
}

.youtube-4 {
  box-shadow: 0 2px 5px 3px #0003;
}

.youtube-5 {
  width: 100%;
  margin-top: 60px;
}

.div-block-236 {
  width: 75%;
}

.magnasteer-rack-image {
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.image-138, .image-139 {
  width: 500px;
  overflow: visible;
}

.div-block-240 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  font-family: Bebasneue, sans-serif;
  font-size: 79px;
  font-weight: 400;
}

.hp-header-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.racks-header-image {
  object-fit: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-243 {
  width: 70%;
}

.div-block-244 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-245 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-246, .div-block-247 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-143 {
  padding-top: 40px;
}

.inspection-div-half {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
}

.heading-95 {
  width: 99%;
}

.heading-102 {
  width: 95%;
}

.div-block-254 {
  align-items: center;
  display: flex;
}

.div-block-255 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 1440px;
  display: flex;
}

.image-145 {
  object-fit: none;
  padding-left: 47px;
  position: relative;
  overflow: visible;
}

.div-block-256 {
  object-fit: cover;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.flip-container {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.paragraph-57 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.footer {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-component {
  background-color: #0000;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.menu-component.edelmann {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  position: sticky;
  top: 0;
}

.menu-component.elite {
  background-color: var(--black);
  min-height: 10vh;
  padding-left: 0%;
  padding-right: 0%;
  position: sticky;
  top: 0;
}

.menu-component.elite.edelmann {
  background-color: var(--color);
}

.navbar9_link {
  padding: 1.5rem 1rem;
}

.navbar9_link.elite {
  color: var(--color);
}

.navbar9_link.edelmann.w--current {
  color: #333;
}

.navbar9_link.edelmann.eps.w--current {
  color: #1e32ca;
}

.navbar9_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar9_menu-button {
  padding: 0;
}

.navbar9_logo {
  margin-left: auto;
}

.navbar9_logo.elite {
  margin-left: 5vw;
}

.navbar9_menu-left {
  background-color: var(--color);
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar9_menu-left.elite {
  background-color: var(--black);
  margin-right: 5vw;
}

.navbar9_menu-left.edelmann {
  margin-right: 5vw;
}

.navbar9_dropdown-list {
  width: 100%;
  max-width: none;
}

.navbar9_dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar9_dropdown-list.edelmann.w--open {
  overflow: hidden;
}

.navbar9_dropdown-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--color);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.navbar9_dropdown-content-layout.elite {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.navbar9_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar9_dropdown-content {
  background-color: var(--color);
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.navbar9_dropdown-toggle {
  grid-column-gap: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar9_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar9_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar9_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 10vh;
  margin: auto 0;
  display: flex;
  position: relative;
}

.navbar9_menu-dropdown {
  height: 100%;
  position: static;
}

.text-weight-semibold {
  color: #000;
  font-weight: 600;
}

.text-block-12 {
  color: var(--color);
}

.text-block-12.edelmann {
  color: var(--black);
}

.text-block-13 {
  color: var(--color);
}

.text-block-13.edelmann {
  color: var(--black);
}

.image-147 {
  width: 100%;
}

.hose-inspection-header {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-15 {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 25px;
}

.div-block-259 {
  width: 100%;
  height: 100%;
}

.text-block-16 {
  z-index: 3;
  text-align: right;
  padding-right: 111px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 25px;
  position: relative;
}

.text-block-17 {
  padding-left: 40px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 25px;
}

.heading-110 {
  font-family: Open Sans, sans-serif;
}

.eps-page-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  display: block;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.subheading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-5 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image {
  object-fit: cover;
}

.layout-4 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1792px;
  height: 983px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-4._251 {
  grid-row-gap: 50px;
  height: auto;
}

.section-title-3 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-114 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.content-7 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-12 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-115 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.column-text {
  color: #000;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.product {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1792px;
  height: 1893px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.product._9 {
  height: 1400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-12 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-119 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-9 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-13 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-14 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-15 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-120 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.header-4 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.column-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industry Base, sans-serif;
  font-size: 159px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industry Outline, sans-serif;
  font-size: 169px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-block-18 {
  max-width: 800px;
  margin-top: 10px;
  font-size: 22px;
  line-height: 24px;
}

.layout-7 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-7._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-40 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-121 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-2 {
  object-fit: cover;
  overflow: clip;
}

.placeholder-image-2.tool-kit {
  overflow: visible;
}

.layout-8 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-17 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-14 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-18 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-122 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-12 {
  color: #000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.image-148 {
  vertical-align: baseline;
}

.lightbox-link, .lightbox-link-2, .lightbox-link-3 {
  align-self: flex-start;
}

.layout-9 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-41 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-19 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-20 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-123 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-4 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-14 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-3 {
  object-fit: cover;
}

.header-5 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-5._17 {
  justify-content: center;
  align-items: center;
}

.content-21 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.column-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.error-906e2fa4-2e27-2435-dadc-163956215dd9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-10 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-10._1 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-42 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-124 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-4 {
  object-fit: cover;
}

.header-6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 1363px;
  text-decoration: none;
  display: flex;
}

.header-6._138 {
  justify-content: center;
  align-items: center;
}

.content-22 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.column-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-18 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-149 {
  max-width: 100%;
}

.text-block-19 {
  font-size: 18px;
  line-height: 22px;
}

.div-block-263 {
  width: 100%;
  display: flex;
}

.section-64 {
  background-color: #fff;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tool-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  max-width: 90%;
  height: 100%;
  display: flex;
}

.tool-box {
  border: 1px #000;
}

.image-150, .div-block-264 {
  width: 100%;
}

.section-66 {
  margin-left: auto;
  margin-right: auto;
}

.container-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-125 {
  text-align: center;
  font-size: 40px;
}

.paragraph-61 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.filter-header-section {
  background-image: url('../images/Background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.filter-heading {
  z-index: 9;
  opacity: 1;
  text-align: center;
  letter-spacing: 40px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-kai, sans-serif;
  font-size: 350px;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.filter-heading.bottom {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 auto auto;
  display: flex;
  top: 109px;
  transform: translate(0);
}

.filter-heading.main {
  z-index: 12;
}

.filter-gradient {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  top: -14px;
}

.filter-gradient.bottom {
  box-sizing: border-box;
  background-color: #0000;
  height: 250px;
  position: absolute;
  inset: auto;
}

.filter-gradient.top {
  background-color: #0000;
  height: 250px;
  position: absolute;
  inset: auto;
}

.div-block-266 {
  z-index: 10;
  background-image: linear-gradient(#fff0 27%, #fff 42%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-266.bottom {
  background-image: linear-gradient(0deg, #fff0, #fff 54%);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: auto;
  bottom: auto;
  transform: translate(0);
}

.div-block-266.top {
  background-image: linear-gradient(#fff0 1%, #fff 50%);
}

.image-151 {
  z-index: 20;
  position: absolute;
  inset: auto;
}

.smart-construction-section {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-267 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-268 {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  height: 600px;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.smart-construction-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 40px;
  display: flex;
  position: relative;
  left: auto;
}

.image-152 {
  width: 65vw;
  max-width: 750px;
  margin-right: 0;
  position: relative;
  inset: auto 82px auto auto;
}

.filter-heading-text {
  font-family: bebas-kai, sans-serif;
  font-size: 65px;
  font-weight: 400;
}

.heading-127 {
  color: #666;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.clean-fluid-paragraph {
  width: 70%;
  padding-top: 10px;
}

.reduce-inventory-section {
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 600px;
  display: flex;
}

.reduce-inventory-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.clean-fluid-section {
  flex-flow: column;
  height: 850px;
  display: flex;
}

.clean-fluid-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 40px 40px;
  display: flex;
}

.heading-127-copy {
  color: #666;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 42px;
}

.image-153 {
  max-width: 1440px;
  padding-top: 40px;
}

.higher-capacity-section {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.higher-capacity-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.dual-filtration-section {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.dual-filtration-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 55%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.container-45 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.higher-capacity-paragraph {
  width: 70%;
  padding-top: 10px;
}

.hose-fundamentals-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.fundamentals-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 5vw;
  display: flex;
}

.fundamentals-div.hot-impulse-testing {
  overflow: hidden;
}

.fundamentals-text-block {
  padding-left: 5vw;
  padding-right: 40px;
}

.legacy-hose-page-wrapper {
  max-width: 1440px;
}

.what-matters-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.what-matters-div {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.what-matters-div.cold-testing {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hot-impulse-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.power-steering-title-1 {
  color: var(--gold);
  font-family: bebas-neue-pro, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.power-steering-title-2 {
  margin-top: 10px;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.page {
  background-color: #fff;
  width: 100%;
  max-width: none;
}

.power-steering-subheading {
  color: var(--grey);
  letter-spacing: 8px;
  margin-top: 10px;
  font-family: Bebas Neue Pro, sans-serif;
  font-weight: 400;
}

.power-steering-text {
  margin-top: 20px;
  font-size: 16px;
}

.power-steering-text.inspection-text {
  padding-left: 35px;
  padding-right: 35px;
}

.power-steering-text.cold-testing {
  margin-top: 20px;
}

.power-steering-second-title {
  color: var(--black);
}

.power-steering-second-title.inspection-title {
  padding-left: 35px;
  padding-right: 35px;
}

.power-steering-second-title.inspection-title.section-header {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.power-steering-second-title.inspection-title.hose-feel {
  text-align: center;
}

.hot-cycle-results {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.cold-impulse-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.cold-cycle-results {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 90px;
  display: flex;
  position: relative;
  overflow: visible;
}

.coverage-section {
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inspection-container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.inspection-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.image-154 {
  width: 100%;
}

.impulse-testing-image {
  width: 120%;
  max-width: none;
  overflow: visible;
}

.bold {
  font-size: 20px;
  font-weight: 700;
}

.fittings-image {
  object-fit: contain;
  max-width: 800px;
  overflow: clip;
}

.dual-filtration-text {
  text-align: right;
  width: 70%;
  padding-top: 10px;
}

.magnet-image-div {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.retail-packaging-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-160 {
  width: 45%;
}

.packaging-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.packaging-heading-text {
  font-family: bebas-kai, sans-serif;
  font-size: 65px;
  font-weight: 400;
}

.hero-section {
  background-image: linear-gradient(153deg, #ff3a3a, #fff 45% 55%, #58caff);
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-269 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-270 {
  width: 40%;
}

.fluid-hero-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  left: auto;
}

.fluid-header-heading {
  font-family: bebas-kai, sans-serif;
  font-size: 65px;
  font-weight: 400;
}

.fluid-header-text {
  width: 70%;
  padding-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.heading-127-copy {
  color: #666;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.fluid-fb-section {
  height: 90vh;
}

.max-width {
  justify-content: center;
  align-items: stretch;
  max-width: 1440px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.max-width.racks {
  border-bottom: 6px solid var(--gold);
  flex-flow: column;
}

.max-width.rack-header {
  justify-content: center;
  align-items: center;
}

.max-width.pumps {
  padding-top: 10vh;
}

.max-width.honda {
  flex-flow: column;
}

.max-width.pulleys, .max-width.pipes {
  flex-flow: row;
}

.thirds-div {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.thirds-div.left {
  flex-flow: column;
  padding-right: 50px;
}

.thirds-div.right {
  flex-flow: column;
  padding-left: 50px;
}

.thirds-div.honda {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.image-161 {
  box-sizing: border-box;
  object-fit: cover;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.fb-left-text {
  text-align: right;
  margin-top: 0;
  margin-bottom: 40px;
}

.fb-right-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
}

.fb-right-heading {
  text-align: left;
}

.fb-left-heading {
  text-align: right;
}

.honda-fluid-section {
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  background-color: var(--black);
  display: flex;
}

.applications-section {
  flex-flow: column;
  max-width: 1440px;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.desktop-container {
  max-width: 1440px;
  height: 100%;
  margin-top: -100px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 40px;
}

.image-162 {
  box-sizing: border-box;
  object-fit: cover;
  margin-top: -99px;
  overflow: visible;
}

.image-163 {
  object-fit: cover;
  width: 750px;
  position: absolute;
  inset: auto 0% 0%;
}

.misc-fluid-images {
  margin-bottom: 75px;
  position: relative;
}

.div-block-271 {
  display: flex;
}

.fluid-applications-text {
  border: 2px solid #000;
  border-width: 2px 1px;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.fluid-applications-text.right {
  border-right-width: 2px;
}

.fluid-applications-text.left {
  border-left-width: 2px;
}

.image-164 {
  width: 50%;
}

.image-165 {
  overflow: hidden;
}

.filter-screen-div {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.hp-header-image-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.reservoir-image-div {
  object-fit: contain;
  width: 100%;
  height: 95%;
  position: relative;
  overflow: visible;
}

.magnasteer-section {
  position: relative;
}

.magnasteer-magnet-div {
  width: 100%;
}

.magnasteer-text-div {
  text-align: left;
  width: 100%;
}

.rack-header {
  height: 500px;
}

.pumps-text-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.card-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Pulleys Pulleys . ." 1fr
                 "Pulleys Pulleys Reservoirs Reservoirs" 1fr
                 "Pipes Pipes Reservoirs Reservoirs" 1fr
                 "Pipes Pipes Pump-Image Pump-Image" 1fr
                 ". . Pump-Image Pump-Image" 1fr
                 / 1fr 1fr 1fr 1fr 5vw;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 90%;
  display: grid;
}

.text-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  border-radius: 20px;
  flex-flow: column;
  width: 400px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.pulley-image-div, .pipes-image-div {
  width: 100%;
}

.outperforms-div {
  width: 50%;
  height: 700px;
}

.div-block-275, .kit-includes-image-div {
  width: 50%;
}

.div-block-276 {
  width: 100%;
  display: flex;
}

.heading-130 {
  color: var(--gold);
  text-align: center;
}

.fluid-header-image {
  width: 100%;
  position: relative;
  right: 90px;
}

.reservoir-links {
  z-index: 100;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.pipes-links {
  z-index: 100;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 25px 25px;
}

.text-span {
  font-size: 96px;
}

.text-span-2, .text-span-3 {
  color: var(--gold);
}

.cold-testing-bottom {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.container-47 {
  width: 100%;
  display: flex;
}

.rack-upgrades {
  padding-top: 40px;
}

.image-break {
  color: #000;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.flip-button {
  z-index: 2000;
  width: 50px;
  height: 50px;
  position: fixed;
}

.rotate-arrow {
  overflow: auto;
}

.hard-parts-page-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  display: block;
}

.filter-page-wrapper {
  max-width: none;
}

.fluid-page-wrapper {
  max-width: 100%;
}

.section-67 {
  width: 100%;
}

.layout142_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout396_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout142_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.header83_content-block {
  display: flex;
}

.header83_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: -.035rem;
  width: 100%;
  font-family: Bebasneue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.bundles {
  color: #fff;
}

.heading-style-h1.bundles.sub {
  text-align: left;
  font-size: 6rem;
  line-height: 1;
}

.header70_component {
  z-index: 1;
  position: relative;
}

.header70_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h5 {
  letter-spacing: -.015rem;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.icon-1x1-medium-2 {
  width: 10rem;
  height: 10rem;
}

.layout353_icon-wrapper {
  display: inline-block;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.layout396_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.header83_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-style-h3 {
  letter-spacing: -.025rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.layout396_card {
  background-color: var(--gold);
  border: 1px solid #030a0326;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.layout353_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium-2 {
  text-align: left;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 1.5rem;
  line-height: 25px;
}

.text-size-medium-2.bundles {
  color: #fff;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 1.7rem;
  line-height: 25px;
}

.text-size-medium-2.sub {
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 2rem;
  line-height: 30px;
}

.text-size-medium-2.header {
  text-align: left;
  align-self: center;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 3rem;
}

.header83_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.section_header70 {
  position: relative;
}

.header83_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.header83_image-wrapper {
  position: relative;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.layout396_item-icon-wrapper {
  display: inline-block;
}

.layout401_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout142_component {
  flex-direction: column;
  align-items: center;
}

.layout396_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-style-h4 {
  letter-spacing: -.02rem;
  margin-top: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #6a5acd;
  border: 1px solid #6a5acd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #5448a4;
  border-color: #5448a4;
}

.button.is-link {
  color: #030a03;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-alternate {
  color: #030a03;
  background-color: #fff;
  border-color: #fff;
}

.button.is-alternate:hover {
  background-color: #d9dad9;
  border-color: #d9dad9;
}

.button.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #030a03;
  background-color: #0000;
  border-color: #030a0326;
}

.button.is-secondary:hover {
  background-color: #030a030d;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff3;
}

.button.is-secondary.is-alternate:hover {
  background-color: #ffffff1a;
  border-color: #fff3;
}

.heading-style-h2 {
  letter-spacing: -.03rem;
  font-family: Bebasneue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.sub {
  text-align: left;
  line-height: .9;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.header83_component.text-color-white {
  margin-top: -10vh;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center {
  text-align: center;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.layout401_item-icon-wrapper {
  display: inline-block;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #ffffffc4;
  position: absolute;
  inset: 0%;
}

.layout353_content-item {
  background-color: #f2f2f2;
  border: 1px solid #030a0326;
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
  overflow: hidden;
}

.layout353_content-item.content-item-2 {
  background-color: var(--gold);
  top: 32%;
}

.layout353_content-item.content-item-4 {
  background-color: var(--gold);
  top: 36%;
}

.layout353_content-item.content-item-1 {
  background-color: var(--gold);
  top: 30%;
}

.layout353_content-item.content-item-3 {
  background-color: var(--gold);
  top: 34%;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout401_card {
  background-color: #f2f2f2;
  border: 1px solid #030a0326;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout401_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header83_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout401_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.header83_background-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.header70_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.text-span-4 {
  font-size: 1rem;
}

.spacer {
  height: 30px;
}

.section-68 {
  max-width: 100svw;
  min-height: 90vh;
  display: flex;
}

.container-48 {
  background-image: url('../images/Hard-Parts_Background_Wide.jpg');
  background-position: 75%;
  background-size: cover;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 90vh;
  display: flex;
  position: relative;
}

.container-48.hard-parts {
  position: relative;
}

.container-48.hoses {
  background-image: url('../images/Holding-Hose_Vertical.jpg');
}

.container-48.coolers {
  background-image: url('../images/Cooler-on-Workbench.jpg');
  background-position: 40%;
}

.container-48.filter {
  background-image: url('../images/Color-Filter_BW-Edit.jpg');
  background-position: 50%;
}

.container-48.fluid {
  background-image: url('../images/Fluid_Lifestyle_New.webp');
  background-position: 70%;
  background-size: cover;
}

.container-48.eps {
  background-image: url('../images/EPS-Belt-Kit-with-Rack.jpg');
  background-position: 50%;
}

.container-49 {
  max-width: none;
}

.container-50 {
  background-image: url('../images/Hard-Parts_Background_Wide.jpg');
  background-position: 80%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.container-50.hard-parts {
  width: 16.6667vw;
}

.container-50.hoses {
  background-image: url('../images/Holding-Hose_Vertical.jpg');
  width: 100%;
}

.container-50.coolers {
  background-image: none;
  width: 100%;
  position: absolute;
}

.container-50.filter {
  background-image: url('../images/Color-Filter_BW-Edit.jpg');
  background-position: 50%;
  width: 100%;
}

.container-50.fluid {
  background-image: url('../images/Fluid_Lifestyle_New.webp');
  background-position: 70%;
  width: 100%;
}

.container-50.eps {
  background-image: url('../images/EPS-Belt-Kit-with-Rack.jpg');
  background-position: 10%;
  width: 100%;
}

.vertical-text {
  color: var(--color);
  overflow-wrap: normal;
  writing-mode: tb-rl;
  order: -9999;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: 100px;
  padding-right: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 119px;
  display: flex;
  transform: rotate(-180deg);
}

.hidden-link-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hidden-link-block.hard-parts {
  inset: 0% 0% 0% auto;
}

.hiding-div {
  width: 0;
  height: 0;
  position: absolute;
}

.easter-egg-step-1 {
  z-index: 1000;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
}

.easter-egg-step-2, .easter-egg-step-3, .easter-egg-step-4, .easter-egg-step-5 {
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
}

@media screen and (min-width: 1440px) {
  .body {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-size: contain;
    min-height: 100px;
  }

  .hero-container {
    min-width: 99svw;
    max-width: 99svw;
    min-height: 90svh;
    max-height: 90svh;
  }

  .hoses-container1 {
    background-image: url('../images/Holding-Hose_Vertical.jpg');
  }

  .fluid-container1 {
    background-image: url('../images/Fluid_Lifestyle_New.webp');
    background-position: 73%;
    background-size: cover;
  }

  .navbar {
    height: 10vh;
    max-height: 10vh;
    position: sticky;
  }

  .container-17 {
    width: auto;
    min-width: auto;
    max-width: 1420px;
  }

  .body-2 {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-15 {
    align-items: center;
    display: flex;
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .container-24 {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-10 {
    font-family: Bebasneue, sans-serif;
    font-size: 125px;
    position: relative;
    top: 7px;
  }

  .radar-chart {
    border-top: 6px solid var(--gold);
    justify-content: center;
    align-items: center;
    margin-top: -20px;
  }

  .body-3 {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .dna {
    background-image: linear-gradient(to bottom, null, null), url('../images/DNA-copy.webp');
    background-repeat: repeat, no-repeat;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .text-block-6 {
    width: 70%;
    line-height: 24px;
  }

  .container-25 {
    justify-content: center;
    align-items: center;
  }

  .container-26 {
    max-width: 100%;
  }

  .hard-parts-text {
    align-self: center;
    width: 1018px;
  }

  .body-4 {
    background-color: var(--black);
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .filter-banner-div {
    height: 90vh;
    overflow: hidden;
  }

  .vertical-tab {
    background-image: linear-gradient(270deg, #0000005e, #0000 13%), radial-gradient(circle, #0000, #00000024), linear-gradient(96deg, #ffdc00, #0000 51%), linear-gradient(#ffdc00, #ffcf3f 2%, #ffdc00a1 35%, #0000), linear-gradient(333deg, #ffdc00, #0000);
  }

  .vertical-tab.w--current {
    width: 5vw;
  }

  .cooler-tabs {
    display: flex;
  }

  .tabs-menu-4 {
    flex-direction: column;
    display: flex;
  }

  .tabs-content-2 {
    flex-direction: row;
    display: flex;
  }

  .div-block-48 {
    display: none;
  }

  .paragraph-8 {
    font-size: var(--text);
    line-height: var(--height);
  }

  .stacked-text.exclusives {
    padding-left: 0;
  }

  .stacked-text.coverage {
    padding-left: 20px;
  }

  .heading-19.exclusives {
    font-size: 52px;
  }

  .heading-20.exclusives {
    font-size: 70px;
  }

  .genuine-oem-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-text-block.turbulators {
    font-family: Bebasneue, sans-serif;
  }

  .warranty-section.hard-parts {
    background-color: var(--black);
    height: auto;
  }

  .coverage-text-section {
    height: auto;
    padding-top: 50px;
  }

  .fixed-width {
    max-width: 1420px;
  }

  .flipcard-section {
    justify-content: center;
    height: 50svh;
    display: block;
  }

  .subheadings.res {
    font-size: 40px;
  }

  .image-88 {
    object-fit: contain;
    width: 100%;
    min-width: 100%;
    height: 100%;
  }

  .see-more {
    color: var(--color);
    text-decoration: underline;
  }

  .pumps-header {
    border-top-width: 6px;
    border-top-color: var(--gold);
    grid-template-areas: ". . . . . . . . ."
                         ". Heading-Area Heading-Area Heading-Area . Pulleys Pulleys . ."
                         ". Header-Text Header-Text Header-Text Header-Text Pulleys Pulleys Reservoirs Reservoirs"
                         ". Header-Text Header-Text Header-Text Header-Text Pulleys Pulleys Reservoirs Reservoirs"
                         ". Header-Text Header-Text Header-Text Header-Text Pipes Pipes Reservoirs Reservoirs"
                         ". . . . . Pipes Pipes Pump-Image Pump-Image"
                         ". . . . . Pipes Pipes Pump-Image Pump-Image"
                         ". . . . . . . Pump-Image Pump-Image";
  }

  .reservoirs {
    z-index: 10;
  }

  .pipes {
    height: 100%;
  }

  .pulley-image {
    inset: 0% -12% 0% auto;
  }

  .image-91 {
    z-index: 15;
    inset: -60px 0% 0% auto;
  }

  .hp-videos-div {
    max-width: 1440px;
  }

  .pulley-heading-text, .reservoir-heading-text {
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-12 {
    padding-bottom: 5vh;
  }

  .image-92 {
    inset: 0% 0% 0% auto;
  }

  .pipes-heading-text {
    width: 80%;
    max-width: 1440px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vh;
  }

  .pipes-body-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .body-6 {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .gears-header {
    background-image: linear-gradient(#424242cc, #424242cc), url('../images/Gear-Background-copy.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    height: 100%;
  }

  .hard-parts-side-menu {
    box-shadow: inset 0 2px 5px #0003;
  }

  .enlarged-piston {
    border-top: 8px solid var(--gold);
    justify-content: center;
    height: 600px;
  }

  .heavy-uses {
    background-color: #ffcf3f;
    border-top: 8px solid #fff;
    justify-content: flex-start;
    height: 60vh;
  }

  .increased-seals {
    background-color: #4b4b4b;
    border-top: 8px solid #fff;
    height: 60vh;
  }

  .gear-image-slider {
    width: 100%;
    padding-right: 20px;
  }

  .image-93 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-95 {
    margin-top: 91px;
    display: flex;
  }

  .div-block-97 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-98 {
    color: #fff;
  }

  .div-block-101 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-102 {
    border-left: 4px solid #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-95 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .paragraph-16 {
    width: 50%;
    font-size: 18px;
    line-height: 24px;
  }

  .body-7 {
    background-color: #000;
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paragraph-17, .paragraph-18 {
    width: 50%;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-103 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .heading-27 {
    color: #fff;
  }

  .paragraph-19 {
    color: #fff;
    width: 75%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .videos-section {
    flex-wrap: wrap;
  }

  .body-8 {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .media-card-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-23 {
    font-size: 1.125rem;
    line-height: 24px;
  }

  .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
    font-size: var(--text);
    line-height: 24px;
  }

  .div-block-124 {
    height: 40vh;
  }

  .universal-cooler-section {
    height: auto;
    line-height: 100%;
  }

  .div-block-125 {
    align-items: center;
  }

  .paragraph-28 {
    font-size: 1.125rem;
    line-height: 24px;
  }

  .div-block-126 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    height: 100%;
    margin-top: 5vh;
    display: flex;
  }

  .div-block-127 {
    max-width: 1440px;
    height: 600px;
    overflow: visible;
  }

  .image-99 {
    object-fit: contain;
    max-width: 1200px;
    height: 600px;
    overflow: visible;
  }

  .universal-image-break {
    height: auto;
  }

  .universal-components-section {
    max-width: none;
  }

  .paragraph-29 {
    font-size: var(--text);
    line-height: var(--height);
  }

  .image-101 {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
  }

  .section-41 {
    width: 100%;
  }

  .div-block-129 {
    max-width: 700px;
  }

  .section-43 {
    border-top: 6px solid var(--gold);
    background-color: var(--grey);
  }

  .div-block-131 {
    height: 90vh;
  }

  .fluid-flush {
    height: 550px;
    padding-bottom: 20px;
  }

  .body-9 {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-133 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .paragraph-32 {
    font-size: var(--text);
  }

  .hose-inspection {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/item_17325.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-top: 6px solid #000;
    height: auto;
  }

  .inspection-div {
    justify-content: center;
    width: 100%;
    max-width: 1440px;
  }

  .div-block-138, .div-block-139, .div-block-140, .div-block-141, .div-block-142 {
    max-width: 1440px;
  }

  .hose-inspection-text {
    width: 550px;
  }

  .div-block-144 {
    align-items: center;
    width: 100%;
  }

  .div-block-145 {
    overflow: visible;
  }

  .oe-equipment-section {
    height: 90vh;
  }

  .dropdown-chevron {
    max-height: 1rem;
  }

  .text-size-medium {
    max-width: 90%;
    font-size: 18px;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
  }

  .margin-bottom.margin-small.sub {
    justify-content: center;
    align-items: flex-start;
  }

  .icon-1x1-medium {
    margin-top: 25px;
    padding-top: 0;
  }

  .home_hero-header_image-2 {
    overflow: hidden;
  }

  .image-108 {
    height: 100%;
    position: absolute;
    inset: 0% auto;
  }

  .div-block-158 {
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .image-109 {
    height: 100%;
    position: absolute;
    inset: 0% auto;
  }

  .padding-section-large-2 {
    padding-top: 5vh;
  }

  .rack-and-pinions_header_content {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .rack-and-pinions_header_image {
    object-fit: contain;
    height: 100%;
    inset: 0%;
  }

  .padding-global-3 {
    z-index: 5;
    position: relative;
  }

  .padding-global-3.rack-selector-section {
    width: 100%;
  }

  .rack-and-pinions_more-rack-features_image-wrapper {
    padding-top: 25px;
  }

  .rack-and-pinions_more-rack-features_content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rack-and-pinions_more-rack-features_image {
    box-shadow: 0 0 6px 2px #0003;
  }

  .rack-and-pinions_hex-inner-tie-rod-ends_content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rack-and-pinions_hex-inner-tie-rod-ends_image-wrapper {
    padding-top: 25px;
  }

  .rack-and-pinions_hex-inner-tie-rod-ends_image {
    box-shadow: 0 0 6px 2px #0003;
  }

  .rack-and-pinions_packaging_component {
    padding-left: 5vw;
  }

  .rack-selection-buttons {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .rack-selector {
    max-width: 300px;
  }

  .heading-44 {
    font-size: 24px;
  }

  .body-10 {
    background-image: url('../images/Background_1.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hard-part-button-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .hose-choice-div {
    width: 100vw;
  }

  .inspection-image {
    object-fit: none;
    overflow: visible;
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1440px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-medium-normal {
    width: 100%;
  }

  .coverage-chart {
    object-fit: scale-down;
    height: 600px;
    overflow: visible;
  }

  .header-2._15 {
    align-items: center;
    height: auto;
  }

  .column-9 {
    padding-right: 0;
  }

  .layout._233 {
    align-items: center;
    max-width: none;
    height: 900px;
  }

  .content-2 {
    align-items: center;
  }

  .layout-2._6 {
    max-width: 1440px;
  }

  .div-block-190 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-3 {
    max-width: 960px;
  }

  .div-block-192 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .div-block-193, .div-block-200 {
    max-width: 1440px;
  }

  .paragraph-44 {
    text-align: center;
    width: 70%;
  }

  .elite-hose-spec-item {
    height: 150px;
  }

  .div-block-210 {
    object-fit: scale-down;
  }

  .section-58 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Background.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .body-11 {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .video-section.hard-parts {
    border-top: 6px solid var(--gold);
    background-color: var(--grey);
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block-16 {
    position: relative;
    top: auto;
    left: auto;
  }

  .pulleys-links {
    z-index: 500;
  }

  .heading-69 {
    font-family: Bebasneue, sans-serif;
    font-size: 78px;
    font-weight: 400;
  }

  .div-block-221, .div-block-222 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .body-12, .body-13, .body-14, .body-15 {
    background-image: url('../images/Background_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paragraph-47 {
    font-size: var(--text);
    line-height: 24px;
  }

  .mask-2 {
    border-right: 6px solid var(--gold);
    border-radius: 25px;
  }

  .div-block-229 {
    padding-right: 50px;
  }

  .heading-81 {
    text-align: center;
  }

  .heading-82 {
    width: 100%;
  }

  .magnasteer-absolute-div {
    top: -16.5vh;
    left: -137px;
  }

  .magnasteer-text {
    width: 80%;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 29px;
  }

  .image-137 {
    max-width: 1440px;
  }

  .magnasteer-rack-image {
    border-bottom-style: none;
  }

  .hp-header-div {
    align-self: center;
  }

  .image-141 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    overflow: visible;
  }

  .div-block-244 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .div-block-245 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    display: flex;
  }

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

  .div-block-246 {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .div-block-247 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .inspection-div-half, .div-block-249, .div-block-250, .div-block-251, .div-block-252 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56 {
    font-size: 1.125rem;
    line-height: 24px;
  }

  .image-146 {
    aspect-ratio: auto;
    object-position: 50% 0%;
  }

  .div-block-256 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .flip-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 90vh;
    display: flex;
    overflow: auto;
  }

  .flip-container.home, .flip-container.warranty {
    overflow: hidden;
  }

  .menu-component.edelmann {
    position: sticky;
    top: 0;
  }

  .menu-component.elite {
    z-index: 3000;
  }

  .navbar9_logo {
    margin-left: 0;
  }

  .navbar9_menu-left {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .navbar9_dropdown-list.w--open {
    z-index: 10000;
  }

  .navbar9_dropdown-toggle, .navbar9_dropdown-toggle.edelmann, .navbar9_menu {
    height: 100%;
  }

  .navbar9_menu.edelmann, .navbar9_container {
    height: 10vh;
  }

  .navbar9_menu-dropdown {
    height: 100%;
  }

  .hose-inspection-header {
    width: 60%;
  }

  .content-wrapper {
    margin-bottom: 80px;
  }

  .layout-4._251, .product._9 {
    margin-left: auto;
    margin-right: auto;
  }

  .header-4._28 {
    padding-top: 40px;
  }

  .text-block-18 {
    font-size: 22px;
    line-height: 24px;
  }

  .layout-7._3, .layout-8._131 {
    margin-left: auto;
    margin-right: auto;
  }

  .layout-10._1 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .header-6._138 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-64 {
    max-width: 1440px;
  }

  .section-65 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-266.bottom {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-266.top {
    height: 101%;
  }

  .image-152 {
    inset: auto 0% auto auto;
  }

  .clean-fluid-paragraph {
    width: 50%;
  }

  .reduce-inventory-section {
    height: 700px;
  }

  .clean-fluid-section {
    height: auto;
  }

  .clean-fluid-text-block {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: -66px;
    padding-bottom: 70px;
  }

  .image-153 {
    object-fit: scale-down;
    align-self: center;
    max-width: 1440px;
    overflow: clip;
  }

  .higher-capacity-text-block {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
  }

  .dual-filtration-text-block {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }

  .container-45 {
    height: 100%;
  }

  .fundamentals-div.hot-impulse-testing {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .legacy-hose-page-wrapper {
    background-color: #fff;
  }

  .what-matters-section {
    height: 700px;
  }

  .hot-impulse-section {
    height: 700px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .power-steering-title-2 {
    margin-top: 10px;
  }

  .page {
    background-color: #fff;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .power-steering-subheading {
    color: var(--grey);
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    font-size: 29px;
    font-weight: 400;
  }

  .power-steering-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .power-steering-text.inspection-text {
    margin-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .power-steering-second-title {
    color: var(--black);
  }

  .power-steering-second-title.inspection-title {
    margin-top: 10px;
  }

  .power-steering-second-title.inspection-title.hose-feel {
    text-align: center;
  }

  .hot-cycle-results {
    margin-top: 120px;
  }

  .cold-impulse-section {
    height: 90vh;
    margin-top: 100px;
  }

  .coverage-section {
    background-color: var(--color);
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .split-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .inspection-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    display: flex;
  }

  .inspection-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .fittings-image {
    object-fit: contain;
    overflow: hidden;
  }

  .dual-filtration-text {
    text-align: left;
  }

  .magnet-image-div {
    width: 50%;
  }

  .packaging-text-block {
    justify-content: center;
    align-items: center;
  }

  .max-width.racks {
    border-bottom-style: none;
  }

  .max-width.filter {
    justify-content: center;
    align-items: center;
  }

  .max-width.honda {
    flex-flow: column;
  }

  .applications-section {
    max-width: none;
    height: auto;
    padding-bottom: 10px;
  }

  .desktop-container {
    flex-flow: column;
    align-self: center;
    padding-bottom: 40px;
    display: flex;
  }

  .image-162 {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .image-163 {
    width: 900px;
    inset: auto auto 0% 50px;
  }

  .misc-fluid-images {
    flex-flow: column;
    align-self: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-271 {
    height: 100%;
    position: relative;
  }

  .fluid-applications-text.left {
    flex-flow: column;
    display: flex;
  }

  .image-164 {
    width: 50%;
  }

  .fluid-body {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-272 {
    height: 100%;
  }

  .image-165 {
    object-fit: cover;
  }

  .filter-screen-div {
    align-self: center;
    width: 50%;
  }

  .hp-header {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reservoir-image-div {
    height: auto;
  }

  .magnasteer-section {
    border-bottom: 6px solid var(--gold);
    width: 100%;
    padding-top: 5vh;
  }

  .magnasteer-magnet-div {
    height: 100%;
    position: relative;
  }

  .rack-header {
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .paragraph-62, .paragraph-63 {
    font-size: 18px;
  }

  .heading-128, .heading-129 {
    font-size: 14px;
  }

  .pumps-text-div {
    width: 100%;
  }

  .card-div {
    grid-template: "Pulleys Pulleys . ." 1fr
                   "Pulleys Pulleys Reservoirs Reservoirs" 1fr
                   "Pipes Pipes Reservoirs Reservoirs" 1fr
                   "Pipes Pipes Pump-Image Pump-Image" 1fr
                   ". . Pump-Image Pump-Image" 1fr
                   / 1fr 1fr 1fr 1fr 70px;
    grid-auto-rows: 1fr;
  }

  .div-block-276 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-130 {
    color: var(--gold);
    text-align: center;
  }

  .fluid-header-image {
    position: relative;
  }

  .reservoir-links {
    z-index: 500;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .pipes-links {
    z-index: 500;
  }

  .image-break {
    height: 30vh;
  }

  .flip-button {
    z-index: 4000;
    width: 53px;
    height: 50px;
    position: fixed;
  }

  .rotate-arrow {
    display: block;
    overflow: visible;
  }

  .filter-page-wrapper, .fluid-page-wrapper {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .section-67 {
    margin-top: 75px;
  }

  .heading-style-h1 {
    text-align: center;
    width: 960px;
    font-family: Bebasneue, sans-serif;
    font-size: 10rem;
  }

  .heading-style-h1.bundles.sub {
    text-align: left;
    font-size: 5rem;
  }

  .heading-style-h3 {
    font-family: bebas-kai, sans-serif;
    font-size: 3.5rem;
  }

  .text-size-medium-2 {
    text-align: left;
    width: 980px;
    font-family: Bebas Neue Pro, sans-serif;
    font-size: 2rem;
    line-height: 35px;
  }

  .text-size-medium-2.sub {
    text-align: left;
    width: auto;
    font-size: 2rem;
    line-height: 35px;
  }

  .text-size-medium-2.header {
    text-align: center;
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    align-self: flex-start;
    font-family: Bebasneue, sans-serif;
    font-size: 7rem;
    line-height: 1;
  }

  .heading-style-h2.sub {
    width: 100%;
    font-size: 4.5rem;
  }

  .text-align-center {
    display: flex;
  }

  .max-width-large.align-center {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 50rem;
    display: flex;
  }

  .paragraph-64, .paragraph-65, .paragraph-66 {
    font-size: 22px;
  }

  .section-68 {
    max-width: 100svw;
    min-height: 90svh;
    overflow: hidden;
  }

  .container-50:hover {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    flex-flow: column;
    min-width: 100vw;
    max-width: 100vw;
  }

  .hoses-container1 {
    background-image: url('../images/Holding-Hose_Close-Up.jpg');
    align-items: stretch;
    max-width: none;
    min-height: 20%;
    max-height: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hard-parts-container1 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    object-fit: none;
    background-image: url('../images/Hard-Parts_Background_Wide.jpg');
    background-position: 50% 75%;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    max-width: none;
    min-height: 20%;
    max-height: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .coolers-container1 {
    justify-content: space-between;
    max-width: none;
    min-height: 20%;
    max-height: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fluid-container1 {
    background-image: url('../images/Pouring-Honda-Fluid.webp');
    background-position: 70% 40%;
    max-width: none;
    min-height: 20%;
    max-height: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .filter-container1 {
    background-image: url('../images/Color-Filter_BW-Edit.jpg');
    background-position: 50%;
    max-width: none;
    min-height: 20%;
    max-height: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". Logo Logo . . Menu Menu"
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
    position: relative;
  }

  .container-17 {
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .section-15 {
    flex-direction: row;
    height: 100%;
    min-height: 50vh;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .flipcard {
    min-width: 225px;
    max-width: 330px;
    min-height: 350px;
  }

  .flipcard-front {
    align-items: center;
  }

  .paragraph-6 {
    font-size: 3em;
    line-height: 39px;
    bottom: 53px;
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .heading-10 {
    font-family: Bebasneue, sans-serif;
  }

  .image-46 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .heading-11 {
    margin-top: 30px;
    font-size: 3em;
  }

  .radar-chart {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }

  .div-block-19 {
    padding-left: 0;
  }

  .heading-12 {
    display: flex;
  }

  .hp-text-1 {
    height: 100%;
    padding: 0 5vw;
  }

  .dna {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-25 {
    max-width: 1100px;
    padding-bottom: 30px;
  }

  .container-26 {
    display: flex;
  }

  .hard-parts-text {
    width: 80%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .filter-banner-div {
    background-size: cover, cover;
    top: 0;
  }

  .vertical-tab {
    height: 100px;
  }

  .cooler-slider.expansion, .cooler-slider.brackets {
    height: 500px;
  }

  .cooler-slider.turbulators {
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-top: 0;
    overflow: hidden;
  }

  .cooler-slider.single-tube {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    height: 500px;
  }

  .cooler-slider.fin-designs {
    height: 500px;
    padding-top: 0;
  }

  .tabs-menu-4 {
    height: 100%;
  }

  .fin-designs, .tabs-content-2 {
    height: 500px;
  }

  .burger-menu-open {
    cursor: pointer;
    width: 50px;
    max-width: none;
    display: none;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 10vh;
    display: flex;
  }

  .filter-hero-overlay {
    grid-template-areas: ". . . . . . ."
                         ". Filter-Title Filter-Title Filter-Title Filter-Title . ."
                         ". Content-Grid-2 Content-Grid-2 Content-Grid-2 Content-Grid-2 . ."
                         ". Content-Grid-2 Content-Grid-2 Content-Grid-2 Content-Grid-2 . ."
                         ". . . . . . ."
                         ". . . . Content-Area Content-Area Content-Area"
                         ". . . . Content-Area Content-Area Content-Area"
                         ". . . Arrow Arrow . .";
  }

  .heading-17 {
    font-size: 37px;
  }

  .paragraph-8 {
    display: inline;
  }

  .genuine-oem-section {
    height: 600px;
  }

  .title-text-block {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 48px;
  }

  .title-text-block.expansion, .title-text-block.fins {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .title-text-block.turbulators {
    justify-content: center;
    align-items: center;
  }

  .title-text-block.fittings {
    font-size: 42px;
    line-height: 42px;
  }

  .warranty-section.hard-parts {
    justify-content: flex-start;
    padding-top: 40px;
  }

  .heading-21 {
    text-align: center;
    width: 90%;
    line-height: 50px;
  }

  .flipcard-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .coverage-text-section {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .body-5 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .fixed-width, .flex-layout {
    max-height: 100%;
  }

  .flipcard-section {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 100%;
    margin-bottom: 8vh;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .x-header {
    font-size: 9rem;
  }

  .flipcard-back-text {
    font-size: .9rem;
    line-height: 23px;
  }

  .sales-demand-section {
    height: 800px;
  }

  .div-block-82 {
    grid-column-gap: 67px;
  }

  .reduce-inventory {
    grid-column-gap: 10px;
  }

  .filter-basket {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
  }

  .filter-packaging {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .filter-magnet {
    flex-direction: column-reverse;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .subheadings {
    line-height: 58px;
  }

  .subheadings.res, .subheadings.pulley {
    font-size: 35px;
  }

  .subheadings.res1 {
    letter-spacing: 2px;
    padding-left: 0;
    font-size: 60px;
  }

  .subheadings.pipe2 {
    font-size: 35px;
  }

  .filter-features.basket {
    height: 100%;
  }

  .filter-large-text {
    position: absolute;
  }

  .image-85 {
    object-fit: cover;
    width: 100%;
    height: 400px;
    margin-top: auto;
  }

  .magnet-image {
    object-fit: cover;
    height: 300px;
    overflow: hidden;
  }

  .see-more {
    text-decoration: underline;
  }

  .pumps-header {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template: ". . . . . . . ." 9vh
                   "Heading-Area Heading-Area Heading-Area . . . . ." 9vh
                   "Header-Text Header-Text Header-Text Header-Text Pulleys Pulleys . ." 9vh
                   "Header-Text Header-Text Header-Text Header-Text Pulleys Pulleys Reservoirs Reservoirs" 9vh
                   "Header-Text Header-Text Header-Text Header-Text Pipes Pipes Reservoirs Reservoirs" 9vh
                   "Header-Text Header-Text Header-Text Header-Text Pipes Pipes Pump-Image Pump-Image" 9vh
                   "Header-Text Header-Text Header-Text Header-Text . . Pump-Image Pump-Image" 9vh
                   "Header-Text Header-Text Header-Text Header-Text . . . ." 9vh
                   ". . . . . . . ." 9vh
                   ". . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .reservoirs {
    padding-top: 0;
  }

  .pulley-image {
    top: 8%;
  }

  .image-91 {
    object-fit: contain;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .hp-videos-div {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 5vh;
  }

  .pulley-heading-text {
    margin-bottom: 30px;
  }

  .pulley-body-text {
    justify-content: center;
    align-items: center;
  }

  .paragraph-10 {
    margin-bottom: 0;
    padding-bottom: 5vh;
  }

  .paragraph-11, .heading-24 {
    left: auto;
  }

  .reservoir-heading-text {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 0;
  }

  .heading-25 {
    max-width: 100%;
  }

  .paragraph-12 {
    text-align: left;
    max-width: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .paragraph-13 {
    max-width: 50%;
    right: auto;
  }

  .heading-26 {
    right: auto;
  }

  .image-92 {
    max-width: none;
    inset: 0% auto 0% 0%;
  }

  .pipes-heading-text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pipes-body-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-14 {
    margin-bottom: 18px;
  }

  .pumps-heading-text {
    max-width: 90%;
    margin-left: 0;
  }

  .pumps-subheading {
    max-width: 70%;
    margin-left: 0;
  }

  .gears-header {
    background-image: linear-gradient(#313030cc, #313030cc), url('../images/Gear-Background-copy.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 5vh;
  }

  .enlarged-piston {
    height: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .heavy-uses {
    height: 100%;
  }

  .increased-seals {
    flex-direction: column;
    height: 100%;
  }

  .image-93 {
    margin-top: 0;
  }

  .div-block-95 {
    flex-direction: row;
    margin-top: 80px;
  }

  .div-block-100 {
    object-fit: cover;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .image-94 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .div-block-101 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-95 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-17 {
    width: 70%;
  }

  .div-block-103 {
    margin-bottom: 49px;
  }

  .library-header {
    height: 20vh;
  }

  .videos-section.exclusives {
    margin-top: -17vh;
  }

  .media-menu {
    z-index: 20;
    flex-flow: row;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 10vh;
    overflow: visible;
  }

  .media-button.total-solution.w--current {
    width: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-button.coolers, .media-button.hard-parts, .media-button.hoses, .media-button.filter, .media-button.fluid, .media-button.tols, .media-button.eps {
    width: 100px;
  }

  .media-button.exclusives.w--current {
    width: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-card-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #0000;
    padding-top: 2vh;
    overflow: hidden;
  }

  .heading-36 {
    padding-bottom: 2vh;
  }

  .div-block-114 {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-115 {
    object-fit: contain;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .div-block-116 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-96 {
    box-sizing: border-box;
    object-fit: contain;
    max-width: 130%;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% -9%;
    overflow: visible;
  }

  .div-block-118 {
    align-items: flex-start;
    padding-right: 10px;
  }

  .div-block-119 {
    width: 100%;
  }

  .image-97 {
    object-fit: contain;
    order: -1;
    align-self: flex-end;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-120 {
    object-fit: contain;
    position: relative;
    left: 0;
  }

  .paragraph-25 {
    width: 100%;
  }

  .div-block-121 {
    height: 100%;
  }

  .div-block-122 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 81px;
    overflow: visible;
  }

  .div-block-123 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: relative;
    top: -20px;
  }

  .paragraph-26 {
    width: 55%;
  }

  .div-block-124 {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }

  .universal-cooler-section {
    justify-content: center;
    align-items: flex-start;
    height: 700px;
  }

  .heading-37 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .paragraph-28 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-126 {
    margin-top: 5vh;
  }

  .div-block-127 {
    height: 100%;
  }

  .image-99 {
    height: 500px;
    padding-left: 30px;
  }

  .universal-image-break {
    width: 100%;
    height: 200px;
  }

  .universal-components-section {
    flex-flow: column;
    height: 100%;
  }

  .image-100 {
    width: 75%;
    margin-top: 0;
  }

  .div-block-128 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-101 {
    object-fit: cover;
    height: 400px;
    position: static;
    top: auto;
    right: 50px;
    overflow: visible;
  }

  .image-102 {
    border-bottom-style: none;
  }

  .section-41 {
    border-top-style: none;
  }

  .div-block-129 {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    width: 75%;
  }

  .div-block-130 {
    padding-bottom: 20px;
  }

  .paragraph-31 {
    font-size: 19px;
  }

  .section-43 {
    flex-direction: column;
    height: 100%;
  }

  .div-block-131 {
    flex-direction: row;
    justify-content: center;
  }

  .fluid-flush {
    height: 400px;
  }

  .heading-40 {
    width: 100%;
    max-width: 400px;
  }

  .paragraph-32 {
    width: 100%;
    max-width: 400px;
    padding-left: 25px;
  }

  .inspection-div, .div-block-138, .div-block-139 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-140 {
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-141, .div-block-142 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hose-inspection-text.tubing {
    height: 400px;
  }

  .div-block-144 {
    align-items: center;
  }

  .oe-equipment-section {
    height: 500px;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-medium {
    text-align: left;
    width: 100%;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    height: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home_hero-header_image-2 {
    height: auto;
    max-height: none;
  }

  .home_hero-header_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 2rem;
  }

  .home_hero-header_content-2 {
    margin-right: 5%;
  }

  .home_hero-header_content-2.hoses {
    margin-left: 0;
  }

  .home_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .committed-section {
    height: 100%;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .padding-section-large-2 {
    width: 100%;
    padding-bottom: 2rem;
  }

  .rack-and-pinions_header_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rack-and-pinions_header_image {
    object-fit: contain;
    width: 100%;
    max-width: 700px;
    display: block;
    position: static;
    right: -65%;
  }

  .padding-global-3 {
    padding-top: 10vh;
    padding-bottom: 10px;
    position: relative;
  }

  .padding-global-3.rack-selector-section {
    height: 100%;
    padding: 0 0%;
  }

  .padding-global-3.internal-venting {
    padding-top: 10vh;
  }

  .container-large-3 {
    justify-content: flex-end;
    padding-bottom: 0;
    display: flex;
  }

  .rack-and-pinions_internal-venting_component {
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-top: 50px;
    display: flex;
  }

  .rack-and-pinions_internal-venting_image-wrapper {
    padding-top: 5vh;
  }

  .rack-and-pinions_more-rack-features_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 25px;
  }

  .rack-and-pinions_hex-inner-tie-rod-ends_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rack-and-pinions_packaging_content-right, .rack-and-pinions_packaging_content-left {
    width: 100%;
  }

  .rack-and-pinions_packaging_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .rack-selection-buttons {
    height: 150px;
  }

  .div-block-160 {
    z-index: 5;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    position: relative;
  }

  .rack-selector {
    width: 160px;
    height: 100%;
  }

  .heading-43 {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-44 {
    font-size: 24px;
  }

  .heading-46 {
    font-size: 24px;
    line-height: 27px;
  }

  .cooler-videos-section {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-161 {
    margin-top: 20px;
  }

  .image-110 {
    max-width: 60%;
  }

  .div-block-174 {
    height: 200px;
  }

  .hard-part-button-section {
    margin-left: 5%;
    margin-right: 5%;
  }

  .hard-part-container {
    width: 150px;
    height: 150px;
  }

  .hard-part-button-image.pump {
    width: 200px;
  }

  .hard-part-button-image.rack {
    width: 350px;
  }

  .hard-part-button-image.gear {
    width: 200px;
  }

  .div-block-183 {
    justify-content: center;
    padding-top: 30px;
  }

  .hard-part-button-wrapper {
    height: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hose-choice-div {
    z-index: 1;
    background-color: #000000d9;
    margin-top: 10vh;
  }

  .div-block-186 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding: 20px 10px 0;
  }

  .div-block-187 {
    width: 400px;
  }

  .paragraph-42 {
    width: 80%;
  }

  .text-medium-normal {
    width: 100%;
  }

  .column-9 {
    padding-right: 0;
  }

  .container-36 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-190 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-117 {
    width: 100%;
  }

  .div-block-192 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .div-block-194, .div-block-195 {
    width: 80%;
    height: auto;
  }

  .section-54 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 25vh;
    display: flex;
  }

  .div-block-199 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-200 {
    justify-content: center;
  }

  .heading-56, .heading-57, .heading-58 {
    font-size: 32px;
  }

  .heading-59 {
    margin-top: 10px;
  }

  .image-124 {
    width: 100%;
    height: 100%;
  }

  .div-block-202 {
    border-radius: 25px;
    width: 200px;
    height: 200px;
  }

  .div-block-203 {
    width: 200px;
    height: 200px;
  }

  .image-125 {
    width: 100%;
    height: 100%;
  }

  .div-block-204 {
    object-fit: none;
    width: 200px;
    height: 200px;
  }

  .image-126 {
    object-fit: cover;
    object-position: 30% 50%;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .div-block-205 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    padding-bottom: 0;
  }

  .elite-hose-spec-item {
    width: 100%;
    height: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-56 {
    padding-top: 0;
  }

  .div-block-207 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-direction: column;
    height: 100%;
  }

  .div-block-208 {
    width: 400px;
    height: 5px;
  }

  .hose-comparison {
    padding-bottom: 25px;
  }

  .section-58 {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/Background.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    height: 100%;
  }

  .div-block-211 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-213 {
    border-bottom: 6px solid var(--gold);
    border-right-style: none;
    height: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block-213.complete-job {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-61 {
    margin-top: 20px;
    font-size: 24px;
  }

  .div-block-214 {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
    height: 75px;
  }

  .heading-67 {
    width: 90%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block-219 {
    border-radius: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .pulleys-links {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 135px;
    position: static;
    inset: 0 auto auto 0%;
  }

  .heading-69 {
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 20px;
    font-family: Bebasneue, sans-serif;
    font-size: 10vw;
    font-weight: 400;
  }

  .heading-70 {
    margin-top: auto;
  }

  .div-block-221, .div-block-222 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-71 {
    width: 75%;
  }

  .heading-74 {
    margin-top: 0;
  }

  .image-130 {
    object-fit: cover;
    position: absolute;
    inset: -2% auto 0% 0%;
  }

  .div-block-225 {
    align-items: flex-end;
    width: 50%;
    padding-right: 0;
  }

  .heading-79 {
    text-align: right;
  }

  .paragraph-47 {
    text-align: right;
    width: 100%;
  }

  .image-131 {
    object-fit: contain;
    width: 100%;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .heading-80 {
    text-align: right;
    width: 80%;
  }

  .mask-2 {
    border-right: 6px solid var(--gold);
    object-fit: contain;
    border-radius: 25px;
    width: 100%;
    height: 100%;
  }

  .div-block-229 {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .magnasteer-absolute-div {
    width: 500px;
    height: 500px;
    position: relative;
    inset: -25% auto 9% -14%;
  }

  .div-block-234 {
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-right: 0%;
    padding-left: 0;
    overflow: hidden;
  }

  .heading-84 {
    width: 70%;
  }

  .image-135 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-87 {
    width: 75%;
  }

  .image-137 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-238 {
    z-index: 1000;
    background-color: var(--black);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 125px;
    height: 350px;
    margin-right: 20px;
    display: flex;
    position: absolute;
    inset: 100% 0% 0% auto;
    overflow: hidden;
  }

  .burger-menu-button-text {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 17px;
    text-decoration: none;
  }

  .burger-menu-link-block {
    border: 1px solid var(--color);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .burger-menu-link-block.w--current {
    color: var(--gold);
    width: 90%;
  }

  .burger-menu-closed {
    cursor: pointer;
    width: 50px;
  }

  .div-block-240 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-91, .heading-92 {
    font-size: 32px;
  }

  .hp-header-div {
    flex-direction: column;
    align-items: center;
  }

  .racks-header-image {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
    position: static;
  }

  .div-block-245 {
    justify-content: center;
    align-items: center;
  }

  .slide-2 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .image-142 {
    display: block;
  }

  .div-block-247 {
    flex-direction: column;
    order: 1;
  }

  .inspection-div-half {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-253 {
    width: 33%;
  }

  .heading-95, .heading-96, .heading-97, .heading-98, .heading-99, .heading-100 {
    font-size: 20px;
  }

  .heading-101 {
    width: 75%;
    font-size: 20px;
  }

  .heading-102 {
    font-size: 20px;
  }

  .heading-103 {
    letter-spacing: -.5px;
    width: 85%;
    font-size: 20px;
  }

  .heading-104 {
    font-size: 20px;
  }

  .image-144 {
    overflow: visible;
  }

  .heading-105, .heading-106 {
    font-size: 26px;
  }

  .div-block-254 {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-255 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    place-content: center space-around;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .image-145 {
    object-fit: cover;
    height: 400px;
    padding-left: 0;
    position: static;
  }

  .heading-107, .heading-108 {
    width: 70%;
  }

  .image-146 {
    z-index: 10001;
    position: relative;
  }

  .div-block-256 {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .flip-container {
    z-index: 1;
    background-color: var(--color);
    max-width: none;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .menu-component.edelmann {
    flex-direction: row;
  }

  .navbar9_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar9_link.elite {
    margin-left: 0;
    margin-right: auto;
  }

  .navbar9_link.edelmann {
    color: var(--black);
    margin-left: 0;
    margin-right: auto;
  }

  .navbar9_menu-button {
    padding-right: 5vw;
  }

  .navbar9_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9_menu-left {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .navbar9_menu-left.elite {
    background-color: var(--black);
  }

  .navbar9_menu-left.edelmann {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar9_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list.w--open {
    z-index: 100;
    border-style: none;
    align-items: flex-start;
    padding: .6rem 0 0;
    position: relative;
    top: 0;
  }

  .navbar9_dropdown-content-layout {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    place-content: start center;
    align-items: start;
    padding-left: 1rem;
    padding-right: 0;
  }

  .navbar9_dropdown-content-layout.smaller {
    justify-content: flex-start;
    padding-left: 2rem;
  }

  .navbar9_dropdown-content-layout.smaller.edelmann {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .navbar9_dropdown-content-layout.edelmann {
    justify-content: flex-start;
  }

  .navbar9_dropdown-content-layout.elite {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .navbar9_dropdown-content {
    flex-direction: column;
  }

  .navbar9_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar9_dropdown-toggle.edelmann {
    color: var(--black);
  }

  .navbar9_menu {
    background-color: var(--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar9_menu.edelmann {
    background-color: var(--color);
    flex-direction: row;
    justify-content: flex-start;
  }

  .navbar9_container {
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }

  .navbar9_menu-dropdown {
    width: 100%;
  }

  .menu-icon_line-top-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .media-page-wrapper {
    position: relative;
    overflow: visible;
  }

  .heading-110 {
    width: 80%;
  }

  .layout-4._251 {
    grid-row-gap: 75px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .column-12 {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content-8 {
    width: 80%;
  }

  .column-text {
    align-self: center;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .product._9 {
    height: auto;
    padding-bottom: 70px;
  }

  .content-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .content-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-10 {
    text-align: left;
  }

  .header-4._28 {
    grid-row-gap: 50px;
    padding: 40px 0 15px;
  }

  .medium-length-hero-headline-goes-here {
    width: 90%;
    font-size: 130px;
  }

  .medium-length-hero-headline-goes-here-2 {
    font-size: 120px;
  }

  .layout-7._3, .container-40 {
    flex-flow: column;
  }

  .content-17 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .column-14 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-9._10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-41 {
    flex-flow: column;
  }

  .list-4 {
    padding-bottom: 50px;
  }

  .content-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .layout-10._1 {
    grid-row-gap: 40px;
    height: 1100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-42 {
    flex-flow: column;
  }

  .header-6._138 {
    height: auto;
  }

  .tool-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-264 {
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-125 {
    font-size: 32px;
  }

  .paragraph-61 {
    max-width: 90%;
  }

  .filter-heading, .filter-heading.bottom, .filter-heading.main {
    font-size: 33vw;
  }

  .smart-construction-section {
    width: 100%;
  }

  .image-152 {
    width: 50vw;
    right: 35px;
  }

  .filter-heading-text {
    width: 100%;
    font-size: 6vw;
  }

  .filter-heading-text.dual {
    text-align: right;
  }

  .clean-fluid-paragraph {
    width: 90%;
  }

  .reduce-inventory-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    display: flex;
  }

  .reduce-inventory-text-block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .clean-fluid-section {
    height: 700px;
  }

  .heading-127-copy {
    margin-top: 10px;
  }

  .higher-capacity-section {
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    height: 500px;
  }

  .higher-capacity-text-block {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
  }

  .dual-filtration-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .dual-filtration-text-block {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
  }

  .container-45 {
    max-width: none;
    height: 600px;
  }

  .hose-fundamentals-section {
    flex-flow: column-reverse;
    height: 850px;
    margin-bottom: 30px;
  }

  .fundamentals-div {
    padding-left: 5vw;
    position: relative;
  }

  .fundamentals-div.hot-impulse-testing.full {
    padding-left: 0;
  }

  .fundamentals-div.top {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    height: 50%;
    padding-left: 5vw;
  }

  .fundamentals-div.bottom {
    padding-left: 0;
  }

  .fundamentals-div.side {
    padding-left: 0;
    padding-right: 0;
  }

  .fundamentals-div.results {
    padding-left: 0;
  }

  .fundamentals-text-block {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .what-matters-section {
    flex-flow: column;
    height: 700px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .what-matters-div {
    justify-content: center;
    align-items: center;
    height: 75%;
    display: flex;
    overflow: hidden;
  }

  .what-matters-div.bottom {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
  }

  .hot-impulse-section {
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .power-steering-title-1 {
    line-height: 60px;
  }

  .power-steering-text.inspection-text {
    flex-flow: column;
    display: flex;
  }

  .power-steering-second-title.inspection-title {
    margin-top: 0;
  }

  .power-steering-second-title.inspection-title.hose-feel {
    padding-right: 20px;
  }

  .hot-cycle-results {
    margin-top: 10vh;
  }

  .cold-impulse-section {
    flex-flow: column;
    margin-top: 10vh;
  }

  .split-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-154 {
    width: auto;
    height: 100%;
    overflow: clip;
  }

  .impulse-testing-image {
    width: 130%;
    position: absolute;
    inset: auto auto auto -15%;
  }

  .image-155 {
    align-self: center;
    overflow: clip;
  }

  .image-156 {
    width: 100%;
  }

  .fittings-image {
    width: 50vw;
  }

  .dual-filtration-text {
    width: 90%;
  }

  .magnet-image-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: clip;
  }

  .retail-packaging-section {
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .image-160 {
    object-fit: contain;
    width: 500px;
    padding-left: 30px;
    overflow: visible;
  }

  .packaging-text-block {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
  }

  .packaging-heading-text {
    line-height: 55px;
  }

  .hero-section {
    background-image: linear-gradient(166deg, #e71f22 9%, #fce0e1 48%, #fff 59%, #27b3ff 91%);
    justify-content: center;
    align-items: stretch;
    height: 500px;
    display: flex;
  }

  .div-block-269 {
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .div-block-270 {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .fluid-hero-text-block {
    width: 100%;
    padding-left: 40px;
  }

  .fluid-header-heading {
    line-height: 58px;
  }

  .fluid-header-text {
    width: 80%;
  }

  .fluid-fb-section {
    height: 800px;
  }

  .max-width {
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    position: relative;
  }

  .max-width.racks {
    padding-left: 0;
  }

  .max-width.rack-header {
    position: static;
  }

  .max-width.pumps {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 900px;
    padding-top: 5vh;
  }

  .max-width.hoses {
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
  }

  .max-width.universal-cooler {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .thirds-div {
    width: 33%;
    height: 100%;
    padding: 20px;
  }

  .thirds-div.left {
    height: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .thirds-div.right {
    height: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .thirds-div.honda {
    align-self: center;
  }

  .image-161 {
    object-fit: cover;
    height: 80%;
    overflow: visible;
  }

  .filter-screen-div {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .reservoir-image-div {
    height: 100%;
  }

  .magnasteer-section {
    padding-top: 10vh;
  }

  .magnasteer-magnet-div {
    height: 100%;
  }

  .magnasteer-text-div {
    padding-left: 10px;
  }

  .rack-header {
    flex-flow: column;
    height: 100%;
    padding-top: 45px;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraph-62, .paragraph-63 {
    font-size: 16px;
  }

  .heading-128, .heading-129 {
    font-size: 24px;
  }

  .pumps-text-div {
    width: 100%;
  }

  .card-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Pulleys Pulleys Pump-Image Pump-Image" 1fr
                   "Pulleys Pulleys Pump-Image Pump-Image" 1fr
                   "Reservoirs Reservoirs Pump-Image Pump-Image" 1fr
                   "Reservoirs Reservoirs Pump-Image Pump-Image" 1fr
                   "Pipes Pipes Pump-Image Pump-Image" 1fr
                   "Pipes Pipes Pump-Image Pump-Image" 1fr
                   / 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .text-card {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 90%;
    padding-left: 40px;
  }

  .pipes-image-div {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .outperforms-div {
    width: 80%;
    height: 100%;
  }

  .fluid-header-image {
    right: 50px;
  }

  .reservoir-links {
    flex-flow: row;
    align-self: flex-end;
    padding-right: 5vw;
    position: relative;
    inset: auto 0 0% auto;
  }

  .pipes-links {
    flex-flow: row;
    width: 50px;
    position: relative;
    inset: auto 0;
  }

  .text-span {
    font-size: 15vw;
  }

  .div-block-277 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hose-choice-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 800px;
    display: flex;
  }

  .text-span-2, .text-span-3 {
    color: var(--gold);
  }

  .cold-testing-bottom {
    justify-content: center;
    align-items: center;
    height: 75%;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .container-47 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 90%;
    display: flex;
    position: relative;
  }

  .complete-job-contatiner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
    display: flex;
  }

  .image-break {
    align-self: center;
    width: 100%;
    height: 20vh;
    overflow: hidden;
  }

  .flip-button {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .fluid-page-wrapper {
    max-width: 100%;
  }

  .image-166 {
    width: 300px;
  }

  .layout396_card-content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h1.bundles.sub {
    font-size: 5rem;
  }

  .icon-1x1-medium-2.rack {
    object-fit: cover;
    width: 15rem;
    overflow: auto;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .text-size-medium-2.header {
    font-size: 2.5rem;
  }

  .layout396_row {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout396_card-content-top {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .layout401_row {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-64, .paragraph-65 {
    font-size: 40px;
  }

  .paragraph-66 {
    text-align: center;
    width: 70%;
    font-size: 30px;
    line-height: 30px;
  }

  .section-68 {
    flex-flow: column;
    height: 90svh;
    min-height: 90svh;
  }

  .container-48.hard-parts {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .container-48.hard-parts.vertical {
    flex-flow: row;
  }

  .container-48.hoses, .container-48.coolers, .container-48.filter, .container-48.fluid, .container-48.eps {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .vertical-text {
    writing-mode: horizontal-tb;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: auto 10px auto auto;
    padding-right: 0;
    font-size: 4rem;
    transform: none;
  }

  .margin-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    flex-flow: row;
    min-height: 90vh;
    max-height: 90vh;
  }

  .filter-container1 {
    background-position: 45% 60%;
    background-repeat: no-repeat;
    background-size: 150%;
  }

  .filter-container1:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Color-Filter_BW-Edit.jpg');
    background-position: 0 0, 45% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 150%;
  }

  .container-17 {
    width: 100%;
  }

  .flipcard {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none;
  }

  .flipcard-front {
    min-height: 250px;
    margin-bottom: 20px;
    transform: translate(0);
  }

  .paragraph-6 {
    bottom: -8px;
  }

  .flipcard-back {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 93%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .heading-10 {
    padding-left: 30px;
  }

  .heading-11 {
    margin-top: 25px;
    padding-left: 30px;
  }

  .fixed-width {
    width: 100%;
    max-width: 600px;
  }

  .flex-layout {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: none;
  }

  .flipcard-section {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .flipcard-contents {
    flex: 1;
  }

  .paragraph-9 {
    max-width: 655px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-89 {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_hero-header_component-2 {
    padding-top: 4rem;
  }

  .home_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rack-and-pinions_internal-venting_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .rack-and-pinions_more-rack-features_component, .rack-and-pinions_hex-inner-tie-rod-ends_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rack-and-pinions_packaging_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-47 {
    font-size: 50px;
  }

  .hard-part-button-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hard-part-button-wrapper {
    flex-direction: column;
    height: 900px;
    padding-bottom: 0;
  }

  .burger-menu-closed {
    height: 40px;
  }

  .image-140 {
    display: none;
  }

  .menu-component {
    min-height: 4rem;
  }

  .navbar9_logo.elite {
    max-width: none;
    max-height: 75%;
  }

  .navbar9_dropdown-content-layout {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar9_menu {
    padding-bottom: 6rem;
  }

  .layout396_card-content {
    padding: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout396_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .layout353_content-left {
    position: static;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .header83_images-layout {
    grid-template-columns: 1fr;
  }

  .layout401_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout396_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout401_card {
    grid-template-columns: 1fr;
  }

  .layout401_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout401_card-content {
    padding: 1.5rem;
  }

  .section-68 {
    flex-flow: row;
  }

  .vertical-text {
    writing-mode: tb-rl;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    margin-top: 10px;
    margin-right: auto;
    padding-right: 0;
    font-size: 75px;
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    flex-flow: column;
  }

  .navbar {
    height: 60px;
    min-height: 20px;
    max-height: 10%;
  }

  .menu-container {
    grid-template-columns: 10% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 10%;
    grid-auto-columns: 12.5%;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .container-17 {
    flex-direction: column;
    min-width: 100%;
  }

  .section-15 {
    flex-direction: column;
    justify-content: center;
    margin-bottom: auto;
    display: flex;
  }

  .flipcard {
    max-width: 100%;
  }

  .flipcard-front {
    width: 100%;
    transform: translate(0);
  }

  .paragraph-6 {
    max-width: 100%;
    font-size: 2.8em;
    line-height: 35px;
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .container-24 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-10 {
    padding-left: 0;
    font-size: 5.6em;
  }

  .image-46 {
    width: 100%;
  }

  .heading-11 {
    padding-left: 0;
  }

  .radar-chart {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-19 {
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .heading-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-13 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    font-size: 44px;
  }

  .image-51 {
    padding-right: 0;
  }

  .hp-text-1 {
    height: 100%;
    padding: 25px 5px;
    font-size: 12px;
  }

  .dna {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-26 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hard-parts-text {
    text-align: left;
    width: 85%;
  }

  .filter-banner-div {
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
  }

  .filter-features-div {
    flex-direction: column;
    display: flex;
  }

  .vertical-tab {
    height: 131px;
  }

  .vertical-tab.w--current {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cooler-slider.expansion {
    flex-direction: column;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cooler-slider.brackets {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cooler-slider.turbulators {
    background-position: 90%;
    background-size: cover;
    justify-content: center;
    height: 100%;
  }

  .cooler-slider.single-tube {
    flex-direction: column;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cooler-slider.fin-designs {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-4 {
    width: 5vh;
    padding-right: 0;
  }

  .fin-designs, .tabs-content-2, .single-tube, .brackets, .tube-expansion {
    height: 100%;
  }

  .link-block-9.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-48 {
    height: 90%;
    display: flex;
  }

  .filter-hero-overlay {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 76px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .filter-title-div {
    position: static;
  }

  .image-68 {
    display: none;
    position: absolute;
    inset: auto auto -11% 31px;
  }

  .paragraph-8 {
    width: 100%;
    height: 100%;
  }

  .turbulators {
    height: 100%;
  }

  .title-text-block, .title-text-block.expansion {
    text-align: left;
    justify-content: flex-start;
  }

  .title-text-block.fins {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .title-text-block.turbulators {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .x-header {
    font-size: 8rem;
  }

  .flipcard-back-text {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 17px;
  }

  .paragraph-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .sales-demand-div, .exclusives-div {
    height: 300px;
  }

  .div-block-82 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-direction: column;
  }

  .reduce-inventory {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: flex;
  }

  .case-cut-image {
    object-fit: contain;
    height: 300px;
    overflow: hidden;
  }

  .subheadings.res {
    font-size: 35px;
  }

  .subheadings.pulley1 {
    font-size: 60px;
  }

  .subheadings.res1 {
    padding-left: 0;
    font-size: 60px;
  }

  .filter-text.inventory {
    font-size: 32px;
  }

  .filter-large-text {
    padding-right: 0;
    font-size: 400px;
    inset: auto 0% -6%;
  }

  .filter-large-text.magnet {
    bottom: -7%;
  }

  .image-88 {
    margin-top: -26px;
  }

  .flipcard_back_text {
    font-size: 16px;
  }

  .image-89 {
    width: 90%;
  }

  .pumps-header {
    flex-direction: column;
    height: 100%;
    padding-bottom: 47px;
    padding-right: 5%;
    display: flex;
  }

  .pump-component-card, .pump-component-card.reservoirs1 {
    height: 150px;
  }

  .header-pulley-image {
    height: 300px;
  }

  .reservoirs {
    align-items: center;
  }

  .pipes {
    height: 100%;
  }

  .pulley-image, .image-91 {
    position: static;
  }

  .hp-videos-div {
    flex-direction: column;
  }

  .pulley-heading-text {
    order: 1;
    margin-top: 0;
    padding-bottom: 5vh;
  }

  .paragraph-10 {
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-11 {
    max-width: 80%;
  }

  .heading-24 {
    font-size: 33px;
  }

  .reservoir-heading-text {
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
  }

  .heading-25 {
    max-width: 100%;
  }

  .paragraph-12 {
    text-align: left;
    max-width: 100%;
  }

  .paragraph-13 {
    max-width: 95%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .heading-26 {
    text-align: center;
    font-size: 33px;
  }

  .image-92 {
    width: 100%;
    position: static;
  }

  .pipes-heading-text {
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragraph-14 {
    max-width: 100%;
  }

  .paragraph-15 {
    width: auto;
    max-width: 95%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .pumps-heading {
    margin-left: 5%;
  }

  .pumps-heading-text {
    max-width: 90%;
    margin-left: 5%;
  }

  .pumps-subheading {
    margin-left: 5%;
  }

  .enlarged-piston {
    height: 100%;
  }

  .heavy-uses {
    flex-direction: column;
    height: 100%;
  }

  .div-block-97, .div-block-98 {
    width: 100%;
  }

  .div-block-99 {
    padding-bottom: 5vh;
  }

  .paragraph-16, .paragraph-18 {
    width: 70%;
  }

  .media-menu {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 8vh;
  }

  .media-button.total-solution {
    text-align: center;
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
    line-height: 13px;
  }

  .media-button.total-solution.w--current {
    display: none;
  }

  .media-button.coolers {
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
  }

  .media-button.coolers.w--current {
    text-align: center;
    border-radius: 10px;
    width: 75px;
    height: 30px;
    display: none;
  }

  .media-button.hard-parts {
    text-align: center;
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
    line-height: 13px;
  }

  .media-button.hard-parts.w--current {
    display: none;
  }

  .media-button.hoses {
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
  }

  .media-button.hoses.w--current {
    display: none;
  }

  .media-button.filter {
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
  }

  .media-button.filter.w--current {
    display: none;
  }

  .media-button.fluid {
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
  }

  .media-button.fluid.w--current {
    display: none;
  }

  .media-button.tols {
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
  }

  .media-button.tols.w--current {
    display: none;
  }

  .media-button.eps {
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
  }

  .media-button.eps.w--current {
    display: none;
  }

  .media-button.exclusives {
    text-align: center;
    border-radius: 10px;
    width: 75px;
    height: 30px;
    font-size: 13px;
    line-height: 13px;
  }

  .media-button.exclusives.w--current {
    display: none;
  }

  .media-heading {
    text-align: center;
  }

  .heading-36 {
    text-align: center;
    font-size: 34px;
  }

  .div-block-114 {
    align-items: flex-start;
    height: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 0;
  }

  .image-96 {
    position: static;
  }

  .paragraph-24 {
    width: 100%;
  }

  .div-block-119 {
    align-items: flex-start;
  }

  .image-97 {
    width: 100%;
    height: auto;
    position: static;
  }

  .div-block-121 {
    height: 100%;
    padding-left: 20px;
  }

  .div-block-122 {
    height: 100%;
    position: static;
  }

  .div-block-123 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-26 {
    width: 90%;
  }

  .paragraph-27 {
    margin-top: 0;
  }

  .div-block-124 {
    object-fit: none;
    background-repeat: no-repeat;
    background-size: 150%;
    height: 200px;
  }

  .universal-cooler-section {
    height: 100%;
  }

  .div-block-125 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-37 {
    padding-left: 0;
  }

  .paragraph-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-126 {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .image-99 {
    height: auto;
    padding-left: 10px;
  }

  .universal-components-section {
    flex-direction: column;
  }

  .image-100 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-128 {
    padding-left: 10px;
  }

  .paragraph-29 {
    width: 100%;
  }

  .image-101 {
    object-fit: cover;
    object-position: 50% 50%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: auto;
    overflow: visible;
  }

  .div-block-129 {
    width: 95%;
  }

  .section-42 {
    object-fit: cover;
    object-position: 50% 100%;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .div-block-130 {
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-44 {
    background-position: 90%;
    background-repeat: no-repeat;
  }

  .div-block-131 {
    flex-direction: column;
    width: 100%;
  }

  .section-45 {
    margin-top: auto;
    display: none;
  }

  .section-46 {
    justify-content: center;
    align-items: center;
  }

  .fluid-flush {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .div-block-133 {
    width: 90%;
  }

  .div-block-134 {
    width: 100%;
  }

  .image-104 {
    margin-top: 20px;
  }

  .div-block-136 {
    flex-direction: column;
  }

  .heading-42 {
    margin-top: 20px;
  }

  .inspection-div {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .div-block-138 {
    flex-direction: column;
    height: 100%;
  }

  .div-block-139, .div-block-140 {
    flex-direction: column-reverse;
    height: 100%;
  }

  .div-block-141 {
    flex-direction: column;
    height: 100%;
  }

  .div-block-142 {
    flex-direction: column-reverse;
    height: 100%;
  }

  .hose-inspection-text.tubing {
    height: 100%;
    margin-bottom: 32px;
  }

  .image-105 {
    width: 300px;
  }

  .div-block-152 {
    align-items: center;
    display: flex;
  }

  .oe-equipment-section {
    display: none;
  }

  .padding-global {
    height: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-weight-semibold {
    padding-left: 10px;
  }

  .page-wrapper {
    padding-right: 10px;
  }

  .main-wrapper {
    justify-content: center;
    width: 100vw;
    height: 100%;
    padding-right: 0;
  }

  .home_hero-header_component-2, .home_benefits_component, .home_benefits_item-list {
    grid-template-columns: 1fr;
  }

  .committed-section {
    height: 100%;
  }

  .text-block-11 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-159 {
    align-items: flex-start;
    padding-left: 25px;
  }

  .paragraph-40 {
    width: 90%;
  }

  .padding-section-large-2 {
    justify-content: center;
    padding-top: 1.1rem;
    padding-bottom: 2.6rem;
  }

  .rack-and-pinions_header_image {
    width: 100%;
    max-width: 350px;
    height: 100%;
    position: static;
  }

  .padding-global-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    position: static;
  }

  .padding-global-3.rack-selector-section {
    height: 100%;
  }

  .container-large-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .rack-and-pinions_internal-venting_component {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .rack-and-pinions_internal-venting_item-list, .rack-and-pinions_more-rack-features_component, .rack-and-pinions_hex-inner-tie-rod-ends_component {
    grid-template-columns: 1fr;
  }

  .section_rack-and-pinions_packaging {
    width: 100%;
  }

  .rack-and-pinions_packaging_component {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rack-selection-buttons {
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .div-block-160 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .rack-selector {
    border-radius: 15px;
    height: 75px;
  }

  .rack-selector-button {
    border-radius: 15px;
  }

  .heading-43, .heading-44, .heading-46 {
    font-size: 22px;
  }

  .cooler-videos-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-161, .div-block-164 {
    width: 100%;
  }

  .image-110 {
    max-width: 80%;
    max-height: 100%;
  }

  .div-block-170, .div-block-171 {
    width: 90%;
  }

  .heading-47 {
    letter-spacing: 0;
    width: 100%;
    font-size: 32px;
  }

  .heading-47:hover {
    font-size: 52px;
  }

  .div-block-175, .div-block-176, .div-block-177 {
    height: 175px;
  }

  .heading-48 {
    width: 100%;
    font-size: 100%;
  }

  .heading-49 {
    font-size: 16px;
    line-height: 19px;
  }

  .paragraph-41 {
    font-size: 15px;
  }

  .heading-50 {
    font-size: 16px;
    line-height: 19px;
  }

  .heading-51, .heading-52 {
    font-size: 18px;
  }

  .hard-part-button-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 50px;
  }

  .hard-part-container {
    margin-top: 100px;
  }

  .hard-part-button-wrapper {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hose-choice-div {
    z-index: 1000;
    background-color: #000c;
    margin-top: 10vh;
  }

  .div-block-186 {
    flex-direction: column;
  }

  .div-block-187 {
    width: 200px;
    height: 150px;
    margin-bottom: 80px;
  }

  .div-block-188 {
    width: 200px;
    height: 150px;
  }

  .inspection-image {
    object-fit: none;
    width: 100%;
    overflow: visible;
  }

  .image-113, .image-114, .image-115, .image-116 {
    width: 300px;
  }

  .paragraph-42 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-54 {
    text-align: center;
  }

  .content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .heading-h1 {
    font-size: 69px;
  }

  .text-medium-normal {
    width: 100%;
    padding-top: 10px;
  }

  .coverage-chart {
    object-fit: contain;
    height: 250px;
  }

  .header-2._15 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    padding: 25px 20px 10px;
  }

  .column-9 {
    width: 100%;
    padding-right: 0;
  }

  .layout._233 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .layout-2._6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-36 {
    justify-content: flex-start;
  }

  .content-4 {
    width: 275px;
  }

  .heading-h3 {
    width: 100%;
  }

  .gallery._1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-h2 {
    font-size: 39px;
  }

  .paragraph-43 {
    width: 90%;
    padding-bottom: 20px;
  }

  .heading-55 {
    font-size: 62px;
  }

  .div-block-192 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-54 {
    height: 100%;
  }

  .div-block-200 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-44 {
    text-align: center;
    margin-top: 20px;
    font-size: 23px;
    line-height: 26px;
  }

  .heading-59 {
    text-align: center;
    font-size: 33px;
    line-height: 38px;
  }

  .div-block-202, .div-block-203, .div-block-204 {
    width: 250px;
    height: 250px;
  }

  .section-56 {
    height: 100%;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 75px;
  }

  .div-block-207 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .heading-60 {
    margin-top: 0;
    margin-bottom: 75px;
  }

  .hose-comparison {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .section-58 {
    flex-direction: column;
    height: 100%;
  }

  .div-block-213.complete-job {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-61 {
    font-size: 22px;
  }

  .div-block-214, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66 {
    width: 100%;
  }

  .div-block-218 {
    flex-direction: column;
  }

  .pulleys-links {
    display: none;
  }

  .heading-69 {
    width: 100%;
    font-size: 27vw;
    line-height: 64px;
  }

  .heading-78 {
    margin-top: 10px;
  }

  .div-block-224 {
    height: 300px;
    position: relative;
    left: -20px;
  }

  .image-130 {
    position: static;
  }

  .body-14 {
    height: auto;
  }

  .div-block-225 {
    align-items: flex-start;
    width: 100%;
  }

  .heading-79, .paragraph-47 {
    text-align: left;
  }

  .image-131 {
    width: 100%;
    position: static;
  }

  .heading-82 {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 0%;
  }

  .div-block-231 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-83 {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 0%;
    font-size: 51px;
  }

  .magnasteer-absolute-div {
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .magnasteer-text {
    text-align: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-234 {
    flex-flow: column;
    align-items: center;
    height: 100%;
    margin-right: auto;
  }

  .heading-84 {
    width: 80%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }

  .image-135 {
    padding-top: 25px;
  }

  .heading-87 {
    width: 90%;
  }

  .youtube-5 {
    margin-top: auto;
    margin-bottom: 55px;
  }

  .div-block-236 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .heading-88 {
    font-size: 18px;
  }

  .image-138 {
    border-bottom: 1px solid #000;
    width: 300px;
    max-width: 300px;
  }

  .image-139 {
    max-width: 300px;
  }

  .bold-text {
    text-align: center;
    font-size: 50px;
  }

  .racks-header-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-141 {
    width: 100%;
  }

  .div-block-244 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-245 {
    flex-direction: column;
  }

  .heading-93, .heading-94 {
    font-size: 30px;
  }

  .div-block-246 {
    flex-direction: column;
  }

  .div-block-247, .image-143 {
    width: 100%;
  }

  .inspection-div-half {
    object-fit: scale-down;
    height: 100%;
  }

  .div-block-254 {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-255 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-top: 20px;
  }

  .heading-107 {
    width: 90%;
  }

  .heading-109 {
    text-align: center;
  }

  .div-block-256 {
    flex-flow: column;
    height: 500px;
  }

  .flip-container {
    padding-right: 0;
  }

  .menu-component.edelmann {
    z-index: 15;
  }

  .navbar9_dropdown-link {
    padding-left: 0;
  }

  .navbar9_dropdown-content-layout {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9_container {
    height: 100%;
  }

  .hose-inspection-header {
    width: 90%;
    margin-bottom: 70px;
  }

  .heading-110 {
    width: 100%;
    font-size: 32px;
  }

  .text-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-4._251 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-3 {
    flex-flow: column;
  }

  .column-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-114 {
    padding-bottom: 29px;
  }

  .product._9 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-14 {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .medium-length-hero-headline-goes-here, .medium-length-hero-headline-goes-here-2 {
    font-size: 50px;
  }

  .text-block-18 {
    width: 100%;
  }

  .layout-7._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-8._131 {
    padding: 0 20px 50px;
  }

  .content-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .layout-9._10 {
    grid-row-gap: 40px;
    padding: 40px 0;
  }

  .placeholder-image-3 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: scale-down;
    overflow: visible;
  }

  .header-5._17 {
    padding: 40px 0;
  }

  .content-21 {
    flex-flow: column;
  }

  .medium-length-hero-headline-goes-here-3 {
    font-size: 50px;
  }

  .layout-10._1 {
    height: 900px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-6._138 {
    height: 700px;
  }

  .content-22 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-19 {
    margin-top: 20px;
  }

  .div-block-263 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tool-container {
    flex-flow: column;
    display: flex;
  }

  .image-150 {
    object-fit: cover;
    height: 100px;
  }

  .filter-heading {
    letter-spacing: 10px;
  }

  .smart-construction-section {
    height: 100%;
  }

  .div-block-267 {
    width: 100%;
  }

  .div-block-268 {
    order: -1;
    width: 100%;
    height: 100%;
  }

  .smart-construction-text-block {
    padding: 0 15px 15px;
  }

  .image-152 {
    width: 100%;
    position: static;
    right: auto;
  }

  .filter-heading-text {
    font-size: 19vw;
    line-height: 50px;
  }

  .reduce-inventory-section {
    height: 100%;
  }

  .reduce-inventory-text-block {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clean-fluid-section {
    height: 100%;
    padding-bottom: 20px;
  }

  .clean-fluid-text-block {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .higher-capacity-section, .dual-filtration-section {
    height: 100%;
  }

  .dual-filtration-text-block {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-45 {
    flex-flow: column;
    height: 100%;
  }

  .higher-capacity-paragraph {
    width: 100%;
  }

  .fundamentals-div {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .what-matters-section {
    height: 100%;
  }

  .hot-impulse-section {
    flex-flow: column;
    height: 100%;
  }

  .power-steering-title-1, .power-steering-title-1.hot-impulse {
    padding-top: 0;
  }

  .power-steering-title-1.what-matters {
    padding-top: 90px;
  }

  .hot-cycle-results {
    flex-flow: column;
    height: 100%;
  }

  .cold-impulse-section {
    height: 100%;
  }

  .cold-cycle-results {
    flex-flow: column;
    height: 100%;
  }

  .coverage-section {
    height: 100%;
  }

  .inspection-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .inspection-header {
    padding-left: 0;
    padding-right: 0;
  }

  .image-154 {
    object-fit: scale-down;
    overflow: clip;
  }

  .impulse-testing-image {
    width: 100%;
    position: static;
  }

  .fittings-image, .dual-filtration-text {
    width: 100%;
  }

  .retail-packaging-section {
    height: 100%;
  }

  .packaging-text-block {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    height: 100%;
  }

  .div-block-269 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-270 {
    width: 100%;
  }

  .fluid-header-heading {
    color: var(--color);
  }

  .fluid-header-text {
    color: var(--black);
    width: 100%;
  }

  .heading-127-copy {
    color: var(--color);
  }

  .fluid-fb-section {
    height: 100%;
  }

  .max-width {
    flex-flow: column;
  }

  .max-width.pumps {
    height: 1400px;
  }

  .max-width.hoses {
    padding-left: 10px;
  }

  .max-width.pulleys {
    flex-flow: column;
  }

  .max-width.pipes {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
  }

  .max-width.fluid-header {
    flex-flow: column;
  }

  .thirds-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .thirds-div.left {
    width: 100%;
  }

  .thirds-div.right {
    width: 100%;
    padding-bottom: 87px;
  }

  .image-161 {
    width: 100%;
    height: auto;
  }

  .div-block-271 {
    flex-flow: column;
  }

  .fluid-applications-text, .fluid-applications-text.left, .image-164 {
    width: 100%;
  }

  .filter-screen-div {
    order: -1;
  }

  .reservoir-image-div {
    display: flex;
    overflow: clip;
  }

  .magnasteer-section {
    width: 100%;
  }

  .magnasteer-magnet-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-div {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-areas: "Pulleys Pulleys Pulleys Pulleys"
                         "Reservoirs Reservoirs Reservoirs Reservoirs"
                         "Pipes Pipes Pipes Pipes"
                         "Pump-Image Pump-Image Pump-Image Pump-Image";
  }

  .text-card {
    padding-left: 10px;
  }

  .pipes-image-div {
    order: -1;
  }

  .outperforms-div, .div-block-275 {
    width: 100%;
  }

  .div-block-276 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .fluid-header-image {
    position: static;
  }

  .reservoir-links, .pipes-links {
    display: none;
  }

  .text-span {
    font-size: 35vw;
  }

  .container-47 {
    flex-flow: column;
  }

  .complete-job-contatiner {
    width: 99%;
  }

  .rack-upgrades {
    padding-top: 0;
  }

  .layout396_card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.bundles.sub {
    font-size: 3rem;
  }

  .heading-style-h5, .heading-style-h3 {
    font-size: 2rem;
  }

  .layout353_component {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2, .text-size-medium-2.bundles, .text-size-medium-2.header {
    font-size: 1.5rem;
  }

  .header83_images-layout {
    transform: scale(3.4);
  }

  .heading-style-h4 {
    font-size: 4rem;
  }

  .heading-style-h4.alt {
    letter-spacing: 0;
    font-size: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout396_card-content-top {
    flex-flow: column;
  }

  .layout401_row {
    grid-template-columns: 1fr;
  }

  .section_layout142.color-scheme-1 {
    display: none;
  }

  .paragraph-64 {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-65, .paragraph-66 {
    font-size: 20px;
  }

  .section-68 {
    flex-flow: column;
  }

  .vertical-text {
    writing-mode: horizontal-tb;
    margin-top: auto;
    font-size: 50px;
    transform: none;
  }
}

#w-node-f31cf8f7-56cb-031b-3b10-013cbbfb27b6-cd47dd9a, #w-node-_6b31f3a9-de26-4801-07f6-7dad5030978f-cd47dd9a, #w-node-_7a41b73e-51f2-6a21-c815-b02316141fdc-cd47dd9a, #w-node-d1a8c669-c56a-cdd4-b986-81ab12708512-cd47dd9a, #w-node-_0a2d2f6a-1e23-ad24-9b05-2df82646e57a-cd47dd9a {
  grid-area: title-area;
}

#w-node-b174725e-61da-726e-d390-e31d42bc5ec7-cd47dd9a, #w-node-_3f5bcc77-36a3-515b-c025-3c4caf62fe75-cd47dd9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fdadb46-fc87-2517-e816-d6c46ba7bfa6-cd47dda1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c0865d81-d86d-4855-4e13-95119102f8d2-cd47dda1 {
  align-self: auto;
}

#w-node-_669c73f0-22a0-96a9-b506-1ea3410451e7-cd47dda6 {
  justify-self: end;
}

#w-node-_253f6b00-e4b0-8812-55e3-d5dec43875f7-cd47dda6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88db7e62-c124-4ca7-16b3-e30e4e6128c0-cd47dda8 {
  grid-area: Heading-Area;
}

#w-node-_830d9f7f-84f4-7302-c853-c3b850f2718a-cd47dda8, #w-node-_3e1c6b69-c7f6-7824-0601-d90cf1a5131b-cd47dda8, #w-node-_1819aae3-c03c-d512-3c2d-f90961250c97-cd47dda8 {
  grid-area: Header-Text;
}

#w-node-b219714d-28b0-82ca-cde9-1b39eea9bfeb-cd47dda8 {
  grid-area: Pulleys;
}

#w-node-f8ca974a-2eee-3402-0263-736ad06787d0-cd47dda8 {
  grid-area: Pulleys;
  place-self: center;
}

#w-node-_958b5ca4-cc2b-2ea0-f487-b8c6466c1ece-cd47dda8 {
  grid-area: Pulleys;
}

#w-node-c2d2b330-0344-e870-eb79-399601bb1eb4-cd47dda8, #w-node-_5858a114-cc8d-5f4e-e565-d23356137791-cd47dda8 {
  grid-area: Reservoirs;
}

#w-node-_06328ff4-4b85-c084-c867-4bc9ffa1b49e-cd47dda8 {
  grid-area: Reservoirs;
  align-self: center;
}

#w-node-a5b84003-c170-c4a4-f9b2-b76e71c4e52e-cd47dda8 {
  grid-area: Pipes;
}

#w-node-b41a0562-2776-c2e5-f913-299b3c912bb7-cd47dda8 {
  grid-area: Pipes;
  place-self: center;
}

#w-node-_7c415b5b-9de8-24a8-c920-494adc63e29d-cd47dda8 {
  grid-area: Pump-Image;
  place-self: center;
}

#w-node-b23616a9-fa5a-cce3-305d-e149e93ba6f4-cd47dda8, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c20f-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c210-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c211-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c212-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c213-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c214-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c215-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c216-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c217-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c218-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c219-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21a-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21b-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21c-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21d-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21e-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21f-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c220-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c233-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c234-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c245-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c256-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c27d-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c2b3-cd47ddaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66696071-739e-8b3e-0045-a0bc07a9312f-07a9312d {
  grid-area: Logo;
}

#w-node-_66696071-739e-8b3e-0045-a0bc07a93130-07a9312d {
  grid-area: Logo;
  place-self: center;
}

#w-node-_66696071-739e-8b3e-0045-a0bc07a93132-07a9312d {
  grid-area: Menu;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_669c73f0-22a0-96a9-b506-1ea3410451e7-cd47dda6 {
    justify-self: start;
  }

  #w-node-f35b43af-c38a-8592-3d57-9ce6f923c211-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c213-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c215-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c217-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c219-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21b-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21d-cd47ddaa, #w-node-f35b43af-c38a-8592-3d57-9ce6f923c21f-cd47ddaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66696071-739e-8b3e-0045-a0bc07a93130-07a9312d, #w-node-_66696071-739e-8b3e-0045-a0bc07a93132-07a9312d {
    align-self: center;
  }

  #w-node-_66696071-739e-8b3e-0045-a0bc07a9313d-07a9312d {
    grid-area: Menu;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3794125-6f18-cbc2-4774-eda5b29d9169-cd47dd9d {
    order: -9999;
  }
}


@font-face {
  font-family: 'Permanentmarker';
  src: url('../fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industry Base';
  src: url('../fonts/Industry-Base.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industry Outline';
  src: url('../fonts/Industry-Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}