@media (min-width: 768px) {
  /* TO SHOW DOWNLOAD ELEMENTS DELETE THIS LINE TO ADJUST DISPLAY TO 4 ELEMENTS*/

  #block-system-main #downloads-section .section-content {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

/* --- END OF HIDDEN ELEMENTS LIST --- */

/* @font-face {
  font-family: 'Neue Haas Grotesk Display Pro 75 Bold';
  src: url('/images/1701597924_pp_neuehaasgroteskdisplaypro-75-bold.woff2') format('woff2'),
    url('/images/1701597919_pp_neuehaasgroteskdisplaypro-75-bold.woff') format('woff'),
    url('/images/1701597914_pp_neuehaasgroteskdisplaypro-75-bold.ttf') format('truetype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  ascent-override: 100%;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 65 Medium';
  src: url('/images/1701608859_pp_neue-haas-grotesk-display-pro-65-medium.woff2') format('woff2'),
    url('/images/1701608853_pp_neue-haas-grotesk-display-pro-65-medium.woff') format('woff'),
    url('/images/1701608847_pp_neue-haas-grotesk-display-pro-65-medium.ttf') format('truetype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  ascent-override: 100%;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
  src: url('/images/1701615357_pp_neuehaasgrotesktextpro55roman.woff2') format('woff2'),
    url('/images/1701615351_pp_neuehaasgrotesktextpro55roman.woff') format('woff'),
    url('/images/1701615344_pp_neuehaasgrotesktextpro55roman.ttf') format('truetype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  ascent-override: 100%;
} */

.region-content {
  z-index: unset !important;
}

/* HIDE FORMS */
.field-name-field-hidden-form,
.field-name-olypipe-above-ground-drainage-sy,
.field-name-know-more-about-evolved-traps,
.field-name-heat-networks-download-brochure-,
.field-name-heat-networks-find-out-more,
.field-name-chambers-free-t-shirt,
.field-name-chambers-free-drainage,
.field-name-chambers-email-form,
.field-name-free-on-plot-drainage-design-cos,
.field-name-chambers-grab-free-copy,
.field-name-free-drainage-design,
.field-name-polypipe-below-ground-drainage-s,
.field-name-free-t-shirt {
  display: none;
}

#block-system-main {
  background-color: #FFF;
  font-family: 'Neue Haas Grotesk Display Pro 65 Medium';
}

.color-white {
  color: #FFF;
}

.color-darkblue {
  color: #004B83;
}

.color-lightblue {
  color: #007DE1;
}

.color-orange {
  color: #FF7926;
}

.bgcolor-orange {
  background-color: #D0818C;
  color: #FFF;
}

bgcolor-cyan {
  background-color: #D0818C;
  color: #FFF;
}

.bgcolor-lightblue {
  background-color: #007DE1;
  color: #FFF;
}

#section-3.bgcolor-grey {
  padding: 100px 0 100px !important;
}

.bgcolor-grey {
  background-color: #F7F7F7;
}

.light-font {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
}

#block-system-main img {
  width: 100%;
}

#block-system-main h1,
#block-system-main h2 {
  font-weight: bold;
}

#block-system-main h3 {
  margin: 0 0 30px 0;
  line-height: 1.5em;
}

/* BUTTONS */
a.a-button {
  border: none;
  border-radius: 28px;
  padding: 10px 25px;
  display: inline-block;
}

a.a-button:hover {
  background-color: #FFF;
}

a.a-button.bgcolor-orange:hover {
  color: #000;
}

/* HEADER SECTION */
#header-section {
  position: relative;
}

.header-bgr {
  position: relative;
  z-index: 0;
}

.header-bgr img {
  width: 100%;
}

.header-content h1 {
  margin: 0;
}

#block-system-main .header-content h3 {
  margin: 10px 0 0 0;
}

/* SECTION 1 */
#section-1 {
  padding: 50px 0;
}

#section-1 a.a-button {
  border: 2px solid #007DE1;
}

#section-1 a.a-button:hover {
  border: 2px solid #007DE1;
  background: #FFF;
  color: #FF7926;
}

/* SECTION 2 */
#section-2 .section-row {
  padding: 50px 0;
}

#section-2 p {
  margin-bottom: 20px;
}

#section-2 p:last-child {
  margin-bottom: 0;
}

#section-2 h2 {
  margin: 0 0 40px 0;
}

#section-2 a.a-button,
#section-4 a.a-button,
#video-section a.a-button {
  border: 2px solid #FF7926;
}

#section-2 a.a-button:hover,
#section-4 a.a-button:hover,
#video-section a.a-button:hover {
  border: 2px solid #007DE1;
  background: #FFF;
  color: #FF7926;
}

/* VIDEO SECTION */
#video-section {
  padding: 50px 0;
}

#video-section h2,
#video-section p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#video-section .video-content h2 {
  line-height: 1.5em;
}

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

#video-section .video-inactive img {
  width: 100%;
  cursor: pointer;
}

/* POP-UP VIDEO IFRAME */
/* VIDEO */
.field-name-field-subfooter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.active-video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.field-name-field-subfooter .video-active .container {
  position: relative;
}

.active-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.field-name-field-subfooter .video-active {
  width: 100%;
  color: #FFFFFF;
  padding: 0 20px;
  width: 100%;
}

.field-name-field-subfooter .video-active.pop-up {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
  transition: .5s all;
}

.field-name-field-subfooter .close-video {
  width: 37px;
  height: 37px;
  border-radius: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
  color: #97A5B6;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
  z-index: 20;
}

.field-name-field-subfooter .close-video::after {
  content: "\D7";
}

.field-name-field-subfooter .close-video p {
  display: none;
}

/* SECTION 3 */
#section-3 {
  text-align: center;
  padding: 80px 0 0;
}

#section-3 h2 {
  margin: 0 0 50px 0;
  font-weight: normal;
}

#section-3 .s-item {
  margin: auto;
  max-width: 300px;
}

#section-3 .s-item img {
  width: auto;
  height: 180px;
  margin-bottom: 30px;
}

/* SECTION 4 */
#section-4 {
  padding: 50px 0;
  text-align: center;
}

/* SECTION DIVIDER */
.section-divider {
  text-align: center;
  position: relative;
}

.section-divider h5 {
  z-index: 2;
  background-color: #fff;
  letter-spacing: 10px;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
}

.section-divider::before {
  content: "";
  position: absolute;
  height: 1px;

  opacity: 0.6;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1;
}


/* SECTION 5 */
#section-5 {
  padding: 50px 0;
  text-align: center;
}

#section-5 .section-content {
  max-width: 800px;
  margin: auto;
}

#section-5 h2 {
  margin: 0 0 40px 0;
}

#section-5 h3 {
  margin: 0 0 20px 0;
}

/* DOWNLOADS SECTION */
#downloads-section {
  padding: 50px 0;
}

#downloads-section .section-content {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

#downloads-section .animated-box {
  width: 110px;
  height: 150px;
  margin: 0 auto 30px auto;
  position: relative;
}

#downloads-section .animated-box img {
  width: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#downloads-section .orange .animated-box img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#downloads-section .animated-box img.simple-hover {
  top: 100%;
  transform: translate(-50%, -100%);
}

#downloads-section .animated-box img.img-openbox.simple-hover {
  opacity: 1;
}

#downloads-section img.rotate-hover {
  top: 100%;
  -ms-transform: translate(-50%, -100%) rotate(90deg);
  transform: translate(-50%, -100%) rotate(90deg);
}

#downloads-section .animated-box img.img-openbox {
  width: 88px;
  opacity: 0;
}


#downloads-section .lightblue .animated-box {
  border: 4px solid #007DE1;
}

#downloads-section .darkblue .animated-box {
  border: 4px solid #007de1;
}

#downloads-section .green .animated-box {
  border: 4px solid #41B48C;
}

#downloads-section .orange a.a-button {
  border: 2px solid #FF7926;
  color: #FFF;
  background-color: #FF7926;
}

#downloads-section .orange a.a-button:hover,
#downloads-section .orange a.a-button.hover {
  border: 2px solid #FF7926;
  color: #FF7926;
  background-color: #FFF;
}

#downloads-section .lightblue a.a-button {
  border: 2px solid #007DE1;
  color: #FFF;
  background-color: #007DE1;
}

#downloads-section .lightblue a.a-button:hover,
#downloads-section .lightblue a.a-button.hover {
  border: 2px solid #007DE1;
  color: #007DE1;
  background-color: #FFF;
}

#downloads-section .darkblue a.a-button {
  border: 3px solid #007de1;
  background-color: #007de1;
  color: #000;
  font-size: 15px;
  padding: 14px 34px;
}

