:root {
  --ps_black: #323232;
  --red: #e5001b;
  --white-smoke: #f2f2f2;
  --lime-green: #3bd057;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: var(--ps_black);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05;
}

h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: var(--red);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: var(--red);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  list-style-type: none;
}

li {
  background-image: url('../images/icon-plus-red.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-bottom: 8px;
  padding-left: 28px;
}

blockquote {
  background-color: var(--white-smoke);
  border-left: 0 solid #e2e2e2;
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;
  font-size: 18px;
  line-height: 22px;
}

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

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

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

.box-container {
  overflow: hidden;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.home-hero {
  align-items: center;
  height: 93vh;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.section.home-2nd {
  z-index: 3;
  margin-top: -45px;
  padding-top: 0;
  position: relative;
}

.section.page-hero {
  background-color: var(--ps_black);
  align-items: flex-start;
  min-height: 550px;
  margin-bottom: 60px;
  padding-top: 130px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.page-hero.pdp {
  flex-direction: column;
  min-height: 300px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.section.page-hero.split {
  min-height: 440px;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.section.page-hero.project {
  flex-direction: column;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 140px;
}

.section.pdp-info {
  padding-top: 20px;
  padding-bottom: 30px;
}

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

.section.contact {
  background-color: var(--ps_black);
  align-items: flex-start;
  min-height: 550px;
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.dark {
  background-color: var(--ps_black);
  color: #fff;
}

.container {
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.style-color {
  background-color: var(--red);
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: inline-block;
}

.style-color._2 {
  background-color: var(--white-smoke);
}

.style-color._3 {
  background-color: var(--lime-green);
  width: 50px;
  height: 50px;
}

.stylepage-section {
  padding: 50px;
}

.stylepage-section.buttons {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  background-color: var(--white-smoke);
  display: flex;
}

.button {
  color: var(--ps_black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/corner-large-red.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 17px 30px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 700;
  transition: color .15s, padding .5s cubic-bezier(.165, .84, .44, 1), background-color .15s;
  box-shadow: 0 6px 20px #0000000f;
}

.button:hover {
  background-color: var(--red);
  color: #fff;
  padding-left: 37px;
  padding-right: 37px;
}

.button.red-black {
  background-color: var(--red);
  color: #fff;
  background-image: url('../images/corner-large-black.png');
}

.button.red-black:hover {
  background-color: var(--ps_black);
}

.button.red-black._2 {
  display: none;
  position: relative;
}

.button.red-black.wdiget {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.button.red-white {
  background-color: var(--red);
  color: #fff;
  background-image: url('../images/corner-large-white.png');
}

.button.red-white:hover {
  color: var(--red);
  background-color: #fff;
}

.button.red-white.brochure {
  margin-top: 20px;
  padding: 15px 20px;
  display: block;
}

.button.red-white.brochure:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.button._2 {
  z-index: 2;
  position: absolute;
  right: 0;
}

.preheading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
}

.preheading-line {
  background-color: var(--red);
  width: 20px;
  height: 2px;
}

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

.preheading-inner {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: var(--red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-items: center;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.preheading-inner.white {
  color: #fff;
}

.home-hero-layout {
  max-width: 650px;
}

.home-hero-h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 35px;
  line-height: .9;
}

.text-wrap-red {
  color: var(--red);
}

.home-hero-paragraph {
  color: #fff;
  max-width: 560px;
  margin-bottom: 30px;
}

.home-hero-bgvid {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-gradient-top {
  opacity: .4;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home-hero-gradient-links {
  opacity: .6;
  background-image: linear-gradient(to right, #000, #0000);
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.home-hero-gradient-bottom {
  opacity: .4;
  background-image: linear-gradient(to top, #000, #0000);
  width: 100%;
  height: 20vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.maincards-flex {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.maincard-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px #00000026;
}

.maincard-tag {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  text-transform: none;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.maincard-image {
  background-color: var(--white-smoke);
  height: 320px;
  margin-top: 100px;
  overflow: hidden;
}

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

.image-cover-100.ct {
  object-fit: contain;
}

.maincard-logo {
  max-width: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.maincard-tag-text {
  color: var(--ps_black);
  text-transform: uppercase;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.home-heading-split {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.heading-split-left {
  max-width: 650px;
}

.h2-large {
  color: var(--ps_black);
  margin-top: 10px;
  font-size: 62px;
}

.h2-large.parts {
  font-size: 50px;
}

.home-usp-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.usp-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
}

.usp-paragraph {
  font-size: 17px;
}

.feature-layout-grey {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.featureitem-image-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  height: auto;
  max-height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featureitem-image-wrap.grey {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 42%;
  max-width: none;
  max-height: 620px;
  position: absolute;
  top: 50px;
  bottom: -50px;
  left: 0;
}

.featureitem-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featureitem-text-grey {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 63%;
  margin-left: auto;
  padding: 80px 100px 80px 160px;
  display: flex;
}

.h2-feature {
  max-width: 480px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image {
  width: 15px;
}

.uspitems-small-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.uspitem-small-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.uspicon-small {
  object-fit: contain;
  width: 36px;
  height: 36px;
}

.featuredcases-wrap {
  margin-top: 50px;
}

.featuredcases-collectionlist {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featuredcases-item {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  display: block;
}

.project-category-tag {
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.featuredcase-image-wrap {
  background-color: #e6e6e6;
  height: 460px;
  overflow: hidden;
}

.featuredcase-info {
  margin-top: 30px;
}

.featuredcase-title {
  color: #000;
  margin-top: 5px;
}

.section-footer {
  background-color: var(--ps_black);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 0;
}

.layout-footer {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer-title {
  text-transform: uppercase;
  max-width: 820px;
  margin-bottom: 40px;
  font-size: 84px;
  line-height: 1;
}

.footer-top-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.footer-bottom-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  width: 250px;
}

.overflow-wrap {
  overflow: hidden;
}

.footer-nav-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-nav-item {
  opacity: .8;
  color: #fff;
  cursor: pointer;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .15s;
}

.footer-nav-item:hover {
  opacity: 1;
}

.footer-nav-item.low {
  opacity: .3;
}

.footer-nav-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.footer-heading-line {
  background-color: var(--red);
  width: 20px;
  height: 2px;
  margin-bottom: 25px;
}

.footer-nav-heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-nav-heading-wrap._2nd {
  margin-top: 10px;
}

.contact-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  margin-bottom: 14px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-item.black {
  color: var(--ps_black);
}

.contact-item.pdp {
  margin-bottom: 0;
}

.social-icon-block {
  background-color: var(--red);
  background-image: url('../images/corner-large-black.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  display: flex;
}

.footer-nav-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer-bar {
  border-top: 1px solid #fff;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 15px;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .15s;
}

.footer-link:hover {
  opacity: 1;
}

.dnav-position {
  z-index: 100;
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.dnav-container {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova-extra-condensed, sans-serif;
  display: flex;
  position: relative;
}

.dnav-logo {
  width: 150px;
}

.dnav-logo._2, .dnav-logo._1 {
  width: 250px;
}

.dnav-item {
  grid-column-gap: 6px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  margin-right: 20px;
  padding: 10px 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.rnav-group {
  display: none;
}

.dnav-menu-group {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.dnav-logo-group {
  grid-column-gap: 20px;
  background-color: #0000;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
  position: relative;
}

.dnav-logo-group._2 {
  padding: 0;
  position: absolute;
}

.dnav-logo-group._1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.topmarker {
  opacity: 0;
  width: 1px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-contact {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.maincard-tag-subtitle {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.maincard-tag-inner {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.contactwidget {
  z-index: 90;
}

.contactwidget-btn {
  z-index: 90;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.contactwidget-modal {
  z-index: 110;
  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;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.contactwidget-bg {
  cursor: pointer;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.contactwidget-formblock {
  z-index: 2;
  background-color: var(--white-smoke);
  width: 800px;
  max-width: 90vw;
  padding: 40px 60px;
  position: relative;
}

.form-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova-extra-condensed, sans-serif;
}

.text-field {
  border: 0 solid #000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  font-weight: 500;
}

.text-field.large {
  height: auto;
  min-height: 100px;
}

.checkbox-label {
  opacity: .59;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.submit-row {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.contactwidget-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
}

.widget-close-x {
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.form-fields-duo-row {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.form-field-group {
  flex: 1;
}

.off {
  display: none;
}

.textblock {
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.usp-grid-horizontal-layout {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.usp-grid-horizontal {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 40px;
  display: grid;
}

.feature-textblock {
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.feature-textblock.centre {
  margin-left: auto;
  margin-right: auto;
}

.page-hero-layout {
  max-width: 550px;
}

.page-hero-layout.pdp {
  max-width: 610px;
}

.page-hero-layout.split {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  display: flex;
}

.page-hero-layout.project {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-hero-h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 76px;
  line-height: .92;
}

.page-hero-h1.pdp {
  font-size: 60px;
}

.page-hero-paragraph {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-hero-paragraph.split {
  max-width: 50%;
}

.page-hero-subtitle {
  color: var(--red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button_arrow {
  color: var(--ps_black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/icon-arrow-large-red.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 14px 20px 14px 50px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 700;
  line-height: 1;
  transition: color .15s, padding .5s cubic-bezier(.165, .84, .44, 1), background-color .15s;
  box-shadow: 0 6px 20px #0000000f;
}

.button_arrow:hover {
  color: #fff;
  background-color: #000;
}

.button_arrow.transparant-dark {
  color: #fff;
  background-color: #fff0;
  background-position: 0;
  border-bottom: 2px solid #fff0;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 5px;
  transition: border-color .15s, left .2s, color .15s, padding .5s cubic-bezier(.165, .84, .44, 1), background-color .15s;
  position: relative;
  left: 0;
  box-shadow: 0 6px 20px #0000;
}

.button_arrow.transparant-dark:hover {
  border-bottom-color: #fff;
  left: -5px;
}

.button_arrow.transparant-light {
  color: var(--ps_black);
  background-color: #fff0;
  background-position: 0;
  border-bottom: 2px solid #0000;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 5px;
  transition: border-color .15s, left .2s, color .15s, padding .5s cubic-bezier(.165, .84, .44, 1), background-color .15s;
  position: relative;
  left: 0;
  box-shadow: 0 6px 20px #0000;
}

.button_arrow.transparant-light:hover {
  border-bottom-color: #000;
  left: -5px;
}

.pagehero-sany-logo {
  width: 140px;
  margin-top: 10px;
  display: block;
}

.productcategories-layout {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  display: flex;
}

.feature-layout {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.productcategory-text {
  min-width: 300px;
  max-width: 25%;
}

.productcategories-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.productcategory-wrap {
  background-color: var(--white-smoke);
  flex: 1;
  text-decoration: none;
}

.productcategory-title {
  color: var(--ps_black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 24px;
  line-height: 1.1;
  display: inline;
}

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

.productcategory-image-wrap {
  border-bottom: 1px solid #0003;
  height: 350px;
}

.productcategory-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 0;
  padding: 15px;
}

.arrow-red-right {
  display: inline-block;
  position: relative;
  bottom: 4px;
  left: 4px;
}

.paragraph-smaller {
  margin-top: 30px;
  font-size: 16px;
}

.afternav-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.afternav-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-smoke);
  background-image: url('../images/corner-large-white.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 22px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 124px;
  padding: 10px 40px;
  text-decoration: none;
  transition: padding .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.afternav-item:hover {
  padding-left: 48px;
}

.afternav-title {
  color: var(--ps_black);
  text-transform: uppercase;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.afternav-divider {
  background-color: #0000004d;
  width: 2px;
  height: 20px;
}

.afternav-description {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.afternav-description-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.page-hero-image-wrap {
  z-index: 2;
  align-items: flex-end;
  width: 50vw;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: -80px;
  right: 0;
}

.page-hero-image-wrap.pdp {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 590px;
  height: 100%;
  display: flex;
  top: auto;
  bottom: -76px;
  left: 50vw;
}

.page-hero-image-wrap.pdp-large {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 900px;
  height: 100%;
  display: flex;
  top: auto;
  bottom: -76px;
  left: 50vw;
}

.back-button-wrap {
  margin-bottom: 50px;
}

.productsgrid-layout {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.productsgrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.product-wrap {
  color: #000;
  flex: 1;
  text-decoration: none;
}

.product-image-wrap {
  border-bottom: 1px solid #0003;
  height: 350px;
  overflow: hidden;
}

.product-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.product-title {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 24px;
  line-height: 1.1;
  display: inline;
}

.productdetails-box {
  margin-top: 20px;
}

.productdetail {
  color: #32323299;
  margin-top: 3px;
  margin-bottom: 3px;
}

.productdetail.bold {
  color: var(--ps_black);
  margin-bottom: 7px;
  font-weight: 700;
}

.cta-subtext {
  color: var(--red);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.cta-h2 {
  max-width: 480px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta-contact-info {
  margin-top: 40px;
}

.backbtn-bottom {
  margin-top: 100px;
}

.backbtn-top {
  margin-bottom: 50px;
}

.under-construction-wrap {
  z-index: 101;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.under-construction-text {
  font-size: 14px;
  line-height: 1;
}

.uc-inner {
  grid-column-gap: 5px;
  background-color: #ffae00;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  display: flex;
}

.image-2 {
  width: 22px;
}

.pdp-about-row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.pdp-heading {
  max-width: 320px;
}

.pdp-heading.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.pdp-about-text {
  flex: 1;
}

.pdp-contacts-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.pdp-contact-items {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.pdp-details-row {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  max-width: 620px;
  display: flex;
}

.pdp-detail-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.redbar-10 {
  background-color: var(--red);
  width: 10px;
  height: 2px;
}

.pdp-detail-tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.pdp-detail-info {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.span-red {
  color: var(--red);
}

.divider-line-after {
  background-color: #00000026;
  width: 100%;
  height: 1px;
  margin-top: 60px;
}

.pdp-h-features {
  color: var(--red);
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 40px;
}

.pdp-feat-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.pdp-feat-item {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.pdp-feat-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.pdp-feat-paragraph {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 16px;
}

.pdp-feat-plus {
  margin-top: 6px;
}

.pdp-more-info-sec {
  grid-column-gap: 80px;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.subtitle {
  color: var(--red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.pdp-brochures-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.pdp-brochures-list-wrap {
  margin-top: 50px;
}

.product-form-layout {
  grid-column-gap: 70px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-contain-100 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.empty-state {
  background-color: var(--white-smoke);
  padding: 30px;
  font-style: italic;
  position: absolute;
}

.pdp-form-contactinfo {
  margin-top: 20px;
}

.pdp-form-p {
  margin-bottom: 40px;
}

.pagehero-image-inner {
  min-width: 400px;
  max-width: 900px;
}

.pdp-gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 4;
  column-rule-style: none;
  column-rule-width: 0px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 15px;
}

.pdp-grid-item {
  margin-bottom: 15px;
}

.pdp-fotogrid-coll {
  display: none;
}

.pdp-grid-showmore {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  padding: 30px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.service-grid-item._1 {
  border-right: 1px solid #ccc;
  padding-bottom: 50px;
  padding-right: 50px;
}

.service-grid-item._2 {
  padding-bottom: 50px;
  padding-left: 50px;
}

.service-grid-item._3 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-top: 50px;
  padding-right: 50px;
}

.service-grid-item._4 {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  padding-left: 50px;
}

.service-grid-item-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
}

.button-small {
  color: var(--red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/icon-arrow-red.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px;
  padding: 14px 20px 14px 0;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 700;
  line-height: 1;
  transition: color .15s, background-position .2s, padding .4s cubic-bezier(.165, .84, .44, 1), background-color .15s;
}

.button-small:hover {
  color: #fff;
  background-color: #000;
  background-position: 92%;
  padding-left: 15px;
  padding-right: 30px;
}

.green-icons {
  width: 50px;
}

.h3-content {
  text-align: left;
  margin-top: 30px;
  font-size: 46px;
}

.duo-grid-electric {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 96px;
  display: grid;
}

.span-red-bold {
  color: var(--red);
  font-weight: 700;
}

.examples {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 50px;
  display: block;
}

.image-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.cases-collectionlist {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-contact-row {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.cdp-content-layout {
  grid-column-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.cdp-content-sidebar {
  flex: none;
  width: 300px;
}

.cdp-h2 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.cdp-paragraph-wrap {
  position: relative;
}

.cdp-sidebar-ctablock {
  background-color: var(--red);
  color: #fff;
  padding: 30px;
}

.cdp-sidebar-title {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 42px;
  line-height: 1;
}

.cdp-sidebar-links {
  grid-row-gap: 13px;
  border-top: 1px solid #ccc;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.cdp-sidebar-linkblock {
  background-color: var(--white-smoke);
  height: 78px;
  color: var(--ps_black);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.cdp-sidebar-linkblock.w--current {
  border-left: 4px solid var(--red);
}

.cdp-sidebar-linkblock.off {
  opacity: .5;
}

.cdp-sidebar-link-arrow {
  width: 8px;
  margin-left: 10px;
}

.mt_space_100 {
  width: 100px;
  height: 100px;
}

.cdp-sidebar-inner {
  position: sticky;
  top: 90px;
}

.contactpage-socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.contact-page-items {
  margin-top: 40px;
}

.div-block-2 {
  grid-column-gap: 10px;
  display: flex;
}

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

.contactpage-formblock {
  z-index: 2;
  background-color: var(--white-smoke);
  width: 800px;
  max-width: 90vw;
  padding: 40px 60px;
  position: relative;
}

.contactform-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
}

.example {
  object-fit: contain;
}

.pdp-features-rich {
  column-count: 2;
  column-rule-style: none;
  column-gap: 80px;
}

.pdp-features-rich h3 {
  background-image: url('../images/icon-plus-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-left: 40px;
}

.pdp-features-rich p {
  margin-left: 40px;
}

.features-old {
  display: none;
}

.about-rich-text {
  max-width: 860px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.team-item-img {
  border: 2px solid var(--white-smoke);
  justify-content: center;
  align-items: center;
  height: 380px;
  display: flex;
}

.team-item-name {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 28px;
}

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

.team-item-functie {
  font-size: 17px;
}

.pdp-gallery-item {
  width: 500px;
  margin-left: -141px;
  margin-right: -141px;
  transform: rotate(-7deg);
}

.collection-list {
  flex-direction: row;
  justify-content: flex-start;
  width: 620px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider {
  height: 580px;
}

.vacancies-collection {
  margin-top: 80px;
}

.vacature-collection-item {
  background-color: var(--white-smoke);
}

.collection-list-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vacature-titel {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 5px;
  font-size: 30px;
  display: inline-block;
}

.vacatureimg {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.vacature-titel-wrap {
  align-items: center;
}

.vacature-tekst-blok {
  padding: 40px;
}

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

.exp-icon {
  width: 56px;
  height: 48px;
}

.exp-icon-text {
  font-size: 17px;
  font-weight: 700;
}

.exp-icon-item {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.arrow-invert {
  transform: rotate(180deg);
}

.parts-links-grid {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 520px;
  display: grid;
}

.pp-logo {
  position: absolute;
  top: 0;
  right: 0;
}

.product-form-layout-copy {
  grid-column-gap: 70px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.parts-form-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 60px;
  padding: 40px;
  display: block;
}

.dropdown-item {
  color: var(--ps_black);
  background-color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: color .15s, background-color .15s;
}

.dropdown-item:hover {
  background-color: var(--red);
  color: #fff;
}

.dropdown-item.w--current {
  background-color: var(--white-smoke);
  color: #000;
}

.dropdown-item.w--current:hover {
  background-color: var(--red);
  color: #fff;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-arrow {
  width: 7px;
  transform: rotate(90deg);
}

.project-rich {
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  border: 1px solid var(--white-smoke);
}

.team-icon-temp {
  filter: saturate(90%);
  width: 140px;
}

.expertise-grid {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  display: grid;
}

.expertise-item {
  cursor: default;
  background-image: url('../images/icon-arrow-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 6px;
  margin-bottom: 5px;
  padding-left: 12px;
  transition: left .2s, color .2s;
  position: relative;
  left: 0;
}

.expertise-blok {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  padding: 80px 60px 80px 140px;
  display: flex;
}

.cta-h2-copy {
  max-width: 480px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.expertise-vid {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 500px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.expertise-vid.grey {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 42%;
  max-width: none;
  max-height: 620px;
  position: absolute;
  top: 50px;
  bottom: -50px;
  left: 0;
}

.submit-right {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.dnav-beeldmerk {
  width: 44px;
}

.home-hero-r-pos {
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-hero-r {
  mix-blend-mode: overlay;
  width: 400px;
  transform: rotate(-10deg);
}

.featureitem-text {
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.feature-img-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 410px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap.grey {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 42%;
  max-width: none;
  max-height: 620px;
  position: absolute;
  top: 50px;
  bottom: -50px;
  left: 0;
}

.pure-rental-logo {
  width: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttons-row {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.rental-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.pagehero-r-pos {
  position: absolute;
  bottom: -1px;
  right: 0;
}

.pagehero-r {
  opacity: .27;
  width: 500px;
  transform: rotate(-10deg);
}

.rnav-r-pos {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ext-icon {
  opacity: .6;
  width: 11px;
  margin-bottom: 4px;
}

.consultancy-logo {
  width: 300px;
}

.consultancy-logo-wrap {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.consultancy-r {
  width: 90px;
}

.expertise-layout {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 40px;
  display: grid;
}

.expertise-icon-image {
  object-fit: contain;
  width: 80px;
  height: 90px;
}

.expertise-icon-image.small {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.expertise-heading {
  max-width: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1;
}

.project-main-image {
  z-index: 2;
  align-items: flex-end;
  max-width: 1200px;
  height: 500px;
  margin-top: -140px;
  display: flex;
  position: relative;
}

.project-main-image.pdp {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 590px;
  height: 100%;
  display: flex;
  top: auto;
  bottom: -76px;
  left: 50vw;
}

.project-main-image.pdp-large {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 900px;
  height: 100%;
  display: flex;
  top: auto;
  bottom: -76px;
  left: 50vw;
}

.pdp-video {
  margin-top: 40px;
}

.video {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: var(--ps_black);
  padding: 200px 50px 100px;
}

@media screen and (max-width: 991px) {
  li {
    margin-bottom: 12px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.page-hero {
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .section.page-hero.pdp {
    margin-bottom: 15px;
  }

  .section.page-hero.split {
    min-height: 400px;
    padding-bottom: 60px;
  }

  .section.pdp-info {
    padding-top: 80px;
  }

  .section.contact {
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .button.red-white.rnav {
    margin-top: 30px;
  }

  .button.red-white.brochure {
    white-space: nowrap;
  }

  .home-hero-layout {
    max-width: 610px;
  }

  .home-hero-h1 {
    font-size: 80px;
  }

  .maincards-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .maincard-tag {
    padding-left: 30px;
    padding-right: 30px;
  }

  .maincard-image {
    height: 35vw;
  }

  .maincard-logo {
    max-width: 125px;
  }

  .maincard-tag-text {
    font-size: 24px;
  }

  .heading-split-left {
    padding-right: 40px;
  }

  .heading-split-right {
    flex: none;
  }

  .h2-large {
    font-size: 50px;
  }

  .home-usp-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .usp-heading {
    font-size: 28px;
  }

  .usp-paragraph {
    font-size: 16px;
  }

  .feature-layout-grey {
    align-items: flex-start;
  }

  .feature-layout-grey.expertise {
    flex-direction: column;
    margin-top: -40px;
  }

  .featureitem-image-wrap {
    height: 400px;
  }

  .featureitem-image-wrap.grey {
    margin-right: -30px;
    position: relative;
    top: 20px;
    bottom: -20px;
  }

  .featureitem-text-grey {
    max-width: 520px;
    padding: 40px 40px 40px 70px;
  }

  .h2-feature {
    font-size: 40px;
  }

  .uspitems-small-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .uspicon-small {
    width: 32px;
  }

  .featuredcases-collectionlist {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-category-tag {
    font-size: 16px;
  }

  .featuredcase-image-wrap {
    height: 340px;
  }

  .featuredcase-title {
    font-size: 26px;
  }

  .footer-title {
    max-width: 700px;
    font-size: 74px;
  }

  .footer-bottom-block {
    grid-column-gap: 15px;
  }

  .footer-nav-item {
    font-size: 18px;
  }

  .footer-nav-heading-wrap._2nd {
    grid-column-gap: 7px;
  }

  .contact-item {
    font-size: 18px;
  }

  .home-paragraph {
    font-size: 17px;
  }

  .rnav-logo {
    width: 290px;
  }

  .dnav-position {
    background-color: #0000;
    align-items: center;
    height: 84px;
    padding-top: 20px;
    display: flex;
  }

  .rnav-btn-open {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }

  .dnav-container {
    height: 100%;
  }

  .rnav-link-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 40px;
    line-height: .9;
    text-decoration: none;
    display: flex;
  }

  .rnav-logo-block {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    display: flex;
  }

  .dnav-logo {
    width: 248px;
  }

  .rnav-container {
    z-index: 3;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .rnav-group {
    font-weight: 700;
    display: block;
  }

  .rnav-body {
    z-index: 6;
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% 100%;
  }

  .rnav-btn-close {
    z-index: 5;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .dnav-menu-group {
    display: none;
  }

  .dnav-logo-group._1 {
    position: absolute;
  }

  .rnav-leaf {
    width: 20px;
  }

  .rnav-x {
    width: 13px;
  }

  .footer-contact {
    grid-column-gap: 20px;
  }

  .maincard-tag-subtitle {
    font-size: 18px;
  }

  .contactwidget-formblock {
    padding-left: 50px;
    padding-right: 50px;
  }

  .submit-row {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .usp-grid-horizontal-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .usp-grid-horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .feature-textblock {
    max-width: 370px;
    margin-left: -3vw;
  }

  .feature-textblock.centre {
    max-width: 50%;
  }

  .page-hero-layout {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero-layout.split {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-hero-h1 {
    font-size: 70px;
  }

  .page-hero-h1.pdp {
    font-size: 50px;
  }

  .page-hero-paragraph {
    font-size: 17px;
  }

  .page-hero-paragraph.split {
    max-width: none;
  }

  .productcategories-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .feature-layout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

  .feature-layout.prental {
    flex-direction: column;
  }

  .productcategory-text {
    max-width: none;
  }

  .productcategories-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .productcategory-title {
    font-size: 22px;
  }

  .productcategory-image-wrap {
    height: 300px;
  }

  .afternav-layout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .afternav-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 114px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .afternav-item:hover {
    padding-left: 30px;
  }

  .afternav-title {
    font-size: 30px;
  }

  .afternav-divider {
    width: 20px;
    height: 2px;
    display: none;
  }

  .afternav-description {
    font-size: 19px;
  }

  .page-hero-image-wrap {
    width: 90%;
    height: 440px;
    margin-top: 50px;
    margin-bottom: -110px;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .page-hero-image-wrap.pdp {
    max-width: 530px;
    height: 420px;
    margin: 30px auto -130px;
    inset: auto;
  }

  .page-hero-image-wrap.pdp-large {
    max-width: 530px;
    height: auto;
    margin: 30px auto -130px;
    inset: auto;
  }

  .productsgrid-layout {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .productsgrid-h2 {
    max-width: none;
  }

  .productsgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-image-wrap {
    height: 260px;
  }

  .product-title {
    font-size: 22px;
  }

  .cta-h2 {
    font-size: 40px;
  }

  .under-construction-wrap {
    margin-left: auto;
    margin-right: 0;
    right: 120px;
  }

  .pdp-about-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pdp-heading, .pdp-about-text {
    max-width: none;
  }

  .pdp-h-features {
    margin-top: 40px;
  }

  .pdp-feat-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .pdp-feat-heading {
    font-size: 28px;
  }

  .pdp-feat-paragraph {
    font-size: 16px;
  }

  .pdp-more-info-sec {
    grid-column-gap: 40px;
    padding: 40px;
  }

  .pdp-brochures-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-form-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .pdp-form-p {
    font-size: 17px;
  }

  .pagehero-image-inner {
    max-width: none;
    height: 100%;
  }

  .pdp-gallery-grid {
    column-count: 3;
  }

  .pdp-fotogrid-coll {
    height: auto;
    overflow: hidden;
  }

  .pdp-grid-showmore {
    color: #fff;
    text-align: center;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-grid {
    margin-top: 20px;
  }

  .service-grid-item._1 {
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .service-grid-item._2 {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .service-grid-item._3 {
    padding-top: 40px;
    padding-right: 40px;
  }

  .service-grid-item._4 {
    padding-top: 40px;
    padding-left: 40px;
  }

  .service-grid-item-heading {
    font-size: 28px;
  }

  .h3-content {
    font-size: 38px;
  }

  .duo-grid-electric {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .examples {
    padding: 40px;
  }

  .cases-collectionlist {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-contact-row {
    grid-column-gap: 20px;
  }

  .cdp-content-layout {
    grid-column-gap: 60px;
  }

  .cdp-content-sidebar {
    width: 260px;
  }

  .cdp-h2 {
    font-size: 42px;
  }

  .cdp-sidebar-ctablock {
    padding: 26px;
  }

  .cdp-sidebar-title {
    font-size: 32px;
  }

  .cdp-sidebar-linkblock {
    height: 72px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .mt_space_100 {
    width: 70px;
    height: 70px;
  }

  .cdp-sidebar-inner {
    position: sticky;
  }

  .contact-layout {
    grid-column-gap: 70px;
  }

  .contactpage-formblock {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pdp-features-rich {
    column-gap: 30px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-item-img {
    height: 220px;
  }

  .team-item-name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .team-item-functie {
    font-size: 15px;
  }

  .slider {
    height: auto;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .vacature-tekst-blok {
    padding: 30px;
  }

  .parts-links-grid {
    max-width: none;
  }

  .pp-logo {
    width: 180px;
  }

  .product-form-layout-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .parts-form-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .team-icon-temp {
    width: 110px;
  }

  .expertise-grid {
    grid-column-gap: 40px;
    grid-row-gap: 12px;
  }

  .expertise-blok {
    width: 100%;
    max-width: none;
    padding: 70px 70px 60px;
  }

  .cta-h2-copy {
    font-size: 40px;
  }

  .expertise-vid {
    width: 580px;
    height: 300px;
    margin-bottom: -82px;
    margin-left: auto;
    margin-right: -67px;
    position: relative;
  }

  .expertise-vid.grey {
    margin-right: -30px;
    position: relative;
    top: 20px;
    bottom: -20px;
  }

  .recap {
    transform: scale(.8);
  }

  .recaptcha-wrap {
    transform: scale(.9);
  }

  .home-hero-r {
    width: 280px;
  }

  .featureitem-text.prental {
    max-width: 100%;
  }

  .feature-img-wrap {
    height: 400px;
  }

  .feature-img-wrap.grey {
    margin-right: -30px;
    position: relative;
    top: 20px;
    bottom: -20px;
  }

  .pagehero-r {
    width: 350px;
  }

  .rnav-r {
    opacity: .3;
    width: 300px;
    transform: rotate(-10deg);
  }

  .rnav-logo-r {
    width: 86px;
  }

  .ext-icon {
    width: 18px;
    margin-bottom: 12px;
  }

  .image-3 {
    width: 18px;
  }

  .expertise-layout {
    grid-column-gap: 30px;
  }

  .expertise-icon-image {
    width: 70px;
    height: 80px;
  }

  .expertise-icon-image.small {
    width: 60px;
  }

  .expertise-heading {
    font-size: 32px;
  }

  .project-main-image {
    height: 400px;
  }

  .project-main-image.pdp {
    max-width: 530px;
    height: 420px;
    margin: 30px auto -130px;
    inset: auto;
  }

  .project-main-image.pdp-large {
    max-width: 530px;
    height: auto;
    margin: 30px auto -130px;
    inset: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

  li {
    padding-left: 20px;
    font-size: 16px;
  }

  blockquote {
    padding: 25px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.home-hero {
    height: auto;
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .section.home-2nd {
    margin-top: -30px;
  }

  .section.page-hero {
    margin-bottom: 70px;
    padding-top: 71px;
  }

  .section.page-hero.split {
    min-height: 370px;
    padding-bottom: 40px;
  }

  .section.contact {
    padding-top: 71px;
  }

  .stylepage-section {
    padding: 15px;
  }

  .button {
    padding: 14px 26px;
    font-size: 15px;
  }

  .button:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.red-white.rnav {
    margin-top: 15px;
  }

  .button.red-white.brochure {
    margin-top: 10px;
    padding: 14px 18px;
  }

  .button.red-white.brochure:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .preheading-inner {
    font-size: 16px;
  }

  .home-hero-layout {
    max-width: 480px;
  }

  .home-hero-h1 {
    font-size: 50px;
  }

  .home-hero-paragraph {
    font-size: 16px;
  }

  .home-hero-gradient-links {
    opacity: .6;
    width: 100vw;
  }

  .maincards-flex {
    grid-column-gap: 12px;
  }

  .maincard-tag {
    grid-column-gap: 8px;
    grid-row-gap: 4px;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .maincard-image {
    height: 200px;
    margin-top: 70px;
  }

  .maincard-logo {
    max-width: 100px;
  }

  .maincard-tag-text {
    font-size: 20px;
  }

  .h2-large {
    font-size: 36px;
  }

  .h2-large.parts {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .usp-heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .usp-paragraph {
    font-size: 15px;
  }

  .featureitem-image-wrap {
    height: 290px;
  }

  .featureitem-text-grey {
    max-width: 380px;
    padding-left: 50px;
    padding-right: 30px;
  }

  .h2-feature {
    font-size: 34px;
  }

  .uspitems-small-grid {
    grid-column-gap: 8px;
  }

  .uspitem-small-wrap {
    grid-column-gap: 8px;
    font-size: 15px;
  }

  .uspicon-small {
    width: 30px;
    height: 30px;
  }

  .featuredcase-image-wrap {
    height: 230px;
  }

  .section-footer {
    padding-top: 60px;
  }

  .footer-title {
    max-width: 490px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 44px;
  }

  .footer-top-block {
    padding-bottom: 60px;
  }

  .footer-bottom-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo {
    width: 210px;
  }

  .footer-nav-item {
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .footer-nav-heading {
    font-size: 20px;
  }

  .footer-heading-line {
    margin-bottom: 15px;
  }

  .footer-nav-heading-wrap._2nd {
    margin-top: 20px;
  }

  .social-icon-block {
    width: 40px;
    height: 40px;
  }

  .footer-bar {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-paragraph {
    font-size: 15px;
  }

  .rnav-logo {
    width: 200px;
  }

  .dnav-position {
    height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dnav-container {
    width: 94%;
  }

  .rnav-link-item {
    grid-column-gap: 8px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .rnav-logo-block {
    margin-bottom: 30px;
  }

  .dnav-logo {
    width: 200px;
  }

  .dnav-logo._2, .dnav-logo._1 {
    width: 190px;
  }

  .rnav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .dnav-logo-group {
    grid-column-gap: 15px;
  }

  .dnav-logo-group._2, .dnav-logo-group._1 {
    padding: 0;
  }

  .rnav-leaf {
    width: 16px;
  }

  .footer-contact {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .maincard-tag-subtitle {
    font-size: 16px;
    font-weight: 500;
  }

  .contactwidget-formblock {
    padding: 31px;
  }

  .form-label {
    margin-top: 15px;
  }

  .text-field {
    height: 50px;
    font-size: 16px;
  }

  .text-field.large {
    min-height: 80px;
  }

  .contactwidget-title {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .feature-textblock {
    max-width: 380px;
  }

  .page-hero-layout {
    max-width: 92%;
  }

  .page-hero-layout.contact {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .page-hero-h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 44px;
  }

  .page-hero-h1.pdp {
    font-size: 34px;
  }

  .page-hero-paragraph {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .page-hero-paragraph.split {
    margin-top: 30px;
  }

  .button_arrow {
    background-position: 10px;
    background-size: 18px;
    padding: 11px 15px 10px 40px;
    font-size: 15px;
  }

  .pagehero-sany-logo {
    width: 110px;
  }

  .productcategory-title {
    font-size: 20px;
  }

  .productcategory-image-wrap {
    height: 220px;
  }

  .paragraph-smaller {
    font-size: 17px;
  }

  .afternav-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .afternav-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: 100px;
  }

  .afternav-title {
    font-size: 26px;
  }

  .page-hero-image-wrap {
    height: 120vh;
    max-height: 370px;
    margin-top: 40px;
  }

  .page-hero-image-wrap.pdp {
    height: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero-image-wrap.pdp-large {
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .back-button-wrap {
    margin-bottom: 30px;
  }

  .productsgrid {
    grid-template-columns: 1fr 1fr;
  }

  .product-wrap {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .product-image-wrap {
    height: 180px;
  }

  .product-title {
    font-size: 20px;
  }

  .productdetail {
    font-size: 15px;
  }

  .cta-h2 {
    font-size: 36px;
  }

  .cta-contact-info {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .backbtn-bottom {
    margin-top: 50px;
  }

  .backbtn-top {
    margin-bottom: 30px;
  }

  .under-construction-wrap {
    max-width: 204px;
    right: 80px;
  }

  .under-construction-text {
    font-size: 13px;
  }

  .image-2 {
    width: 20px;
  }

  .pdp-details-row {
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }

  .pdp-detail-item {
    grid-row-gap: 2px;
  }

  .pdp-detail-tag {
    font-size: 15px;
  }

  .pdp-detail-info {
    font-size: 22px;
  }

  .divider-line-after {
    margin-top: 30px;
  }

  .pdp-h-features {
    margin-top: 20px;
    font-size: 32px;
  }

  .pdp-feat-heading {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .pdp-feat-paragraph {
    font-size: 15px;
  }

  .pdp-more-info-sec {
    padding: 30px;
  }

  .pdp-brochures-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .pdp-brochures-list-wrap {
    width: 100%;
    margin-top: 30px;
  }

  .pdp-form-contactinfo {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .pdp-form-p {
    font-size: 15px;
  }

  .pagehero-image-inner {
    height: 100%;
  }

  .pdp-gallery-grid {
    column-count: 2;
  }

  .service-grid-item._1 {
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .service-grid-item._2 {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .service-grid-item._3 {
    padding-top: 30px;
    padding-right: 30px;
  }

  .service-grid-item._4 {
    padding-top: 30px;
    padding-left: 30px;
  }

  .service-grid-item-heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .button-small {
    font-size: 14px;
  }

  .green-icons {
    width: 40px;
  }

  .h3-content {
    font-size: 30px;
  }

  .duo-grid-electric {
    grid-template-columns: 1fr;
  }

  .examples {
    padding: 30px;
  }

  .image-grid-3 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr .75fr;
  }

  .cdp-content-layout {
    flex-direction: column;
  }

  .cdp-content-sidebar {
    width: 100%;
  }

  .cdp-h2 {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 34px;
  }

  .cdp-sidebar-ctablock {
    flex: 1;
    padding-right: 42px;
  }

  .cdp-sidebar-links {
    grid-row-gap: 10px;
    border-top-width: 0;
    border-left: 1px solid #ccc;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 20px;
  }

  .mt_space_100 {
    width: 50px;
    height: 50px;
  }

  .cdp-sidebar-inner {
    justify-content: space-between;
    margin-top: 50px;
    display: flex;
    position: relative;
    top: 0;
  }

  .contactpage-socials {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .contact-page-items {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .contact-layout {
    flex-direction: column;
  }

  .contactpage-formblock {
    margin-top: 40px;
    padding: 31px;
  }

  .contactform-title {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .pdp-features-rich h3 {
    background-size: 14px;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 22px;
  }

  .pdp-features-rich p {
    margin-left: 25px;
    font-size: 15px;
    line-height: 1.5;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-item-img {
    height: 160px;
  }

  .team-item-name {
    margin-top: 15px;
    font-size: 20px;
  }

  .vacature-collection-item {
    justify-content: space-between;
    display: flex;
  }

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

  .vacature-titel {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .vacatureimg {
    height: 100%;
  }

  .vacature-img-wrap {
    width: 30%;
  }

  .vacature-tekst-blok {
    width: 70%;
  }

  .vacature-p {
    font-size: 15px;
  }

  .team-icon-temp {
    width: 90px;
  }

  .expertise-grid {
    grid-column-gap: 28px;
    grid-row-gap: 9px;
    font-size: 15px;
  }

  .expertise-item {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .expertise-blok {
    padding: 30px;
  }

  .cta-h2-copy {
    font-size: 36px;
  }

  .expertise-vid {
    width: 100%;
    height: 260px;
    margin-bottom: 0;
    margin-right: auto;
  }

  .dnav-beeldmerk {
    width: 34px;
  }

  .home-hero-r {
    width: 170px;
  }

  .feature-img-wrap {
    height: 290px;
  }

  .pure-rental-logo {
    width: 160px;
  }

  .pagehero-r {
    width: 230px;
  }

  .rnav-r {
    width: 200px;
  }

  .rnav-logo-r {
    width: 60px;
  }

  .rnav-items-grid {
    grid-column-gap: 30px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ext-icon {
    width: 12px;
    margin-bottom: 8px;
  }

  .consultancy-logo {
    width: 280px;
  }

  .consultancy-r {
    width: 85px;
  }

  .expertise-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .expertise-icon-image {
    width: 60px;
    height: 70px;
  }

  .expertise-icon-image.small {
    width: 50px;
    height: 60px;
  }

  .expertise-heading {
    font-size: 26px;
  }

  .project-main-image {
    height: 270px;
  }

  .project-main-image.pdp {
    height: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-main-image.pdp-large {
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.home-hero {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .section.overflow {
    overflow: hidden;
  }

  .button.red-white.rnav {
    margin-top: 40px;
  }

  .home-hero-h1 {
    font-size: 44px;
  }

  .maincards-flex {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .maincard-tag {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .maincard-image {
    height: 290px;
    margin-top: 80px;
  }

  .home-heading-split {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-split-left {
    padding-right: 10px;
  }

  .h2-large {
    font-size: 36px;
  }

  .home-usp-grid {
    grid-template-columns: 1fr;
  }

  .feature-layout-grey {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-layout-grey.expertise {
    justify-content: flex-start;
    height: 1200px;
  }

  .featureitem-image-wrap {
    width: 100%;
    max-width: none;
    height: 320px;
    margin-top: 0;
    margin-bottom: -30px;
    margin-left: -10%;
  }

  .featureitem-image-wrap.grey {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .featureitem-text-grey {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 40px 25px;
    position: relative;
  }

  .uspitems-small-grid {
    grid-row-gap: 18px;
  }

  .featuredcases-collectionlist {
    grid-template-columns: 1fr;
  }

  .featuredcase-image-wrap {
    height: 280px;
  }

  .footer-title {
    font-size: 40px;
  }

  .footer-bottom-block {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-nav-item {
    margin-bottom: 3px;
    font-size: 18px;
  }

  .footer-nav-heading {
    font-size: 24px;
  }

  .footer-heading-line {
    margin-bottom: 20px;
  }

  .social-icon-block {
    background-size: 10px;
  }

  .footer-nav-socials {
    margin-left: 0;
  }

  .rnav-logo {
    width: 220px;
  }

  .dnav-position {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dnav-container {
    width: 90%;
  }

  .rnav-link-item {
    font-size: 26px;
  }

  .rnav-logo-block {
    margin-bottom: 40px;
  }

  .rnav-container {
    margin-bottom: 20%;
    display: flex;
  }

  .contactwidget-formblock {
    padding: 25px;
  }

  .submit-row {
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
  }

  .form-fields-duo-row {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .form-field-group {
    flex: none;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .textblock {
    max-width: 100%;
  }

  .usp-grid-horizontal {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .feature-textblock {
    max-width: 100%;
    margin-left: 0;
  }

  .feature-textblock.centre {
    max-width: none;
  }

  .page-hero-h1 {
    font-size: 44px;
  }

  .button_arrow {
    padding-left: 35px;
    padding-right: 10px;
  }

  .feature-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .productcategories-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .productcategory-title {
    font-size: 24px;
  }

  .productcategory-image-wrap {
    height: 300px;
  }

  .afternav-layout {
    flex-direction: column;
  }

  .afternav-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .afternav-item:hover {
    padding-left: 20px;
  }

  .afternav-title {
    flex: none;
    font-size: 24px;
  }

  .afternav-divider {
    width: 2px;
    height: 20px;
    display: block;
  }

  .afternav-description {
    margin-right: 4px;
    font-size: 18px;
    display: inline-block;
  }

  .afternav-description-wrap {
    display: block;
  }

  .page-hero-image-wrap {
    height: 90vw;
    max-height: 320px;
  }

  .page-hero-image-wrap.pdp {
    height: 300px;
  }

  .productsgrid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .product-image-wrap {
    height: 300px;
  }

  .product-title {
    font-size: 24px;
  }

  .cta-h2 {
    font-size: 32px;
  }

  .under-construction-wrap {
    display: none;
  }

  .pdp-contacts-row, .pdp-contact-items {
    flex-direction: column;
    align-items: flex-start;
  }

  .pdp-details-row {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pdp-detail-item {
    grid-column-gap: 4px;
  }

  .divider-line-after {
    margin-top: 20px;
  }

  .pdp-feat-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .pdp-brochures-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pdp-gallery-grid {
    column-gap: 8px;
  }

  .pdp-grid-item {
    margin-bottom: 8px;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-grid-item {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }

  .service-grid-item._1 {
    border-right-width: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-grid-item._2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .service-grid-item._3 {
    padding-right: 0;
  }

  .service-grid-item._4 {
    padding-left: 0;
  }

  .examples {
    padding: 21px;
  }

  .image-grid-3, .cases-collectionlist {
    grid-template-columns: 1fr;
  }

  .footer-contact-row {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cdp-sidebar-links {
    border-top-width: 1px;
    border-left-width: 0;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .cdp-sidebar-inner {
    flex-direction: column;
  }

  .contactpage-socials {
    margin-top: 40px;
    position: relative;
  }

  .contactpage-formblock {
    padding: 25px;
  }

  .pdp-features-rich {
    column-count: 1;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 270px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .team-item-img {
    height: 260px;
  }

  .team-item-name {
    font-size: 22px;
  }

  .vacature-collection-item {
    flex-direction: column;
  }

  .vacature-titel {
    font-size: 26px;
  }

  .vacature-img-wrap, .vacature-tekst-blok {
    width: 100%;
  }

  .parts-form-layout {
    padding: 25px;
  }

  .team-icon-temp {
    width: 110px;
  }

  .expertise-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .expertise-blok {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 40px 25px;
    position: sticky;
    top: 100px;
    overflow: hidden;
  }

  .cta-h2-copy {
    font-size: 32px;
  }

  .expertise-vid.grey {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .body {
    max-width: 100%;
    overflow: hidden;
  }

  .submit-right {
    flex-direction: column;
  }

  .feature-img-wrap {
    width: 100%;
    height: 320px;
    margin-top: 0;
  }

  .feature-img-wrap.grey {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .feature-img-wrap.prental {
    height: 370px;
  }

  .buttons-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .rental-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pagehero-r {
    width: 190px;
  }

  .rnav-items-grid {
    grid-template-columns: 1fr;
  }

  .nomargintop {
    margin-top: 0;
  }

  .consultancy-logo {
    width: 260px;
  }

  .consultancy-r {
    width: 80px;
  }

  .project-main-image.pdp {
    height: 300px;
  }
}

#w-node-b22ffddc-c571-7899-5412-ee719ffc72a5-e3455032, #w-node-bcd9dec7-d752-ca00-3752-fe5a69024b27-e3455032, #w-node-_6944290b-a15d-160c-7185-c411df1a23b8-e3455032, #w-node-_3f3ce2ca-9d79-6276-5f59-b04989432088-e3455032, #w-node-_12538aea-dbf5-9a01-1239-7f041caf3afe-1caf3aee, #w-node-_14a6f59a-ee77-729f-a554-5d824bc7a960-1caf3aee, #w-node-_1255e94b-5094-1bba-eb62-f37b5ed94f6a-1caf3aee, #w-node-_12538aea-dbf5-9a01-1239-7f041caf3b1f-1caf3aee, #w-node-_189ebf4a-7713-1124-a623-2e684b14d3ff-bf1aca6c, #w-node-_22a6d0d3-93eb-74af-52d3-ca2d9bea0a31-bf1aca6c, #w-node-_22a6d0d3-93eb-74af-52d3-ca2d9bea0a37-bf1aca6c, #w-node-_22a6d0d3-93eb-74af-52d3-ca2d9bea0a3d-bf1aca6c, #w-node-_22a6d0d3-93eb-74af-52d3-ca2d9bea0a43-bf1aca6c, #w-node-_30399993-d048-eb01-3b59-4499ae00b83c-901c7bed, #w-node-_30399993-d048-eb01-3b59-4499ae00b842-901c7bed, #w-node-_30399993-d048-eb01-3b59-4499ae00b848-901c7bed, #w-node-_30399993-d048-eb01-3b59-4499ae00b84e-901c7bed, #w-node-_30399993-d048-eb01-3b59-4499ae00b83c-6e2cccd8, #w-node-_30399993-d048-eb01-3b59-4499ae00b842-6e2cccd8, #w-node-_30399993-d048-eb01-3b59-4499ae00b848-6e2cccd8, #w-node-_30399993-d048-eb01-3b59-4499ae00b84e-6e2cccd8, #w-node-_30399993-d048-eb01-3b59-4499ae00b83c-05369a5e, #w-node-_30399993-d048-eb01-3b59-4499ae00b842-05369a5e, #w-node-_30399993-d048-eb01-3b59-4499ae00b848-05369a5e, #w-node-_30399993-d048-eb01-3b59-4499ae00b84e-05369a5e, #w-node-_30399993-d048-eb01-3b59-4499ae00b83c-34fedf07, #w-node-_30399993-d048-eb01-3b59-4499ae00b842-34fedf07, #w-node-_30399993-d048-eb01-3b59-4499ae00b848-34fedf07, #w-node-_30399993-d048-eb01-3b59-4499ae00b84e-34fedf07, #w-node-ff71cbd0-9db5-9784-2ea8-ea4b507255df-560c8874, #w-node-ff71cbd0-9db5-9784-2ea8-ea4b507255e5-560c8874, #w-node-ff71cbd0-9db5-9784-2ea8-ea4b507255f1-560c8874, #w-node-ff71cbd0-9db5-9784-2ea8-ea4b507255eb-560c8874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3f2dc78-055e-6ccf-2635-837ed53bee1d-560c8874 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_15771bf5-2dcd-88b9-3dca-547a9588a877-560c8874, #w-node-_2ce8ad2b-44a0-8cdd-fe02-c8d4707063dd-560c8874, #w-node-_3d833e6c-1202-1f45-196c-b9fe86ce8200-53448b6b, #w-node-_3d833e6c-1202-1f45-196c-b9fe86ce8206-53448b6b, #w-node-_3d833e6c-1202-1f45-196c-b9fe86ce820c-53448b6b, #w-node-_3d833e6c-1202-1f45-196c-b9fe86ce8212-53448b6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


