<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body {
  position: fixed;
  overflow: hidden;
}
@keyframes textpulse {
0% {
    color: white;
}
50% {
    color: rgba(255, 255, 255, 0.1);
}
100% {
    color: white;
}
}
@keyframes markerFadeIn {
0% {
    opacity: 0;
    top: 1em;
}
50% {
    opacity: 0.92;
    top: -1.3em;
}
100% {
    opacity: 0;
    top: -1.3em;
}
}
.c-offcanvas #ot-sdk-btn.ot-sdk-show-settings {
  display: flex;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 1rem;
  line-height: 2;
  align-items: center;
  color: #41535d;
  height: 100%;
  width: 100%;
  border: none;
  border-bottom: 0.0625em solid #c2c5c7;
}
.c-offcanvas #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #41535d;
  background-color: #aac933;
}
.hand-marker {
  height: 6.3em;
  position: absolute;
  top: 2em;
  left: -1.9em;
  opacity: 0;
  display: inline-block;
  max-width: none;
}
.hand-marker--fade {
  animation: markerFadeIn 5s;
}
.orientation__modal {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.88);
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
}
.orientation__modal div {
    color: white;
    font-size: 1.5em;
    position: absolute;
    height: 20.5em;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 2em;
}
@media screen and (min-width: 500px) {
.orientation__modal {
    display: none;
}
}
.parallaxcontent {
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
@media screen and (max-width: 800px) {
.parallaxcontent {
    font-size: 0.6rem;
}
}
.videomodal {
  height: 100%;
  width: 100%;
  position: relative;
}
.videomodal video {
    width: 100%;
    max-height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scrollbox {
  background: rgba(255, 255, 255, 0.6);
  width: 4em;
  height: 4em;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0px 2px 1px rgba(111, 104, 104, 0.49);
  text-align: center;
  padding-top: 0.5em;
  transition: 2s all;
}
.chevron {
  height: 1.1em;
  width: 0.23em;
  background: #018657;
  display: inline-block;
  position: relative;
}
.chevron--left {
  transform: rotate(135deg);
  right: 0.01em;
}
.chevron--right {
  left: 0.01em;
  transform: rotate(-135deg);
}
.scrollbox--fadeout {
  opacity: 0;
}
.chapterimage {
  position: absolute;
  bottom: 0.85em;
  left: 1em;
  opacity: 1;
  transition: 2s all;
  height: 4em;
}
.chapterimage--fadeout {
  opacity: 0;
}
.chapter__title {
  color: #41535d;
  position: absolute;
  display: inline-block;
  left: -0.6em;
  bottom: -1.8em;
  font-size: 0.9em;
}
.chapter__title--jobsite {
  left: 1.5em;
}
.video__wrapper {
  height: 100%;
  width: 100%;
  z-index: 10;
  position: relative;
  background: black;
  opacity: 1;
  transition: 2s opacity;
}
.video__wrapper video {
    height: 100%;
}
.video__wrapper.video__wrapper--fadeout {
  opacity: 0;
}
.progress {
  display: inline-block;
  height: 100%;
  background: #41535d;
  position: absolute;
}
.progress__line {
  height: 0.4em;
  width: calc(100% - 3em);
  background: #aba9a9;
  z-index: 1;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.progress__line--last {
  width: 100%;
}
.button__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}
.button__close span {
    position: relative;
    background: white;
    height: 100%;
    width: 0.2em;
    display: inline-block;
}
.button__close span:first-child {
    transform: rotate(45deg);
    left: 0.2em;
}
.button__close span:last-child {
    transform: rotate(-45deg);
    right: 0.2em;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.88);
  z-index: 10;
}
.modal--closed {
  display: none;
}
.modal--open {
  display: block;
}
.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 20px;
}
.slideshow__item {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.slideshow__item--wrapper {
  max-width: 100%;
  max-height: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
}
.slideshow__item--active {
  display: block;
}
.slideshow__navigation {
  position: absolute;
  height: 1em;
  width: 1em;
  color: white;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 4em;
  font-family: hind;
  font-weight: bolder;
  cursor: pointer;
  z-index: 9;
}
.slideshow__navigation--left {
  left: 1.5rem;
}
.slideshow__navigation--right {
  right: 1.5rem;
  text-align: right;
}
.circle--wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.circle {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  animation: pulse 6s infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
  z-index: 1;
}
.circle__text {
  position: absolute;
  padding: 15px;
  white-space: nowrap;
  color: white;
  background: #319863;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: all .2s;
  z-index: 0;
  cursor: pointer;
  transition: 2s all;
}
.circle__text--fadeout {
  opacity: 0;
}
.circle.circle--white {
  background: rgba(255, 255, 255, 0.490196);
}
.circle.circle--outer {
  height: 2.5em;
  width: 2.5em;
  left: -1.25em;
}
.circle.circle--center {
  height: 1.8em;
  width: 1.8em;
}
.circle.circle--inner {
  height: 1em;
  width: 1em;
}
.screenshot__infobox--item {
  position: absolute;
}
.screenshot__infobox--headline {
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 100%);
  text-align: center;
}
.screenshot__infobox--headline .headline {
    font-weight: bold;
    color: #319863;
}
.screenshot__infobox--headline .subheadline {
    color: white;
}
.screenshot__infobox--text {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 15px;
  white-space: nowrap;
  color: white;
  background: #319863;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  transform: translateY(-50%);
}
.screenshot__infobox--text::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    background: #319863;
    content: '';
    transform: translate(57%, -50%) rotate(45deg);
    border-top: 2px solid white;
    border-right: 2px solid white;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.4);
}
.screenshot__infobox--text .mobile {
    display: none;
}
.screenshot__infobox--toggle {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px;
  white-space: nowrap;
  color: white;
  background: #319863;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -30%);
  cursor: pointer;
}
.intro-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  z-index: 19;
}
.skip-button,
.mute-button {
  position: relative;
  float: right;
  color: white;
  background: #319863;
  padding: 1em;
  margin-left: 1.5em;
  border-radius: 8px;
  cursor: pointer;
}
.skip-button {
  opacity: 0;
  visibility: hidden;
}
.skip-button.skip-button--fadein {
    opacity: 1;
    visibility: visible;
}
.mute-button {
  padding: 1em 24px;
}
.mute-button .u-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    transform: translate(-50%, -50%);
}
.screenshot__infobox--legend {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(20vw - 10px);
  padding-left: 10px;
  color: white;
  transform: translateX(100%);
}
.screenshot__infobox--legend br {
    display: none;
}
@media screen and (max-width: 800px) {
.screenshot__infobox--legend ul {
    font-size: .6rem;
}
}
@media screen and (max-width: 1200px) {
.slideshow__item--wrapper {
    left: calc(50% - 10vw);
}
.screenshot__infobox--text {
    padding: 2px 5px;
    border-radius: 5px;
}
.screenshot__infobox--text::before {
      display: none;
}
.screenshot__infobox--text .desktop {
      display: none;
}
.screenshot__infobox--text .mobile {
      display: inline-block;
}
.screenshot__infobox--headline {
    display: none;
}
.screenshot__infobox--legend .screenshot__infobox--headline {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    top: auto;
    left: auto;
    white-space: initial;
    transform: translate(0, 0);
    text-align: left;
    font-size: .75rem;
}
.screenshot__infobox--legend ul {
    display: inline-block;
    font-size: .6rem;
    padding-left: 15px;
}
.screenshot__infobox--legend ul li {
      position: relative;
      margin-bottom: 5px;
}
.screenshot__infobox--legend ul li .screenshot__infobox--legend--index {
        position: absolute;
        top: 0;
        left: -15px;
}
.screenshot__infobox--toggle {
    padding: 5px;
    border-radius: 5px;
}
}
@keyframes pulse {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}
.loading {
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 500;
  width: 500;
}
.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: black;
  transition: 2s all;
  opacity: 1;
}
.overlay--fadeout {
  opacity: 0;
}
.circle--right {
  text-align: right;
  padding: 1em;
}
.chapters {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  padding-bottom: 2em;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 8px;
  z-index: 9;
}
.progress__wrapper {
  height: 3em;
  width: 3em;
}
.chapter__circle {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  font-weight: lighter;
  /* box-shadow: 0px 3px 10px #3e3e3e; */
  float: left;
  margin-right: 2.8em;
  line-height: 2.85em;
  text-align: center;
  cursor: pointer;
  padding-right: 0.27em;
  transition: 0.3s all;
  position: relative;
  padding: 0.35em;
  z-index: 2;
}
.chapter__circle.chapter__circle--last {
  margin-right: 0;
}
.chapter__circle.chapter__circle--green {
  border: 1px solid #41535d;
  background: linear-gradient(90deg, #41535d, #526975, #41535d);
  color: #e0e0e0;
}
.chapter__circle.chapter__circle--white {
  background: white;
  color: black;
  border: 2px solid #aba9a9;
}
.chapter__circle.chapter__circle--sub {
  margin-right: 0;
  height: 1.5em;
  width: 1.5em;
  margin-top: 0.75em;
  padding: 0;
}
.chapter__circle.chapter__circle--sub p {
    height: 0.5em;
    position: absolute;
    top: -0.8em;
    font-family: hind;
    left: 0.35em;
}
.chapter__combined {
  z-index: 5;
  margin-right: 0;
}
.chapter__circle:hover {
  transform: scale(1.3) skewx(4deg);
}
.chapter__circle.chapter__circle--green.chapter__circle--active {
  font-weight: bolder;
  color: white;
}
.chapter__circle.chapter__circle--white.chapter__circle--active {
  border: 2px solid #41535d;
}
.slideshow img {
  width: auto;
  height: 100%;
  max-width: initial;
  max-height: 85vh;
}
.slideshow.slideshow--brochure img {
  width: auto;
  height: 75vh;
  max-width: initial;
}
.c-offcanvas-logo {
  position: absolute;
  top: 1em;
  left: 2em;
  height: auto;
  max-width: 15em;
}
.c-paving-section-logo {
  position: absolute;
  top: .5rem;
  left: 50%;
  height: 4rem;
  width: auto;
  transform: translateX(-50%);
}
.c-paving-section-logo--hidden {
    display: none;
}
.c-paving-hamburger--hidden {
  display: none;
}
.u-icon-size-normal {
  width: 100%;
  height: 2rem;
}
.u-icon-size-big {
  width: 100%;
  height: 100%;
}
.intro_slideshow {
  position: relative;
  color: white;
}
.intro_slideshow * {
    z-index: 3;
}
.intro_slideshow sub,
  .intro_slideshow sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.intro_slideshow sup {
    top: -0.5em;
}
.intro_slideshow sub {
    bottom: -0.25em;
}
.intro_slideshow .headline {
    position: absolute;
    top: 20px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.intro_slideshow .loading {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    text-align: center;
}
.intro_slideshow .loading.loading--fadeout {
      transition: opacity .3s;
      opacity: 0;
}
.intro_slideshow .loading .animation {
      margin-top: 10px;
      text-align: center;
}
.intro_slideshow .loading .animation .dot {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        border-radius: 50%;
        background-color: #319863;
        opacity: .1;
        animation: loading 4s infinite;
        animation-delay: 0s;
}
.intro_slideshow .loading .animation .dot:last-child {
          margin-right: 0;
}
.intro_slideshow .loading .animation .dot + .dot {
          animation-delay: .5s;
}
.intro_slideshow .loading .animation .dot + .dot + .dot {
            animation-delay: 1s;
}
.intro_slideshow .loading .animation .dot + .dot + .dot + .dot {
              animation-delay: 1.5s;
}
.intro_slideshow .loading .animation .dot + .dot + .dot + .dot + .dot {
                animation-delay: 2s;
}
.intro_slideshow .loading .animation .dot + .dot + .dot + .dot + .dot + .dot {
                  animation-delay: 2.5s;
}
.intro_slideshow .loading .animation .dot + .dot + .dot + .dot + .dot + .dot + .dot {
                    animation-delay: 3s;
}
@keyframes loading {
0% {
    opacity: .1;
}
25% {
    opacity: 1;
}
50% {
    opacity: .1;
}
100% {
    opacity: .1;
}
}
.intro_slideshow .skip-button {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: 0;
    white-space: nowrap;
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;
}
.intro_slideshow .slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
}
.intro_slideshow .slideshow .slideshow__item {
      position: absolute;
      left: 50%;
      top: 47%;
      width: auto;
      height: auto;
      max-width: initial;
      max-height: initial;
      margin: auto;
      text-align: center;
      transform: translate(-50%, -50%);
      background-color: #319863;
      border: 2px solid #319863;
}
.intro_slideshow .slideshow .slideshow__item .text {
        position: relative;
        width: calc(100% + 4px);
        padding: 10px 20px;
        position: relative;
        background-color: #319863;
        border: 2px solid #319863;
        margin-top: -5px;
        margin-left: -2px;
}
.intro_slideshow .slideshow .slideshow__item .text i {
          font-weight: bold !important;
}
.intro_slideshow .slideshow .slideshow__item img {
        position: relative;
        width: auto;
        height: 100%;
        max-width: initial;
        max-height: 100%;
}
.intro_slideshow .background,
  .intro_slideshow .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro_slideshow .background {
    z-index: 1;
}
.intro_slideshow .background img {
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
}
.intro_slideshow .overlay {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.9);
}
.orientation_portrait .intro_slideshow .slideshow .slideshow__item img {
  width: 100%;
  height: auto;
  max-width: initial;
  max-height: initial;
}