#downloads-section .darkblue a.a-button:hover,
#downloads-section .darkblue a.a-button.hover {
  border: 2px solid #004B83;
  background-color: #FFF;
}

#downloads-section .green a.a-button {
  border: 2px solid #41B48C;
  background-color: #41B48C;
  color: #000;
  font-size: 15px;
  padding: 14px 34px;
}

#downloads-section .green a.a-button:hover,
#downloads-section .green a.a-button.hover {
  border: 2px solid #41B48C;
  background-color: #FFF;
}


/* FORM */
.field-name-field-hidden-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.field-name-field-hidden-form .hero_info {
  display: none !important;
}

.field-name-field-hidden-form form p {
  color: #fff;
}

.field-name-field-hidden-form form a,
.field-name-field-hidden-form form a:hover {
  color: #fff;
}

.field-name-field-hidden-form form {
  background-color: #D0818C;
  width: 100%;
  border-radius: 25px;
  color: #FFFFFF;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  padding: 40px;
  border: 3px solid #FFF;
}

.field-name-field-hidden-form form .webform-component--close {
  width: 37px;
  height: 37px;
  border-radius: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  color: #97A5B6;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
}

.field-name-field-hidden-form form .webform-component--close::after {
  content: "\D7";
}

.field-name-field-hidden-form form .webform-component--close p {
  display: none;
}

.field-name-field-hidden-form form .form-actions {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.field-name-field-hidden-form form .form-actions input {
  margin: 0;
}

.field-name-field-hidden-form form .form-item {
  margin-bottom: 15px;
}

.field-name-field-hidden-form form .form-text {
  border: none;
  padding: 8px 15px;
  width: 100%;
  color: #223955;
}

.field-name-field-hidden-form form .form-item.webform-component--top-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.field-name-field-hidden-form form .form-text {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
}

.field-name-field-hidden-form form .form-item.webform-component--privacy,
.field-name-field-hidden-form form .form-item.webform-component--bottom-text p {
  font-size: 12px !important;
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
}

.field-name-field-hidden-form form>div {
  display: table;
}

.field-name-field-hidden-form form .form-item.webform-component--bottom-text {
  display: table-footer-group;
}

.field-name-field-hidden-form form .webform-submit {
  border: none;
  background-color: #223955;
  color: #fff;
  border-radius: 28px;
  padding: 10px 25px;
  display: inline-block;
}

.field-name-field-hidden-form form .webform-submit:hover {
  background-color: #FFF;
  color: #FF7926;
}



@media (min-width: 768px) {
  .d-desktop {
    display: block;
  }

  .d-mobile {
    display: none;
  }

  .header-logo div {
    display: inline-block;
    width: 50%;
  }

  .header-logo div:nth-child(2) {
    padding-left: 20px;
  }

  .header-logo div:nth-child(2) img {
    display: block;
    margin-left: auto;
  }

  .header-logo img {
    max-width: 130px;
  }

  .header-content {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #block-system-main h1 {
    top: 50%;
  }


  .header-content-inner {
    width: 50%;
    height: 100%;
  }

  #block-system-main h1 {
    font-size: 30px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 18px;
  }

  #block-system-main p {
    font-size: 14px;
  }

  #block-system-main p a.a-button {
    font-size: 12px;
  }

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 27px;
  }

  .header-content a.a-button {
    margin-top: 10px;
  }

  #section-1 .section-content {
    display: grid;
    grid-template-columns: 165px auto 160px;
    align-items: center;
    gap: 30px;
  }

  #section-1 .section-content p:nth-child(3) {
    margin-left: auto;
  }

  #section-2 .section-row:nth-child(2) p:nth-child(3) {
    margin-bottom: 40px;
  }

  #section-2 .section-row:nth-child(1) .inner-content,
  #section-2 .section-row:nth-child(2) .inner-content {
    width: 100%;
    height: 100%;
  }

  #section-2 .section-row:nth-child(1) .inner-content,
  #section-2 .section-row:nth-child(2) {
    position: relative;
  }

  #section-2 .section-row:nth-child(1) .inner-content .wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .lvl3 {
    z-index: 3;
  }

  .lvl2 {
    z-index: 2;
  }

  .lvl1 {
    z-index: 1;
  }

  .lvl1 {
    position: relative;
  }

  .lvl3 {
    position: absolute;
    left: 0;
    top: 0;
  }

  #section-2 .section-row:nth-child(1) .inner-content img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }

  #section-2 .section-row:nth-child(1) .inner-content img.hover {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    right: 25%;
    top: 15%;
    opacity: 0;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 60%;
    right: 50%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #section-2 .hover1 {}

  #section-2 .hover2 {
    display: none;
  }

  #section-2 .light-font,
  #section-3 .light-font,
  #section-5 .light-font,
  #video-section .light-font {
    font-size: 14px;
    line-height: 1.7em;
  }

  #section-2 .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  #video-section h1 {
    max-width: 740px;
  }

  #video-section p,
  #video-section .video-content {
    max-width: 800px;
  }

  #video-section .video-content {
    margin: auto;
  }

  #video-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #video-section .video-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items: center;
  }

  #section-3 .section-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    grid-template-rows: repeat(2, 1fr);
    /* 3 rows  */
    grid-gap: 50px 30px;
  }

  #section-4 video {
    width: 70%;
  }

  .section-divider h5 {
    letter-spacing: 10px;
    font-size: 12px
  }

  .field-name-field-hidden-form form {
    max-width: 650px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--top-text {
    font-size: 20px;
  }

  .field-name-field-hidden-form form .webform-submit {
    font-size: 15px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--privacy,
  .field-name-field-hidden-form form .form-item.webform-component--bottom-text {
    font-size: 13px;
  }

  #downloads-section .section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 50px 30px;
  }
}



