@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-RegItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-BoldIt.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --accent-dark: #3f4e6b;
  --primary-brand-color-1: #001f5b;
  --primary-brand-color-2: #0082ca;
  --secondary-brand-color-2: #e87f20;
  --accent-light: #bfd1dc;
  --black: #201d1d;
  --secondary-brand-color-1: #00b99c;
  --border-2: #ddeaf1;
  --border-1: #f4f8fd;
  --primary-brand-color-3: #9ecb3a;
  --secondary-brand-color-3: #9c60b6;
  --bg-color-1: #a3c1e6;
  --slate-grey: #627293;
  --bg-color-2: #eff6fa;
  --secondary-brand-color-4: #e9523b;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

body {
  color: var(--accent-dark);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--primary-brand-color-1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}

h2 {
  color: var(--primary-brand-color-1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h3 {
  color: var(--primary-brand-color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.3rem;
}

h4 {
  color: var(--primary-brand-color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.1rem;
}

h5 {
  color: var(--primary-brand-color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8rem;
}

h6 {
  color: var(--primary-brand-color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--accent-dark);
  margin-bottom: 0;
}

a {
  color: #0082ca;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  color: var(--accent-dark);
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  color: var(--accent-dark);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  z-index: 10;
  padding: 1rem;
  position: relative;
}

.padding-small.guides-card {
  flex-direction: column;
  justify-content: space-between;
  height: 260px;
  display: flex;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xsmall.display-inlineflex {
  border: 1px #000;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.padding-top.padding-large.text-align-center.hide-desktop, .padding-top.padding-large.text-align-center.hide-tablet {
  display: none;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-weight-semibold.text-size-medium.is-proximanova.line-height-custom {
  line-height: 1.4rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: var(--accent-dark);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.heading-style-h3.is-white {
  color: #fff;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.padding-global {
  padding-top: 20px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.m--120px {
  margin-top: 70px;
}

.padding-global.bg-blue {
  background-color: var(--primary-brand-color-1);
  object-fit: fill;
  position: relative;
}

.padding-global.faw-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.padding-global.pb-8 {
  margin-bottom: 30px;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-color-white.fixed-width {
  max-width: 630px;
}

.text-color-white.text-weight-semibold {
  display: flex;
}

.text-color-white.hide-desktop {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.1rem;
}

.heading-style-h4.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h4.is-blue {
  color: var(--primary-brand-color-2);
}

.heading-style-h4.is-orange {
  color: var(--secondary-brand-color-2);
}

.heading-style-h4.m-2 {
  margin-top: 12px;
}

.form_label {
  text-transform: uppercase;
  font-family: Proximanova, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  border: 1px solid var(--accent-light);
  min-height: 3.5rem;
  color: var(--black);
  background-color: #0000;
  border-radius: 3px;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .2s;
}

.form_input:focus {
  border-color: var(--primary-brand-color-2);
  color: var(--black);
}

.form_input::placeholder {
  color: #9aa1b1;
}

.form_input.is-select-input {
  color: #8b8b8b;
  position: absolute;
}

.form_input.is-select-input.is-custom {
  border-style: none;
  border-width: 0;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.full-width {
  z-index: 1;
  width: 100%;
  position: relative;
}

.display-inlineflex {
  grid-column-gap: 6px;
  align-items: center;
}

.display-inlineflex.text-color-teal {
  color: var(--secondary-brand-color-1);
}

.display-inlineflex.text-color-red {
  color: #e9523b;
}

.display-inlineflex.text-color-orange {
  color: #e87f20;
}

.display-inlineflex.text-color-purple {
  color: #9c60b6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h6.text-weight-semibold {
  font-weight: 600;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.is-darkblue {
  color: var(--primary-brand-color-1);
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.page-wrapper {
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.table-wrapper {
  margin-right: 0;
  display: none;
}

.container-large.filter-container {
  align-items: stretch;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  outline-offset: 0px;
  outline: 4px #cdfa2c;
}

.main-wrapper.is-grey {
  background-color: var(--border-1);
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.align-center.fixed-width {
  max-width: 630px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  min-height: 3.875rem;
  padding: 1rem 1.625rem;
  font-family: Proximanova, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-text.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button.is-small {
  min-height: auto;
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  border-radius: 4px;
  min-height: 3.875rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  font-size: 1.125rem;
}

.button.is-large {
  padding: 1.3rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-secondary:hover {
  color: #fff;
}

.button.is-secondary.is-white {
  color: #fff;
  background-color: #0000;
  border-width: 1px;
  border-color: #fff;
}

.button.is-secondary.is-white:hover {
  color: #000;
  background-color: #fff;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.background-color-secondary-teal {
  background-color: var(--secondary-brand-color-1);
  width: 100%;
  max-width: 240px;
}

.button.is-icon.is-teal {
  background-color: var(--secondary-brand-color-1);
}

.button.is-icon.is-teal:hover {
  background-color: #00957d;
}

.button.is-search.material-icon {
  width: 44px;
  height: 44px;
  min-height: auto;
  color: var(--black);
  background-color: #fff;
  flex: none;
  padding: 0;
  font-family: Materialiconsround, sans-serif;
  font-weight: 400;
  line-height: 44px;
  position: relative;
}

.button.button-color-green {
  background-color: var(--primary-brand-color-3);
}

.button.button-color-green:hover {
  background-color: #709a13;
}

.button.is-white {
  color: var(--black);
  background-color: #fff;
}

.button.is-green {
  background-color: var(--primary-brand-color-3);
  color: #fff;
}

.button.is-green:hover {
  background-color: #89b22c;
}

.button.button-color-blue {
  background-color: var(--primary-brand-color-2);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-size-medium.text-font-custom {
  font-family: Proximanova, sans-serif;
}

.text-size-medium.editable {
  font-size: 1rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  border-bottom: 1px solid #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  display: block;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.nav_component {
  z-index: 999;
  border-bottom: 1px solid var(--border-2);
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 91px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.nav_container {
  z-index: 1;
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.nav_menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_left-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_right-wrapper {
  align-items: center;
  display: flex;
}

.nav_link {
  color: #201d1d;
  font-family: Proximanova, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-decoration: none;
}

.nav_link.padding-small {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: block;
}

.page-padding {
  width: 100%;
  max-width: 80rem;
}

.page-padding.padding-small {
  max-width: none;
}

.nav_brand-link {
  flex: 0 auto;
}

.nav_dropdown.is-hidden {
  display: none;
}

.nav_menu-search {
  border: 1px solid #e4e4e4;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 44px;
  margin-bottom: 0;
  line-height: 44px;
  display: none;
  overflow: hidden;
}

.nav_menu-search:hover {
  width: 100%;
}

.nav_dropdown-toggle.padding-small {
  background-image: url('../images/american-flag-icon.webp');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-attachment: scroll;
  margin-right: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_drop-down-list {
  display: none;
}

.section-home-slider {
  z-index: 1;
  outline-offset: 0px;
  object-fit: fill;
  border-radius: 0;
  outline: 4px #e2ff02;
  position: relative;
  overflow: hidden;
}

.form-field-label {
  margin-bottom: 0;
}

.form-dropdown-icon {
  color: #c7c7c7;
  margin-right: 1rem;
}

.section-home-product-categories {
  background-color: var(--primary-brand-color-1);
  justify-content: center;
  display: flex;
}

.section-home-product-categories.z-index-1 {
  background-color: #0000;
}

.home-category-grid {
  grid-column-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 0;
  display: flex;
}

.home-category-box {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: flex;
  box-shadow: 0 14px 30px #00000040;
}

.home-category-box.padding-medium {
  border: 2px solid #fff;
  transition: all .2s;
}

.home-category-box.padding-medium:hover {
  border-color: var(--primary-brand-color-3);
}

.home-slider_component {
  z-index: 1;
  outline-color: var(--primary-brand-color-3);
  outline-offset: 0px;
  border: 4px #eeea1a;
  outline-width: 3px;
  outline-style: none;
  height: 100%;
  min-height: 100%;
  display: block;
}

.home-slider_component.original-slider {
  display: none;
}

.form-search-input {
  border: 1px #0000;
  width: 100%;
  max-width: 220px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 18px;
  display: none;
}

.form-search-input:focus {
  border: 0 #0000;
}

.home-slider-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 3px #ff0101;
  grid-template-rows: auto;
  grid-template-columns: minmax(20rem, 33rem) 1fr;
  height: 100%;
  min-height: 600px;
  max-height: 100%;
  position: static;
  inset: 0;
}

.slider-image-wrapper-product {
  background-color: var(--secondary-brand-color-1);
  justify-content: center;
  align-items: flex-start;
  padding-top: 5.5rem;
  padding-left: 4rem;
  padding-right: 0;
  display: flex;
}

.slide-content-event {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 5.5rem 4rem 14.6rem;
  display: flex;
}

.product-highlight-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 21rem;
  display: flex;
}

.slide-content-heading {
  font-family: Proximanova, sans-serif;
}

.slide-content-heading.text-color-secondary-teal, .slide-content-heading.is-uppercase.text-color-teal {
  color: var(--secondary-brand-color-1);
}

.slide-content-supporting-heading {
  color: var(--primary-brand-color-1);
  font-family: Proximanova, sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
}

.product-highlight-description {
  color: var(--accent-dark);
  font-size: 1.125rem;
}

.is-uppercase {
  text-transform: uppercase;
}

.content {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  max-width: 682px;
  display: flex;
}

.product-category-thumbnail {
  max-height: 150px;
}

.home-slide-nav {
  overflow: hidden;
}

.home-decoration-edge {
  z-index: 10;
  border: 3px none var(--secondary-brand-color-3);
  background-color: #0000;
  background-image: url('../images/curved-edge.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 65px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.curved-edge {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  bottom: 0;
}

.section-home-resources {
  background-color: var(--primary-brand-color-1);
}

.resource-cta-container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resource-cta-container.padding-medium {
  grid-column-gap: 30px;
  border-radius: 12px;
  justify-content: flex-start;
}

.social-icon-link {
  width: 24px;
  height: 24px;
  line-height: 1rem;
}

.home-product-resources-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.footer_component {
  background-color: var(--black);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.65fr 1fr 1fr 1fr;
  justify-content: stretch;
}

.text-color-orange {
  color: var(--secondary-brand-color-2);
}

.text-color-teal {
  color: var(--secondary-brand-color-1);
}

.text-color-purple {
  color: var(--secondary-brand-color-3);
}

.footer-link-group {
  grid-row-gap: 0px;
  flex-direction: column;
  display: block;
}

.footer-link-group.hidden {
  display: none;
}

.link-tag {
  background-color: var(--bg-color-1);
  color: var(--primary-brand-color-1);
  border-radius: 70px;
  padding: 3px 8px;
  font-size: .8rem;
  font-weight: 600;
  display: inline-block;
}

.link-tag.margin-left.margin-xsmall {
  font-size: .75rem;
}

.footer-links {
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.text-color-light-grey {
  color: var(--accent-light);
}

.text-color-green {
  color: var(--primary-brand-color-3);
}

.social-icon-wrapper {
  display: flex;
}

.footer-links-misc {
  grid-column-gap: 20px;
  align-items: center;
  display: none;
}

.vertical-divider {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.vertical-divider.is-grey {
  background-color: var(--border-2);
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.vertical-divider.is-gray {
  background-color: var(--accent-light);
  color: var(--accent-light);
}

.vertical-divider.is-lightgray {
  color: #f3f3f3;
  background-color: #f3f3f3;
}

.grid-3 {
  grid-column-gap: 12px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.footer-copyright {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.footer-language-options {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_dropdown-toggle.padding-small {
  background-image: url('../images/american-flag-icon.webp');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-attachment: scroll;
  margin-right: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer_link {
  color: #fff;
  font-family: Proximanova, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-decoration: none;
}

.footer_link.padding-small {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.footer_drop-down-list.w--open {
  inset: auto 0% 50px auto;
}

.horizontal-divider {
  background-color: #0f0f0f;
  width: 100%;
  height: 1px;
  line-height: 1px;
}

.horizontal-divider.is-grey {
  border-top: 1px solid var(--border-2);
}

.blksmith-co-tag {
  grid-column-gap: 4px;
  color: var(--bg-color-1);
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.blksmith-co-tag:hover {
  text-decoration: none;
}

.padding-section-custom {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.home-certifications-logo {
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.home-certifications-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(8.25rem, 1fr)) 200px 200px 200px;
  place-items: center;
  width: 100%;
  min-width: 100%;
}

.section-home-about {
  background-color: var(--secondary-brand-color-1);
}

.position-absolute {
  position: absolute;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-wrapper.about-image-bg {
  background-image: url('../images/about-column-bg.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 100%;
}

.image-wrapper.about-image-bg.padding-large {
  justify-content: center;
  align-items: center;
}

.column-stretch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-image-bg {
  background-image: url('../images/about-column-bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-about-col-right {
  padding-left: 0;
  padding-right: 0;
}

.home-about-col-left {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blksmithco-link {
  color: #b99960;
  font-weight: 600;
}

.cta_component {
  background-color: var(--primary-brand-color-1);
}

.home-about-columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-columns {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.slider-arrow {
  color: #0003;
  margin-top: auto;
  margin-bottom: auto;
  top: 38%;
  bottom: auto;
}

.title-wrap {
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.content-h1 {
  z-index: 2;
  color: #1a1e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.faq-grid {
  grid-template-columns: 3fr;
  width: 100%;
}

.faq-question-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 5px 12px #3f4e6b14;
}

.faq-question-bar {
  color: #1a1e27;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.section-faq {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-paragraph {
  color: #485166;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.products-breadcrumb_component {
  background-color: var(--primary-brand-color-1);
}

.material-icon {
  font-family: Materialiconsround, sans-serif;
}

.material-icon.is-grey {
  color: var(--accent-light);
}

.material-icon._24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 1.3rem;
  display: flex;
}

.material-icon._24.is-slate {
  color: var(--slate-grey);
}

.material-icon.is-darkgrey {
  background-color: #0000;
}

.material-icon.is-green {
  color: var(--primary-brand-color-3);
}

.material-icon.icon-size-42 {
  font-size: 42px;
  line-height: 42px;
}

.material-icon.icon-size-32 {
  font-size: 32px;
}

.material-icon.icon-size-32.is-dark-blue {
  color: var(--primary-brand-color-1);
}

.material-icon.icon-size-32.is-opaque {
  color: #3f4e6b80;
}

.breadcrumb-wrapper {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-wrapper.piping-breadcrumbs {
  justify-content: flex-start;
  padding-top: 10px;
}

.breadcrumb-link {
  grid-column-gap: 6px;
  color: var(--accent-light);
  align-items: center;
  display: flex;
}

.breadcrumb-link-text {
  color: var(--accent-light);
  line-height: 1rem;
}

.breadcrumb-link-text.active {
  color: #fff;
  font-weight: 600;
}

.breadcrumb-chevron.material-icon.icon-18 {
  color: #a3c1e6;
  font-size: 1.3rem;
}

.product-detail-intro {
  border-bottom: 1px solid var(--border-2);
}

.product-part-number {
  color: var(--bg-color-1);
  font-weight: 600;
  display: flex;
}

.is-grey {
  color: #819aa8;
}

.product-detail-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-detail-share-options {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
}

.product-share-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.product-detail-share {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.product-image-wrapper {
  background-color: #eff6fa;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.product-detail-grid {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(20rem, 35rem) auto;
}

.product-gallery {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-detail-size-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr 1fr 1fr;
}

.product-meta-color {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.product-meta-body {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.product-meta-sizes {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.product-meta-temperature {
  grid-column-gap: 8px;
  display: flex;
}

.product-color-icon {
  border: 1px solid var(--accent-light);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 40px;
  outline: 3px #3f4e6b;
  width: 20px;
  height: 20px;
  line-height: 1;
  box-shadow: 0 1px 3px #00000080;
}

.product-color-icon.is-18px {
  width: 18px;
  height: 18px;
}

.product-image {
  width: 100%;
  max-width: 180px;
}

.product-gallery-image {
  width: 100%;
  max-width: 50px;
}

.product-meta-grid {
  grid-template-columns: auto auto;
}

.product-size-collection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.product-size-collection-item-wrapper {
  border: 1px solid var(--slate-grey);
  background-color: #0000;
  border-radius: 3px;
  min-width: 105px;
}

.product-size-oz {
  color: var(--primary-brand-color-1);
  font-size: 1.125rem;
  line-height: 1.6;
}

.product-size-ml, .product-sizes-unavailable {
  color: var(--accent-dark);
}

.product-resources-link {
  grid-column-gap: 10px;
  align-items: center;
  font-family: Proximanova, sans-serif;
  display: flex;
}

.product-resources-link.text-color-grey {
  justify-content: flex-start;
  width: 48%;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1px 1fr;
  grid-auto-flow: row;
  display: none;
}

.section-product-detail {
  background-color: #fff;
}

.product-gallery-image-wrapper {
  background-color: #eff6fa;
  border: 1px solid #eff6fa;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 90px;
  max-width: 90px;
  height: 90px;
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
}

.product-gallery-image-wrapper:hover {
  border: 1px solid #a3c1e6;
}

.section-product-tabs {
  margin-top: -70px;
}

.product-tabs-menu {
  background-color: #fff;
  border-left: 1px solid #ddeaf1;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  min-height: 70px;
  font-family: Proximanova, sans-serif;
  font-weight: 600;
  display: flex;
}

.product-tab-link {
  color: var(--slate-grey);
  background-color: #fff;
  border-bottom: 4px solid #0000;
  border-right: 1px solid #ddeaf1;
  align-items: center;
  transition: all .25s ease-in-out;
  display: flex;
}

.product-tab-link:hover {
  border-bottom-color: var(--primary-brand-color-2);
  color: var(--primary-brand-color-2);
  background-color: #f2f9fc;
}

.product-tab-link.w--current {
  border-bottom-color: var(--primary-brand-color-2);
  color: var(--primary-brand-color-2);
  background-color: #f2f9fc;
  display: flex;
}

.product-tab-link.product-tab-alt:hover {
  border-bottom-color: var(--secondary-brand-color-2);
  color: var(--secondary-brand-color-2);
  background-color: #fef9f4;
}

.product-tab-link.product-tab-alt.w--current {
  border-bottom-color: var(--secondary-brand-color-2);
  color: #e87f20;
  background-color: #fef9f4;
}

.slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.left-arrow {
  inset: auto auto 0% 0%;
}

.solvent-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 295px;
  border-radius: 6px;
  width: 100%;
}

.slide-nav {
  z-index: 5;
  opacity: .07;
  color: #0000;
  width: 100%;
  height: 90px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 90px;
  bottom: -110px;
}

.slider-thumb-wrap {
  background-color: #bfbfffe6;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-thumb-wrap.ecommerce {
  background-color: #0000;
  border: 1px solid #ededed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.slide-image-ecomm {
  max-width: 210px;
}

.product-image-slider {
  background-color: var(--bg-color-2);
  border-radius: 6px;
  width: 100%;
  height: 400px;
  margin-bottom: 110px;
}

.product-image-slider.has-thumbnails {
  background-color: #0000;
  width: 100%;
  height: 400px;
  margin-bottom: 110px;
  position: relative;
}

.product-image-slider.cubiark-garden {
  height: 450px;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.is-thumbnails {
  z-index: 5;
  opacity: .14;
  background-color: #0000;
  border: 1px #000;
  width: auto;
  height: 90px;
  font-size: 90px;
  inset: auto 0% -110px;
}

.slider-navigation.e-commerce {
  z-index: 4;
  transform-origin: 100% 100%;
  border-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-left: 45px;
  margin-right: 45px;
  display: flex;
  inset: auto 0% -110px;
  overflow: hidden;
}

.slider-thumb-image {
  position: absolute;
  inset: 0%;
}

.slider-thumb-image.ecommerce {
  position: static;
}

.slide-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-arrow-right {
  color: #777;
  width: 60px;
  height: 90px;
  bottom: 0%;
}

.product-slider-arrow {
  width: 50px;
  height: 90px;
  margin: 0;
  inset: auto 0% 0%;
}

.product-slider-arrow.left-arrow {
  z-index: 6;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto -110px 0%;
}

.product-slider-arrow.right-arrow {
  z-index: 6;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% -110px auto;
}

.icon-19, .icon-20 {
  color: var(--secondary-brand-color-1);
}

.slider-arrow-icon {
  color: var(--bg-color-1);
}

.collection-list {
  display: flex;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.slider-navigation-image-thumb {
  background-color: var(--bg-color-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 75px;
  border-radius: 3px;
  width: 90px;
  height: 90px;
  margin-left: 6px;
  margin-right: 6px;
}

.product-image-slider-wrapper {
  position: relative;
}

.collection-list-wrapper {
  position: absolute;
  inset: auto auto 0%;
}

.slider-2 {
  height: 60%;
}

.slide-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.collection-list-2 {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item {
  width: 90px;
  height: 90px;
}

.slider-navigation-wrapper {
  position: absolute;
}

.slider-navigation-thumbnails {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-shipping-info {
  margin-left: auto;
  margin-right: auto;
}

.tabs-wrabber-helper {
  border-top: 1px solid #ddeaf1;
  min-height: 71px;
}

.product-tabs-collection-item {
  padding-bottom: 80px;
}

.tab-pane-wrapper {
  border: 1px solid var(--border-2);
  background-color: #fff;
  border-radius: 6px;
}

.tab-meta-columns {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.tab-meta-grid {
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr min-content 1fr;
}

.tab-meta-grid.safety-precautions-tab {
  grid-column-gap: 28px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr min-content 1fr;
}

.tab-meta-grid.application-tab {
  grid-template-columns: 1fr min-content 1fr min-content 1fr;
  justify-content: stretch;
}

.tab-meta-grid.shipping-info-tab {
  grid-template-columns: 1fr min-content 1fr min-content 1fr;
}

.display-flex {
  display: flex;
}

.flex-vertical {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.product-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.product-collection-list-wrapper {
  display: flex;
}

.product-list-item-wrapper {
  background-color: #fff;
  border: 1px solid #ddeaf1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 400px;
  display: flex;
}

.product-list-image {
  max-width: 110px;
}

.product-list-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 24px;
  display: flex;
}

.product-list-meta {
  border-top: 1px solid var(--border-2);
  border-bottom: 1px solid var(--border-2);
  width: 100%;
}

.product-list-resources {
  width: 100%;
}

.product-list-resource-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% auto 50%;
  grid-auto-flow: row;
}

.product-list-resource-grid.btn-english {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 0;
  display: flex;
}

.product-list-resource-grid.btn-spanish {
  height: 60px;
  margin-bottom: 0;
  display: none;
}

.product-list-resource-wrapper {
  width: 100%;
  min-width: 0%;
  color: var(--accent-dark);
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.product-list-title-meta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  display: flex;
}

.product-label {
  background-color: var(--accent-dark);
  color: #fff;
  border-radius: 40px;
  flex: none;
  padding: 3px 9px;
  font-size: .8rem;
  font-weight: 600;
}

.product-label.is-new {
  background-color: var(--secondary-brand-color-4);
  display: flex;
}

.product-list-items {
  width: 100%;
}

.text-size-custom {
  font-size: .9rem;
}

.text-size-custom.is-text {
  color: var(--accent-dark);
  text-decoration: none;
}

.product-list-item-header {
  grid-row-gap: 6px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.product-list-item-product-name {
  margin-bottom: .5rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.product-list-item-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.menu_border {
  z-index: 1;
  border-bottom: 2px solid #424242;
  width: 90%;
  height: 40px;
  position: relative;
  bottom: -2px;
  left: 12px;
}

.menu-paragraph {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.menu-header {
  color: #424242;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.icon {
  width: 30px;
  position: relative;
  left: -5px;
}

.link_row {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 338px;
  padding: 32px 20px 32px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link_row:hover {
  background-color: #3b4ce6;
}

.link_row._2 {
  cursor: none;
}

.link_row._2:hover {
  background-color: #883be6;
}

.link_row._5 {
  cursor: none;
}

.link_row._5:hover {
  background-color: #e67f3b;
}

.link_row._3 {
  cursor: none;
}

.link_row._3:hover {
  background-color: #db3be6;
}

.link_row._6 {
  cursor: none;
}

.link_row._6:hover {
  background-color: #7dcc38;
}

.link_row._4 {
  cursor: none;
}

.link_row._4:hover {
  background-color: #e63b44;
}

.link_row._1 {
  cursor: none;
}

.nav-menu-container {
  z-index: 1;
  background-color: #fff;
  max-width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.icon_container {
  align-items: flex-end;
  display: flex;
}

.menu_row {
  display: flex;
}

.menu_row.top-row {
  align-items: flex-end;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 57px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.menu_group {
  width: 100%;
}

.menu-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nav-bar-container {
  z-index: 2;
  flex: 1;
  position: relative;
}

.body-trigger {
  position: fixed;
  inset: 0%;
}

.section-page-subheader {
  background-color: var(--primary-brand-color-2);
}

.section_subheader {
  background-color: var(--primary-brand-color-1);
}

.is-white {
  color: #fff;
}

.resources-search-fiilter {
  border: 0 #000;
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 1.1rem;
}

.resources-search-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-button {
  width: 76px;
  height: 64px;
}

.search-button.is-icon-only {
  font-family: Materialiconsround, sans-serif;
}

.search-button.is-icon {
  background-color: var(--primary-brand-color-2);
  border-radius: 4px;
}

.search-button.is-icon.material-icon.icon24 {
  width: 60px;
  height: 50px;
  font-size: 1.2rem;
}

.resource-filter-bar {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  max-height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 1.5rem;
  display: none;
  overflow: hidden;
}

.resource-filter-bar-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center stretch;
}

.resource-filter-button {
  grid-column-gap: 10px;
  border: 1px solid var(--border-2);
  min-height: 64px;
  color: var(--black);
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.resource-filter-button.w--current {
  border-color: var(--secondary-brand-color-1);
  color: var(--secondary-brand-color-1);
  background-color: #f2fbfa;
}

.resource-filter-button.sds-toggle {
  color: var(--black);
}

.resource-filter-button.sds-toggle:hover {
  border-color: var(--secondary-brand-color-1);
  color: var(--secondary-brand-color-1);
  background-color: #f2fbfa;
}

.resource-filter-button.sds-toggle.w--current:hover {
  border-color: var(--secondary-brand-color-1);
  color: var(--secondary-brand-color-1);
}

.resource-filter-button.sds-toggle.is-active {
  border-color: var(--primary-brand-color-2);
  color: var(--primary-brand-color-1);
  background-color: #f4f8fda1;
}

.resource-filter-button.guides-toggle:hover {
  border-color: var(--secondary-brand-color-2);
  color: var(--secondary-brand-color-2);
  background-color: #fef9f4;
}

.resource-filter-button.packaging-toggle:hover {
  border-color: var(--secondary-brand-color-3);
  color: var(--secondary-brand-color-3);
  background-color: #faf7fb;
}

.resource-filter-button.faq-toggle:hover {
  border-color: var(--secondary-brand-color-4);
  color: var(--secondary-brand-color-4);
  background-color: #fef6f5;
}

.is-proximanova {
  font-family: Proximanova, sans-serif;
}

.is-black {
  color: var(--black);
}

.resources-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.resources-grid.products {
  grid-template-columns: auto;
}

.main-bg {
  background-color: #f4f8fd;
}

.resource-wrapper.padding-top.padding-medium {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.resource-card {
  border: 1px solid var(--border-2);
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 1px 1px 2px #0000000d;
}

.resource-download {
  grid-column-gap: 8px;
  border: 1px solid var(--accent-light);
  width: auto;
  color: var(--accent-dark);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.resource-download-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.resource-download-wrapper.btn-sp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-auto-columns: 1fr;
  display: none;
}

.resource-card-header {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.resource-meta {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-custom-1 {
  font-size: 1.2rem;
}

.resource-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  display: grid;
}

.product-search-group {
  border: 1px solid var(--accent-light);
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 350px;
  max-width: 400px;
  max-height: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.search-reset-icon {
  background-color: var(--border-2);
  color: var(--primary-brand-color-1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.is-darkgrey {
  color: var(--slate-grey);
  background-color: #0000;
}

.search-reset-button {
  grid-column-gap: 8px;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.meta-label {
  color: var(--accent-dark);
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  line-height: .9;
}

.meta-group {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.resource-filter-category-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  display: flex;
}

.category-filter-button {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: 1px solid var(--border-2);
  min-height: 50px;
  color: var(--black);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  transition: all .2s;
  display: flex;
}

.category-filter-button.w--current {
  background-color: var(--border-2);
}

.category-filter-button.sds-toggle {
  color: var(--black);
}

.category-filter-button.sds-toggle:hover {
  border-color: var(--secondary-brand-color-1);
  color: var(--secondary-brand-color-1);
  background-color: #f2fbfa;
}

.category-filter-button.guides-toggle:hover {
  border-color: var(--secondary-brand-color-2);
  color: var(--secondary-brand-color-2);
  background-color: #fef9f4;
}

.category-filter-button.packaging-toggle:hover {
  border-color: var(--secondary-brand-color-3);
  color: var(--secondary-brand-color-3);
  background-color: #faf7fb;
}

.category-filter-button.faq-toggle:hover {
  border-color: var(--secondary-brand-color-4);
  color: var(--secondary-brand-color-4);
  background-color: #fef6f5;
}

.category-filter-button.hidden {
  display: none;
}

.resource-tab-link, .resource-tab-link.w--current {
  background-color: #0000;
}

.piping-fittings-tab {
  display: none;
}

.resources-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.resource-filter-bar-bg-helper {
  background-color: #fff;
  width: 100%;
  height: 105px;
  min-height: 105px;
  position: absolute;
}

.fs-empty-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #000;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  width: 100%;
  padding: 2.5rem 2rem;
  display: grid;
}

.fs-empty_text-1 {
  font-size: 2rem;
}

.fs-empty_paragraph-1 {
  color: #575757;
}

.fs-reset-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  text-decoration: none;
  display: flex;
}

.fs-reset-3:hover {
  opacity: .7;
}

.fs-reset-3:focus-visible, .fs-reset-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-reset_icon-3 {
  width: 2.25rem;
  margin-right: .25rem;
}

.fs-reset_text-2 {
  font-weight: 500;
}

.resources-empty-state {
  background-color: #0000;
  padding: 0;
}

.resouces-search-reset-link {
  grid-column-gap: 8px;
  align-items: center;
  padding: 3px 0;
  display: flex;
}

.resources-empty-state-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--primary-brand-color-2);
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  width: auto;
  max-width: 400px;
  margin: 2.5rem auto;
  padding: 2rem;
  display: grid;
}

.piping-category-card {
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 12px;
  padding: 240px 30px 30px;
  transition: all .2s;
  box-shadow: 1px 1px 4px #0000000d;
}

.piping-category-card:hover {
  border: 2px solid var(--primary-brand-color-2);
}

.piping-category-card.straight-pipe {
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.piping-category-card.straight-pipe.piping-card-container {
  max-height: 500px;
}

.piping-category-card._90-elbow {
  background-image: url('../images/pvc-piping-90-elbow.webp');
  background-position: 100% -950%;
  background-repeat: no-repeat;
  background-size: 360px;
  background-attachment: scroll;
}

.piping-category-card._45-elbow {
  background-image: url('../images/pvc-piping-45-elbow.webp');
  background-position: 120% -80%;
  background-repeat: no-repeat;
  background-size: 390px;
}

.piping-category-card.manual-card {
  max-height: 300px;
  padding-top: 0;
}

.pvc-conduit-category-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
}

.cubiark-garden-category-wrapper {
  flex-direction: row;
  display: flex;
}

.planter-cta {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 80vh;
  display: flex;
}

.planter-cta.indoor {
  background-image: linear-gradient(#00b99c4d, #00b99c), url('../images/indoor-planters.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.planter-cta.outdoor {
  background-image: linear-gradient(#e87f204d, #e87f20cc), url('../images/outdoor-planters.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cubiark-garden-category-grid, .indoor-planters-category-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.planter-product-card {
  background-color: #fff;
  background-image: none;
  border-radius: 12px;
  align-items: flex-end;
  height: 100%;
  padding: 240px 30px 30px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 4px #0000000d;
}

.planter-product-card.straight-pipe {
  background-image: url('../images/pvc-piping-straight.webp');
  background-position: 100% 31%;
  background-repeat: no-repeat;
  background-size: 420px;
}

.planter-product-card._90-elbow {
  background-image: url('../images/pvc-piping-90-elbow.webp');
  background-position: 100% -950%;
  background-repeat: no-repeat;
  background-size: 360px;
  background-attachment: scroll;
}

.planter-product-card._45-elbow {
  background-image: url('../images/pvc-piping-45-elbow.webp');
  background-position: 120% -80%;
  background-repeat: no-repeat;
  background-size: 390px;
}

.planter-product-card.artistic-window-box-rect {
  background-image: linear-gradient(#0000001a 50%, #201d1dcc), url('../images/Artistic-Window-Box-Rectangular.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.planter-product-card.artistic-window-box-square {
  background-image: linear-gradient(#0000 50%, #000c), url('../images/Artistic-Window-Box-Square.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.planter-product-card.artistic-cylindrical {
  background-image: linear-gradient(#0000 50%, #000c), url('../images/Artistic-Cylindrical.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.planter-product-card.classic-window-box {
  background-image: linear-gradient(#0000001a 50%, #201d1dcc), url('../images/Classic-Window-Box.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  min-height: 250px;
  padding-top: 180px;
}

.planter-product-card.classic-cylindrical {
  background-image: linear-gradient(#0000 50%, #000c), url('../images/Classic-Cylindrical.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  min-height: 400px;
  padding-top: 180px;
}

.about-hero-wrapper {
  background-image: linear-gradient(#001f5bbf, #001f5bbf), url('../images/hero-bg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.play-button-text {
  max-width: 100%;
  font-family: Proximanova, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.is-green {
  color: var(--primary-brand-color-3);
}

.play-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: auto;
  color: var(--primary-brand-color-3);
  border: 2px solid #0000;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  line-height: 1rem;
  transition: all .2s;
  display: inline-block;
}

.play-button-wrapper:hover {
  border-color: var(--primary-brand-color-3);
  color: #fff;
}

.image-2 {
  background-color: var(--primary-brand-color-1);
}

.section_about-split-col {
  z-index: 1;
  position: relative;
}

.about-col-content {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-col-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 360px;
  max-height: 26rem;
  display: flex;
  overflow: hidden;
}

.about-col-image-wrapper.about-image-1 {
  background-image: url('../images/about-us-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-col-image-wrapper.about-image-2 {
  background-image: url('../images/about-us-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-col-text-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.about-col-text-wrapper.bg-blue {
  background-color: var(--primary-brand-color-2);
}

.nav_menu-mobile {
  display: none;
}

.image-3 {
  min-width: 100px;
  max-width: 100%;
}

.social-icon {
  font-size: 36px;
}

.section_about-timeline {
  position: relative;
}

.about-timeline-grid {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.timeline-item-content {
  border: 1px solid var(--border-2);
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  display: flex;
  box-shadow: 1px 1px 2px #0000000d;
}

.timeline-item-year {
  height: 100%;
  position: relative;
}

.timeline-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-image-wrapper {
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 240px;
  height: 100%;
  margin-right: 30px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-4 {
  width: 100%;
}

.timeline-decoration-vertical {
  background-image: linear-gradient(to bottom, var(--secondary-brand-color-1) 60%, #00b99c00);
  width: 3px;
  height: 170%;
  position: absolute;
  inset: 20px auto auto 0%;
}

.timeline-decoration-horizontal {
  background-color: var(--secondary-brand-color-1);
  width: 80%;
  height: 3px;
  position: relative;
}

.timeline-year-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-decoration-circle {
  background-color: var(--secondary-brand-color-1);
  border-radius: 20px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -5px;
  left: -5px;
}

.about-logo-rebrand-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.about-logo-rebrand-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-timeline-grid-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.product-size-dimensions {
  color: var(--accent-dark);
}

.product-size-dimensions-wrapper {
  grid-column-gap: 10px;
  font-size: .9rem;
  display: flex;
}

.cubiark-garden-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
}

.product-color {
  color: var(--primary-brand-color-1);
  font-size: 1.125rem;
  line-height: 1.6;
}

.product-color-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.outdoor-planters-category-grid-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section_contact-us {
  position: relative;
}

.contact-us-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrapper {
  border: 1px solid var(--border-2);
  background-color: #fff;
  border-radius: 6px;
  position: sticky;
  top: 7.5rem;
}

.input-group.form-group-split {
  width: 50%;
}

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

.contact-card {
  border: 1px solid var(--border-2);
  width: 100%;
  color: var(--accent-dark);
  background-color: #fff;
  border-radius: 6px;
  transition: all .2s ease-in-out;
}

.contact-card:hover {
  border-color: var(--primary-brand-color-1);
}

.contact-card-content {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-hidden {
  display: none;
}

.full-width {
  width: 100%;
}

.custom-dropdown-toggle {
  align-items: center;
  padding: 8px 60px 8px 0;
  display: flex;
}

.dropdown-list {
  z-index: 1;
  background-color: #fff;
  inset: 64px auto 0% 0%;
}

.dropdown-list.w--open {
  border: 1px solid var(--accent-light);
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 100%;
  top: 55px;
  left: -1px;
  right: -1px;
}

.custom-dropdown-link {
  background-color: #fff;
  align-items: center;
  min-height: 3.5rem;
  display: flex;
}

.custom-dropdown-list {
  border: 1px solid var(--accent-light);
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  top: 54px;
  left: -1px;
  right: -1px;
  overflow: hidden;
}

.custom-dropdown-list.w--open {
  border-radius: 3px;
  top: -1px;
}

.success-message-custom {
  background-color: #0000;
}

.text-size-custom-3 {
  font-size: 4rem;
}

.cta-multi-divider {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.cta-multi-divider.is-grey {
  background-color: var(--border-2);
}

.cta-multi-divider.is-darkgrey {
  background-color: var(--slate-grey);
}

.menu-button {
  display: none;
}

.home-slider-arrow {
  background-color: #0000;
  border: 0 #0000;
  align-items: center;
  width: 4rem;
  display: flex;
}

.home-slider-arrow.arrow-left {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-slider-arrow.arrow-right {
  background-color: #0000;
  border: 0 #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pagination {
  position: absolute;
  inset: 0%;
}

.home-slider-collection-item {
  transition: all .2s;
}

.home-slider-collection {
  z-index: 0;
  height: 100%;
  min-height: 100%;
  display: none;
}

.slide-image-wrapper-event {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5.5rem;
  padding-left: 4rem;
  padding-right: 0;
  display: flex;
}

.product-highlight-content-event-copy, .slide-content-product {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 5.5rem 4rem 11rem;
  display: flex;
}

.event-content {
  grid-column-gap: 40px;
  display: flex;
}

.event-meta {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.dropdown {
  z-index: 9999;
}

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

.modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #001f5b66;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal.text {
  background-color: var(--primary-brand-color-3);
}

.modal.hidden, .modal.is-hidden {
  display: none;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  min-width: 500px;
  margin-bottom: 10vh;
  padding: 20px 30px;
  display: flex;
  box-shadow: 1px 1px 3px #001f5b66;
}

.div-block-4 {
  border: 1px solid #000;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  margin-bottom: 30px;
}

.region-btn {
  color: var(--secondary-brand-color-1);
  background-color: #fff;
  border: 2px solid #00b99ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Proximanova, sans-serif;
  font-weight: 600;
}

.region-btn:hover {
  background-color: var(--secondary-brand-color-1);
  color: #fff;
  box-shadow: 1px 1px 6px #0000001a;
}

.btn-english {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
}

.btn-spanish {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.sub-nav-container {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--border-2);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 91px 0% auto;
  box-shadow: 0 10px 6px #0000001a;
}

.sub-nav-category-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 41px 30px;
  display: flex;
  overflow: hidden;
}

.sub-nav-link-group {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.sub-nav-group-image {
  width: auto;
  min-width: auto;
  max-width: 50%;
}

.sub-nav-group-links {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.category-links {
  grid-row-gap: 11px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.category-nav-link {
  color: #201d1d;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-weight: 500;
  line-height: 1.3;
  transition: all .25s;
  display: block;
}

.category-nav-link:hover {
  background-color: var(--primary-brand-color-2);
  color: #fff;
}

.sub-nav-category-title {
  color: var(--black);
  font-family: Proximanova, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}

.sub-nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(1px, auto));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: flex;
}

.image-5 {
  width: auto;
}

.super-menu-trigger {
  align-items: center;
  height: 91px;
  display: flex;
}

.intro-content-2-col {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-results-search {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 510px;
  margin-bottom: 0;
  display: flex;
}

.search-results-input {
  border: 1px #000;
  border-radius: 200px;
  max-width: 100%;
  height: 62px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.search-results-label {
  color: #fff;
  margin-bottom: 0;
}

.search-result-item {
  border: 1px solid var(--accent-light);
  border-radius: 6px;
  padding: 15px 20px;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.search-result-item-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.search-result-link-meta {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-size: .9rem;
}

.search-result-text {
  color: var(--black);
  font-size: 1.1rem;
  line-height: 1.6;
}

.fs-checkbox_field-1 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_field-1:hover {
  color: #696969;
  border-color: #696969;
}

.fs-checkbox_field-1.is-active {
  color: #fff;
  background-color: #501aff;
  border-color: #501aff;
}

.fs-checkbox_icon-1 {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.fs-checkbox_button-1 {
  opacity: 1;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000;
}

.fs-checkbox_button-1.w--redirected-checked {
  background-color: #0000;
  background-image: none;
}

.fs-checkbox_button-1.w--redirected-focus {
  box-shadow: none;
}

.fs-checkbox_button-1.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox_label-1 {
  z-index: 1;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.fs-radio_field-1 {
  color: #000;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-radio_field-1:hover {
  opacity: 1;
  color: #696969;
  border-color: #696969;
}

.fs-radio_icon-1 {
  z-index: 1;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
}

.fs-radio_button-1 {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-1.w--redirected-focus {
  box-shadow: none;
}

.fs-radio_button-1.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-1 {
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
}

.resource-filter-tabs {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.product-guides-tab {
  display: none;
}

.product-guide-collection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.product-search-filter {
  border: 0px solid var(--accent-light);
  border-radius: 4px;
  flex: 1;
  width: 100%;
  min-width: 250px;
  max-width: 400px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 1.1rem;
}

.product-search-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.search-filter-wrapper {
  grid-column-gap: 12px;
  object-fit: fill;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: static;
}

.item-count-wrapper {
  grid-column-gap: 8px;
  display: flex;
}

.item-count {
  font-weight: 600;
}

.filter-dd-item {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.filter-dd-item:hover {
  opacity: .7;
}

.filter-dd-item:focus-visible, .filter-dd-item[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filter-dd-item.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.filter-dd-reset {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.filter-dd-reset:focus-visible, .filter-dd-reset[data-wf-focus-visible] {
  z-index: 2;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
  position: relative;
}

.filter-dd-toggle {
  border: 2px solid #000;
  border-radius: .25rem;
  padding: .75rem 4rem .75rem 1rem;
  display: none;
}

.filter-dd-toggle:focus-visible, .filter-dd-toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filter-dd-list {
  background-color: #0000;
}

.filter-dd-list.w--open {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  margin-top: 1rem;
}

.fs-select_link-block-icon-5 {
  width: 1.5rem;
  margin-right: .5rem;
}

.filter-dd {
  z-index: 99;
  margin-left: 0;
}

.fs-select_field-5 {
  margin-bottom: 0;
  display: none;
}

.multi-checkbox {
  background-color: var(--accent-light);
  border-radius: 4px;
  padding: 12px 20px 12px 40px;
}

.fs-checkbox_label {
  margin-bottom: 1rem;
}

.fs-checkbox_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
  min-height: 3rem;
  display: grid;
}

.fs-checkbox_label-1-2 {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.subcategory-container {
  align-items: center;
  display: flex;
}

.header-container {
  background-color: var(--primary-brand-color-1);
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
  position: static;
}

.header-container.padding-global {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2.5rem;
  position: relative;
}

.heading-2 {
  color: var(--border-1);
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-image {
  z-index: 1;
  border: 1px none var(--primary-brand-color-3);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  width: 50vw;
  height: 100px;
  position: absolute;
  inset: 100px -20px auto auto;
  transform: rotate(0);
}

.div-block-5 {
  margin-top: 70px;
  padding-top: 50px;
}

.div-block-6 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.flex-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.heading-3 {
  margin-bottom: 0;
}

.divider {
  background-color: var(--accent-light);
  height: 1px;
  min-height: 1px;
  color: var(--slate-grey);
  margin-top: 30px;
}

.div-block-7 {
  background-color: var(--primary-brand-color-3);
}

.image-6 {
  width: 60%;
  max-height: 200px;
  display: none;
  position: absolute;
  inset: auto -10% -25% auto;
  overflow: visible;
}

.diagram-image {
  margin-top: 40px;
}

.text-block {
  line-height: 2;
}

.tabs-menu {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: 120px;
}

.tab-container {
  border: 1px solid #0000000d;
  border-radius: 8px;
}

.tab-container.resource-filter-button {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-container.resource-filter-button.w--current {
  display: flex;
}

.table-column {
  border: .5px solid #0000001a;
  border-radius: 6px;
  width: 100%;
  min-width: 120px;
  margin-right: 20px;
  overflow: hidden;
}

.table-column.legend {
  min-width: 180px;
  max-width: 180px;
  margin-right: 0;
}

.table-header {
  background-color: var(--primary-brand-color-1);
  color: #fff;
  border: 2px #000;
  padding: 8px 6px;
}

.table-header.table-legend {
  border-style: none;
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-2 {
  background-color: #fff;
  border: 1px solid #0000001a;
  justify-content: flex-end;
  height: auto;
  padding: 5px;
  display: flex;
}

.text-block-2.legend-cell {
  justify-content: flex-start;
}

.heading-4 {
  color: #fff;
  font-size: 1.1rem;
}

.collection-list-wrapper-2 {
  border: 1px #000;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.collection-list-3 {
  object-fit: fill;
  object-position: 50% 50%;
  border: 1px #000;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: none;
  display: flex;
  overflow: visible;
}

.t-head {
  background-color: var(--primary-brand-color-1);
  color: #fff;
  padding: 6px 8px;
}

.cell {
  text-align: right;
  background-color: #fff;
  width: 120px;
  padding: 7px 6px;
}

.t-label {
  background-color: #fff;
  padding: 5px 6px;
  font-weight: 600;
}

.table-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.packaging-table {
  border: 1px #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px #0000001a;
}

.collection-list-wrapper-3 {
  max-width: none;
}

.image-7 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.link-block {
  width: 100%;
}

.div-block-9 {
  background-color: var(--primary-brand-color-1);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-5 {
  color: #fff;
}

.body {
  background-color: #f4f8fd;
}

.collection-item-2 {
  border: 1px solid #000;
  justify-content: center;
  height: 100%;
  min-height: 480px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-wrapper-4 {
  padding-top: 30px;
}

.grid-6 {
  height: 100px;
}

.image-8 {
  width: 80%;
  min-width: 200px;
  position: absolute;
  inset: 10% -10% auto auto;
  transform: rotate(17deg);
}

.div-block-10 {
  overflow: hidden;
}

.utility-links {
  justify-content: space-between;
  display: flex;
}

.tooltip {
  z-index: 100000;
  border: 1px none var(--border-2);
  opacity: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: none;
  position: absolute;
  inset: -210px 0% auto;
  box-shadow: 2px 2px 10px 1px #0000001a;
}

.image-9 {
  width: 100px;
}

.tooltip-arrow {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -8px;
  transform: rotate(45deg);
}

.tabs {
  position: static;
}

.tabs-content {
  overflow: visible;
}

.size-container {
  border: 1px solid var(--primary-brand-color-1);
  border-radius: 4px;
  width: 110px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}

.heading-6 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.size-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.tag-container {
  background-color: var(--primary-brand-color-3);
  color: #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 10px;
  font-size: .9rem;
}

.bold-text-2 {
  font-size: .8rem;
}

.text-block-3 {
  font-weight: 600;
}

.checkbox-field {
  background-color: var(--primary-brand-color-3);
  margin-bottom: 0;
  padding: 8px 8px 8px 30px;
}

.checkbox-field.filter-checkbox {
  background-color: var(--border-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  margin-right: 6px;
  padding-left: 32px;
  padding-right: 10px;
  display: none;
}

.checkbox-label {
  padding-left: 6px;
  font-weight: 600;
}

.select-field {
  min-width: 200px;
  height: 50px;
  color: var(--accent-dark);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.1rem;
  display: block;
}

.select-field.region-dropdown {
  display: none;
}

.text-block-4 {
  color: var(--slate-grey);
}

.section {
  background-color: #0000;
  margin-top: -70px;
  position: relative;
}

.blue-container {
  background-color: var(--primary-brand-color-1);
  position: absolute;
  inset: 68px 0 -5px;
}

.div-block-12 {
  background-color: var(--primary-brand-color-1);
}

.breadcrumb-link-2 {
  grid-column-gap: 6px;
  color: #bfd1dc;
  align-items: center;
  display: flex;
}

.breadcrumb-link-text-2 {
  color: #bfd1dc;
  line-height: 1rem;
}

.breadcrumb-link-text-2.active {
  color: #fff;
  font-weight: 600;
}

.heading-7 {
  color: #f4f8fd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-container-2 {
  background-color: #001f5b;
  align-items: center;
  height: 90px;
  display: flex;
  position: static;
}

.divider-2 {
  color: #627293;
  background-color: #bfd1dc;
  height: 1px;
  min-height: 1px;
  margin-top: 30px;
}

.elbow-wrapper {
  border-top: 1px solid var(--accent-light);
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.heading-8 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}

.div-block-13 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-10 {
  max-height: 220px;
  margin-bottom: 10px;
}

.heading-9 {
  margin-top: 10px;
  font-size: 1.75rem;
}

.div-block-14 {
  justify-content: space-between;
  display: flex;
}

.pdf-btn {
  border: 2px solid var(--primary-brand-color-1);
  color: var(--primary-brand-color-1);
  background-color: #0000;
  border-radius: 4px;
  font-weight: 500;
  display: none;
}

.button-3 {
  border: 2px solid var(--primary-brand-color-1);
  color: var(--primary-brand-color-1);
  background-color: #0000;
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 500;
}

.heading-10 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.div-block-15 {
  flex: 1;
  min-height: 0;
  max-height: 100%;
}

.botton-resources {
  border: 1px #000;
  flex-direction: column;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.banner-wrapper {
  width: 100vw;
  height: 600px;
  max-height: 600px;
  display: flex;
}

.banner-image {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  background-clip: border-box;
  width: 50%;
  height: 100%;
  display: block;
}

.banner-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.heading-11 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1rem;
}

.heading-12 {
  text-transform: uppercase;
}

.custom-btn-container {
  margin-top: 40px;
  display: flex;
}

.button-4 {
  margin-left: 25px;
}

.button-4.is-secondary.banner-btn {
  border: 2px solid var(--primary-brand-color-1);
  color: var(--primary-brand-color-1);
  background-color: #0000;
  padding: 15px 20px;
  font-family: Proximanova, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.banner-btn {
  background-color: var(--slate-grey);
  color: #fff;
  border-radius: 4px;
  padding: 17px 25px 15px;
  font-family: Proximanova, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.slide-4 {
  height: 600px;
  min-height: 600px;
  max-height: 600px;
}

.slider-3 {
  background-color: #fff;
  height: 600px;
}

.html-embed {
  font-family: Proximanova, sans-serif;
  font-weight: 600;
}

.html-embed-2, .collection-list-4 {
  display: none;
}

.image-11 {
  object-fit: cover;
  border-radius: 15px;
  width: 150px;
  height: 150px;
}

.search-button-2 {
  display: none;
}

.search-input {
  border-radius: 12px;
}

@media screen and (min-width: 1280px) {
  .padding-global.bg-blue {
    background-color: var(--primary-brand-color-1);
    color: var(--primary-brand-color-1);
    position: relative;
  }

  .home-slider_component {
    display: block;
  }

  .home-slider_component.is-hidden {
    display: none;
  }

  .home-slider-grid {
    grid-template-columns: minmax(20rem, 38rem) 1fr;
  }

  .home-decoration-edge {
    height: 70px;
    min-height: 70px;
  }

  .breadcrumb-wrapper.piping-breadcrumbs {
    padding-top: 10px;
  }

  .product-list-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .piping-category-card.straight-pipe {
    background-position: -500% 30%;
  }

  .piping-category-card.straight-pipe.piping-card-container {
    height: 300px;
  }

  .piping-category-card.manual-card {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .home-slider-arrow.arrow-left {
    margin-left: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .home-slider-arrow.arrow-right {
    z-index: 99;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .pagination {
    z-index: 1;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .home-slider-collection {
    display: block;
  }

  .home-slider-collection.is-hidden {
    display: none;
  }

  .sub-nav-container {
    z-index: 10;
    display: none;
  }

  .header-container {
    height: 80px;
  }

  .header-image {
    height: 120px;
    top: 80px;
    right: -20px;
  }

  .image-8 {
    min-width: 200px;
  }

  .header-container-2 {
    height: 80px;
  }

  .image-10 {
    max-height: 220px;
    display: inline-block;
  }

  .heading-11 {
    margin-bottom: 30px;
    line-height: 1rem;
  }

  .heading-12 {
    line-height: 2rem;
  }

  .custom-btn-container {
    margin-top: 30px;
  }

  .banner-btn {
    background-color: var(--primary-brand-color-1);
  }
}

@media screen and (min-width: 1440px) {
  .padding-global.m--120px {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global.bg-blue {
    background-color: var(--primary-brand-color-1);
    position: relative;
  }

  .home-slider-grid {
    grid-template-columns: minmax(20rem, 43.5rem) 1fr;
  }

  .home-decoration-edge {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    height: 94px;
    min-height: 70px;
  }

  .breadcrumb-wrapper.piping-breadcrumbs {
    padding-top: 10px;
  }

  .sub-nav-container {
    z-index: 100;
  }

  .sub-nav-grid {
    grid-template-columns: repeat(auto-fit, minmax(1px, auto));
  }

  .header-container {
    position: relative;
  }

  .header-image {
    z-index: 1;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 30vw;
    min-width: 750px;
    height: auto;
    min-height: 120px;
    top: 80px;
    right: -20px;
  }

  .image-6 {
    max-height: none;
    display: block;
  }

  .div-block-8 {
    background-color: var(--primary-brand-color-1);
  }

  .piping-header-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    width: auto;
    min-width: 200px;
    height: 60%;
    top: 0%;
    right: -30px;
    transform: rotate(0);
  }

  .header-container-2 {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-top.padding-large.text-align-center.hide-desktop {
    display: block;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-weight-semibold {
    border-bottom: 1px solid var(--border-2);
  }

  .text-size-medium {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_component {
    z-index: 100000;
    overflow: visible;
  }

  .nav_container {
    position: relative;
  }

  .nav_menu {
    display: none;
  }

  .section-home-slider {
    z-index: 0;
    height: 510px;
  }

  .home-category-grid {
    grid-column-gap: 0px;
    border-radius: 12px;
    margin-top: 60px;
    display: flex;
    overflow: hidden;
  }

  .home-category-box.padding-medium {
    border-radius: 0;
    box-shadow: 0 14px 30px #0000;
  }

  .home-slider_component {
    height: 100%;
    min-height: auto;
  }

  .home-slider-grid {
    grid-row-gap: 0px;
    grid-template-columns: minmax(290px, 40vw) 1fr;
    min-height: 32rem;
  }

  .slider-image-wrapper-product {
    align-items: center;
    padding-top: 0;
    padding-right: 2rem;
  }

  .slide-content-event {
    padding: 3.8rem 3rem;
  }

  .slide-content-heading.is-uppercase.text-color-teal {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .product-category-thumbnail {
    max-height: 130px;
  }

  .home-decoration-edge {
    min-height: 50px;
  }

  .resource-cta-container.padding-medium {
    grid-column-gap: 20px;
  }

  .footer-grid {
    grid-row-gap: 50px;
    flex-direction: row;
    display: flex;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .home-certifications-grid {
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    place-content: center;
    justify-items: center;
  }

  .about-image-bg {
    height: 100%;
  }

  .cta-columns {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slider-arrow {
    top: auto;
    bottom: 100px;
  }

  .faq-grid {
    grid-template-columns: 1fr 4fr;
  }

  .faq-question-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-detail-grid {
    grid-template-columns: minmax(20rem, 1fr);
  }

  .product-resources-link.text-color-grey {
    justify-content: center;
  }

  .product-tabs-menu {
    width: 100vw;
  }

  .slider-navigation.e-commerce {
    width: 100%;
  }

  .tab-pane-wrapper {
    width: 100vw;
    margin-left: 0;
  }

  .tab-pane-wrapper.cement-content {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list-grid {
    grid-template-columns: 1fr;
  }

  .resource-filter-button {
    max-width: 22vw;
  }

  .resource-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .piping-category-card.straight-pipe {
    background-position: 3vw 31%;
    min-width: 320px;
  }

  .piping-category-card._90-elbow {
    background-position: 5vw -10vh;
    background-size: contain;
  }

  .piping-category-card._45-elbow {
    background-position: 5vw -4vh;
    background-size: contain;
  }

  .pvc-conduit-category-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .home-category-image-wrapper {
    justify-content: center;
    align-items: center;
    height: 130px;
    display: flex;
  }

  .cubiark-garden-category-wrapper {
    flex-direction: column;
  }

  .planter-cta.indoor, .planter-cta.outdoor {
    width: 100vw;
    height: 40vh;
  }

  .nav_menu-mobile {
    z-index: 1;
    background-color: #fff;
    height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    display: flex;
  }

  .contact-us-content-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    position: static;
  }

  .cta-multi-divider.is-grey {
    background-color: var(--accent-light);
    width: 100%;
    height: 1px;
  }

  .cta-multi-divider.is-darkgrey {
    width: 100%;
    height: 1px;
  }

  .menu-button {
    z-index: 1;
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: var(--primary-brand-color-1);
    border-radius: 3px;
    overflow: hidden;
  }

  .mobile-link-wrapper {
    border-top: 1px solid var(--accent-light);
  }

  .home-slider-arrow {
    width: 80px;
  }

  .home-slider-collection {
    height: 100%;
    min-height: auto;
  }

  .slide-image-wrapper-event {
    align-items: center;
    padding-top: 0;
    padding-right: 2rem;
  }

  .product-highlight-content-event-copy, .slide-content-product {
    padding: 3.8rem 3rem;
  }

  .event-content {
    grid-column-gap: 30px;
  }

  .is-darkblue {
    color: var(--primary-brand-color-1);
  }

  .modal.is-hidden {
    z-index: 10000;
    display: none;
  }

  .div-block-3 {
    z-index: 100;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
  }

  .product-search-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .search-filter-wrapper {
    justify-content: center;
    margin-bottom: 20px;
  }

  .header-container {
    align-items: flex-start;
    height: 110px;
  }

  .header-image {
    background-position: 100%;
    background-size: cover;
    width: 80vw;
    height: 170px;
    top: 60%;
  }

  .diagram-image {
    width: 90vw;
  }

  .tab-container.resource-filter-button, .tab-container.resource-filter-button.w--current {
    max-width: 22vw;
  }

  .image-7 {
    width: 90vw;
  }

  .shipping-info-container {
    margin-bottom: 20px;
    display: flex;
  }

  .bold-text {
    margin-right: 10px;
  }

  .header-container-2 {
    align-items: flex-start;
    height: 110px;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .heading-9 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .elbow-table {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-top.padding-medium {
    width: 100%;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    flex: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.m--120px {
    margin-top: 20px;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-color-white {
    font-size: 1.2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: 1.1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-weight-semibold {
    transition: all .2s;
  }

  .text-size-large.text-weight-semibold:hover {
    background-color: var(--border-2);
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .page-wrapper.solvent-overview {
    max-width: 100vw;
    overflow: hidden;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .nav_menu {
    display: none;
  }

  .section-home-slider {
    height: 750px;
  }

  .home-category-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: flex;
  }

  .home-category-box.padding-medium {
    border-radius: 12px;
  }

  .home-slider_component {
    height: 100%;
    min-height: 70vh;
  }

  .home-slider-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    height: 800px;
    display: flex;
  }

  .slider-image-wrapper-product {
    padding: 2rem 3rem;
  }

  .slide-content-event {
    padding: 3rem 2rem;
  }

  .product-highlight-image {
    max-width: 280px;
  }

  .home-decoration-edge {
    min-height: 40px;
  }

  .home-product-resources-grid {
    flex-direction: column;
    display: flex;
  }

  .footer-grid {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .text-color-orange, .text-color-teal {
    text-align: center;
  }

  .footer-link-group, .footer-links {
    align-items: center;
  }

  .text-color-light-grey {
    text-align: center;
    font-size: 1.1rem;
  }

  .text-color-green.text-weight-semibold {
    text-decoration: underline;
  }

  .footer-about.padding-right.padding-medium {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .footer-links-misc {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .vertical-divider.is-grey {
    display: none;
  }

  .grid-3 {
    grid-row-gap: 30px;
  }

  .footer-copyright {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .home-certifications-grid {
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }

  .home-about-columns {
    flex-direction: column;
  }

  .slider-arrow {
    inset: 20% 0% auto;
  }

  .content-h1 {
    font-size: 55px;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-question-wrapper {
    max-width: 95vw;
  }

  .product-resources-link.text-color-grey {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .product-tab-link {
    justify-content: center;
    width: 100%;
  }

  .product-tabs-collection-list-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }

  .tab-meta-grid.safety-precautions-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tab-meta-grid.application-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tab-meta-grid.quality-assurance-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .flex-vertical {
    width: 100%;
  }

  .product-list-grid {
    grid-template-rows: 550px 550px;
    grid-template-columns: 1fr;
    grid-auto-rows: 550px;
  }

  .product-list-item-wrapper {
    min-height: 300px;
  }

  .product-list-resource-wrapper {
    border-top: 1px none var(--border-2);
  }

  .product-list-resource-wrapper.second-item {
    border-top-style: solid;
  }

  .product-list-items {
    height: 100%;
  }

  .resource-filter-button {
    width: 90vw;
    max-width: none;
  }

  .resource-collection-list {
    grid-template-columns: 1fr;
    width: 90vw;
  }

  .product-search-group {
    max-width: none;
    margin-bottom: 20px;
  }

  .search-reset-icon {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .search-reset-button {
    justify-content: center;
  }

  .piping-category-card.straight-pipe {
    background-image: linear-gradient(#0000, #0000);
    height: 100px;
    min-height: 350px;
    max-height: 0;
    padding-top: 300px;
    display: flex;
  }

  .piping-category-card.straight-pipe.piping-card-container {
    flex-direction: column;
    justify-content: flex-end;
    height: 250px;
    min-height: 320px;
  }

  .piping-category-card._90-elbow {
    background-position: 18vw -25vh;
    background-size: 580px;
    padding-top: 300px;
  }

  .piping-category-card._45-elbow {
    background-position: 23vw -12vh;
    background-size: 560px;
    padding-top: 300px;
  }

  .piping-category-card.manual-card {
    flex-direction: column;
    display: flex;
  }

  .pvc-conduit-category-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .indoor-planters-category-grid {
    grid-template-columns: 1fr;
  }

  .about-col-content {
    flex-direction: column;
  }

  .about-col-image-wrapper.about-image-1, .about-col-image-wrapper.about-image-2, .about-col-text-wrapper {
    width: 100%;
  }

  .nav_menu-mobile {
    flex: 1;
    display: flex;
  }

  .cta-multi-divider {
    width: 100%;
    height: 1px;
  }

  .cta-multi-divider.is-darkgrey {
    background-color: var(--slate-grey);
  }

  .menu-button {
    display: none;
  }

  .menu-button.w--open {
    transition: all .2s;
  }

  .mobile-link-wrapper {
    border-top: 1px solid var(--accent-light);
    display: block;
  }

  .home-slider-collection {
    height: 100%;
    min-height: 70vh;
  }

  .slide-image-wrapper-event {
    min-height: 370px;
    padding: 2rem 3rem;
  }

  .product-highlight-content-event-copy, .slide-content-product {
    padding: 3rem 2rem;
  }

  .div-block-3 {
    width: 500px;
    min-width: auto;
    max-width: 90vw;
  }

  .btn-english {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .btn-spanish {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .product-search-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .search-filter-wrapper {
    flex-direction: column;
  }

  .item-count-wrapper {
    margin-top: 20px;
  }

  .fs-checkbox_row {
    grid-auto-flow: row;
  }

  .header-image {
    width: 80vw;
    height: 45vw;
    display: none;
    inset: 65% -70px 0% auto;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .flex-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-container.resource-filter-button, .tab-container.resource-filter-button.w--current {
    width: 90vw;
    max-width: none;
    margin-bottom: 10px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    margin-top: 15px;
  }

  .utility-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .select-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-10 {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .grid-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-9 {
    font-size: 1.4rem;
  }

  .botton-resources {
    height: 260px;
  }

  .banner-wrapper {
    flex-direction: column-reverse;
    height: 750px;
    max-height: none;
  }

  .banner-image {
    width: 100%;
    height: 400px;
  }

  .banner-content {
    width: 100%;
    height: 350px;
    max-height: none;
    padding-bottom: 0;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .slider-3 {
    height: 750px;
    max-height: 800px;
  }
}

@media screen and (max-width: 479px) {
  .padding-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-left.padding-small.cta-btn {
    width: 100%;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-xlarge {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .padding-horizontal.padding-huge.padding-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .margin-top.margin-medium.display-inlineflex.cta-banner {
    flex-direction: column;
    width: 100%;
  }

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

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

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

  .text-weight-semibold {
    line-height: 1.3;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.m--120px {
    margin-top: 0;
  }

  .text-color-white.fixed-width.align-center {
    font-size: 1rem;
    line-height: 1.4;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .heading-style-h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .main-wrapper {
    margin-top: 0;
  }

  .button.is-secondary.cta-btn {
    width: 100%;
  }

  .button.is-icon.is-teal.cta-btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-size-medium {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .padding-section-medium {
    padding-right: 6px;
  }

  .section-home-slider {
    height: 650px;
  }

  .section-home-product-categories.z-index-1 {
    overflow: hidden;
  }

  .home-slider-grid {
    height: 900px;
  }

  .slide-content-event {
    padding: 2.4rem 1.2rem;
  }

  .slide-content-heading.is-uppercase.text-color-teal {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .home-decoration-edge {
    min-height: 20px;
  }

  .section-home-resources {
    overflow: hidden;
  }

  .resource-cta-container.padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-color-orange, .text-color-teal {
    text-align: center;
  }

  .footer-links-misc {
    display: none;
  }

  .section-home-certifications, .section-home-about {
    overflow: hidden;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .question-title {
    flex: 1;
  }

  .material-icon._24 {
    border: 1px #000;
  }

  .product-tabs-menu {
    flex-direction: column;
  }

  .product-tab-link {
    justify-content: center;
  }

  .tab-meta-grid.application-tab {
    grid-template-rows: auto;
  }

  .search-button.is-icon.material-icon.icon24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-search-group {
    min-width: auto;
  }

  .piping-category-card.straight-pipe {
    background-position: 10vw 25px;
    min-width: 300px;
    padding-top: 100px;
  }

  .piping-category-card.straight-pipe.piping-card-container {
    height: 250px;
    min-height: 250px;
  }

  .piping-category-card._90-elbow {
    background-position: 19vw -4vh;
    background-size: 300px;
  }

  .piping-category-card._45-elbow {
    background-position: 30vw 0;
    background-size: 300px;
  }

  .about-col-text-wrapper {
    order: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav_menu-mobile {
    display: block;
  }

  .about-timeline-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .25fr 1fr;
  }

  .outdoor-planters-category-grid-copy {
    grid-template-columns: 1fr;
  }

  .form-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-slider-arrow {
    width: 52px;
  }

  .paragraph {
    line-height: 1.4;
  }

  .product-highlight-content-event-copy, .slide-content-product {
    padding: 2.4rem 1.2rem;
  }

  .modal.is-hidden {
    display: none;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .product-search-filter {
    min-width: auto;
  }

  .header-container {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .header-image {
    height: 80px;
    bottom: -40px;
    left: 10%;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .diagram-image {
    margin-top: 0;
  }

  .text-block {
    line-height: 1.7;
  }

  .tabs-menu {
    flex-direction: column;
  }

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

  .heading-7 {
    text-align: center;
    font-size: 1.5rem;
  }

  .header-container-2 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .heading-8 {
    font-size: 1.4rem;
  }

  .botton-resources {
    min-height: 260px;
    max-height: 280px;
  }

  .banner-wrapper {
    height: 650px;
  }

  .banner-image {
    height: 300px;
  }

  .banner-content {
    height: 350px;
    max-height: none;
    padding-bottom: 0;
  }

  .heading-12 {
    font-size: 1.5rem;
  }

  .custom-btn-container {
    margin-bottom: 25px;
  }

  .slider-3 {
    height: 650px;
  }
}

#w-node-_78fa4778-315f-3c67-762b-813ee44852c9-e44852c4, #w-node-_78fa4778-315f-3c67-762b-813ee44852e1-e44852c4, #w-node-_78fa4778-315f-3c67-762b-813ee44852fb-e44852c4, #w-node-_78fa4778-315f-3c67-762b-813ee44852f0-e44852c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78fa4778-315f-3c67-762b-813ee448530d-e44852c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78fa4778-315f-3c67-762b-813ee4485326-e44852c4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0e151b1d-0f09-e173-6059-a365aa9f4f8e-a7f625bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_784f8ec7-60aa-bb0a-a9ba-4fc532688160-1103f62e, #w-node-_795ec2a4-f8d2-9f4c-d9b9-0d75cf894bd7-1103f62e, #w-node-_3f3b4708-a2c3-01d7-7ed8-34d0d375cb7b-1103f62e, #w-node-_34265d9d-d732-d815-bad9-168bd3681b61-1103f62e, #w-node-c4870cd8-f6c6-83f6-1eee-ab606f6caf07-1103f62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f23d6355-a8a6-dac0-2c29-e1347bd0ce72-1103f62e, #w-node-_15cb49b4-45f5-9898-f8da-5b57a6ee2a97-1103f62e, #w-node-_87d010ef-2d0c-9fa5-9449-2d4af56fa486-1103f62e, #w-node-_2a289624-a0a5-f44e-73ab-01b02d6598b2-1103f62e, #w-node-_294a1aeb-2e88-a31d-e576-e3b46f906d33-1103f62e, #w-node-_9c38ea26-a0de-877b-f8e0-4fb9907e0529-1103f62e, #w-node-fa8fcb2b-847d-11bd-3eb5-c35fc3030ee5-1103f62e, #w-node-f9d61a19-0ebf-76d0-322b-325b5521cdfa-1103f62e, #w-node-_82099cab-03c5-59e5-221d-1f477b08be1e-1103f62e, #w-node-e45f368a-a2d0-e11f-ba66-b07374fc2220-1103f62e, #w-node-_275b8c0c-d4d8-9cdd-eda7-3656fd196591-1103f62e, #w-node-f9af59a0-3577-6316-245c-dbf7479527a1-1103f62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e703f631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e703f631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e703f631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e703f631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e703f631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e703f631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e703f631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e703f631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e703f631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-e703f631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e703f631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e703f631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e703f631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e703f631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e703f631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e703f631 {
  justify-self: start;
}

#w-node-_2f0fb8a1-6a5d-bada-a721-49a87554cba0-7554cb98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3cdcc760-174d-b449-c59b-d4806486e040-64d47a7c, #w-node-_3cdcc760-174d-b449-c59b-d4806486e078-64d47a7c, #w-node-a4e793b2-15b0-bf4b-f37e-efe675b3792e-64d47a7c, #w-node-_6595a80c-4449-5e18-f0cb-d74954935698-64d47a7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b14f97d2-9960-13aa-b4fd-c4848a4aa175-201d86f7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-_282098d7-564c-f1a8-d134-f7bc4679444c-201d86f7, #w-node-c9917ca6-dbca-ad32-97e1-9443a5cd5b0c-201d86f7, #w-node-ba2c0849-a84c-8aa6-0d98-14ad57cb946c-201d86f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_372ce867-cec7-5ca8-5fa0-fa5f6c5e17c6-201d86f7, #w-node-_109830db-cbc6-0f1f-9c33-9f7211f98ed8-201d86f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e662475d-c92b-fe6d-a8f0-5bd641bd1d4f-cb8705bb {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_32ff5b41-ec55-77c7-6f71-de0dc81c591e-cb8705bb, #w-node-b3f33e5c-0f5b-0eb2-dd7d-678e864f4ed5-cb8705bb, #w-node-_36637dfb-f07e-f266-bed6-82525a70a066-cb8705bb, #w-node-_0211c804-6ade-dbee-889a-3315e870f2be-cb8705bb, #w-node-c12b04f8-9a6e-d277-42c3-5fd237927156-cb8705bb, #w-node-a6e89c3a-fd99-8914-461f-5bacc459c7da-cb8705bb, #w-node-dfb1ccd4-b94e-6692-4973-b49bf26ede9b-cb8705bb, #w-node-_6f940e6f-6529-aa1d-88cc-3f7ce99d2405-cb8705bb, #w-node-_95d82649-0c06-4d5f-df77-7dab64c6dc1d-cb8705bb, #w-node-_0fd9c6a7-5ef2-fb19-5ad1-2b2f4a1abf43-cb8705bb, #w-node-a91eeacb-12e0-93b4-428c-75b0aef2e97e-cb8705bb, #w-node-_22eafd3f-d430-41e8-e6ba-b2460fe7f352-cb8705bb, #w-node-_3e3e642c-56d8-3199-a8dd-1637a3aec099-cb8705bb, #w-node-_5d139de5-b8da-c49d-d897-0f835a0e372a-cb8705bb, #w-node-da2d8605-b2fd-593f-b72f-ae01d76eddd1-cb8705bb, #w-node-ee3d20b9-be18-d7b2-552a-ef2d80be3928-cb8705bb, #w-node-ab6126de-dcc6-f09b-6dc5-679d2fdd2801-cb8705bb, #w-node-_4e36724d-b022-f5da-fc0b-a73ed5656217-cb8705bb, #w-node-_34c722d4-2591-8a81-b59c-a1533740fd68-cb8705bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf589d20-d1cb-baad-9560-059956db478f-cb8705bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7eb6a202-c357-100f-9af4-80163371ff4e-cb8705bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_015021f8-2491-2fab-f3f0-8df01edcc3c3-cb8705bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_424b66ac-c869-0a55-cb71-e3afdcadc6af-cb8705bb, #w-node-e6f68f31-0933-9024-2f38-cf07f37665b9-cb8705bb, #w-node-e6f68f31-0933-9024-2f38-cf07f37665b0-cb8705bb, #w-node-e6f68f31-0933-9024-2f38-cf07f37665b8-cb8705bb, #w-node-e6f68f31-0933-9024-2f38-cf07f37665b4-cb8705bb, #w-node-e6f68f31-0933-9024-2f38-cf07f37665ba-cb8705bb, #w-node-dcdbfd86-0b91-d60b-2b3b-fdb08977c79f-cb8705bb, #w-node-d49c9227-b0a0-58ee-24ab-524c36007ad9-cb8705bb, #w-node-dcdbfd86-0b91-d60b-2b3b-fdb08977c7ac-cb8705bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcdbfd86-0b91-d60b-2b3b-fdb08977c7a8-cb8705bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_817ec1ba-884c-b76a-b914-9392716ca3f0-cb8705bb, #w-node-dcdbfd86-0b91-d60b-2b3b-fdb08977c7ad-cb8705bb, #w-node-_46f9cbe7-b660-8e91-00ba-6741f3f1548e-cb8705bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5be11fb1-66ad-1a92-bea7-374997c88dc8-73b46034 {
  place-self: stretch center;
}

#w-node-bb53421a-04df-5c50-16cc-48831ddfc38f-73b46034, #w-node-b49ba64b-eabd-01e3-63b2-a153c4288785-73b46034, #w-node-_7383043a-5d44-da76-fd86-a63afb4b0726-73b46034, #w-node-b871cd66-a859-34c0-dcb9-4b78b9ae1f20-73b46034, #w-node-_2cec9210-a77c-4598-5cf6-0b4e3ef3c0f3-73b46034, #w-node-_9587f88b-1377-006c-0f0a-27cfec4d17e6-73b46034, #w-node-_7956c7cc-34bf-c294-6040-0968404ca6fc-73b46034, #w-node-_7956c7cc-34bf-c294-6040-0968404ca6fd-73b46034, #w-node-a12175f8-7e7e-381b-7c10-628144981419-73b46034, #w-node-a12175f8-7e7e-381b-7c10-62814498141a-73b46034, #w-node-_1e994d9f-c219-defd-054d-0d863f17ce4b-a61e0dc5, #w-node-f511011a-f88b-fd96-5d8b-8855600d8622-a61e0dc5, #w-node-e92e41ba-954c-82a6-378f-439c8cf46e6d-a61e0dc5, #w-node-a14556aa-358c-a62e-9bff-4651b6b5a3f4-a61e0dc5, #w-node-_813f430f-1a43-a67c-0997-c5919a7584d8-a61e0dc5, #w-node-_1e994d9f-c219-defd-054d-0d863f17ce4b-5891d58f, #w-node-f511011a-f88b-fd96-5d8b-8855600d8622-5891d58f, #w-node-e92e41ba-954c-82a6-378f-439c8cf46e6d-5891d58f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_301ece7a-c92d-02ef-b28c-6448146ee749-64897c6b {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-f54b80e8-56d0-d1a2-80a4-ec8d92e3a5f0-64897c6b, #w-node-_540cac69-8c69-ef9e-aa4c-3bbf22c8a68d-64897c6b, #w-node-dba0319d-d56e-393f-0283-49b30e92f30b-64897c6b, #w-node-_26a9c0e2-b585-a9a4-25dc-c2869b5301a0-64897c6b, #w-node-_74362c2c-058e-cbdc-43c4-f6fc8b327316-64897c6b, #w-node-_5b87b678-6e58-58eb-f9c9-b45c2e029522-f48e04d7, #w-node-_7f59967d-1940-81fe-fbd7-8df04e38090c-f48e04d7, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d0d-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d0f-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d12-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d16-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d1a-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d1c-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d24-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d25-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d30-99066c60, #w-node-b371b34a-3f70-f865-53bd-8e939ce68d31-99066c60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6bc837b7-2d60-85a4-0436-f1ac0708d3c9-3a98031f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b14f97d2-9960-13aa-b4fd-c4848a4aa175-201d86f7 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b89db6d6-a5b3-2187-25d5-aabd66ffe526-cb8705bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6f68f31-0933-9024-2f38-cf07f37665b0-cb8705bb {
    grid-row: span 1 / span 1;
  }

  #w-node-_3112d7cf-8e93-0c57-c6c2-d31e109ee36d-cb8705bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6f68f31-0933-9024-2f38-cf07f37665b4-cb8705bb, #w-node-dcdbfd86-0b91-d60b-2b3b-fdb08977c7a8-cb8705bb {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83740815-2c66-2126-aef4-d4ae78b971a7-201d86f7, #w-node-_3b1c9d04-9727-c42a-b20f-4f3dfac76616-201d86f7, #w-node-_08f7f033-75c1-bbfc-4002-e107c51715d5-201d86f7, #w-node-f06c99e2-1336-d874-bb0e-acc582d3b898-201d86f7, #w-node-_5c5beba1-d463-b4f6-892e-684c5c5a36a1-201d86f7, #w-node-_388eff4d-acab-d26e-fec8-04a46261fc46-201d86f7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_98ebf5e7-6ac6-5286-bb30-a8e0e9ad800d-cb8705bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf589d20-d1cb-baad-9560-059956db478f-cb8705bb {
    grid-row: span 1 / span 1;
  }

  #w-node-_247a1622-5bce-b79d-5482-a9f25b6f9470-cb8705bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_015021f8-2491-2fab-f3f0-8df01edcc3c3-cb8705bb {
    grid-row: span 1 / span 1;
  }

  #w-node-_7137452f-85f3-db5a-1e24-57237e1beb40-cb8705bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-RegItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}