.fulfilling-bouncing-circle-spinner[data-v-dd350904], .fulfilling-bouncing-circle-spinner *[data-v-dd350904] {
  box-sizing: border-box;
}
.fulfilling-bouncing-circle-spinner[data-v-dd350904] {
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation-data-v-dd350904 infinite 4000ms ease;
}
.fulfilling-bouncing-circle-spinner .orbit[data-v-dd350904] {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: calc(60px * 0.03) solid #ff1d5e;
  animation: fulfilling-bouncing-circle-spinner-orbit-animation-data-v-dd350904 infinite 4000ms ease;
}
.fulfilling-bouncing-circle-spinner .circle[data-v-dd350904] {
  height: 60px;
  width: 60px;
  color: #ff1d5e;
  display: block;
  border-radius: 50%;
  position: relative;
  border: calc(60px * 0.1) solid #ff1d5e;
  animation: fulfilling-bouncing-circle-spinner-circle-animation-data-v-dd350904 infinite 4000ms ease;
  transform: rotate(0deg) scale(1);
}
@keyframes fulfilling-bouncing-circle-spinner-animation-data-v-dd350904 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation-data-v-dd350904 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1);
}
62.5% {
    transform: scale(0.8);
}
75% {
    transform: scale(1);
}
87.5% {
    transform: scale(0.8);
}
100% {
    transform: scale(1);
}
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation-data-v-dd350904 {
0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
}
16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
}
33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
}
50% {
    border-color: inherit;
    transform: scale(1);
}
62.5% {
    border-color: inherit;
    transform: scale(1.4);
}
75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
}
87.5% {
    border-color: inherit;
    transform: scale(1.4);
}
100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
}
}


.circle[data-v-7239a9c8] {
  position: relative;
  display: inline-block;
}
.circle-percent-text-body[data-v-7239a9c8] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.percent-text[data-v-7239a9c8] {
  font-weight: bold;
}

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