@media (max-width: 768px) {

  div#bsi-img img {
    max-width: 150px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a.a-button.bgcolor-cyan.form-btn {
    background: #D0818C;
    color: #fff;
    font-size: 14px;
    border: 3px solid #D0818C;
    padding: 14px 30px;
    border-radius: 50px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec ul li::marker {
    color: #D0818C;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec ul li {
    line-height: 3;
    color: #223955 !important;
    font-weight: 200 !important;
  }


  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p {
    color: #223955 !important;
    font-size: 16px !important;
    padding: 0px !important;
    margin-top: 0px !important;
  }


  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec h2 {
    color: #223955 !important;
  }


  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-3 {
    position: absolute;
    left: 0;
  }

  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-4 {
    position: relative;
    left: 10%;
    width: 300px !important;
  }


  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-3:hover {
    transform: scale(1.2);
    transition: 0.4s;
  }

  .complete-sol {
    padding: 50px 0;
  }


  a.a-button {
    border: none;
    border-radius: 28px;
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
  }

  section#upcoming-box {
    padding-top: 10px;
    padding-bottom: 85px;
  }

  section#upcoming-box .upcoming-content h5 {
    font-size: 48px;
    font-family: "Alice", serif;
    margin-bottom: 22px;
  }

  section#upcoming-box .upcoming-content a {
    background: #D0818C;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 30px;
    border: 3px solid #D0818C;
  }

  section#upcoming-box .upcoming-content a:hover {
    background: transparent !important;
    color: #000;
    border: 3px solid #D0818C;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a#grab-btn {
    background: #D0818C;
    color: #fff;
    border: 3px solid #D0818C;
    font-size: 16px !important;
    padding: 12px 30px !important;
    border-radius: 50px;
  }

  .spec-pack {
    margin-top: 100px;
  }

  .spec-pack .grid-wrapper h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }

  .content-sustainable {
    display: flex;
    justify-content: center;
    align-items: flex-end !important;
    column-gap: 103px;
    text-align: left;
    flex-direction: column;
  }

  .content-sustainable .commitment {
    width: 100%;
    height: 350px;
    text-align: left;
  }

  .content-sustainable .commitment .number {
    font-size: 40px;
    color: #D0818C;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .content-sustainable .commitment .text {
    font-size: 18px;
    color: #223955;
    font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
    font-weight: 100;
    line-height: 1.4;
    margin-top: 20px;

  }

  .content-sustainable .commitment .title {
    color: #223955;
    font-size: 18px;
  }

  .content-sustainable .commitment a.learn-more {
    background: #D0818C;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 40px;
    border: 3px solid #D0818C;
  }

  .content-sustainable .commitment a.learn-more:hover {
    color: #000;
    background: transparent;
    border: 3px solid #D0818C;
  }

  div#section-commit-5 {
    padding-top: 50px;
  }

  .circle-img {
    width: 100px;
    height: auto;
    position: relative;
    top: 80px;
  }

  div#section-commit-5 .content-title h3 {
    color: #223955;
    font-size: 30px !important;
    text-align: center;
    font-family: "Alice", serif;
    font-weight: 500;
  }


  div#section-tab-specifier {
    background-color: hsl(352deg 46% 66% / 13%);
    padding: 40px 0;
  }

  .content.tab-sec .grid-box .inner-content-right h2.right-box {
    font-size: 30px;
    font-family: "Alice", serif;
    font-weight: 400 !important;
  }

  .content.tab-sec .grid-box {
    display: grid;
    grid-template-columns: 40% 55%;
    column-gap: 20px;
    justify-content: center;
    align-items: self-start;
    margin-top: 50px;
  }

  .content.tab-sec .grid-box .inner-content-left img {
    width: 100% !important;
  }


  p#plumbing-btns a#bg-pink {
    padding: 14px 30px;
    border-radius: 50px;
    border: unset;
    width: max-content;
    font-size: 12px;
    border: 2px solid #d0818c;
  }

  p#plumbing-btns a#bg-blue {
    padding: 14px 30px;
    border: unset;
    width: max-content;
    font-size: 12px;
    border: 2px solid #d0818c;
    border-radius: 50px;
  }


  p#plumbing-btns {
    display: inline-flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 20px;
  }

  p#plumbing-btns a#bg-blue {
    padding: 14px 30px;
    border: unset;
    font-size: 12px;
    border-radius: 50px;
    border: 2px solid #223955;
  }

  p#plumbing-btns a#bg-blue:hover {
    background: transparent !important;
    border: 2px solid #223955;
    color: #000;
    border-radius: 50px;
  }

  p#plumbing-btns a#bg-pink {
    padding: 14px 30px;
    border-radius: 50px;
    border: unset;
    font-size: 12px;
    border: 2px solid #d0818c;
    width: max-content;
  }

  p#plumbing-btns a#bg-pink:hover {
    background: transparent !important;
    border: 2px solid #d0818c;
    color: #000;
    border-radius: 50px;
  }



  div#section-tab-specifier {
    margin-top: 50px !important;
  }

  #section-tab-specifier .tab-group {
    display: flex;
    justify-content: center;
    padding: 0px !important;
  }

  #section-tab-specifier .tab-group li.tab {
    padding: 10px !important;
    font-size: 16px !important;
    background: #223955;
    color: #fff;
  }

  .inner-content.d-desktop.animated-3 .wrapperrr img.image-2:hover {
    transform: scale(1.2);
    transition: 0.4s;
  }

  .inner-content.d-desktop.animated-3 .wrapperrr img.image-2 {
    position: relative;
    left: 0;
    top: 75px;
  }

  .inner-content.d-desktop.animated-3 .wrapperrr img.image-1 {
    position: absolute;
    right: 0px;
  }

  .inner-content.d-desktop.animated-3 {
    position: relative;
  }


  div#company-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 45px;
  }

  div#company-brands div img {
    width: 110px;
    height: 100%;
  }


  #section-3 .section-logo-img div img {
    width: 100%;
    height: 100%;
  }

  #section-3 .section-logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }


  #section-2 .section-row {
    padding: 0px;
  }

  .header-txt.txt-s2 {
    margin-top: auto;
    text-align: left;
    margin-top: 50px !important;
    display: flex;
    gap: 20px;
  }

  .inner-text {
    position: absolute;
    right: 15%;
    bottom: 20%;
  }

  .inner-text p {
    color: #fff;
    font-size: 18px !important;
    font-family: "Alice", serif;
  }


  div#hero-title figure img {
    width: 130px !important;
    height: 70px;
    position: absolute;
    right: -70px;
    bottom: 0px;
  }

  div#hero-title {
    position: relative;
  }

  div#hero-title:hover figure img {
    opacity: 1;
    transition: 0.3s;
  }

  div#hero-title img {
    width: 120px !important;
    height: 100%;
    position: absolute;
    right: -100px;
    bottom: -10px;
    opacity: 0;
  }

  h1#izdadcha:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 215px;
    background: #D0818C;
    width: 0px;
    height: 5px;
    border-radius: 50px;
    transform: rotate(157deg);
  }

  h1#izdadcha:hover:after {
    width: 90px;
    top: 25px;
    transition: 0.3s;
  }

  #block-system-main .container,
  .header-content-inner {
    height: 100%;
  }

  .header-content-inner {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .header-txt.txt-s2 {
    margin-top: auto;
  }

  #block-system-main h1 {
    font-size: 40px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #block-system-main .txt-s1 h3 {
    color: #FFF;
  }

  #block-system-main p {
    font-size: 14px;
  }

  #block-system-main p a.a-button {
    font-size: 12px;
  }

  .header-content {
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }

  .header-logo img {
    max-width: 180px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 160px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    margin-bottom: 40px;
  }

  .header-txt a.a-button {
    margin-top: 10px;
  }

  .header-content-inner .txt-s1 {
    margin-top: 25px;
  }

  .header-content {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 32%;
    bottom: 0;
  }

  #section-1 {
    text-align: center;
  }

  #section-1 img {
    width: 120px;
  }

  #section-1 p:nth-child(1),
  #section-1 p:nth-child(2) {
    margin-bottom: 30px;
  }

  #section-2 .img-shifted {
    position: relative;
    left: -15px;
  }

  #video-section .video-inactive img {
    max-width: 550px;
  }

  #video-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #video-section .video-content h2 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  #section-3 .s-item {
    max-width: 300px;
    margin: 0 auto 50px auto;
  }

  #section-3 .s-item:last-child {
    margin-bottom: 0;
  }

  #section-4 video {
    width: 100%;
  }

  .section-divider h5 {
    letter-spacing: 2px;
    font-size: 11px;
    padding: 10px;
  }

  .field-name-field-hidden-form form {
    max-width: 450px;
  }

  .field-name-field-hidden-form form {
    padding: 25px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--top-text {
    font-size: 18px;
  }

  .field-name-field-hidden-form form .webform-submit {
    font-size: 13px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--privacy,
  .field-name-field-hidden-form form .form-item.webform-component--bottom-text {
    font-size: 12px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--bottom-text p {
    text-align: left;
  }

  #downloads-section .d-item {
    margin-bottom: 40px;
  }

  #downloads-section .animated-box {
    margin-bottom: 20px;
  }
}




@media (min-width: 992px) {
  .header-logo img {
    max-width: 200px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 180px;
    margin: auto;
  }

  #block-system-main h1 {
    font-size: 38px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 20px;
  }

  #block-system-main p {
    font-size: 16px;
  }

  #block-system-main p a.a-button {
    font-size: 14px;
  }

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 35px;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    max-height: 78%;
  }

  #section-4 video {
    width: 50%;
  }
}


@media (min-width: 1200px) {


  #block-system-main h1 {
    font-size: 100px;
    font-family: "Alice", system-ui;
    line-height: 1.1;
    padding-right: 80px;
  }

  div#hero-title {
    position: relative;
  }

  div#hero-title:hover figure img {
    opacity: 1;
    transition: 0.3s;
  }

  .header-logo img {
    max-width: 220px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 200px;
    margin: auto;
  }

  #block-system-main h1 {
    font-size: 42px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 22px;
  }

  #block-system-main p {}

  #block-system-main p a.a-button {}

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 50px;
  }

  .header-content a.a-button {
    margin-top: 20px;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    max-height: 85%;
  }

  .header-content {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

}

