<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------
      BEFORE SHAPES
--------------------------*/

.shape001:before {
    content: '';
    background: url(/images/000_NL/home/shape001.png);
    width: 300px;
    height: 300px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.shape002:before {
    content: '';
    background: url(/images/000_NL/home/shape001.png);
    width: 351px;
    height: 114px;
    position: absolute;
    right: -53px;
    top: -70px;
    overflow: hidden!important;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(20);
    z-index: 4;
}

@media screen and (max-width:991px){
  .shape001:before {
    content: '';
    background: url(/images/000_NL/home/shape001.png);
    width: 300px;
    height: 300px;
    position: absolute;
    left: 190px;
    background-repeat: no-repeat;
    background-size: contain;
}
  .shape001-mobile:before {
    content: '';
    background: url(/images/000_NL/home/shape001.png);
    width: 300px;
    height: 300px;
    position: absolute;
    left: 190px;
    background-repeat: no-repeat;
    background-size: contain;
}
  
.shape002:before {
    content: '';
    background: url(/images/000_NL/home/shape001.png);
    width: 308px;
    height: 114px;
    position: absolute;
    right: -38px;
    top: -62px;
    overflow: hidden!important;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(20);
  	opacity:0.5;
    z-index: 4;
}
}



</pre></body></html>