@media (min-width: 1320px) {


  div#bsi-img img {
    max-width: 150px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec ul li::marker {
    color: #D0818C;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec ul li {
    line-height: 3;
    color: #223955 !important;
    font-weight: 200 !important;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p {
    color: #223955 !important;
    font-size: 20px !important;
    padding: 0px !important;
    margin-top: 20px !important;
  }

  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec h2 {
    color: #223955 !important;
  }

  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-4 {
    position: relative;
    left: 10%;
    width: 500px !important;
  }



  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec {
    margin-top: 30%;
  }

  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-3 {
    position: absolute;
    left: 0;
  }

  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-3:hover {
    transform: scale(1.2);
    transition: 0.4s;
  }

  ul.built-list li {
    list-style: none;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 100 !important;
    font-family: 'circular';
    color: #223955;
  }


  ul.built-list {
    margin-top: 30px !important;
    padding: 0px !important;
  }

  ul.built-list li {
    list-style: none;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 100 !important;
    font-family: 'circular';
    color: #223955;
  }

  .circle-img {
    width: 100px;
    height: auto;
    position: relative;
    top: 70px;
    margin: 0 auto;
  }

  .section-divider h2 {
    color: #223955;
    font-size: 42px;
    font-family: "Alice", serif;
    text-transform: capitalize;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a.a-button.bgcolor-cyan.form-btn {
    background: #D0818C;
    color: #fff;
    font-size: 16px;
    border: 3px solid #D0818C;
    padding: 16px 36px;
    border-radius: 50px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a.a-button.bgcolor-cyan.form-btn:hover {
    background: transparent !important;
    color: #000;
    border: 3px solid #D0818C;

  }

  h1#izdadcha:after {
    content: "";
    position: absolute;
    top: 0;
    left: 240px;
    background: #D0818C;
    width: 0px;
    height: 7px;
    border-radius: 50px;
    transform: rotate(160deg);
  }


  h1#izdadcha:hover:after {
    width: 220px;
    top: 200px;
    transition: 0.3s;
  }

  .inner-text {
    position: absolute;
    right: 16%;
    bottom: 47%;
  }

  .inner-text p {
    color: #fff;
    font-size: 30px !important;
    font-family: "Alice", serif;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec h2 {
    font-size: 42px;
    margin: 0px !important;
  }

  .complete-sol .grid-wrapper {
    gap: 90px;
  }

  .complete-sol {
    background: hsl(353deg 46% 66% / 13%);
  }

  .content.tab-sec .grid-box .inner-content-right h2.right-box {
    font-size: 40px;
    font-family: "Alice", serif;
    font-weight: 400 !important;
  }

  .content.tab-sec .grid-box .inner-content-right p.light-font {
    font-size: 15px;
  }

  #section-tab-specifier .tab-group li.tab {
    padding: 20px 8px;
    font-size: 16px !important;
    background: #223955;
    color: #fff;
  }

  #section-tab-specifier .tab.is-active {
    background: #D0818C !important;
    color: #fff;
    transition: all 0.2s ease-out;
  }

  .tab-panel {
    padding: 60px;
    background: #fff;
  }

  .content.tab-sec .grid-box {
    display: grid;
    grid-template-columns: 36% 56%;
    column-gap: 60px;
    justify-content: center;
    align-items: self-start;
    margin-top: 50px;
  }

  .content.tab-sec .grid-box .inner-content-left img {
    width: 100% !important;
  }


  section#upcoming-box {
    padding-top: 80px;
    padding-bottom: 85px;
  }

  section#upcoming-box .upcoming-content h5 {
    font-size: 48px;
    font-family: "Alice", serif;
    margin-bottom: 22px;
  }

  section#upcoming-box .upcoming-content a {
    background: #D0818C;
    color: #fff;
    padding: 18px 36px;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 30px;
    border: 3px solid #D0818C;
  }

  section#upcoming-box .upcoming-content a:hover {
    background: transparent !important;
    color: #000;
    border: 3px solid #D0818C;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a#grab-btn {
    background: #D0818C;
    color: #fff;
    border: 3px solid #D0818C;
    font-size: 18px;
    padding: 18px 36px;
    border-radius: 50px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a#grab-btn:hover {
    border: 3px solid #D0818C;
    background: transparent;
    color: #000;
  }


  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a#grab-btn:hover {
    border: 3px solid #D0818C;
    background: transparent;
    color: #000;
  }


  div#section-2 .grid-wrapper p.light-font {
    font-size: 18px !important;
  }

  .spec-pack .grid-wrapper h2 {
    font-size: 44px !important;
  }

  div#hero-title img {
    width: 300px;
    height: 100%;
    position: absolute;
    right: -100px;
    bottom: -10px;
    opacity: 0;
  }


  div#section-tab-specifier {
    background-color: hsl(352deg 46% 66% / 13%);
    padding: 70px 0;
  }


  .spec-pack {
    margin-top: 170px;
  }

  div#section-commit-5 {
    padding-top: 100px;
  }

  div#section-commit-5 .content-title h3 {
    color: #223955;
    font-size: 42px !important;
    text-align: center;
    font-family: "Alice", serif;
    font-weight: 500;
  }

  .content-sustainable {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 103px;
  }

  .content-sustainable .commitment {
    width: 100%;
    height: 400px;
    text-align: center;
  }

  .content-sustainable .commitment .number {
    font-size: 38px;
    color: #D0818C;
    margin-bottom: 43px;
  }

  .content-sustainable .commitment .text {
    font-size: 18px;
    color: #223955;
    font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
    font-weight: 100;
    line-height: 1.4;
    margin-top: 10px;
    height: 30%;
    margin-bottom: 19px;
  }

  .content-sustainable .commitment .title {
    color: #223955;
    font-size: 18px;
  }

  .content-sustainable .commitment a.learn-more {
    background: #D0818C;
    color: #fff;
    padding: 18px 38px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 30px;
    border: 3px solid #D0818C;
  }

  .content-sustainable .commitment a.learn-more:hover {
    color: #000;
    background: transparent;
    border: 3px solid #D0818C;
  }

  p#plumbing-btns a#bg-pink {
    padding: 18px 36px;
    border-radius: 50px;
    border: unset;
    width: max-content;
    font-size: 18px;
    border: 2px solid #d0818c;
  }

  p#plumbing-btns a#bg-blue {
    padding: 18px 36px;
    border: unset;
    width: max-content;
    font-size: 18px;
    border: 2px solid #d0818c;
    border-radius: 50px;
  }


  p#plumbing-btns {
    display: inline-flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 20px;
  }

  p#plumbing-btns a#bg-blue {
    padding: 18px 36px;
    border: unset;
    font-size: 18px;
    border-radius: 50px;
    border: 2px solid #223955;
  }

  p#plumbing-btns a#bg-blue:hover {
    background: transparent !important;
    border: 2px solid #223955;
    color: #000;
    border-radius: 50px;
  }

  p#plumbing-btns a#bg-pink {
    padding: 18px 36px;
    border-radius: 50px;
    border: unset;
    font-size: 18px;
    border: 2px solid #d0818c;
    width: max-content;
  }

  p#plumbing-btns a#bg-pink:hover {
    background: transparent !important;
    border: 2px solid #d0818c;
    color: #000;
    border-radius: 50px;
  }

  p#sec-four-experience {
    font-size: 18px !important;
    font-weight: 800;
    margin-top: 20px !important;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p#sec-four-poly {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
  }

  p#para-last span {
    font-weight: 600;
  }


  .inner-content.d-desktop.animated-3 .wrapperrr img.image-2:hover {
    transform: scale(1.2);
    transition: 0.4s;
  }

  .inner-content.d-desktop.animated-3 .wrapperrr img.image-2 {
    position: relative;
    left: 0;
  }

  .inner-content.d-desktop.animated-3 .wrapperrr img.image-1 {
    position: absolute;
    right: 20%;
  }

  .inner-content.d-desktop.animated-3 {
    position: relative;
  }


  div#company-brands div img {
    width: 120px;
    height: 100%;
  }

  div#company-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 50px;
  }

  #section-3 .section-logo-img div img {
    width: 100%;
    height: 100%;
  }

  #section-3 .section-logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  #section-3 h3.color-darkblue.standards {
    font-size: 42px;
    font-family: "Alice", serif;
    font-weight: 500;
  }


  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p#para-second-last {
    font-size: 18px !important;
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p#para-last {
    font-size: 18px !important;
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
  }


  #block-system-main ul {
    padding-left: 0px;
  }

  #block-system-main ul li {
    font-size: 14px !important;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p.light-font {
    font-size: 22px !important;
    margin-top: 37px;
    text-align: left;
    line-height: 1.4;
  }


  #section-2 .grid-wrapper .inner-content.new-polyplum-sec h4 {
    font-size: 22px;
    margin-top: 37px;
    margin-bottom: 37px;
    padding-right: 100px;
    font-family: 'Neue Haas Grotesk Display Pro 65 Medium';
  }

  div#section-2 .grid-wrapper h2 {
    font-size: 58px;
    /* margin-bottom: 0px; */
    font-family: "Alice", serif;
    font-weight: 500;
  }

  .header-content a.a-button {
    margin-top: 40px;
    padding: 18px 36px;
    font-size: 16px;
    border-radius: 50px;
  }

  .header-txt.txt-s2 {
    display: flex;
    column-gap: 30px;
  }

  #block-system-main h1 {
    font-size: 111px;
    font-family: "Alice", serif;
    line-height: 1.1;
    padding-right: 80px;
    font-weight: 400;
  }

  #header-section .header-bgr {
    background: linear-gradient(to right, #313d50 0%, #2d3a4c 50%, #e2c6c4 50%, #dfc2c1 100%);
  }

  .header-logo img {
    max-width: 276px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 200px;
    margin: auto;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 24px;
  }

  #block-system-main p {
    font-size: 18px;
  }

  #block-system-main p a.a-button {}

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 50px;
  }

  #section-2 .section-row {
    padding: 70px 0;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    max-height: 100%;
  }

  .header-content a.a-button+a.a-button {
    background: transparent;
    border: solid 3px #D0818C;
  }

  .header-content a.a-button+a.a-button:hover {
    border: solid 3px #fff;
    background-color: #fff;
  }

  a.a-button.bgcolor-orange:hover {
    color: #000;
  }

  .section-content .darkblue .animated-box img.simple-hover {
    opacity: 0;
  }

}


@media (max-width:1400px) {

  .complete-sol {
    background: hsl(353deg 46% 66% / 13%);
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a#grab-btn {
    background: #D0818C;
    color: #fff;
    border: 3px solid #D0818C;
    font-size: 18px;
    padding: 18px 36px;
    border-radius: 50px;
  }

  div#section-2 .grid-wrapper p.light-font {
    font-size: 18px !important;
  }

  #header-section .header-bgr img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
  }

  div#hero-title {
    position: relative;
  }

  div#hero-title:hover figure img {
    opacity: 1;
    transition: 0.3s;
  }

  .container-slider-3 .header-content-inner .inner-text {
    width: 240px;
    bottom: 45%;
    right: 15%;
  }
}


@media only screen and (max-width: 600px) {

  .field-name-field-hidden-form form {
    left: 0% !important;
  }

  .content.tab-sec .grid-box .inner-content-right ul.built-list {
    padding-left: 20px;
  }

  .header--logo img {
    margin: 7px 0;
    height: 100%;
    width: 80%;
  }


  .header--controls_mobile>ul>li>a.mobile-menu-toggle span,
  .close-mobile-search span {
    background: #FFF;
    display: block;
    height: 3px;
    border-radius: 2px;
    width: 32px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -ms-transition: -ms-transform 0.15s linear;
    -moz-transition: -moz-transform 0.15s linear;
    transition: transform 0.15s linear;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0) translate3d(0px, 0px, 0);
    -o-transform: rotate(0) translate3d(0px, 0px, 0);
    -ms-transform: rotate(0) translate3d(0px, 0px, 0);
    -moz-transform: rotate(0) translate3d(0px, 0px, 0);
    transform: rotate(0) translate3d(0px, 0px, 0);
    margin-top: 8px;
  }

  #downloads-section .darkblue a.a-button {
    border: 3px solid #007de1;
    background-color: #007de1;
    color: #000;
    font-size: 16px;
    padding: 14px 34px;
  }


  .section-divider h2 {
    color: #223955 !important;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400 !important;
  }


  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec ul {
    padding-left: 30px;
  }

  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec ul li ::marker {
    color: #D0818C !important;
  }

  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec h2 {
    font-size: 28px;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    padding: 0 14px;
  }


  .complete-sol {
    padding-top: 0px;
  }

  section#upcoming-box {
    margin-top: 40px !important;
    padding-bottom: 47px;
  }

  section#upcoming-box .upcoming-content h5 {
    font-size: 28px;
    font-family: "Alice", serif;
    margin-bottom: 22px;
  }

  section#upcoming-box .upcoming-content p.light-font {
    font-size: 18px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p.d-mobile img {
    width: 100% !important;
    margin-top: 40px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p.d-mobile {
    padding: 0px !important;

  }

  .spec-pack .grid-wrapper h2 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 1.5;
    font-weight: 400 !important;
    padding: 0 14px;
  }


  .spec-pack {
    margin-top: 50px;
  }

  .circle-img {
    width: 100px;
    height: auto;
    position: relative;
    top: 80px;
    right: -150px;
  }

  .content-sustainable .commitment {
    width: 100%;
    height: 400px;
    text-align: center;
  }


  .content.tab-sec .grid-box .inner-content-right p.light-font {
    font-size: 16px !important;
    margin-top: 25px;
    line-height: 1.5;
  }

  div#section-tab-specifier .container {
    padding: 0px;
  }

  .content.tab-sec .grid-box {
    display: grid;
    grid-template-columns: auto;
    column-gap: 20px;
    justify-content: center;
    align-items: self-start;
    margin-top: 50px;
    padding: 0 30px;
  }


  div#section-tab-specifier {
    background-color: hsl(352deg 46% 66% / 13%);
    padding: 0 0 30px;
  }

  #section-tab-specifier .tab-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0px;
  }

  #section-tab-specifier .tab-group li.tab {
    padding: 22px 0px !important;
    font-size: 16px !important;
    background: #223955;
    color: #fff;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p#sec-four-experience {
    font-weight: 600 !important;
  }

  div#specifiers-section h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 22px;
    padding: 0 14px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p {
    color: #223955 !important;
    font-size: 16px !important;
    padding: 0px 14px !important;
    margin-top: 0px !important;
  }

  #block-system-main h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }


  #section-3 .section-logo-img {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 40px;
    grid-template-columns: auto auto;
  }

  div#company-brands {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 80px;
    grid-template-columns: auto auto;
    row-gap: 40px;
  }

  #section-3 {
    text-align: center;
    padding: 0px 0 0;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p span {
    font-weight: 600;
  }

  .section-twoo .grid-wrapper .inner-content.new-polyplum-sec ul li::marker {
    color: #223955 !important;
  }

  .section-twoo .grid-wrapper .inner-content.new-polyplum-sec ul {
    padding-left: 16px;
  }

  .section-twoo .grid-wrapper .inner-content.new-polyplum-sec ul li {
    font-size: 16px;
    line-height: 1.5 !important;
    padding-top: 20px;
  }

  .section-twoo .grid-wrapper .inner-content.new-polyplum-sec h4 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
  }


  .section-twoo .grid-wrapper .inner-content.new-polyplum-sec h2 {
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 1.3;
    margin-bottom: 37px !important;
  }


  .header-txt.txt-s2 a+a {
    background-color: transparent;
    border: 3px solid #d0818c !important;
  }

  .header-txt.txt-s2 a+a:hover {
    background-color: #fff !important;
    border: 3px solid #fff !important;
    color: #000 !important;
    transform: scale(1.1);
    transition: 0.3s;
  }


  .header-txt.txt-s2 a:hover {
    background-color: #fff !important;
    color: #000 !important;
    transform: scale(1.1);
    border: 3px solid #fff !important;
    transition: 0.3s;
  }


  h1#izdadcha:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #D0818C;
    width: 0px;
    height: 5px;
    border-radius: 50px;
    transform: rotate(157deg);
  }


  h1#izdadcha:hover:after {
    width: 100px;
    top: 90px;
    transition: 0.3s;
    left: 105px;
  }


  div#hero-title figure img {
    width: 137px !important;
    height: auto;
    position: absolute;
    right: 60px;
    bottom: 0px;
  }


  .header-txt.txt-s2 a.a-button {
    border: none;
    border-radius: 28px;
    padding: 14px 30px;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    border: solid 3px #d0818c;
  }

  .header-txt.txt-s2 {
    margin-top: auto;
    text-align: left;
    margin-top: 50px !important;
    display: flex;
    row-gap: 25px;
    flex-direction: column;
    width: auto;
    display: block;
  }



  .inner-text {
    position: absolute;
    right: 15%;
    bottom: 20%;
    display: none;
  }


  #block-system-main h1 {
    font-size: 46px;
    padding-right: 0px;
    margin-top: 10px;
    font-weight: 400;
  }

  .header-content {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0% !important;
    bottom: 200px;
  }


  .d-desktop {
    display: none;
  }

  .d-mobile {
    display: block;
  }
}

@media (min-width: 1600px) {

  div#bsi-img img {
    max-width: 150px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec ul li::marker {
    color: #D0818C;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec ul li {
    line-height: 3;
    color: #223955 !important;
    font-weight: 200 !important;
  }


  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p {
    color: #223955 !important;
    font-size: 16px !important;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 6px;
  }

  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec h2 {
    color: #223955 !important;
  }

  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-4 {
    position: relative;
    left: 10%;
    width: 500px !important;
  }



  .spec-pack .section-row .grid-wrapper .inner-content.new-polyplum-sec h2 {
    font-size: 40px !important;
  }



  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-3 {
    position: absolute;
    left: 0;
  }

  .complete-sol .grid-wrapper .inner-content.d-desktop.animated-3 .wrapperrr img.image-3:hover {
    transform: scale(1.2);
    transition: 0.4s;
  }

  .complete-sol .grid-wrapper .inner-content.new-polyplum-sec {
    margin-top: 30%;
  }

  ul.built-list {
    margin-top: 30px !important;
    padding: 0px !important;
  }

  ul.built-list li {
    list-style: none;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 100 !important;
    font-family: 'circular';
    color: #223955;
  }

  .circle-img {
    width: 100px;
    height: auto;
    position: relative;
    top: 70px;
    margin: 0 auto;
  }

  .section-divider h2 {
    color: #223955;
    font-size: 42px;
    font-family: "Alice", serif;
    text-transform: capitalize;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a.a-button.bgcolor-cyan.form-btn {
    background: #D0818C;
    color: #fff;
    font-size: 16px;
    border: 3px solid #D0818C;
    padding: 16px 36px;
    border-radius: 50px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a.a-button.bgcolor-cyan.form-btn:hover {
    background: transparent !important;
    color: #000;
    border: 3px solid #D0818C;

  }

  h1#izdadcha:after {
    content: "";
    position: absolute;
    top: 215px;
    left: 240px;
    background: #D0818C;
    width: 0px;
    height: 7px;
    border-radius: 50px;
    transform: rotate(161deg);
  }

  h1#izdadcha:hover:after {
    width: 250px;
    top: 195px;
    transition: 0.3s;
  }


  .inner-text {
    position: absolute;
    right: 16%;
    bottom: 47%;
  }

  .inner-text p {
    color: #fff;
    font-size: 30px !important;
    font-family: "Alice", serif;
  }

  .complete-sol .grid-wrapper {
    gap: 90px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec h2 {
    font-size: 42px;
    margin: 0px !important;
  }

  .content.tab-sec .grid-box .inner-content-right h2.right-box {
    font-size: 42px;
    font-family: "Alice", serif;
    font-weight: 400 !important;
  }

  .tab-panel {
    padding: 45px 0px;
    background: #fff;
  }

  .content.tab-sec .grid-box {
    display: grid;
    grid-template-columns: 36% 56%;
    column-gap: 60px;
    justify-content: center;
    align-items: self-start;
    margin-top: 50px;
  }

  .content.tab-sec .grid-box .inner-content-left img {
    width: 100% !important;
  }


  section#upcoming-box {
    padding-top: 80px;
    padding-bottom: 85px;
  }

  section#upcoming-box .upcoming-content h5 {
    font-size: 48px;
    font-family: "Alice", serif;
    margin-bottom: 22px;
  }

  section#upcoming-box .upcoming-content a {
    background: #D0818C;
    color: #fff;
    padding: 18px 36px;
    font-size: 18px;
    border-radius: 50px;
    border: 3px solid #D0818C;
    margin-top: 30px;
  }

  section#upcoming-box .upcoming-content a:hover {
    background: transparent !important;
    color: #000;
    border: 3px solid #D0818C;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec a#grab-btn:hover {
    border: 3px solid #D0818C;
    background: transparent;
    color: #000;
  }


  .spec-pack .grid-wrapper h2 {
    font-size: 44px !important;
  }

  div#section-tab-specifier {
    background-color: hsl(352deg 46% 66% / 13%);
    padding: 70px 0;
  }


  .spec-pack {
    margin-top: 170px;
  }

  div#section-commit-5 {
    padding-top: 100px;
  }

  div#section-commit-5 .content-title h3 {
    color: #223955;
    font-size: 42px !important;
    text-align: center;
    font-family: "Alice", serif;
    font-weight: 500;
  }

  .content-sustainable {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 103px;
  }

  .content-sustainable .commitment {
    width: 100%;
    height: 400px;
    text-align: center;
  }

  .content-sustainable .commitment .number {
    font-size: 38px;
    color: #D0818C;
    margin-bottom: 36px;
  }

  .content-sustainable .commitment .text {
    font-size: 18px;
    height: 25%;
    color: #223955;
    font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
    font-weight: 100;
    line-height: 1.4;
    margin-top: 20px;
  }

  .content-sustainable .commitment .title {
    color: #223955;
    font-size: 18px;
  }

  .content-sustainable .commitment a.learn-more {
    background: #D0818C;
    color: #fff;
    padding: 18px 36px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    position: relative;
    top: 40px;
    border: 3px solid #D0818C;
  }

  .content-sustainable .commitment a.learn-more:hover {
    color: #000;
    background: transparent;
    border: 3px solid #D0818C;
  }

  p#plumbing-btns {
    display: inline-flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 20px;
  }

  p#plumbing-btns a#bg-blue {
    padding: 18px 36px;
    border: unset;
    font-size: 18px;
    border-radius: 50px;
    border: 2px solid #223955;
  }

  p#plumbing-btns a#bg-blue:hover {
    background: transparent !important;
    border: 2px solid #223955;
    color: #000;
    border-radius: 50px;
  }

  p#plumbing-btns a#bg-pink {
    padding: 18px 36px;
    border: unset;
    border-radius: 50px;
    width: max-content;
    font-size: 18px;
    border: 2px solid #d0818c;
  }

  p#plumbing-btns a#bg-pink:hover {
    background: transparent !important;
    border: 2px solid #d0818c;
    border-radius: 50px;
    color: #000;
  }


  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p#sec-four-poly {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
  }

  p#sec-four-experience {
    font-size: 18px !important;
    font-weight: 800;
    margin-top: 20px !important;
  }


  p#para-last span {
    font-weight: 600;
  }


  .inner-content.d-desktop.animated-3 .wrapperrr img.image-2:hover {
    transform: scale(1.2);
    transition: 0.4s;
  }

  .inner-content.d-desktop.animated-3 .wrapperrr img.image-2 {
    position: relative;
    left: 0;
  }

  .inner-content.d-desktop.animated-3 .wrapperrr img.image-1 {
    position: absolute;
    right: 20%;
  }

  .inner-content.d-desktop.animated-3 {
    position: relative;
  }


  .container {
    width: 1440px;
  }

  div#company-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 45px;
  }

  div#company-brands div img {
    width: 150px;
    height: 100%;
  }

  #section-3 .section-logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  #section-3 .section-logo-img div img {
    width: 100%;
    height: 100%;
  }

  #section-3 h3.color-darkblue.standards {
    font-size: 42px;
    font-family: "Alice", serif;
    font-weight: 500;
    margin-bottom: 20px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p#para-second-last {
    font-size: 18px !important;
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p#para-last {
    font-size: 18px !important;
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
  }

  #block-system-main ul {
    padding-left: 30px;
  }

  #block-system-main ul li {
    font-size: 18px !important;
  }


  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p.light-font {
    font-size: 22px;
    margin-top: 37px;
    text-align: left;
    line-height: 1.4;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec h4 {
    font-size: 22px;
    margin-top: 37px;
    margin-bottom: 37px;
    padding-right: 100px;
  }


  div#section-2 .grid-wrapper h2 {
    font-size: 58px;
    /* margin-bottom: 0px; */
    font-family: "Alice", serif;
    font-weight: 500;
  }


  #section-2 .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .header-txt.txt-s2 {
    display: flex;
    column-gap: 30px;
  }


  .header-content a.a-button {
    margin-top: 80px;
    padding: 18px 36px;
    font-size: 18px;
    border-radius: 50px;
  }

  .header-content a.a-button+a.a-button {
    background: transparent;
    border: solid 3px #D0818C;
  }

  .header-content a.a-button+a.a-button:hover {
    border: solid 3px #fff;
    background-color: #fff;
  }

  a.a-button.bgcolor-orange:hover {
    color: #000;
  }

  div#hero-title {
    position: relative;
  }

  div#hero-title img {
    width: 330px;
    height: auto;
    position: absolute;
    right: -90px;
    bottom: -20px;
    opacity: 0;
  }

  div#hero-title:hover figure img {
    opacity: 1;
    transition: 0.3s;
  }


  #block-system-main h1 {
    font-size: 111px;
    font-family: "Alice", serif;
    line-height: 1.1;
    padding-right: 200px;
    font-weight: 400;
  }

  #header-section .header-bgr img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
  }

  .section-content .darkblue .animated-box img.simple-hover {
    opacity: 0;
  }

}


.field-name-field-hidden-form form.pop-up {
  display: flex;
  position: absolute !important;
  left: 30%;
  z-index: 9999999;
  transition: .5s all;
}


@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alice", serif;
}

.page-wrapper-specifiers-landing .section-divider:before {
  display: none !important;
}

form#webform-client-form-145124--2 p.rtecenter {
  text-align: center;
}

#section-tab-specifier .tab-group {
  display: flex;
  justify-content: center;
  gap: 8px;
}

#section-tab-specifier .tab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: solid 1px #ccc;
  text-align: center;
  cursor: pointer;
}

#section-tab-specifier .panel-group {
  margin: 0px;
  padding: 0 20px !important;
}

#section-tab-specifier .panel {
  display: none;
}

#section-tab-specifier .tab-group li.tab {
  padding: 13px 8px;
  font-size: 13px !important;
  background: #223955;
  color: #fff;
}

#section-tab-specifier .tab.is-active {
  background: #D0818C !important;
  color: #fff;
  transition: all 0.2s ease-out;
}

#section-tab-specifier .panel.is-show {
  display: block;
}

#section-commit-5.commitment {
  width: 30%;
  /* Adjust width as needed */
  text-align: center;
}

#section-commit-5.number {
  font-size: 24px;
  color: #E57373;
  /* Adjust color as needed */
}

#section-commit-5.title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  /* Adjust color as needed */
}

#section-commit-5.text {
  font-size: 14px;
  color: #666;
  /* Adjust color as needed */
  margin: 10px 0;
}

#section-commit-5.learn-more {
  text-decoration: none;
  color: white;
  background-color: #4CAF50;
  /* Adjust button color as needed */
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}

.container-slider-2 .color-white {
  font-size: 65px !important;
  padding-right: 100px !important;
  position: relative;
  padding-bottom: 40px;
}

.container-slider-2 .color-white::before {
  content: "";
  background-image: url(/images/1744979116_pp_shape.png);
  width: 310px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999;
  bottom: 8px;
  height: 25px;
}

#section-2 .grid-wrapper .inner-content.new-polyplum-sec ul li::marker {
  color: #D0818C !important;
}

.container-slider-2 .header-content-inner {
  width: 70% !important;
}

.container-slider-3 h1.color-white {
  font-size: 90px !important;
  padding-right: 0px !important;
}

.page-wrapper-specifiers-landing .swiper-button-next,
.page-wrapper-specifiers-landing .swiper-button-prev {
  color: #fff !important;
  ;
}

.page-wrapper-specifiers-landing .swiper-button-next {
  right: 100px;
}

.page-wrapper-specifiers-landing .swiper-button-prev {
  left: 100px !important;
}

.page-wrapper-specifiers-landing .swiper-button-next:after,
.page-wrapper-specifiers-landing .swiper-button-prev:after {
  font-size: 21px !important;
}

.img-banner-section h3 {
  font-size: 40px !important;
}

.img-banner-section p {
  font-size: 20px !important;
  font-weight: 500;
}

.img-banner-section p:nth-child(2) {
  margin-bottom: 25px;
}

#section-2.spec-pack .grid-wrapper .inner-content.new-polyplum-sec p {
  margin-top: 30px !important;
  margin-bottom: 45px;
}

.page-wrapper-specifiers-landing #header-section .header-txt #call-btn {
  background: transparent;
  border: solid 3px #D0818C;
}

.page-wrapper-specifiers-landing #header-section .header-txt #call-btn:hover {
  background: #fff;
  color: #000;
}

.page-wrapper-specifiers-landing .section-twoo .new-polyplum-sec #plumbing-btns #bg-blue,
.page-wrapper-specifiers-landing #specifiers-section #plumbing-btns #bg-blue {
  border: 2px solid #223955;
}

#section-tab-specifier .tab-panel .panel .tab-sec .grid-box {
  display: flex;
  gap: 20px;
}

#section-tab-specifier .tab-panel .panel .tab-sec .grid-box .inner-content-left,
#section-tab-specifier .tab-panel .panel .tab-sec .grid-box .inner-content-right {
  width: 50%;
}

#section-tab-specifier .tab-panel .panel .tab-sec .grid-box .inner-content-right h2 {
  font-weight: 500;
}

.content-sustainable .commitment .text {
  font-weight: 100;
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
  color: #223955;
}

.content-sustainable .commitment .title {
  padding: 10px 15px
}

.complete-sol .new-polyplum-sec h2 {
  color: #223955 !important;
  font-weight: 500 !important;
}

.complete-sol p #bim-btn {
  background: #D0818C;
  color: #fff;
  font-size: 14px;
  border: 3px solid #D0818C;
  padding: 10px 36px;
}

.section-divider h2 {
  color: #223955;
  font-weight: 500 !important;
}

@media (min-width: 1320px) {
  .container-slider-2 div#hero-title {
    width: 825px;
  }

  .container-slider-2 .header-content-inner .inner-text {
    position: absolute;
    right: 16%;
    text-align: center;
    bottom: 35%;
    width: 240px;
  }

  .container-slider-3 .header-content-inner .inner-text {
    width: 240px;
    bottom: 42%;
    right: 17%;
  }

  .container-slider-3 .header-content-inner .inner-text p {
    text-align: center;
  }

  .container-slider-3 .header-content-inner.inner-text {
    position: absolute;
    right: 19%;
    bottom: 37%;
    text-align: center;
    width: 190px;
  }

}

@media(max-width: 1024px) {
  .complete-sol .new-polyplum-sec ul li {
    color: #223955 !important;
  }

  #section-commit-5 .content-sustainable .commitment .title {
    font-size: 22px;
    color: #223955;
  }

  #section-tab-specifier .inner-content-right ul.built-list {
    padding-left: 0px !important;
  }

  #section-tab-specifier .inner-content-right ul.built-list li {
    list-style: none;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 100 !important;
    font-family: 'circular';
    color: #223955;
  }

  #specifiers-section #plumbing-btns #bg-pink:hover {
    border: unset !important;
    color: #000;
  }

  #specifiers-section #plumbing-btns #bg-pink {
    border: unset !important;
  }

  .page-wrapper-specifiers-landing .section-twoo .new-polyplum-sec #plumbing-btns #bg-blue:hover,
  .page-wrapper-specifiers-landing .section-twoo .new-polyplum-sec #plumbing-btns #bg-blue:focus {
    background: transparent !important;
    border: 2px solid #223955;
    color: #000;
  }

  .spec-pack .new-polyplum-sec h2 {
    font-weight: 500 !important;
  }

  .spec-pack .new-polyplum-sec p #grab-btn {
    font-size: 14px !important;
    padding: 10px 38px !important;
  }

  #specifiers-section h2 {
    font-weight: 500;
  }

  #section-2 .grid-wrapper {
    gap: 50px;
  }

  .page-wrapper-specifiers-landing .bgcolor-grey .standards {
    font-size: 42px !important;
  }

  .page-wrapper-specifiers-landing #section-2:nth-child(4) {
    margin-bottom: 50px;
  }

  .page-wrapper-specifiers-landing .swiper-button-next {
    right: 10px;
  }

  .page-wrapper-specifiers-landing .swiper-button-prev {
    left: 10px !important;
  }

  #upcoming-box .img-banner-section #get-in-btn {
    background: #D0818C;
    color: #fff;
    padding: 10px 36px;
    font-size: 14px;
    border-radius: 50px;
    margin-top: 30px;
    border: 3px solid #D0818C;

  }

  section#upcoming-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .complete-sol .animated-3 .wrapperrr .image-4 {
    position: relative;
  }

  .complete-sol .animated-3 .wrapperrr {
    position: relative;
  }

  .complete-sol .animated-3 .wrapperrr .image-3 {
    position: absolute;
    left: -20px;
  }

  #section-commit-5 .content-sustainable .commitment .learn-more {
    background: #D0818C;
    color: #fff;
    padding: 10px 38px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    border: 3px solid #D0818C;
    margin-top: 20px;
  }

  #section-commit-5 .content-sustainable .text {
    height: 50%;
  }

  #section-commit-5 .content-sustainable .title,
  #section-commit-5 .content-sustainable .text {
    text-align: center;
  }

  #section-commit-5 .content-sustainable .number {
    position: absolute;
    z-index: 1;
    left: 47%;
    font-size: 38px;
    color: #D0818C;
    top: 30px;
  }

  #section-commit-5 .content-sustainable .circle-img {
    position: relative;
    display: flex;
    justify-content: center;
  }

  #section-commit-5 .content-sustainable .circle-img img {
    width: 100px !important;
  }

  #section-commit-5 {
    padding: 100px 0px;
  }

  #section-commit-5 .section-row .content-title h3 {
    color: #223955;
    font-size: 32px !important;
    text-align: center;
    font-family: "Alice", serif;
    font-weight: 500;
  }

  #section-tab-specifier .container .tab-panel {
    padding: 45px 40px;
    background: #fff;
  }

  #section-tab-specifier {
    background-color: hsl(352deg 46% 66% / 13%);
    padding: 70px 0px;
  }

  #section-tab-specifier .tab-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

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

  .content-sustainable .commitment {
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section-tab-specifier .panel-group .tab-sec .grid-box {
    display: flex;
    gap: 40px;
    padding: 0 20px;
  }

  #section-tab-specifier .grid-box .inner-content-left,
  #section-tab-specifier .grid-box .inner-content-right {
    width: 50%;
  }

  #section-tab-specifier .tab-panel .tab-group {
    padding-left: 0px;
    margin-bottom: 30px;
  }

  #plumbing-btns {
    display: inline-flex;
    flex-direction: column;
    gap: 30px;
  }

  #plumbing-btns .form-btn {
    display: block;
    width: max-content;
    max-width: 100%;
  }

  .wrapperrr .image-1 {
    position: relative;
  }

  .wrapperrr .image-2 {
    position: absolute;
    z-index: 1;
    top: 50px;
    width: 90%;
    left: 10px;
  }

  .bgcolor-grey .section-logo-img,
  .bgcolor-grey .section-standards-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .bgcolor-grey .section-logo-img img,
  .bgcolor-grey .section-standards-img img {
    width: 120px !important;
  }

  .header-content {
    position: absolute;
    z-index: 10;
    top: 190px;
    left: 0;
    right: 0;
  }

  .header-content-inner .inner-text {
    color: #fff;
    position: unset !important;
  }

  .slider-1 #hero-title figure img {
    width: 150px;
  }

  #hero-title h1 {
    font-size: 44px !important;
    font-weight: 400;
  }

  .page-wrapper-specifiers-landing .slider-1 #header-section .header-txt #izdadcha {
    font-size: 64px !important;
  }

  .page-wrapper-specifiers-landing .slider-1 #hero-title figure img {
    width: 80px;
    position: absolute;
    top: 83px;
    left: 150px;
  }

  #hero-title .fucture-text {
    font-size: 54px !important;
    font-weight: 400;
  }

  .pop-up {
    left: 0 !important;
    margin: 0 auto;
    right: 0;
  }
}

@media(max-width: 837px) {

  /* for hero-section site text only */
  .page-wrapper-specifiers-landing .slider-1 #hero-title figure img {
    width: 110px !important;
    position: absolute !important;
    top: 67px !important;
    left: 150px !important;
    right: auto !important;
    z-index: 99 !important;
  }
}

@media(max-width: 991px) {
  .page-wrapper-specifiers-landing .slider-1 #hero-title figure img {
    width: 110px !important;
    position: absolute;
    top: -3px;
    left: auto;
    right: -110px;
    z-index: 9999;
  }

  .page-wrapper-specifiers-landing #header-section .header-content .header-txt .form-btn {
    line-height: 1;
    padding: 12px 30px;
  }

  .page-wrapper-specifiers-landing .slider-2 .header-content-inner #hero-title .color-white {
    padding-right: 0px !important;
    font-size: 32px !important;
  }

  #header-section .header-txt.txt-s2 {
    margin-top: 0px !important;
  }

  #header-section .header-content-inner {
    width: 70% !important;
    height: auto !important;
  }

  .header-content {
    top: 0px !important;
    padding: 50px;
    transform: unset !important;
    height: 100%;
    display: flex;
    align-items: flex-start;

  }

  #header-section {
    display: flex;
    height: 370px;
  }

  #header-section .container-slider-1 .container {
    display: flex;
    flex-direction: column;
    margin: 0px !important;
  }

  #header-section .header-bgr img {
    object-fit: cover;
  }
}

@media(max-width: 769px) {
  #section-commit-5 .content-sustainable {
    align-items: center !important;
    gap: 30px;
  }

  #section-commit-5 .content-sustainable .commitment {
    width: 100% !important;

  }

  #section-commit-5 .content-sustainable .circle-img {
    top: 0px;
  }

  #section-commit-5 .content-sustainable .text {
    height: unset !important;
  }

  #section-commit-5 .content-sustainable .number {
    left: 48%;
    margin-left: 0px;
  }
}

@media(max-width: 767px) {
  #section-2 .grid-wrapper {
    text-align: center;
  }

  #section-commit-5 .content-sustainable {
    gap: 100px;
  }

  #section-commit-5 .content-sustainable .commitment {
    height: unset !important;

  }

  #hero-title .fucture-text {
    font-size: 44px !important;
  }

  #header-section .header-txt.txt-s2 {
    margin-top: 310px !important;
  }

  #header-section .container-slider-1 .container {
    height: 100%;
  }

  #header-section .header-content-inner #hero-title {
    margin-top: 0px !important;
  }

  .header-logo img {
    max-width: 120px;
  }

  .container-slider-2 .color-white::before {
    width: 130px !important;
  }

  #section-commit-5 .content-sustainable .commitment .learn-more {
    margin-top: 0px !important;
  }

  #section-tab-specifier .tab-panel .panel .tab-sec .grid-box .inner-content-left,
  #section-tab-specifier .tab-panel .panel .tab-sec .grid-box .inner-content-right {
    width: 100%;
  }

  .content.tab-sec .grid-box .inner-content-right ul.built-list {
    padding-left: 0px;
  }

  #section-tab-specifier .tab-panel .panel .tab-sec .grid-box {
    flex-direction: column;
  }

  #section-tab-specifier .container .tab-panel {
    padding: 45px 15px;
  }

  #section-3.bgcolor-grey {
    padding: 60px 0 60px !important;
  }

  .page-wrapper-specifiers-landing .bgcolor-grey .standards {
    font-size: 22px !important;
  }

  .section-twoo .grid-wrapper .inner-content.new-polyplum-sec ul {
    padding-left: 16px;
    margin-bottom: 40px !important;
  }

  .section-twoo .grid-wrapper .inner-content.new-polyplum-sec ul li {
    font-size: 14px;
  }

  .page-wrapper-specifiers-landing .slider-2 .header-content-inner #hero-title .color-white {
    font-weight: 700;
  }

  .header-content {
    align-items: unset !important;
  }

  #header-section .header-content-inner {
    width: 100% !important;
  }

  div#section-tab-specifier {
    padding-bottom: 0px;
  }

  #section-2 .grid-wrapper .inner-content.new-polyplum-sec p,
  #section-2 .grid-wrapper .inner-content.new-polyplum-sec h2 {
    padding: 0px !important;
  }

  .section-twoo {
    padding: 40px 0px;
  }

  #section-3 {
    text-align: center;
    padding: 40px 0 0;
  }

  .page-wrapper-specifiers-landing .swiper-button-prev {
    left: 10px !important;
  }

  .page-wrapper-specifiers-landing .swiper-button-next {
    right: 10px;
  }

  .header-content {
    padding: 50px 15px;
  }

  .container-slider-2 .color-white {
    padding-right: 0px !important;
  }

  #header-section .header-bgr {
    width: 100%;
  }

  #header-section {
    height: auto;
  }

  .container-slider-2 .header-content-inner {
    width: 100% !important;
  }

  .bgcolor-grey .section-logo-img img,
  .bgcolor-grey .section-standards-img img {
    width: 70px !important;
  }


  .bgcolor-grey .section-logo-img,
  .bgcolor-grey .section-standards-img {
    display: flex !important;
    gap: 30px !important;
  }

  #section-tab-specifier .panel-group .tab-sec .grid-box {
    flex-direction: column;
  }

  #section-tab-specifier .grid-box .inner-content-left,
  #section-tab-specifier .grid-box .inner-content-right {
    width: 100%;
  }

  #section-commit-5 .content-sustainable .circle-img {
    right: 0px;
  }

  #section-commit-5 {
    padding: 50px 0px;
  }

  #section-commit-5 .content-sustainable .title,
  #section-commit-5 .content-sustainable .text {

    margin-top: 20px;
  }

  #block-system-main .container,
  .header-content-inner {
    height: auto;
  }
}

@media (max-width: 1024px) {
  #breadcrumb.custom_breadcrumbs {
    margin-top: 50px !important;
  }

  .section-twoo {
    padding: 40px 0 !important;
  }

  #section-3.bgcolor-grey {
    padding: 40px 0 !important;
  }

  #section-commit-5 {
    padding: 40px 0px !important;
  }

  #section-tab-specifier .panel-group {
    padding: 0 !important;
  }
}