@charset "UTF-8";
/* REQUIRED PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  margin: 0 0 20px 20px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* WORDPRESS GENERAL */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 1240px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 1240px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1240px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* FONTS & COLORS */
/* FONT VARIABLES */
/* The design sets the testimonial's opening quotation mark in Georgia — the one place it asks
   for a serif. It is a system stack, so there is no file to ship. */
/* The starter applied the font in _global.scss, where the rule does not allow it to be declared.
   It belongs here, once, beside the faces it selects. */
body {
  font-family: "Hanken Grotesk";
}

/* Form controls do not inherit font-family, so the design declares it again on them. The rule
   allows the declaration in this file only, which is why a form and a testimonial selector sit
   here rather than in their own layout file. */
.form-field input,
.form-field textarea,
.form-field select {
  font-family: "Hanken Grotesk";
}

/* Gravity Forms writes its own markup, so .form-field never reaches its fields and they fell
   back to Arial on all five form sections — 304 measured differences against the design, which
   gives every control the body face. */
input,
textarea,
select,
button {
  font-family: "Hanken Grotesk";
}

.testimonial::before {
  font-family: Georgia, serif;
}

/* The Transfonter export ships every face as normal or bold, so 500, 600 and 800 would all
   resolve to the same file. These declare the numeric weights the design actually uses. */
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Regular.woff2") format("woff2"), url("../fonts/HankenGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Italic.woff2") format("woff2"), url("../fonts/HankenGrotesk-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Medium.woff2") format("woff2"), url("../fonts/HankenGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/HankenGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Bold.woff2") format("woff2"), url("../fonts/HankenGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-ExtraBold.woff2") format("woff2"), url("../fonts/HankenGrotesk-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Project banner gradients. The design writes these two stops inline per project, and a raw
   colour may not live outside this file. */
/* BASE */
/* GENERAL CSS */
html {
  /* The design leaves this visible, and position:sticky on the header and on the article aside
     stops working inside an overflow-hidden ancestor. */
  overflow-x: visible;
}
html body {
  font-size: 16px;
  /* The design writes this as a ratio, and it has to stay one: every element with a font-size
     other than 16px inherits it, and 26.4px made the topbar text 26.4 high where the design
     gives it 21.65. A ratio is not a rem or an em — it is the design's own value. */
  line-height: 1.65;
  position: relative;
  float: none;
  width: 100%;
  overflow-x: visible;
  color: #41454f;
  font-weight: 400;
  background: #ffffff;
  display: block;
  height: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* The design switches at 768, not at 767, so 768 itself already carries the smaller body. */
@media (max-width: 768px) {
  html body {
    /* Only the font-size changes here — the design's mobile block writes nothing else, so
       the 1.65 ratio above stays in force. Writing it out as 24.75px is the same mistake
       one breakpoint up: it is inherited literally, and every footer link came out 24.75
       high where the design gives it 24.288. */
    font-size: 15px;
  }
  p {
    max-width: 546px;
  }
}
/* GLOBAL */
img {
  max-width: 100%;
  display: block;
}

i {
  font-style: italic;
}

/* TABLE */
table {
  position: relative;
  float: left;
  width: 100%;
  display: table;
  margin: 0 0 20px 0;
  font-weight: 400;
  max-width: 100%;
  vertical-align: middle;
}
table label {
  color: #000000;
  font-weight: bold;
}
table tr {
  display: table-row;
}
table tr td:first-child {
  padding: 0 10px 0 0;
}
table tr td {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
table tr td p {
  margin: 0;
}
table tr th {
  text-align: left;
  padding: 0 10px;
  display: table-cell;
  color: #000000;
  font-weight: bold;
}
table tr th:first-child {
  padding: 0 10px 0 0;
}
table thead {
  padding: 0 0 30px 0;
}

/* INVOERVELDEN + BUTTON */
input, select {
  font-size: 15.36px;
  line-height: 26px;
  height: auto;
  background: #ffffff;
  border: 1.5px solid #e4e5e9;
  border-radius: 7px;
  color: #181a22;
  padding: 9.8px 15.2px;
}

select {
  padding: 9.8px 45px 9.8px 15.2px;
}

input[type=text], input[type=email], input[type=search], input[type=tel], input[type=url], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  font-size: 15.36px;
  line-height: 26px;
  position: relative;
  float: left;
  height: auto;
  height: 120px;
  padding: 12.8px 15.2px;
  outline: none;
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #e4e5e9;
  border-radius: 7px;
  color: #181a22;
  resize: vertical;
}

input:focus, select:focus, textarea:focus {
  box-shadow: 0 0 0 3px #f8edf4;
  -webkit-box-shadow: 0 0 0 3px #f8edf4;
  -moz-box-shadow: 0 0 0 3px #f8edf4;
  outline: none;
  border: 1.5px solid #7D0E5F;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  margin: 5px 4px 4px 0;
  min-width: inherit;
  accent-color: #7D0E5F;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 15.04px;
  line-height: 17.3px;
  position: relative;
  background-color: #151E61;
  color: #fff;
  border: none;
  float: none;
  height: auto;
  font-style: normal;
  font-weight: 600;
  padding: 13.12px 23.2px;
  border-radius: 7px;
  cursor: pointer;
}

button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #20296f;
  color: #fff;
}

/* The design's own button. Every variant is nested, because a second .btn-… at the top level
   next to .btn is refused by the nesting rule. */
.btn {
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  transition: all 0.16s ease;
  font-size: 15.04px;
  line-height: 17.3px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: inline-flex;
  gap: 8px;
  padding: 13.12px 23.2px;
  font-weight: 600;
  border: 1.5px solid #181a22;
  background: #ffffff;
  color: #181a22;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
}
.btn:link, .btn:visited {
  color: #181a22;
  text-decoration: none;
}
.btn:hover, .btn:active {
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
  background: #f5f5f7;
  text-decoration: none;
}
.btn.btn-primary {
  box-shadow: 0 14px 30px -12px rgba(21, 30, 97, 0.45);
  -webkit-box-shadow: 0 14px 30px -12px rgba(21, 30, 97, 0.45);
  -moz-box-shadow: 0 14px 30px -12px rgba(21, 30, 97, 0.45);
  background: #151E61;
  border-color: #151E61;
  color: #fff;
}
.btn.btn-primary:link, .btn.btn-primary:visited {
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  box-shadow: 0 18px 34px -12px rgba(21, 30, 97, 0.55);
  -webkit-box-shadow: 0 18px 34px -12px rgba(21, 30, 97, 0.55);
  -moz-box-shadow: 0 18px 34px -12px rgba(21, 30, 97, 0.55);
  background: #20296f;
  border-color: #20296f;
}
.btn.btn-accent {
  box-shadow: 0 12px 26px -12px rgba(125, 14, 95, 0.55);
  -webkit-box-shadow: 0 12px 26px -12px rgba(125, 14, 95, 0.55);
  -moz-box-shadow: 0 12px 26px -12px rgba(125, 14, 95, 0.55);
  background: #7D0E5F;
  border-color: #7D0E5F;
  color: #fff;
}
.btn.btn-accent:link, .btn.btn-accent:visited {
  color: #fff;
}
.btn.btn-accent:hover, .btn.btn-accent:active {
  background: #8e1a6e;
  border-color: #8e1a6e;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #151E61;
}
.btn.btn-light:link, .btn.btn-light:visited {
  color: #151E61;
}
.btn.btn-light:hover, .btn.btn-light:active {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.88);
}
.btn.btn-ghost {
  border: none;
  padding: 12.8px 0;
  background: transparent;
}
.btn.btn-ghost:hover, .btn.btn-ghost:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: transparent;
}
.btn.btn-ghost-light {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}
.btn.btn-ghost-light:link, .btn.btn-ghost-light:visited {
  color: #fff;
}
.btn.btn-ghost-light:hover, .btn.btn-ghost-light:active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn.btn-large {
  font-size: 16.32px;
  line-height: 18.77px;
  padding: 16.8px 30.4px;
}

label {
  position: relative;
  float: none;
  width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/chevron-down.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 15px;
}

select[multiple=multiple] {
  padding: 0 15px;
  height: 100px;
  background-image: inherit;
}

/*for IE10*/
select::-ms-expand {
  display: none;
}

/* GRAVITY FORMS */
.gform_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gform_wrapper .gform_validation_errors, .gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper form {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
}
.gform_wrapper form .gform_body {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 10px);
  left: -5px;
}
.gform_wrapper form .gform_body .gform_fields .gfield {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 5px 17.6px 5px;
}
.gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield legend.gfield_label {
  font-size: 11.52px;
  line-height: 17.6px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 6.4px;
  font-weight: 700;
  letter-spacing: 1.0368px;
  text-transform: uppercase;
  color: #6c7079;
}
.gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label .gfield_required, .gform_wrapper form .gform_body .gform_fields .gfield legend.gfield_label .gfield_required {
  /* The design writes the mark as part of the label — "Naam *", the
     label's own colour with a space in front — not as a red flag.
     Gravity Forms nests a second .gfield_required inside the first, so
     the space is set on the outer one only. */
  margin-left: 4px;
  color: #6c7079;
}
.gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label .gfield_required .gfield_required, .gform_wrapper form .gform_body .gform_fields .gfield legend.gfield_label .gfield_required .gfield_required {
  margin-left: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-full {
  -webkit-box-flex: 0 0 calc(100% - 10px);
  -moz-box-flex: 0 0 calc(100% - 10px);
  -webkit-flex: 0 0 calc(100% - 10px);
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
  -webkit-box-flex: 0 0 calc(50% - 10px);
  -moz-box-flex: 0 0 calc(50% - 10px);
  -webkit-flex: 0 0 calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
  -webkit-box-flex: 0 0 calc(33.3333% - 10px);
  -moz-box-flex: 0 0 calc(33.3333% - 10px);
  -webkit-flex: 0 0 calc(33.3333% - 10px);
  -ms-flex: 0 0 calc(33.3333% - 10px);
  flex: 0 0 calc(33.3333% - 10px);
  max-width: calc(33.3333% - 10px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
  -webkit-box-flex: 0 0 calc(25% - 10px);
  -moz-box-flex: 0 0 calc(25% - 10px);
  -webkit-flex: 0 0 calc(25% - 10px);
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-honeypot, .gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-hidden {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container .gfield_radio, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container .gfield_radio, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-multi_choice .ginput_container .gfield_radio, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-multi_choice .ginput_container .gfield_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container .gfield_checkbox .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container .gfield_radio .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container .gfield_checkbox .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-multi_choice .ginput_container .gfield_radio .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-multi_choice .ginput_container .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .ginput_container .gfield_checkbox .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container .gfield_radio .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container .gfield_checkbox .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-multi_choice .ginput_container .gfield_radio .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-multi_choice .ginput_container .gfield_checkbox .gchoice input {
  width: unset;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .gfield_label {
  margin: 0 5px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex span.gform-grid-col {
  -webkit-box-flex: 0 0 calc(100% - 10px);
  -moz-box-flex: 0 0 calc(100% - 10px);
  -webkit-flex: 0 0 calc(100% - 10px);
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 5px 15px 5px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex span.gform-grid-col label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_2 span.gform-grid-col {
  -webkit-box-flex: 0 0 calc(50% - 10px);
  -moz-box-flex: 0 0 calc(50% - 10px);
  -webkit-flex: 0 0 calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_3 span.gform-grid-col {
  -webkit-box-flex: 0 0 calc(33.3333% - 10px);
  -moz-box-flex: 0 0 calc(33.3333% - 10px);
  -webkit-flex: 0 0 calc(33.3333% - 10px);
  -ms-flex: 0 0 calc(33.3333% - 10px);
  flex: 0 0 calc(33.3333% - 10px);
  max-width: calc(33.3333% - 10px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_4 span.gform-grid-col {
  -webkit-box-flex: 0 0 calc(25% - 10px);
  -moz-box-flex: 0 0 calc(25% - 10px);
  -webkit-flex: 0 0 calc(25% - 10px);
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select .ginput_container_select select {
  padding: 10px 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container input {
  width: unset;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  float: left;
  height: 120px;
  padding: 10px 15px;
  outline: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  font-size: 16px;
  line-height: 22px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area button {
  margin-left: 5px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  background-color: unset;
  color: #000;
  border: none;
  float: left;
  height: auto;
  font-style: normal;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload input[type=file] {
  border: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .gfield_description {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .gfield_description:before {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-date .ginput_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-date .ginput_container .ginput_container_date {
  -webkit-box-flex: 0 0 calc(33.3333% - 5px);
  -moz-box-flex: 0 0 calc(33.3333% - 5px);
  -webkit-flex: 0 0 calc(33.3333% - 5px);
  -ms-flex: 0 0 calc(33.3333% - 5px);
  flex: 0 0 calc(33.3333% - 5px);
  max-width: calc(33.3333% - 5px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-date .ginput_container .ginput_container_date label.gform-field-label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-date .ginput_container_date .ui-datepicker-trigger {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  height: 18px;
  width: 18px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-time .ginput_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-time .ginput_container .ginput_container_time {
  -webkit-box-flex: 0 0 calc(50% - 5px);
  -moz-box-flex: 0 0 calc(50% - 5px);
  -webkit-flex: 0 0 calc(50% - 5px);
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-time .ginput_container .ginput_container_time select {
  padding: 8px 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-time .ginput_container .hour_minute_colon {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-post_image .ginput_container span.ginput_full .gform_fileupload_rules {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.gform_wrapper form .gform_footer {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_footer button {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gform_wrapper .validation_message.gfield_description {
  display: inline-block;
  position: relative;
  width: auto;
  background-color: #FF0000;
  margin: 14px 0 0 0;
  padding: 0 10px;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
}
.gform_wrapper .validation_message.gfield_description:before {
  border: solid rgba(255, 255, 255, 0);
  border-bottom-color: #FF0000;
  border-width: 7px;
  bottom: 100%;
  content: " ";
  left: 50%;
  margin-left: -7px;
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 0;
}

#ui-datepicker-div .ui-datepicker-title select {
  padding: 10px 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-full {
    -webkit-box-flex: 0 0 calc(100% - 10px);
    -moz-box-flex: 0 0 calc(100% - 10px);
    -webkit-flex: 0 0 calc(100% - 10px);
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-full.gfield--type-name {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -webkit-box-flex: 0 0 calc(50% - 10px);
    -moz-box-flex: 0 0 calc(50% - 10px);
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_2 span.gform-grid-col, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_3 span.gform-grid-col, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_4 span.gform-grid-col {
    -webkit-box-flex: 0 0 calc(50% - 10px);
    -moz-box-flex: 0 0 calc(50% - 10px);
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-full, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -webkit-box-flex: 0 0 calc(100% - 10px);
    -moz-box-flex: 0 0 calc(100% - 10px);
    -webkit-flex: 0 0 calc(100% - 10px);
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-full.gfield--type-name, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half.gfield--type-name, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third.gfield--type-name, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter.gfield--type-name {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex span.gform-grid-col {
    -webkit-box-flex: 0 0 calc(100% - 10px);
    -moz-box-flex: 0 0 calc(100% - 10px);
    -webkit-flex: 0 0 calc(100% - 10px);
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_2 span.gform-grid-col, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_3 span.gform-grid-col, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name .ginput_complex.gf_name_has_4 span.gform-grid-col {
    -webkit-box-flex: 0 0 calc(100% - 10px);
    -moz-box-flex: 0 0 calc(100% - 10px);
    -webkit-flex: 0 0 calc(100% - 10px);
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* TEXT GENERAL */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #181a22;
  margin: 0;
  text-wrap: balance;
}

/* The design sizes h1 to h3 fluidly, which the rules do not allow. These are the values that
   fluid rule resolves to at 1200, 992, 768 and 576 — measured, not estimated — so both sides
   agree exactly at every width the parity check reads. Between those widths the design scales
   and the build steps. */
h1 {
  font-size: 55.2px;
  line-height: 62.93px;
  font-weight: 800;
  letter-spacing: -1.93px;
}

h2 {
  font-size: 36px;
  line-height: 41.04px;
  letter-spacing: -1.08px;
}

h3 {
  font-size: 24px;
  line-height: 27.36px;
  letter-spacing: -0.48px;
}

h4 {
  font-size: 17.28px;
  line-height: 19.7px;
}

h5 {
  font-size: 13.12px;
  line-height: 14.96px;
  text-transform: uppercase;
  letter-spacing: 1.31px;
  color: #6c7079;
}

h6 {
  font-size: 16px;
  line-height: 21px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 45.63px;
    line-height: 52.02px;
    letter-spacing: -1.6px;
  }
  h2 {
    font-size: 29.76px;
    line-height: 33.93px;
    letter-spacing: -0.89px;
  }
  h3 {
    font-size: 20px;
    line-height: 22.8px;
    letter-spacing: -0.4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 36.8px;
    line-height: 41.95px;
    letter-spacing: -1.29px;
  }
  h2 {
    font-size: 28.8px;
    line-height: 32.83px;
    letter-spacing: -0.86px;
  }
  h3 {
    font-size: 20px;
    line-height: 22.8px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36.8px;
    line-height: 41.95px;
    letter-spacing: -1.29px;
  }
  h2 {
    font-size: 28.8px;
    line-height: 32.83px;
    letter-spacing: -0.86px;
  }
  h3 {
    font-size: 20px;
    line-height: 22.8px;
    letter-spacing: -0.4px;
  }
}
p {
  margin: 0;
  /* The design writes 65ch, which resolves to 36.4 x the font-size. No single pixel value
     reproduces that for every paragraph size, so this is the value at the 16px body. */
  max-width: 582.4px;
  text-wrap: pretty;
}

address {
  margin: 0 0 20px 0;
  font-style: normal;
}

/* LINKS GENERAL */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}

a:link, a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

/* WooCommerce info */
.woocommerce-message {
  position: relative;
  float: left;
  width: 100%;
  background-color: #9b9b9b;
  padding: 15px;
  margin: 0 0 20px 0;
}
.woocommerce-message .button {
  margin-right: 10px;
}

.woocommerce-info {
  position: relative;
  float: left;
  width: 100%;
  background-color: #9b9b9b;
  padding: 15px;
  margin: 0 0 20px 0;
}
.woocommerce-info .button {
  margin-right: 10px;
}

/* WooCommerce Errors */
.woocommerce-error {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px;
  background: #FF0000;
}
.woocommerce-error li {
  color: #fff;
  margin: 0 0 10px 0;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
}
.woocommerce-error li:last-child {
  margin: 0;
}
.woocommerce-error .button {
  margin-right: 10px;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-navigation-link--contributions {
  display: none;
}

/* REVIEWS */
.woocommerce #reviews .form-contribution .form-row, .woocommerce-page #reviews .form-contribution .form-row {
  float: left !important;
}

/* LAYOUTS */
html {
  scroll-behavior: smooth;
}

::selection {
  background: #f1dcea;
  color: #650a4c;
}

section {
  position: relative;
  padding: 80px 0;
}
section.tight {
  padding: 48px 0;
}
section.bg-soft {
  background: #f5f5f7;
  border-top: 1px solid #eeeef1;
}
section.bg-tint {
  background: #eef0f8;
  border-top: 1px solid #e0e3f2;
}
section.bg-dark {
  background: #151E61;
  color: rgba(255, 255, 255, 0.82);
  border-top: 0;
}
section.bg-dark h1, section.bg-dark h2, section.bg-dark h3, section.bg-dark h4 {
  color: #fff;
}
section + section {
  border-top: 1px solid #eeeef1;
}

/* The design switches at 768, not at 767, so 768 itself already carries the smaller padding —
   design/styles.css writes it in the same block as the 15px body. At 767 every section on the
   768px layout was 24px too tall top and bottom. */
@media (max-width: 768px) {
  section {
    padding: 56px 0;
  }
}
.container-narrow {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 25.6px;
}

.about-story .about-story-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.15fr 0.85fr;
  grid-template-columns: 1.15fr 0.85fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
.about-story {
  /* The design writes 19.2px under each paragraph of the story and none under the last; the build
     had them all at 0, so the three ran together. */
}
.about-story .about-story-text p {
  margin-bottom: 19.2px;
}
.about-story .about-story-text p:last-child {
  margin-bottom: 0;
}

.about-team .about-team-row {
  aspect-ratio: 2/1;
}

.area-chips {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.area-chips .area-chip {
  font-size: 14.08px;
  background: #ffffff;
  border: 1px solid #e4e5e9;
  border-radius: 999px;
  padding: 7.2px 16px;
  font-weight: 600;
  color: #181a22;
}
.area-chips .area-chip.is-here {
  background: #7D0E5F;
  color: #fff;
  border-color: #7D0E5F;
}

.article-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 260px;
  grid-template-columns: 1fr 260px;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 56px;
}
.article-layout.single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 716.8px;
}
.article-layout .article-figure {
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  margin: 0 0 32px;
  border-radius: 14px;
  overflow: hidden;
}
.article-layout .article-aside {
  display: -ms-grid;
  display: grid;
  position: sticky;
  top: 96px;
  gap: 20.8px;
}

@media (max-width: 900px) {
  .article-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .article-layout .article-aside {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: static;
  }
}
@media (max-width: 600px) {
  .article-layout .article-aside {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.article-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13.76px;
  gap: 8px 22.4px;
  color: #6c7079;
  margin-top: 17.6px;
}
.article-meta .am-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  gap: 7.2px;
}
.article-meta svg {
  width: 15px;
  height: 15px;
  stroke: #7D0E5F;
  stroke-width: 1.8;
  fill: none;
}
.article-meta strong {
  color: #181a22;
  font-weight: 600;
}

.article-body-row {
  aspect-ratio: auto;
}

.audience-split .audience-split-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.audience-split .audience-split-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.big-cta {
  background: #151E61;
  color: rgba(255, 255, 255, 0.82);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.big-cta::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -8%;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(125, 14, 95, 0.55) 0%, transparent 68%);
  pointer-events: none;
}
.big-cta .container {
  position: relative;
  z-index: 1;
}
.big-cta h2 {
  color: #fff;
  margin-bottom: 19.2px;
}
.big-cta p {
  font-size: 17.92px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 35.2px;
  max-width: 602.112px;
}
.big-cta .btn {
  background: #fff;
  color: #151E61;
  border-color: #fff;
}
.big-cta .btn:hover {
  background: rgba(255, 255, 255, 0.88);
}
.big-cta .btn-ghost-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.big-cta .btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.aside-cta {
  background: #151E61;
  color: #fff;
  border-radius: 11px;
  padding: 25.6px 24px;
}
.aside-cta h4 {
  font-size: 16.8px;
  color: #fff;
  margin-bottom: 6.4px;
}
.aside-cta p {
  font-size: 14.08px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 17.6px;
}
.aside-cta .big-num {
  font-size: 21.6px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.432px;
  margin-bottom: 16px;
  display: block;
}
.aside-cta .btn {
  width: 100%;
  background: #fff;
  color: #151E61;
  border-color: #fff;
}
.aside-cta .btn:hover {
  background: rgba(255, 255, 255, 0.88);
}

.block-cards .block-cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.65fr;
  grid-template-columns: 1fr 0.65fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 40px;
}
.block-cards {
  /* The design writes border-radius: 12px on this photo inline, together with the height and the
     object-fit; the build carried the fit and lost the radius. */
}
.block-cards .block-cards-grid img {
  border-radius: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-cards .block-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .block-cards {
    /* The 0.65fr photo column came out 59px wide at 375 — the cards and the photo stack. */
  }
  .block-cards .block-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25.6px;
  }
}
.block-columns .block-columns-row {
  aspect-ratio: 3/4;
}
.block-columns .block-columns-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 48px;
}
.block-columns .block-columns-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0.8fr;
  grid-template-columns: 1fr 1fr 0.8fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 40px;
}

.block-text-media .block-text-media-row-2 {
  aspect-ratio: 4/5;
}
.block-text-media {
  /* The design writes margin-bottom: 3.5rem on the one .detail-split that has a card grid under
     it, and the photo sat straight on the cards without it. */
}
.block-text-media .detail-split + .card-grid {
  margin-top: 56px;
}

/* The project pages give the trail 19.2px of air under the header; the design writes it inline on
   all eleven. Without it the breadcrumb sat flush against the header. */
.project-breadcrumb {
  padding: 19.2px 0 0;
}

.breadcrumb {
  font-size: 13.28px;
  color: #6c7079;
  margin-bottom: 14.4px;
}
.breadcrumb a {
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
  color: #6c7079;
}
.breadcrumb a:hover {
  color: #7D0E5F;
}
.breadcrumb span {
  color: #181a22;
  font-weight: 600;
}

.callout {
  background: #eef0f8;
  border: 1px solid #e0e3f2;
  border-left: 4px solid #151E61;
  border-radius: 7px;
  padding: 22.4px 25.6px;
  margin: 32px 0;
  max-width: 609.28px;
}
.callout.plum {
  background: #f8edf4;
  border-color: #f1dcea;
  border-left-color: #7D0E5F;
}
.callout h3 {
  font-size: 16px;
  margin-bottom: 6.4px;
  color: #151E61;
}
.callout h4 {
  font-size: 16px;
  margin-bottom: 6.4px;
  color: #151E61;
}
.callout.plum h3 {
  color: #7D0E5F;
}
.callout.plum h4 {
  color: #7D0E5F;
}
.callout p {
  font-size: 15.36px;
  color: #41454f;
  margin: 0;
}

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  padding: 28px;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
}
.card:hover {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #e0e3f2;
}
.card h3 {
  margin-bottom: 8px;
}
.card p {
  font-size: 15.04px;
  color: #41454f;
  margin-bottom: 14.4px;
}
.card > .card-link {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}
.card:hover .card-icon {
  background: #151E61;
  color: #fff;
  border-color: #151E61;
}
.card:hover .card-link {
  gap: 10.4px;
  color: #8e1a6e;
}
.card:hover .card-link svg {
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.card .card-ctas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 6.4px;
  margin-top: auto;
}
.card .card-ctas .card-link {
  margin-top: 0;
}

.card-grid {
  display: -ms-grid;
  display: grid;
  gap: 20.8px;
}
.card-grid.card-grid-2 {
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.card-grid.card-grid-3 {
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.card-grid.card-grid-4 {
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
}
.card-grid .card-grid-6 {
  -ms-grid-columns: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr);
}

/* Widest first. Both of these match at 768 and below, so the order decides: with the 1024 block
   last, its two columns won everywhere and every card grid on the homepage came out two-up on a
   phone. */
@media (max-width: 1024px) {
  .card-grid.card-grid-3 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid.card-grid-4 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid .card-grid-6 {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .card-grid.card-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card-grid.card-grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card-grid.card-grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card-grid .card-grid-6 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  -moz-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  -ms-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  -o-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  width: 46px;
  height: 46px;
  border: 1px solid #e0e3f2;
  background: #eef0f8;
  border-radius: 7px;
  margin-bottom: 17.6px;
  color: #151E61;
}
.card-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
}

.card-link {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14.08px;
  -webkit-transition: gap 0.16s ease, color 0.16s ease;
  -moz-transition: gap 0.16s ease, color 0.16s ease;
  -ms-transition: gap 0.16s ease, color 0.16s ease;
  -o-transition: gap 0.16s ease, color 0.16s ease;
  transition: gap 0.16s ease, color 0.16s ease;
  display: inline-flex;
  gap: 6.4px;
  color: #7D0E5F;
  font-weight: 700;
}
.card-link svg {
  -webkit-transition: transform 0.16s ease;
  -moz-transition: transform 0.16s ease;
  -ms-transition: transform 0.16s ease;
  -o-transition: transform 0.16s ease;
  transition: transform 0.16s ease;
}

.location-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.location-grid .location-card {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  border: 1px solid #e4e5e9;
  padding: 33.6px;
  border-radius: 11px;
  /* The footer links to these by anchor; without the margin the jump parks the card behind
     the pinned bar. */
  scroll-margin-top: 140px;
}
.location-grid .location-card h3 {
  margin-bottom: 17.6px;
  padding-bottom: 17.6px;
  border-bottom: 1px solid #e4e5e9;
}
.location-grid .location-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 15.04px;
  gap: 12px;
  margin-bottom: 11.2px;
}
.location-grid {
  /* The design prints the address, phone and e-mail as plain text. They are links now, and
     a:link keeps them the same colour, so the hover is what tells the visitor they are. */
}
.location-grid .location-link {
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
}
.location-grid .location-link:hover, .location-grid .location-link:focus-visible {
  color: #7D0E5F;
  text-decoration: underline;
}
.location-grid .location-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 20px;
  margin-top: 1.92px;
  color: #7D0E5F;
}
.location-grid .location-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
}
.location-grid .location-hours {
  margin-top: 20.8px;
  padding-top: 20.8px;
  border-top: 1px solid #e4e5e9;
}
.location-grid .hours-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 14.72px;
  padding: 5.12px 0;
  color: #41454f;
}
.location-grid .hours-row span:first-child {
  color: #181a22;
  font-weight: 600;
}

@media (max-width: 768px) {
  .location-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-methods {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20.8px;
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .contact-methods {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-method {
  -webkit-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  border: 1px solid #e4e5e9;
  padding: 29.6px;
  border-radius: 11px;
}
.contact-method:hover {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #e0e3f2;
}
.contact-method:hover .contact-method-icon {
  background: #151E61;
  color: #fff;
}
.contact-method h3 {
  font-size: 15.2px;
  margin-bottom: 6.4px;
}
.contact-method .big-text {
  font-size: 20.8px;
  font-weight: 800;
  color: #151E61;
  margin: 4.8px 0 9.6px;
  letter-spacing: -0.416px;
  word-break: normal;
  overflow-wrap: normal;
  white-space: nowrap;
}
.contact-method .big-text.email {
  font-size: 15.2px;
  letter-spacing: -0.152px;
}
.contact-method p {
  font-size: 13.76px;
  color: #6c7079;
  margin: 0;
}
.contact-method .contact-method-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: background 0.16s ease, color 0.16s ease;
  -moz-transition: background 0.16s ease, color 0.16s ease;
  -ms-transition: background 0.16s ease, color 0.16s ease;
  -o-transition: background 0.16s ease, color 0.16s ease;
  transition: background 0.16s ease, color 0.16s ease;
  width: 44px;
  height: 44px;
  border: 1px solid #e0e3f2;
  background: #eef0f8;
  border-radius: 7px;
  margin-bottom: 16px;
  color: #151E61;
}
.contact-method .contact-method-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
}

.contact-channels .contact-channels-row {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.contact-channels .contact-channels-row-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8px;
}
.contact-channels .contact-channels-row-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .contact-form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 56px;
}
.contact-form {
  /* The design closes the intro with a smaller, quieter line and sets it apart: the first
     paragraph stays at 16px in the body colour, the one after it drops to 14.72px in $muted with
     19.2px above it. The build had both at 16px and flush against each other. */
}
.contact-form .contact-form-intro p + p {
  font-size: 14.72px;
  line-height: 24.288px;
  margin-top: 19.2px;
  color: #6c7079;
}

.detail-split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.15fr 0.85fr;
  grid-template-columns: 1.15fr 0.85fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
.detail-split img.detail-media {
  border-radius: 12px;
}
.detail-split.form-split {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.detail-split p {
  margin-bottom: 17.6px;
}
.detail-split p:last-child {
  margin-bottom: 0;
}
.detail-split .detail-media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
.detail-split .detail-media.media-slot {
  aspect-ratio: auto;
}
.detail-split.detail-split-mediaLeft {
  -ms-grid-columns: 0.8fr 1.2fr;
  grid-template-columns: 0.8fr 1.2fr;
}
.detail-split.detail-split-mediaLeft .detail-media {
  height: auto;
  min-height: 0;
}
.detail-split .detail-media {
  object-fit: cover;
  border-radius: 12px;
  background: #eef0f8;
}

@media (max-width: 768px) {
  .detail-split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .detail-split .detail-media {
    min-height: 240px;
  }
}
.faq-list {
  max-width: 820px;
}
.faq-list .faq-item {
  border-bottom: 1px solid #e4e5e9;
}
.faq-list .faq-item:first-child {
  border-top: 1px solid #e4e5e9;
}
.faq-list .faq-item.open .faq-question {
  color: #151E61;
}
.faq-list .faq-item.open .faq-icon {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-list .faq-item.open .faq-answer {
  max-height: 420px;
  padding-bottom: 21.6px;
}
.faq-list .faq-question {
  font-size: 17.28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
  width: 100%;
  text-align: left;
  padding: 21.6px 0;
  font-weight: 600;
  color: #181a22;
  gap: 16px;
}
.faq-list .faq-question:hover {
  color: #7D0E5F;
}
.faq-list .faq-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 20px;
  height: 20px;
  color: #7D0E5F;
}
.faq-list .faq-answer {
  -webkit-transition: max-height 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: max-height 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: max-height 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: max-height 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: max-height 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  max-height: 0;
  overflow: hidden;
}
.faq-list .faq-answer p {
  font-size: 15.68px;
  line-height: 1.65;
  color: #41454f;
}

.filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8.8px;
  margin-bottom: 40px;
  padding-bottom: 28.8px;
  border-bottom: 1px solid #e4e5e9;
}
.filters .filter-pill {
  font-size: 13.76px;
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  transition: all 0.16s ease;
  padding: 8.8px 17.6px;
  border: 1.5px solid #e4e5e9;
  background: #ffffff;
  color: #41454f;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
}
.filters .filter-pill:hover {
  border-color: #e0e3f2;
  color: #151E61;
}
.filters .filter-pill.active {
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  background: #151E61;
  color: #fff;
  border-color: #151E61;
}

.footer {
  background: #000000;
  color: rgba(255, 255, 255, 0.72);
  padding: 72px 0 32px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7D0E5F 0%, #7D0E5F 22%, transparent 22%);
}
.footer {
  /* The design writes these column headings as h5 straight after an h2, which skips two levels.
     Everywhere else the build lifts the design's h4 to h3 to keep the order gapless, so these
     follow the same decision — the size below is still the design's own. */
}
.footer h2 {
  font-size: 11.52px;
  letter-spacing: 1.4976px;
  /* Carried over from the h5 rule in _typography.scss, which no longer reaches these now
     that they are h2 — the design writes them uppercase. */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 19.2px;
}
.footer ul {
  list-style: none;
  /* the reset gives every ul margin: 0 0 20px 20px; the design's footer lists sit flush */
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10.4px;
}
.footer ul a {
  font-size: 14.72px;
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
  color: rgba(255, 255, 255, 0.82);
}
.footer ul a:hover {
  color: #fff;
}
.footer .footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer .footer-brand .logo-name {
  color: #fff;
}
.footer .footer-brand .logo-mark {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #fff;
  color: #151E61;
}
.footer .footer-brand .logo-mark::after {
  background: #7D0E5F;
}
.footer .footer-brand p {
  font-size: 14.72px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 280.269px;
  margin-top: 19.2px;
}
.footer .footer-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 11.2px;
  margin-top: 22.4px;
}
.footer .footer-social a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  -moz-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  -ms-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  -o-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-social a:hover {
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: #7D0E5F;
  border-color: #7D0E5F;
  color: #fff;
}
.footer .footer-social svg {
  width: 18px;
  height: 18px;
  display: block;
}
.footer .footer-pkvw {
  -webkit-transition: transform 0.16s ease, box-shadow 0.16s ease;
  -moz-transition: transform 0.16s ease, box-shadow 0.16s ease;
  -ms-transition: transform 0.16s ease, box-shadow 0.16s ease;
  -o-transition: transform 0.16s ease, box-shadow 0.16s ease;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  display: inline-block;
  margin-top: 22.4px;
  background: #fff;
  border-radius: 8px;
  padding: 9.6px 14.4px;
}
.footer .footer-pkvw:hover {
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
}
.footer .footer-pkvw img {
  display: block;
  height: 74px;
  width: auto;
}
.footer .footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13.28px;
  padding-top: 25.6px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  gap: 16px;
  color: rgba(255, 255, 255, 0.45);
}
.footer .footer-bottom a {
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
}
.footer .footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer {
  /* Nested on .footer rather than on .footer-bottom so the separator rule stays three deep. */
}
.footer .footer-bottom-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6.4px;
}
.footer .footer-bottom-list li + li::before {
  content: "·";
  padding-right: 6.4px;
}

@media (max-width: 1024px) {
  .footer .footer-grid {
    -ms-grid-columns: 1.4fr 1fr 1fr;
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .footer .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .footer .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.form-block {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  background: #ffffff;
  border: 1px solid #e4e5e9;
  padding: 35.2px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  /* _gravityforms.scss gives the footer's <button> the full width, but the submit is an
     <input type="submit"> — bst_gform_submit_button_classes only swaps its classes — so that
     rule never matched it. */
  .form-block .gform_button {
    width: 100%;
  }
}
.form-note {
  font-size: 13.6px;
  color: #6c7079;
  margin-top: 12.8px;
}
.form-note a {
  color: #6c7079;
  text-decoration: underline;
}

.media-slot {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
  background: #eef0f8;
}
.media-slot.tall {
  aspect-ratio: 4/5;
}
.media-slot.square {
  aspect-ratio: 1/1;
}
.media-slot.wide {
  aspect-ratio: 21/9;
}

.merk-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 9.6px;
}
.merk-grid .merk-chip {
  font-size: 14.72px;
  -webkit-transition: border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
  -moz-transition: border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
  -ms-transition: border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
  -o-transition: border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
  transition: border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
  background: #ffffff;
  border: 1px solid #e4e5e9;
  border-radius: 7px;
  padding: 11.2px 16px;
  font-weight: 600;
  color: #181a22;
  text-align: center;
}
.merk-grid .merk-chip:hover {
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  border-color: #e0e3f2;
  color: #151E61;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.gallery-grid .gallery-slot {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.gallery-grid .gallery-slot {
  object-fit: cover;
  border-radius: 12px;
  background: #eef0f8;
  border-radius: 10px;
}

.diagram-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.diagram-grid figure {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  margin: 0;
  background: #fff;
  border: 1px solid #e4e5e9;
  border-radius: 12px;
  padding: 24px;
}
.diagram-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.diagram-grid figcaption {
  font-size: 14.72px;
  margin-top: 16px;
  color: #6c7079;
}

@media (max-width: 900px) {
  .diagram-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* The design draws this block with inline styles and no class of its own, so build_scss.py has
   nothing to generate from and this file is written by hand. */
.gallery-note {
  background: #fff;
  margin-top: 40px;
  padding: 32px;
  border: 1px solid #e4e5e9;
  border-radius: 12px;
  text-align: center;
}
.gallery-note img {
  display: block;
  max-width: 520px;
  width: 100%;
  height: auto;
  margin: 19px auto 0;
}

/* The design writes the rating as five ★ characters. rules/php-templates.md forbids a Unicode
   symbol as an icon, so the build draws five <svg class="icon-star"> instead — and an inline svg
   with no width falls back to the SVG default of 300x150, which is why they rendered at 179px.
   Hand-written rather than generated: there is no star element in the design to derive it from.
   The widths are the design's own glyph advance, measured per place the run appears: 65.44px over
   five stars in the topbar, 77.39px in a review block, 75.17px on a contact review card. */
.icon-star {
  display: inline-block;
  width: 15.48px;
  height: 14.7px;
  vertical-align: -1.5px;
  fill: currentColor;
}

/* The design's topbar sizes the run down; build_scss.py read .rev-stars off the review block only,
   so without this the topbar stars come out at the review block's size. */
.topbar .rev-stars {
  font-size: 12.0704px;
  letter-spacing: 0.60352px;
}
.topbar .rev-stars .icon-star {
  width: 13.1px;
  height: 12.45px;
}

.review-mini-stars .icon-star {
  width: 15.04px;
  height: 14.3px;
}

.rev-stars {
  font-size: 14.72px;
  color: #FBBC04;
  letter-spacing: 0.8px;
  margin-right: 6.4px;
}

.google-reviews-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 14.4px;
  margin: -9.6px 0 38.4px;
}
.google-reviews-bar .google-reviews-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.google-reviews-bar .google-reviews-meta strong {
  font-size: 18.4px;
}
.google-reviews-bar .google-reviews-count {
  font-size: 14.4px;
  color: #6c7079;
}

.header {
  /* The design writes this translucent with backdrop-filter: saturate(140%) blur(10px). That is
     what made the bar look like it moved: the header is pinned — its layout top measures a
     constant 0 — but 199 of the top 200 device rows repaint on every 10px of scroll, because the
     content passing behind is re-blurred into it every frame. Opaque ends it, at the cost of the
     frosted look. deviation-header-opaque. */
  background: #ffffff;
  border-bottom: 1px solid #e4e5e9;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 15.2px;
  padding-bottom: 15.2px;
  gap: 32px;
}
.header .header-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9.6px;
}
.header .header-cta .mobile-toggle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: none;
  width: 44px;
  height: 44px;
  /* It carries .btn for the border and the hover, and .btn's 13.12px by 23.2px padding
     is wider on its own than the 44px square this is meant to be — the icon was pushed
     out to 68px across. The square is the touch target; the icon needs no padding. */
  padding: 0;
  border: 1px solid #e4e5e9;
  border-radius: 7px;
  color: #181a22;
  background: #ffffff;
}
.header {
  /* Plum rather than .btn-primary's navy: this is the one offer button on the page, so it
     carries the accent colour. Nested on .header rather than on .header-cta so the hover rule
     stays three deep. */
}
.header .header-cta-button {
  background: #7D0E5F;
  border-color: #7D0E5F;
  white-space: nowrap;
}
.header .header-cta-button:hover, .header .header-cta-button:active {
  background: #8e1a6e;
  border-color: #8e1a6e;
}
.header .header-cta-button .header-cta-icon,
.header .header-cta-button .header-cta-label-short {
  display: none;
}
.header {
  /* Below 769px only: above it the topbar carries the same score. */
}
.header .header-reviews {
  display: none;
}

@media (max-width: 768px) {
  .header {
    /* 339px of header has to carry a 134px logo, the button and the 44px menu square. The
       gaps give way first, so the button keeps its whole label. */
  }
  .header .header-inner {
    gap: 12px;
  }
  .header {
    /* stretch rather than center: the menu square is 46px tall because of its label and the
       button 38px, and the user asked for one height. */
  }
  .header .header-cta {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
  }
  .header .header-cta .mobile-toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4px;
    height: auto;
    padding: 4.8px 0;
  }
  .header {
    /* The short label and the icon live here, so the button plus the menu square still clear
       the 134px logo inside 339px of header. */
  }
  .header .header-cta-button {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13.12px;
    gap: 6.4px;
    padding: 9.6px 12.8px;
  }
  .header .header-cta-button .header-cta-icon {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    width: 16px;
    height: 16px;
  }
  .header .header-cta-button .header-cta-label {
    display: none;
  }
  .header .header-cta-button .header-cta-label-short {
    display: inline;
  }
  .header {
    /* The same square as the menu button beside it, and it takes its height from the row the
       way that one does, so the three stay level. */
  }
  .header .header-reviews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    gap: 1.6px;
    width: 44px;
    border: 1px solid #e4e5e9;
    border-radius: 7px;
    background: #ffffff;
    color: #181a22;
  }
  .header .header-reviews-score {
    font-size: 8.8px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
  }
  .header {
    /* Small enough to fit the 42px the box holds inside its border, and it only has to say
       what the two lines above it are counting. */
  }
  .header .header-reviews-count {
    font-size: 6.4px;
    line-height: 1;
    color: #6c7079;
    font-weight: 600;
    letter-spacing: 0.128px;
    white-space: nowrap;
  }
  .header {
    /* Only ever seen on mobile: the button it sits in is display:none above 768px. */
  }
  .header .mobile-toggle-label {
    font-size: 9.6px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: uppercase;
  }
}
.hero {
  padding: 80px 0 64px;
  background: radial-gradient(80% 120% at 100% 0%, #eef0f8 0%, transparent 55%), #ffffff;
  position: relative;
}
.hero.hero-bg {
  background: linear-gradient(90deg, rgba(10, 14, 40, 0.86) 0%, rgba(10, 14, 40, 0.64) 46%, rgba(10, 14, 40, 0.28) 100%), url("../images/banner-bussen.jpg") center right/cover no-repeat;
  padding: 96px 0 88px;
}
.hero.hero-bg .hero-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 340px;
}
.hero.hero-bg .hero-content {
  max-width: 620px;
}
.hero.hero-bg .section-label {
  color: #f1dcea;
}
.hero.hero-bg .hero-headline {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.hero.hero-bg .hero-sub {
  color: rgba(255, 255, 255, 0.92);
}
.hero.hero-bg .hero-ctas {
  position: relative;
  z-index: 1;
}
.hero .hero-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 64px;
}
.hero .hero-headline {
  font-size: 62.4px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.64px;
  margin: 6.4px 0 22.4px;
  color: #181a22;
}
.hero .hero-sub {
  font-size: 18.88px;
  line-height: 1.55;
  color: #41454f;
  margin-bottom: 35.2px;
  max-width: 570.629px;
}
.hero .hero-banner {
  box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  -webkit-box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  -moz-box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .hero .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 38.4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero .hero-headline {
    font-size: 51.584px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero .hero-headline {
    font-size: 39.936px;
  }
}
@media (max-width: 767px) {
  .hero .hero-headline {
    font-size: 38.4px;
  }
}
/* The design calls the same row .hero-ctas on 179 blocks and .hero-actions on the seven that sit
   on a dark band, with its own spacing. Both names are kept so each keeps the design's values. */
.hero-ctas,
.hero-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13.6px;
}

/* Below 769px the two buttons already wrapped onto their own rows, but each kept its own width,
   so a 233px and a 114px button sat under each other with a ragged left edge. The user asked for
   one width. deviation-hero-ctas-mobile-fullwidth. */
@media (max-width: 768px) {
  .hero-ctas .btn,
  .hero-actions .btn {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
  }
}
.icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.knowledge-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .knowledge-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.knowledge-card {
  -webkit-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  border: 1px solid #e4e5e9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  border-radius: 11px;
  color: inherit;
  /* Pushed to the bottom so the links line up across a row of cards whose titles differ in
     length. The design lets it follow the title. deviation-knowledge-card-link-baseline. */
}
.knowledge-card .card-link {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}
.knowledge-card:hover {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #e0e3f2;
}
.knowledge-card h3 {
  font-size: 19.52px;
  margin-bottom: 9.6px;
}
.knowledge-card p {
  font-size: 14.88px;
  color: #41454f;
  margin-bottom: 19.2px;
}

.related-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20.8px;
}

@media (max-width: 900px) {
  .related-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lp-hero {
  padding: 64px 0 64px;
}
.lp-hero .lp-hero-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr 0.95fr;
  grid-template-columns: 1.05fr 0.95fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 56px;
}
.lp-hero .lp-usps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 25.6px 0 0;
  padding: 0;
  gap: 11.2px;
}
.lp-hero .lp-usps li {
  position: relative;
  padding-left: 30.4px;
  color: #fff;
  font-weight: 500;
}
.lp-hero .lp-usps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.6px;
  width: 18.4px;
  height: 18.4px;
  border-radius: 50%;
  background: #7D0E5F;
}
.lp-hero .lp-usps li::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  left: 5.44px;
  top: 9.28px;
  width: 6.72px;
  height: 3.52px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.lp-hero .lp-form-card {
  box-shadow: 0 18px 50px rgba(10, 14, 40, 0.28);
  -webkit-box-shadow: 0 18px 50px rgba(10, 14, 40, 0.28);
  -moz-box-shadow: 0 18px 50px rgba(10, 14, 40, 0.28);
  background: #fff;
  border-radius: 11px;
  padding: 32px;
}
.lp-hero .lp-form-card h3 {
  font-size: 21.6px;
  margin-bottom: 6.4px;
}
.lp-hero .lp-form-card .form-row {
  margin-bottom: 16px;
}
.lp-hero .lp-form-card {
  /* The design puts the form straight in this card. includes/form-block.php wraps it in a
     card of its own, so on a 390px screen 32px and 35.2px of padding stacked and left the
     fields 202px wide. Here the inner one is only a container. */
}
.lp-hero .lp-form-card .form-block {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.lp-hero .lp-form-intro {
  font-size: 14.72px;
  color: #6c7079;
  margin-bottom: 22.4px;
}
.lp-hero .lp-radios {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22.4px;
}

@media (max-width: 900px) {
  .lp-hero .lp-hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.landing-local .landing-local-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25.6px;
}

.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 12px;
}
.logo .logo-img {
  height: 46px;
  width: auto;
  display: block;
  /* The header row squeezes this anchor when it runs out of width; contain lets the mark
     scale down inside what is left instead of being pressed out of shape. */
  object-fit: contain;
}
.logo.logo-footer .logo-img {
  height: 54px;
}
.logo .logo-mark {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 19.2px;
  box-shadow: 0 14px 30px -12px rgba(21, 30, 97, 0.45);
  -webkit-box-shadow: 0 14px 30px -12px rgba(21, 30, 97, 0.45);
  -moz-box-shadow: 0 14px 30px -12px rgba(21, 30, 97, 0.45);
  width: 42px;
  height: 42px;
  background: #151E61;
  border-radius: 7px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.384px;
  position: relative;
}
.logo .logo-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #7D0E5F;
  border-radius: 0 0 7px 7px;
}
.logo .logo-text-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.1;
  gap: 1.92px;
}
.logo .logo-name {
  font-size: 20.8px;
  font-weight: 800;
  color: #181a22;
  letter-spacing: -0.728px;
}
.logo .logo-tag {
  font-size: 10.24px;
  font-weight: 600;
  letter-spacing: 1.3312px;
  text-transform: uppercase;
  color: #6c7079;
}

@media (max-width: 768px) {
  .logo .logo-img {
    height: 40px;
  }
}
.lokaal-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px 51.2px;
  margin-top: 6.4px;
}
.lokaal-body .lokaal-col h3 {
  font-size: 18.88px;
  margin: 22.4px 0 8px;
}
.lokaal-body .lokaal-col h3:first-child {
  margin-top: 0;
}
.lokaal-body .lokaal-col p {
  font-size: 15.36px;
  color: #41454f;
  margin-bottom: 9.6px;
}

@media (max-width: 768px) {
  .lokaal-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lokaal-body .lokaal-col h3 {
    margin-top: 25.6px;
  }
}
.lokaal-foot {
  font-size: 16px;
  margin-top: 28.8px;
  padding-top: 24px;
  border-top: 1px solid #e4e5e9;
  color: #41454f;
  max-width: none;
  /* The design writes this sentence as the <p class="lokaal-foot"> itself; here it is a wysiwyg
     inside a div, so the paragraph still took the global 582px cap and broke mid-sentence. */
}
.lokaal-foot p {
  max-width: none;
}
.lokaal-foot a {
  color: #7D0E5F;
  font-weight: 700;
}
.lokaal-foot a:hover {
  color: #8e1a6e;
}

.owners-intro .owners-intro-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
.owners-intro {
  /* Written here rather than measured: the design gives the two paragraphs different margins —
     19.2px and 28.8px before the button — and one generated selector cannot hold both, so the
     parity generator writes neither and both came out at 0. */
}
.owners-intro .owners-intro-content p {
  margin-bottom: 19.2px;
}
.owners-intro .owners-intro-content p:last-of-type {
  margin-bottom: 28.8px;
}

.page-header {
  padding: 54.4px 0 48px;
  background: radial-gradient(70% 130% at 100% 0%, #eef0f8 0%, transparent 60%), #f5f5f7;
  border-bottom: 1px solid #e4e5e9;
}
.page-header h1 {
  font-size: 48px;
  margin-bottom: 14.4px;
  max-width: 537.6px;
}
.page-header .lead {
  font-size: 17.6px;
  max-width: 611.072px;
  color: #41454f;
}
.page-header.has-bg {
  position: relative;
  border-bottom: none;
  padding: 73.6px 0 67.2px;
  background: #151E61;
  background-image: linear-gradient(90deg, rgba(10, 14, 40, 0.9) 0%, rgba(10, 14, 40, 0.7) 48%, rgba(10, 14, 40, 0.35) 100%), var(--hdr-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-header.has-bg .breadcrumb {
  color: rgba(255, 255, 255, 0.72);
}
.page-header.has-bg .breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}
.page-header.has-bg .breadcrumb a:hover {
  color: #fff;
}
.page-header.has-bg .breadcrumb span {
  color: #fff;
}
.page-header.has-bg .section-label {
  color: #f1dcea;
}
.page-header.has-bg h1 {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.page-header.has-bg .lead {
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-header h1 {
    font-size: 39.68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header h1 {
    font-size: 33.6px;
  }
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 33.6px;
  }
}
/* The knowledge archive keeps all 41 articles in the DOM so the filter pills can reach them, so
   this pages through what the filter leaves over rather than through the query. */
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.pagination .pagination-pages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination .pagination-step,
.pagination .pagination-page {
  font-size: 14.4px;
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  transition: all 0.16s ease;
  padding: 9.6px 16px;
  border: 1.5px solid #e4e5e9;
  background: #ffffff;
  color: #41454f;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
}
.pagination .pagination-step:hover:not(:disabled),
.pagination .pagination-page:hover:not(:disabled) {
  border-color: #e0e3f2;
  color: #151E61;
}
.pagination .pagination-step:disabled,
.pagination .pagination-page:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}
.pagination .pagination-page {
  min-width: 42px;
}
.pagination .pagination-page.active {
  background: #151E61;
  border-color: #151E61;
  color: #ffffff;
}

@media (max-width: 767px) {
  .pagination {
    gap: 6px;
  }
  .pagination .pagination-step,
  .pagination .pagination-page {
    padding: 8px 12.8px;
  }
  .pagination .pagination-page {
    min-width: 36px;
  }
}
.pkvw-highlight .pkvw-highlight-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1.2fr;
  grid-template-columns: 0.8fr 1.2fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
.pkvw-highlight {
  /* Same as .owners-intro: two paragraphs, two different margins in the design, so the parity
     generator writes neither. */
}
.pkvw-highlight .pkvw-highlight-content p {
  margin-bottom: 19.2px;
}
.pkvw-highlight .pkvw-highlight-content p:last-of-type {
  margin-bottom: 28.8px;
}

.process {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
.process .process-step {
  position: relative;
  padding-top: 54.4px;
}
.process .process-step::before {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 13.76px;
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  position: absolute;
  top: 0;
  left: 0;
  width: 36.8px;
  height: 36.8px;
  font-weight: 800;
  color: #fff;
  background: #151E61;
  border-radius: 50%;
  letter-spacing: 0;
}
.process .process-step::after {
  content: "";
  position: absolute;
  top: 18.4px;
  left: 41.6px;
  right: -24px;
  height: 2px;
  background: linear-gradient(90deg, #e0e3f2, transparent);
}
.process .process-step:last-child::after {
  display: none;
}
.process .process-step h3 {
  font-size: 16.8px;
  margin-bottom: 9.6px;
}
.process .process-step p {
  font-size: 14.72px;
  color: #41454f;
}

@media (max-width: 1024px) {
  .process {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 35.2px;
  }
  .process .process-step::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .process {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28.8px;
  }
}
.project-card {
  -webkit-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  display: block;
  background: #ffffff;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
  overflow: hidden;
  color: inherit;
}
.project-card:hover .card-link {
  gap: 10.4px;
  color: #8e1a6e;
}
.project-card:hover {
  box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  -webkit-box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  -moz-box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  border-color: #e0e3f2;
}
.project-card:hover .project-cta {
  gap: 12px;
  color: #8e1a6e;
}
.project-card .project-body {
  padding: 22.4px 25.6px 28.8px;
}
.project-card .project-title {
  font-size: 18.88px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 9.6px;
  color: #181a22;
  letter-spacing: -0.3776px;
}
.project-card .project-intro {
  font-size: 14.72px;
  line-height: 1.55;
  color: #41454f;
}
.project-card .project-cta {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14.4px;
  -webkit-transition: gap 0.16s ease, color 0.16s ease;
  -moz-transition: gap 0.16s ease, color 0.16s ease;
  -ms-transition: gap 0.16s ease, color 0.16s ease;
  -o-transition: gap 0.16s ease, color 0.16s ease;
  transition: gap 0.16s ease, color 0.16s ease;
  display: inline-flex;
  gap: 6.4px;
  margin-top: 16px;
  font-weight: 700;
  color: #7D0E5F;
  letter-spacing: -0.144px;
}

.project-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  aspect-ratio: 16/10;
  background: radial-gradient(120% 120% at 80% 0%, #eef0f8, transparent 60%), linear-gradient(150deg, #f3f4f9 0%, #e9ebf3 100%);
  border-bottom: 1px solid #e4e5e9;
  padding: 16px;
  position: relative;
  overflow: hidden;
  /* The card slot carries the project's own tint, as the design writes it inline per card; the
     gradient above stays for a project that has none. tint-lilac is the no-photo card. */
}
.project-image.tint-lilac {
  background: linear-gradient(150deg, #eef0f8 0%, #dde1f1 100%);
}
.project-image.tint-warm {
  background: linear-gradient(150deg, #f7f2ec 0%, #ece0d2 100%);
}
.project-image.tint-mint {
  background: linear-gradient(150deg, #e8f6f6 0%, #d3ebec 100%);
}
.project-image.tint-rose {
  background: linear-gradient(150deg, #f6eef2 0%, #ecdae4 100%);
}
.project-image.tint-neutral {
  background: linear-gradient(150deg, #f4f4f5 0%, #e2e3e6 100%);
}
.project-image.tint-blue {
  background: linear-gradient(150deg, #eaf2f8 0%, #d6e6f0 100%);
}
.project-image .brand-wordmark {
  font-size: 27.2px;
  position: relative;
  z-index: 1;
}
.project-image .project-image-label {
  font-size: 11.52px;
  line-height: 1.45;
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  background: rgba(255, 255, 255, 0.86);
  padding: 8.8px 15.2px;
  border: 1px solid #e4e5e9;
  border-radius: 7px;
  color: #41454f;
  text-align: center;
  position: relative;
  z-index: 1;
}
.project-image .project-image-label strong {
  font-size: 9.92px;
  color: #151E61;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1904px;
  display: block;
  margin-bottom: 3.2px;
}

.project-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7.2px;
  margin-bottom: 12.8px;
}
.project-labels .project-label {
  font-size: 10.56px;
  font-weight: 700;
  letter-spacing: 0.7392px;
  text-transform: uppercase;
  color: #151E61;
  background: #eef0f8;
  padding: 4.8px 9.6px;
  border-radius: 999px;
}

.brand-wordmark {
  font-size: 24px;
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  display: inline-block;
  background: #fff;
  color: #151E61;
  font-weight: 800;
  letter-spacing: -0.48px;
  padding: 8.8px 18.4px;
  border-radius: 8px;
  border: 1px solid #e4e5e9;
}

/* The design writes these two inline on every one of the eleven project pages: the banner opens
   24px under the breadcrumb with nothing below it, and the stats sit straight against it. Without
   them both sections took the theme's 80px top and bottom and the page ran a good 250px longer. */
.project-banner {
  padding: 24px 0 0;
  /* variant_banner = photo: the design takes the frame off entirely and lets the picture be the
     banner. Written inside .project-banner rather than on .project-hero.is-photo alone because
     _design-inline.scss sets min-height on that same pair and is imported after this file. */
}
.project-banner .project-hero.is-photo {
  background: none;
  border: 0;
  padding: 0;
  aspect-ratio: auto;
  min-height: 0;
}

.project-stats {
  padding-top: 0;
}

.project-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  aspect-ratio: 21/9;
  /* The design writes one linear gradient here, per project, and gives five of the eleven this
     pair — so it is the default and the other five are the tint_banner choices below. There is
     no radial overlay on it in the design. */
  background: linear-gradient(150deg, #eef0f8 0%, #dde1f1 100%);
  border: 1px solid #e4e5e9;
  border-radius: 16px;
  position: relative;
  margin-bottom: 48px;
  padding: 40px;
  overflow: hidden;
  /* tint_banner on the project, one per gradient the design writes inline. */
}
.project-hero.tint-warm {
  background: linear-gradient(150deg, #f7f2ec 0%, #ece0d2 100%);
}
.project-hero.tint-mint {
  background: linear-gradient(150deg, #e8f6f6 0%, #d3ebec 100%);
}
.project-hero.tint-rose {
  background: linear-gradient(150deg, #f6eef2 0%, #ecdae4 100%);
}
.project-hero.tint-neutral {
  background: linear-gradient(150deg, #f4f4f5 0%, #e2e3e6 100%);
}
.project-hero.tint-blue {
  background: linear-gradient(150deg, #eaf2f8 0%, #d6e6f0 100%);
}
.project-hero .project-hero-content {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(3px);
  padding: 32px;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.project-detail-stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  gap: 0;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
  overflow: hidden;
  background: #ffffff;
}
.project-detail-stats .stat-item {
  /* A 1fr track will not shrink below its content, so at 375 the two columns came to 405px
     inside a 324px grid and overflow: hidden cut the right-hand one off — in the design as
     well as here. min-width: 0 lets the tracks do what 1fr says. */
  min-width: 0;
  padding: 25.6px 30.4px;
  border-right: 1px solid #eeeef1;
}
.project-detail-stats .stat-item:last-child {
  border-right: none;
}
.project-detail-stats .stat-number {
  font-size: 36px;
  margin-bottom: 4.8px;
}

@media (max-width: 1024px) {
  .project-detail-stats {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .project-detail-stats .stat-item {
    border-right: none;
    border-bottom: 1px solid #eeeef1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-detail-stats .stat-number {
    font-size: 30.4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-detail-stats .stat-number {
    font-size: 30.4px;
  }
}
@media (max-width: 767px) {
  .project-detail-stats .stat-number {
    font-size: 30.4px;
  }
}
.project-story h3 {
  margin-bottom: 16px;
}
.project-story ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  gap: 11.2px 32px;
  margin: 6.4px 0 0;
}
.project-story ul li {
  font-size: 15.36px;
  line-height: 1.45;
  position: relative;
  padding-left: 30.4px;
  color: #41454f;
}
.project-story ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8edf4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237D0E5F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.project-story p {
  margin-bottom: 16px;
  max-width: 609.28px;
}
.project-story {
  /* The design puts 22.4px between the benefits list and the paragraph that closes the block.
     Scoped to that pair: the paragraphs above the list take their spacing from the heading. */
}
.project-story .benefits-list + p {
  margin-top: 22.4px;
}
.project-story p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .project-story ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.story-split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 54.4px;
  margin-bottom: 56px;
}
.story-split .project-story {
  margin-bottom: 0;
}
.story-split.reverse .story-split-media {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.story-split .story-split-media {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.story-split .story-split-media img {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 11px;
  display: block;
}

@media (max-width: 820px) {
  .story-split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22.4px;
    margin-bottom: 40px;
  }
  .story-split.reverse .story-split-media {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .story-split .story-split-media img {
    aspect-ratio: 16/10;
  }
}
.slider-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28.8px;
}
.slider-head .section-label {
  margin-bottom: 4.8px;
}
.slider-head .slider-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  gap: 8.8px;
}
.slider-head .slider-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  -moz-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  -ms-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  -o-transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  width: 46px;
  height: 46px;
  /* It inherits .btn's 13.12px by 23.2px padding, and border-box left the content box of
     this 46px circle 0 wide — the chevron shrank to nothing and both sliders showed empty
     buttons. The circle is the touch target; the icon needs no padding. */
  padding: 0;
  border: 1.5px solid #e4e5e9;
  border-radius: 50%;
  background: #ffffff;
  color: #151E61;
}
.slider-head .slider-btn:hover {
  background: #151E61;
  color: #fff;
  border-color: #151E61;
}

.project-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20.8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 9.6px;
  cursor: grab;
  touch-action: pan-y;
}
.project-slider.is-dragging {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.project-slider.is-dragging .project-card {
  pointer-events: none;
}
.project-slider .project-card img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.project-slider .project-card {
  -webkit-box-flex: 0 0 340px;
  -moz-box-flex: 0 0 340px;
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  scroll-snap-align: start;
}
.project-slider::-webkit-scrollbar {
  height: 8px;
}
.project-slider::-webkit-scrollbar-track {
  background: #eeeef1;
  border-radius: 4px;
}
.project-slider::-webkit-scrollbar-thumb {
  background: #e0e3f2;
  border-radius: 4px;
}
.project-slider::-webkit-scrollbar-thumb:hover {
  background: #151E61;
}

@media (max-width: 768px) {
  .project-slider .project-card {
    -webkit-flex-basis: 84%;
    -moz-flex-basis: 84%;
    -ms-flex-basis: 84%;
    flex-basis: 84%;
  }
}
.info-prose {
  max-width: 627.2px;
}
.info-prose ul {
  display: -ms-grid;
  display: grid;
  list-style: none;
  gap: 17.6px;
  max-width: 716.8px;
  margin: 25.6px 0;
}
.info-prose ul li {
  font-size: 15.68px;
  line-height: 1.6;
  position: relative;
  padding-left: 33.6px;
  color: #41454f;
}
.info-prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.4px;
  width: 21.6px;
  height: 21.6px;
  border-radius: 50%;
  background: #f8edf4;
  border: 1px solid #f1dcea;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237D0E5F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.info-prose ul li strong {
  color: #181a22;
  font-weight: 700;
}
.info-prose p {
  margin-bottom: 17.6px;
}
.info-prose p:last-child {
  margin-bottom: 0;
}

.prose {
  max-width: 609.28px;
}
.prose > .article-figure:first-child + p {
  font-size: 18.56px;
  line-height: 1.6;
  color: #181a22;
}
.prose > p {
  font-size: 16.64px;
  line-height: 1.72;
  color: #41454f;
  margin-bottom: 20.8px;
}
.prose > p:first-of-type {
  font-size: 18.56px;
  line-height: 1.6;
  color: #181a22;
}
.prose h2 {
  font-size: 24.8px;
  margin: 41.6px 0 16px;
  scroll-margin-top: 96px;
}
.prose h3 {
  font-size: 19.2px;
  margin: 30.4px 0 11.2px;
}
.prose ul {
  display: -ms-grid;
  display: grid;
  margin: 0 0 20.8px 0;
  padding-left: 0;
  list-style: none;
  gap: 12px;
}
.prose ol {
  display: -ms-grid;
  display: grid;
  margin: 0 0 20.8px 0;
  padding-left: 0;
  list-style: none;
  gap: 12px;
  counter-reset: pstep;
}
.prose ul li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 30.4px;
  color: #41454f;
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8edf4;
  border: 1px solid #f1dcea;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%237D0E5F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.prose ol li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 36.8px;
  color: #41454f;
}
.prose ol li::before {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 12.48px;
  content: counter(pstep);
  counter-increment: pstep;
  position: absolute;
  left: 0;
  top: 0;
  width: 25.6px;
  height: 25.6px;
  background: #151E61;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
.prose a {
  color: #7D0E5F;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.prose strong {
  color: #181a22;
  font-weight: 700;
}

.prose-media-split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 380px;
  grid-template-columns: 1fr 380px;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 56px;
}
.prose-media-split .prose {
  max-width: none;
}
.prose-media-split {
  /* The design puts 28.8px under each item in the prose column; the build had them flush
     against each other. */
}
.prose-media-split > div > div {
  margin-bottom: 28.8px;
}
.prose-media-split > div > div:last-child {
  margin-bottom: 0;
}
.prose-media-split img {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 12px;
  position: sticky;
  top: 120px;
}

@media (max-width: 900px) {
  .prose-media-split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .prose-media-split img {
    position: static;
    aspect-ratio: 4/3;
  }
}
.review-mini {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color 0.16s ease, box-shadow 0.16s ease;
  -moz-transition: border-color 0.16s ease, box-shadow 0.16s ease;
  -ms-transition: border-color 0.16s ease, box-shadow 0.16s ease;
  -o-transition: border-color 0.16s ease, box-shadow 0.16s ease;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  gap: 12px;
  margin-top: 22.4px;
  padding: 12.8px 15.2px;
  border: 1px solid #e4e5e9;
  border-radius: 10px;
  background: #ffffff;
  text-decoration: none;
}
.review-mini:hover {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  border-color: #7D0E5F;
}
.review-mini .review-mini-g {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 20px;
  height: 20px;
}
.review-mini .review-mini-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
  gap: 2.4px;
}
.review-mini .review-mini-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.review-mini .review-mini-top strong {
  font-size: 16.8px;
  color: #41454f;
}
.review-mini .review-mini-stars {
  font-size: 13.6px;
  color: #f5a623;
  letter-spacing: 0.816px;
}
.review-mini .review-mini-sub {
  font-size: 12.48px;
  color: #6c7079;
}

.section-label {
  font-size: 11.84px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 1.8944px;
  text-transform: uppercase;
  color: #7D0E5F;
  margin-bottom: 14.4px;
  display: inline-flex;
  gap: 9.6px;
}
.section-label::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #7D0E5F;
  border-radius: 2px;
}

.section-header {
  margin-bottom: 48px;
  max-width: 760px;
}
.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-header.center .section-label {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.section-header h2 {
  margin: 6.4px 0 16px;
}
.section-header p {
  font-size: 17.28px;
  line-height: 1.6;
  color: #41454f;
}

.service-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 20.8px;
}
.service-list .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 17.6px;
  padding: 25.6px;
}
.service-list .card .card-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.service-list .card h3 {
  margin-bottom: 6.4px;
}
.service-list .card p {
  font-size: 15.04px;
  color: #41454f;
  margin: 0;
}

@media (max-width: 768px) {
  .service-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-overview {
  /* The design lets the link follow the text, so two cards side by side with a different
     number of lines put their link at a different height. The user asked for one line, so the
     card stretches and the link is pushed to its bottom. deviation-overview-card-link-baseline. */
}
.service-overview .overview-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-overview .service-overview-row-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 19.2px;
}
.service-overview .service-overview-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 19.2px;
}

.service-overview-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service-overview-row .card-link {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}

.site-nav {
  -webkit-transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  position: sticky;
  top: 0;
  z-index: 100;
  will-change: transform;
}
.site-nav .topbar {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.site-nav .header {
  position: static;
  top: auto;
  z-index: auto;
}

nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  /* the reset gives every ul margin: 0 0 20px 20px, which pushed the menu 20px down and
     right of where the design draws it */
  margin: 0;
  padding: 0;
  gap: 35.2px;
}
nav a {
  font-size: 16.64px;
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
  font-weight: 600;
  color: #41454f;
  padding: 8px 0;
  position: relative;
  white-space: nowrap;
}
nav a::after {
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #7D0E5F;
  border-radius: 2px;
}
nav a:hover {
  color: #181a22;
}
nav a:hover::after {
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
nav .current-menu-item > a {
  color: #181a22;
  font-weight: 700;
}
nav .current-menu-item > a::after {
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 768px) {
  nav {
    display: none;
  }
  nav.mobile-open {
    box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
    -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
    -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e4e5e9;
    border-bottom: 1px solid #e4e5e9;
    padding: 19.2px 25.6px;
  }
  nav.mobile-open ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 3.2px;
  }
  nav.mobile-open ul li a {
    display: block;
    padding: 12.8px 0;
    border-bottom: 1px solid #eeeef1;
  }
  nav.mobile-open ul li a::after {
    display: none;
  }
}
.situation-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: border-color 0.16s ease, box-shadow 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  padding: 28px;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
}
.situation-card:hover .card-icon {
  background: #151E61;
  color: #fff;
  border-color: #151E61;
}
.situation-card:hover .card-link {
  gap: 10.4px;
  color: #8e1a6e;
}
.situation-card:hover .card-link svg {
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.situation-card:hover {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #e0e3f2;
}
.situation-card h3 {
  margin-bottom: 6.4px;
}
.situation-card p {
  font-size: 14.72px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  color: #41454f;
  margin-bottom: 16px;
}
.situation-card.urgent {
  border-left: 4px solid #7D0E5F;
  background: linear-gradient(180deg, #f8edf4 0%, #ffffff 42%);
}
.situation-card.urgent .card-icon {
  background: #f8edf4;
  border-color: #f1dcea;
  color: #7D0E5F;
}
.situation-card.urgent:hover .card-icon {
  background: #7D0E5F;
  color: #fff;
  border-color: #7D0E5F;
}
.situation-card.urgent .card-link {
  color: #7D0E5F;
}
.situation-card.urgent .situation-tag {
  color: #7D0E5F;
  background: #f8edf4;
  border-color: #f1dcea;
}
.situation-card .situation-tag {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  font-size: 10.24px;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 1.024px;
  text-transform: uppercase;
  color: #151E61;
  background: #eef0f8;
  border: 1px solid #e0e3f2;
  padding: 4.48px 9.6px;
  border-radius: 999px;
  margin-bottom: 17.6px;
}

.channel-grid .card:not(.is-dark) .card-icon {
  -webkit-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  -moz-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  -ms-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  -o-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  background: #7D0E5F;
  border-color: #7D0E5F;
  color: #fff;
}
.channel-grid .card:not(.is-dark):hover .card-icon {
  background: #151E61;
  border-color: #151E61;
  color: #fff;
}

.situation-grid .situation-card {
  position: relative;
  overflow: hidden;
  padding: 32px 29.6px 29.6px;
}
.situation-grid .situation-card > * {
  position: relative;
  z-index: 1;
}
.situation-grid .situation-card .card-icon {
  -webkit-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  -moz-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  -ms-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  -o-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  width: 52px;
  height: 52px;
  margin-bottom: 18.4px;
  background: #151E61;
  border-color: #151E61;
  color: #fff;
}
.situation-grid .card-icon svg {
  width: 26px;
  height: 26px;
}
.situation-grid .situation-card:hover .card-icon {
  background: #7D0E5F;
  border-color: #7D0E5F;
  color: #fff;
}
.situation-grid .situation-card h3 {
  font-size: 18.56px;
  margin-bottom: 8px;
}
.situation-grid .card-link {
  margin-top: 19.2px;
  padding-top: 16.8px;
  border-top: 1px solid #eeeef1;
}

.spoed-area .spoed-area-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

.spoed-cta .spoed-cta-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}

.spoed-pricing-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  /* The design has no wrapper around these two paragraphs, so its 16px sits between them;
     _design-inline.scss put that value on the .wysiwyg wrapper instead and the paragraphs
     ended up flush against each other. */
}
.spoed-pricing-grid .inner-pricing-intro .wysiwyg p:not(:last-child) {
  margin-bottom: 16px;
}
.spoed-pricing-grid {
  /* The design writes the arrow inline, which puts it on the text baseline — a few pixels above
     the middle of the line — and lets a wrapped second line run back underneath it. A flex row
     with the arrow centred settles both, at every width. deviation-reason-icon-centred. */
}
.spoed-pricing-grid .reason-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9.6px;
}
.spoed-pricing-grid {
  /* The span is inline, so its line box stands 30px tall around a 22px icon, and that descender
     space under it held the arrow 4px high. */
}
.spoed-pricing-grid .reason-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 40px 0;
  border-top: 1px solid #e4e5e9;
  border-bottom: 1px solid #e4e5e9;
}

@media (max-width: 1024px) {
  .stats {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .stats {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.stat-number {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  color: #151E61;
  letter-spacing: -0.64px;
  margin-bottom: 6.4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .stat-number {
    font-size: 39.68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stat-number {
    font-size: 35.2px;
  }
}
@media (max-width: 767px) {
  .stat-number {
    font-size: 35.2px;
  }
}
.stat-label {
  font-size: 12.48px;
  letter-spacing: 0.9984px;
  color: #6c7079;
  text-transform: uppercase;
  font-weight: 600;
}

.comparison-table {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
  overflow: hidden;
  background: #ffffff;
}
.comparison-table th {
  font-size: 15.04px;
  font-size: 11.84px;
  padding: 16.8px 22.4px;
  text-align: left;
  border-bottom: 1px solid #eeeef1;
  vertical-align: top;
  background: #151E61;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.9024px;
  text-transform: uppercase;
}
.comparison-table td {
  font-size: 15.04px;
  padding: 16.8px 22.4px;
  text-align: left;
  border-bottom: 1px solid #eeeef1;
  vertical-align: top;
}
.comparison-table tr:last-child td {
  border-bottom: none;
}
.comparison-table td:first-child {
  font-weight: 700;
  color: #181a22;
  background: #f5f5f7;
}

@media (max-width: 768px) {
  .comparison-table thead {
    display: none;
  }
  .comparison-table td {
    display: block;
  }
  .comparison-table td:first-child {
    border-radius: 0;
  }
}
.prob-sol {
  border-top: 1px solid #e4e5e9;
}
.prob-sol .prob-sol-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 40px;
  padding: 25.6px 0;
  border-bottom: 1px solid #e4e5e9;
}
.prob-sol .prob-sol-prob {
  font-size: 16.32px;
  line-height: 1.5;
  color: #6c7079;
  font-style: italic;
}
.prob-sol .prob-sol-sol {
  font-size: 15.36px;
  line-height: 1.6;
  color: #41454f;
}
.prob-sol .prob-sol-sol .icon-arrow {
  color: #7D0E5F;
}

@media (max-width: 768px) {
  .prob-sol .prob-sol-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12.8px;
  }
}
.price-table {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
  overflow: hidden;
}
.price-table .price-table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.2fr 1.2fr;
  grid-template-columns: 2fr 1.2fr 1.2fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15.04px;
  padding: 18.4px 25.6px;
  border-bottom: 1px solid #eeeef1;
}
.price-table .price-table-row:last-child {
  border-bottom: none;
}
.price-table .price-table-row.header {
  font-size: 11.84px;
  background: #151E61;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.8288px;
  text-transform: uppercase;
}
.price-table .price-row-label {
  font-weight: 600;
  color: #181a22;
}
.price-table .price-row-ours {
  color: #7D0E5F;
  font-weight: 800;
}
.price-table .price-row-dealer {
  color: #6c7079;
  text-decoration: line-through;
  text-decoration-color: #9aa0aa;
}

@media (max-width: 768px) {
  .price-table .price-table-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.4px;
  }
}
.price-note {
  margin-top: 19.2px;
}

.comparison-note {
  max-width: 627.2px;
  margin-top: 19.2px;
}

@media (max-width: 767px) {
  .comparison-note {
    max-width: 588px;
  }
}
.testimonial {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  border: 1px solid #e4e5e9;
  padding: 32px;
  border-radius: 11px;
  position: relative;
}
.testimonial::before {
  font-size: 54.4px;
  line-height: 1;
  content: "“";
  position: absolute;
  top: 11.2px;
  left: 22.4px;
  color: #f1dcea;
}
.testimonial .testimonial-quote {
  font-size: 16.64px;
  line-height: 1.55;
  color: #181a22;
  margin-bottom: 19.2px;
  position: relative;
  padding-top: 9.6px;
}
.testimonial .testimonial-author {
  font-size: 13.6px;
  color: #6c7079;
  padding-top: 16px;
  border-top: 1px solid #eeeef1;
}
.testimonial .testimonial-author strong {
  font-size: 14.72px;
  color: #181a22;
  font-weight: 700;
  display: block;
  margin-bottom: 1.6px;
}

.toc {
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  background: #ffffff;
  border: 1px solid #e4e5e9;
  border-radius: 11px;
  padding: 22.4px 24px;
  /* h2 rather than the design's h5 — see the note in _footer.scss. The values below are the h5
     rule in _typography.scss, which no longer reaches this heading. */
}
.toc h2 {
  font-size: 13.12px;
  line-height: 14.96px;
  text-transform: uppercase;
  letter-spacing: 1.312px;
  color: #6c7079;
  margin-bottom: 14.4px;
}
.toc ul {
  display: -ms-grid;
  display: grid;
  list-style: none;
  gap: 8.8px;
}
.toc a {
  font-size: 14.4px;
  line-height: 1.4;
  -webkit-transition: color 0.16s ease, padding 0.16s ease;
  -moz-transition: color 0.16s ease, padding 0.16s ease;
  -ms-transition: color 0.16s ease, padding 0.16s ease;
  -o-transition: color 0.16s ease, padding 0.16s ease;
  transition: color 0.16s ease, padding 0.16s ease;
  color: #41454f;
  display: block;
  border-left: 2px solid #e4e5e9;
  padding-left: 12.8px;
}
.toc a:hover {
  color: #7D0E5F;
  border-left-color: #7D0E5F;
  padding-left: 16px;
}

.topbar {
  font-size: 13.12px;
  background: #000000;
  color: rgba(255, 255, 255, 0.78);
  padding: 8.8px 0;
  letter-spacing: 0.1312px;
}
.topbar a {
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
  font-weight: 600;
  color: #fff;
}
.topbar a:hover {
  color: #f1dcea;
}
.topbar .topbar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.topbar .topbar-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22.4px;
}
.topbar .topbar-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22.4px;
}
.topbar .topbar-right span {
  position: relative;
}
.topbar .topbar-usp {
  -webkit-transition: color 0.16s ease;
  -moz-transition: color 0.16s ease;
  -ms-transition: color 0.16s ease;
  -o-transition: color 0.16s ease;
  transition: color 0.16s ease;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  padding-left: 22.4px;
  text-decoration: none;
}
.topbar .topbar-usp:hover {
  color: #fff;
}
.topbar .topbar-usp::before {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237D0E5F' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 8.5 8 11 4.6-2.5 8-6 8-11V5z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}
.topbar .topbar-spoed {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11.84px;
  -webkit-transition: background 0.16s ease;
  -moz-transition: background 0.16s ease;
  -ms-transition: background 0.16s ease;
  -o-transition: background 0.16s ease;
  transition: background 0.16s ease;
  font-weight: 700;
  letter-spacing: 0.9472px;
  background: #7D0E5F;
  color: #fff;
  padding: 2.88px 11.2px;
  border-radius: 999px;
  display: inline-flex;
  gap: 7.2px;
  /* Needed as its own rule: .topbar a:hover outranks .topbar .topbar-spoed and would pull
     the label to $plum-100 now that the chip is a link. */
}
.topbar .topbar-spoed:hover, .topbar .topbar-spoed:focus-visible {
  background: #151E61;
  color: #fff;
}
.topbar .topbar-spoed::before {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: spoedPulse 2s infinite;
}

@media (max-width: 768px) {
  .topbar .topbar-inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 12.16px;
  }
  .topbar .topbar-right {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .topbar .topbar-spoed::before {
    animation: none;
  }
}
.usp-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 38.4px 48px;
}
.usp-grid .usp-item {
  border-top: 2px solid #151E61;
  padding-top: 20.8px;
}
.usp-grid .usp-item h3 {
  font-size: 18.4px;
  margin-bottom: 8.8px;
}
.usp-grid .usp-item p {
  font-size: 15.36px;
  color: #41454f;
}
.usp-grid .usp-number {
  font-size: 13.12px;
  color: #7D0E5F;
  font-weight: 800;
  letter-spacing: 1.0496px;
  margin-bottom: 11.2px;
}

@media (max-width: 768px) {
  .usp-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.werkgebied-chip {
  font-size: 15.2px;
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  transition: all 0.16s ease;
  display: block;
  padding: 12.8px 17.6px;
  background: #ffffff;
  border: 1px solid #e4e5e9;
  border-radius: 2px;
  font-weight: 500;
  color: #181a22;
  text-align: center;
}
.werkgebied-chip:hover {
  background: #151E61;
  border-color: #151E61;
  color: #fff;
}

.partner-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.partner-logos .partner-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(16, 20, 45, 0.05);
  -webkit-transition: box-shadow 0.16s ease, border-color 0.16s ease;
  -moz-transition: box-shadow 0.16s ease, border-color 0.16s ease;
  -ms-transition: box-shadow 0.16s ease, border-color 0.16s ease;
  -o-transition: box-shadow 0.16s ease, border-color 0.16s ease;
  transition: box-shadow 0.16s ease, border-color 0.16s ease;
  background: #ffffff;
  border: 1px solid #e4e5e9;
  border-radius: 7px;
  height: 100px;
  padding: 17.6px 20.8px;
}
.partner-logos .partner-logo:hover {
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  border-color: #e0e3f2;
}
.partner-logos .partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .partner-logos {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
/* MEDIA QUERIES */
/* Generated by .claude/tools/build_design_overrides.py — do not edit by hand.
   The design writes these values inline on the element, so build_scss.py had nothing
   to read them from. Each one is what style.sh capture design measured on that
   element at that width. */
.hero-home h1 {
  letter-spacing: -2.496px;
}
.hero-home a {
  text-align: start;
}
.hero-home .hero-headline {
  letter-spacing: -2.496px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home h1 {
    letter-spacing: -2.06336px;
  }
  .hero-home a {
    text-align: start;
  }
  .hero-home .hero-headline {
    letter-spacing: -2.06336px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home h1 {
    letter-spacing: -1.59744px;
  }
  .hero-home a {
    text-align: start;
  }
  .hero-home .hero-headline {
    letter-spacing: -1.59744px;
  }
}
@media (max-width: 767px) {
  .hero-home h1 {
    letter-spacing: -1.536px;
  }
  .hero-home a {
    text-align: start;
  }
  .hero-home .hero-headline {
    letter-spacing: -1.536px;
  }
}
.situation-choice h2 {
  font-size: 28.8px;
  line-height: 32.832px;
  letter-spacing: -0.864px;
}
.situation-choice h3 {
  line-height: 21.1584px;
  letter-spacing: -0.3712px;
}
.situation-choice .section-header {
  margin-bottom: 38.4px;
  max-width: 680px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .situation-choice h2 {
    font-size: 28.8px;
    line-height: 32.832px;
  }
  .situation-choice h3 {
    line-height: 21.1584px;
  }
  .situation-choice .section-header {
    margin-bottom: 38.4px;
    max-width: 680px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .situation-choice h3 {
    line-height: 21.1584px;
  }
  .situation-choice .section-header {
    margin-bottom: 38.4px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .situation-choice h3 {
    line-height: 21.1584px;
  }
  .situation-choice .section-header {
    margin-bottom: 38.4px;
    max-width: 680px;
  }
}
.featured-projects p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .featured-projects p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-projects p {
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .featured-projects p {
    max-width: 535.808px;
  }
}
.why-westendorp h3 {
  line-height: 20.976px;
  letter-spacing: -0.368px;
}
.why-westendorp p {
  max-width: 559.104px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-westendorp h3 {
    line-height: 20.976px;
  }
  .why-westendorp p {
    max-width: 559.104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-westendorp h3 {
    line-height: 20.976px;
  }
  .why-westendorp p {
    line-height: 25.344px;
    max-width: 559.104px;
  }
}
@media (max-width: 767px) {
  .why-westendorp h3 {
    line-height: 20.976px;
  }
  .why-westendorp p {
    line-height: 25.344px;
    max-width: 559.104px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
}
.page-heading a {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 444.416px;
  }
  .page-heading a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
.situation-choice h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .situation-choice h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .situation-choice h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
}
@media (max-width: 767px) {
  .situation-choice h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
}
.service-overview h3 {
  font-size: 20px;
  line-height: 22.8px;
  letter-spacing: -0.4px;
}
.service-overview a {
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-overview a {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-overview a {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .service-overview a {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}
.audience-split h3 {
  margin-bottom: 12.8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .audience-split h3 {
    margin-bottom: 12.8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .audience-split h3 {
    margin-bottom: 12.8px;
  }
}
@media (max-width: 767px) {
  .audience-split h3 {
    margin-bottom: 12.8px;
  }
}
.service-index p {
  max-width: 628.992px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-index p {
    max-width: 628.992px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-index p {
    max-width: 628.992px;
  }
}
@media (max-width: 767px) {
  .service-index p {
    max-width: 628.992px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.hero-spoed h1 {
  font-size: 57.6px;
  line-height: 65.664px;
  letter-spacing: -2.016px;
  margin-top: 12.8px;
  margin-bottom: 20.8px;
}
.hero-spoed a {
  font-size: 19.2px;
  line-height: 22.08px;
  text-align: start;
  padding-top: 19.2px;
  padding-right: 32px;
  padding-bottom: 19.2px;
  padding-left: 32px;
}
.hero-spoed .btn {
  font-size: 19.2px;
  line-height: 22.08px;
  text-align: start;
  padding-top: 19.2px;
  padding-right: 32px;
  padding-bottom: 19.2px;
  padding-left: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-spoed h1 {
    font-size: 49.6px;
    line-height: 56.544px;
    letter-spacing: -1.736px;
    margin-top: 12.8px;
    margin-bottom: 20.8px;
  }
  .hero-spoed a {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
  .hero-spoed .btn {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-spoed h1 {
    font-size: 38.4px;
    line-height: 43.776px;
    letter-spacing: -1.344px;
    margin-top: 12.8px;
    margin-bottom: 20.8px;
  }
  .hero-spoed a {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
  .hero-spoed .btn {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .hero-spoed h1 {
    margin-top: 12.8px;
    margin-bottom: 20.8px;
  }
  .hero-spoed a {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
  .hero-spoed .btn {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
}
.spoed-cases h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.spoed-cases p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .spoed-cases h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .spoed-cases p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spoed-cases h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .spoed-cases p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .spoed-cases h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .spoed-cases p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
.spoed-process h3 {
  line-height: 19.152px;
  letter-spacing: -0.336px;
}
.spoed-process p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .spoed-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .spoed-process p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spoed-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .spoed-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .spoed-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .spoed-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
.spoed-pricing h2 {
  margin-top: 9.6px;
  margin-bottom: 19.2px;
}
.spoed-pricing ul {
  margin-bottom: 0px;
  margin-left: 0px;
}
.spoed-pricing li {
  padding-top: 11.2px;
  padding-bottom: 11.2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .spoed-pricing h2 {
    margin-top: 9.6px;
    margin-bottom: 19.2px;
  }
  .spoed-pricing ul {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .spoed-pricing li {
    padding-top: 11.2px;
    padding-bottom: 11.2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spoed-pricing h2 {
    margin-top: 9.6px;
    margin-bottom: 19.2px;
  }
  .spoed-pricing ul {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .spoed-pricing li {
    padding-top: 11.2px;
    padding-bottom: 11.2px;
  }
}
@media (max-width: 767px) {
  .spoed-pricing h2 {
    margin-top: 9.6px;
    margin-bottom: 19.2px;
  }
  .spoed-pricing ul {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .spoed-pricing li {
    padding-top: 11.2px;
    padding-bottom: 11.2px;
  }
}
.spoed-area a {
  color: #181a22;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .spoed-area a {
    color: #181a22;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spoed-area a {
    line-height: 25.08px;
    color: #181a22;
  }
}
@media (max-width: 767px) {
  .spoed-area a {
    line-height: 25.08px;
    color: #181a22;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.spoed-cta h2 {
  margin-top: 9.6px;
  margin-bottom: 19.2px;
}
.spoed-cta p {
  font-size: 17.6px;
  line-height: 29.04px;
  margin-bottom: 22.4px;
  max-width: 512.512px;
}
.spoed-cta ul {
  margin-bottom: 32px;
  margin-left: 0px;
}
.spoed-cta li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.spoed-cta img {
  border-radius: 12px;
}
.spoed-cta a {
  font-size: 19.2px;
  line-height: 22.08px;
  text-align: start;
  padding-top: 19.2px;
  padding-right: 32px;
  padding-bottom: 19.2px;
  padding-left: 32px;
}
.spoed-cta .btn {
  font-size: 19.2px;
  line-height: 22.08px;
  text-align: start;
  padding-top: 19.2px;
  padding-right: 32px;
  padding-bottom: 19.2px;
  padding-left: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .spoed-cta h2 {
    margin-top: 9.6px;
    margin-bottom: 19.2px;
  }
  .spoed-cta p {
    font-size: 17.6px;
    line-height: 29.04px;
    margin-bottom: 22.4px;
    max-width: 512.512px;
  }
  .spoed-cta ul {
    margin-bottom: 32px;
    margin-left: 0px;
  }
  .spoed-cta li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .spoed-cta img {
    border-radius: 12px;
  }
  .spoed-cta a {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
  .spoed-cta .btn {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spoed-cta h2 {
    margin-top: 9.6px;
    margin-bottom: 19.2px;
  }
  .spoed-cta p {
    font-size: 17.6px;
    line-height: 29.04px;
    margin-bottom: 22.4px;
    max-width: 512.512px;
  }
  .spoed-cta ul {
    margin-bottom: 32px;
    margin-left: 0px;
  }
  .spoed-cta li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .spoed-cta img {
    border-radius: 12px;
  }
  .spoed-cta a {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
  .spoed-cta .btn {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .spoed-cta h2 {
    margin-top: 9.6px;
    margin-bottom: 19.2px;
  }
  .spoed-cta p {
    font-size: 17.6px;
    line-height: 29.04px;
    margin-bottom: 22.4px;
    max-width: 512.512px;
  }
  .spoed-cta ul {
    margin-bottom: 32px;
    margin-left: 0px;
  }
  .spoed-cta li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .spoed-cta img {
    border-radius: 12px;
  }
  .spoed-cta a {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
  .spoed-cta .btn {
    font-size: 19.2px;
    line-height: 22.08px;
    text-align: start;
    padding-top: 19.2px;
    padding-right: 32px;
    padding-bottom: 19.2px;
    padding-left: 32px;
  }
}
.hero-about h1 {
  letter-spacing: -2.496px;
  margin-top: 16px;
}
.hero-about .hero-headline {
  letter-spacing: -2.496px;
  margin-top: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-about h1 {
    letter-spacing: -2.06336px;
    margin-top: 16px;
  }
  .hero-about .hero-headline {
    letter-spacing: -2.06336px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-about h1 {
    letter-spacing: -1.59744px;
    margin-top: 16px;
  }
  .hero-about .hero-headline {
    letter-spacing: -1.59744px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .hero-about h1 {
    letter-spacing: -1.536px;
    margin-top: 16px;
  }
  .hero-about .hero-headline {
    letter-spacing: -1.536px;
    margin-top: 16px;
  }
}
.about-values h3 {
  line-height: 20.976px;
  letter-spacing: -0.368px;
}
.about-values p {
  max-width: 559.104px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-values h3 {
    line-height: 20.976px;
  }
  .about-values p {
    max-width: 559.104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-values h3 {
    line-height: 20.976px;
  }
  .about-values p {
    line-height: 25.344px;
    max-width: 559.104px;
  }
}
@media (max-width: 767px) {
  .about-values h3 {
    line-height: 20.976px;
  }
  .about-values p {
    line-height: 25.344px;
    max-width: 559.104px;
  }
}
.about-stats h2 {
  margin-top: 8px;
}
.about-stats .stats {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-color: #41454f;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-stats h2 {
    margin-top: 8px;
  }
  .about-stats .stats {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-color: #41454f;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-stats h2 {
    margin-top: 8px;
  }
  .about-stats .stats {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-color: #41454f;
  }
}
@media (max-width: 767px) {
  .about-stats h2 {
    margin-top: 8px;
  }
  .about-stats .stats {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-color: #41454f;
  }
}
.about-expectations h3 {
  font-size: 20px;
  line-height: 22.8px;
  letter-spacing: -0.4px;
  margin-bottom: 12.8px;
}
.about-expectations p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-expectations h3 {
    margin-bottom: 12.8px;
  }
  .about-expectations p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-expectations h3 {
    margin-bottom: 12.8px;
  }
  .about-expectations p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .about-expectations h3 {
    margin-bottom: 12.8px;
  }
  .about-expectations p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
}
.page-heading a {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 444.416px;
  }
  .page-heading a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
.contact-locations img {
  margin-bottom: 22.4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-locations img {
    margin-bottom: 22.4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-locations img {
    margin-bottom: 22.4px;
  }
}
@media (max-width: 767px) {
  .contact-locations img {
    margin-bottom: 22.4px;
  }
}
.contact-faq p {
  max-width: 570.752px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-faq p {
    max-width: 570.752px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-faq p {
    max-width: 570.752px;
  }
}
@media (max-width: 767px) {
  .contact-faq p {
    max-width: 570.752px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
}
.page-heading a {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 444.416px;
  }
  .page-heading a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
.project-overview p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-overview p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-overview p {
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .project-overview p {
    max-width: 535.808px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
}
.page-heading a {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 444.416px;
  }
  .page-heading a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
.knowledge-overview .section-header {
  margin-top: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .knowledge-overview .section-header {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .knowledge-overview .section-header {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .knowledge-overview .section-header {
    margin-top: 24px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
  max-width: 591.36px;
}
.page-heading a {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 488.858px;
  }
  .page-heading a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 413.829px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 413.829px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
.quote-form h4 {
  font-size: 18.4px;
  line-height: 20.976px;
  margin-bottom: 8.8px;
}
.quote-form a {
  text-decoration-line: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .quote-form h4 {
    font-size: 18.4px;
    line-height: 20.976px;
    margin-bottom: 8.8px;
  }
  .quote-form a {
    text-decoration-line: underline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-form h4 {
    font-size: 18.4px;
    line-height: 20.976px;
    margin-bottom: 8.8px;
  }
  .quote-form a {
    line-height: 22.44px;
    text-decoration-line: underline;
  }
}
@media (max-width: 767px) {
  .quote-form h4 {
    font-size: 18.4px;
    line-height: 20.976px;
    margin-bottom: 8.8px;
  }
  .quote-form a {
    line-height: 22.44px;
    text-decoration-line: underline;
  }
}
.quote-process h3 {
  line-height: 19.152px;
  letter-spacing: -0.336px;
}
.quote-process p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .quote-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .quote-process p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .quote-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .quote-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .quote-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
  max-width: 645.12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 533.299px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 451.45px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 451.45px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-intro p {
    max-width: 546px;
  }
}
@media (max-width: 767px) {
  .service-intro p {
    max-width: 546px;
  }
}
.service-offer h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.service-offer p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .service-offer p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .service-offer p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .service-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .service-offer p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
.quote-form a {
  text-decoration-line: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .quote-form a {
    text-decoration-line: underline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-form a {
    line-height: 22.44px;
    text-decoration-line: underline;
  }
}
@media (max-width: 767px) {
  .quote-form a {
    line-height: 22.44px;
    text-decoration-line: underline;
  }
}
.faq-block p {
  max-width: 570.752px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (max-width: 767px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.hero-landing h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 8px;
  color: #ffffff;
  border-top-color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-landing h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 8px;
    max-width: 444.416px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-landing h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 8px;
    max-width: 376.208px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .hero-landing h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 8px;
    max-width: 376.208px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
}
.landing-urgency h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.landing-urgency p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .landing-urgency h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .landing-urgency p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-urgency h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .landing-urgency p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .landing-urgency h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .landing-urgency p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
.landing-process h3 {
  line-height: 19.152px;
  letter-spacing: -0.336px;
}
.landing-process p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .landing-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .landing-process p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .landing-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .landing-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .landing-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
.landing-local a {
  font-size: 16px;
  line-height: 26.4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .landing-local a {
    font-size: 16px;
    line-height: 26.4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-local a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .landing-local a {
    font-size: 15px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
}
.page-heading a {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 444.416px;
  }
  .page-heading a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
.article-body h2 {
  line-height: 28.272px;
  letter-spacing: -0.744px;
}
.article-body figure {
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  background-color: #ffffff;
  border-top-color: #e4e5e9;
}
.article-body .article-figure {
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  background-color: #ffffff;
  border-top-color: #e4e5e9;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .article-body h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .article-body figure {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    background-color: #ffffff;
    border-top-color: #e4e5e9;
  }
  .article-body .article-figure {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    background-color: #ffffff;
    border-top-color: #e4e5e9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-body h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .article-body figure {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    background-color: #ffffff;
    border-top-color: #e4e5e9;
  }
  .article-body .article-figure {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    background-color: #ffffff;
    border-top-color: #e4e5e9;
  }
}
@media (max-width: 767px) {
  .article-body h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .article-body figure {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    background-color: #ffffff;
    border-top-color: #e4e5e9;
  }
  .article-body .article-figure {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    background-color: #ffffff;
    border-top-color: #e4e5e9;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
  max-width: 645.12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 533.299px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 451.45px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 451.45px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
.service-intro a {
  text-align: start;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-intro a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-intro a {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .service-intro a {
    text-align: start;
  }
}
.service-offer h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.service-offer p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .service-offer p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .service-offer p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .service-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .service-offer p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
.related-block h3 {
  line-height: 22.2528px;
  letter-spacing: -0.3904px;
  margin-top: 6.4px;
}
.related-block p {
  max-width: 541.632px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    max-width: 541.632px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    line-height: 24.552px;
    max-width: 541.632px;
  }
}
@media (max-width: 767px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    line-height: 24.552px;
    max-width: 541.632px;
  }
}
.faq-block p {
  max-width: 570.752px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (max-width: 767px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
.gallery-block p {
  max-width: 628.992px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-block p {
    max-width: 628.992px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-block p {
    max-width: 628.992px;
  }
}
@media (max-width: 767px) {
  .gallery-block p {
    max-width: 628.992px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 444.416px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 376.208px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
}
.block-cards h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.block-cards p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-cards h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-cards p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-cards h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-cards p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .block-cards h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-cards p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
.block-prose-media h2 {
  margin-top: 8px;
}
.block-prose-media h3 {
  font-size: 20.8px;
  line-height: 23.712px;
  letter-spacing: -0.416px;
  margin-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-prose-media h2 {
    margin-top: 8px;
  }
  .block-prose-media h3 {
    font-size: 20.8px;
    line-height: 23.712px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-prose-media h2 {
    margin-top: 8px;
  }
  .block-prose-media h3 {
    font-size: 20.8px;
    line-height: 23.712px;
    margin-bottom: 8px;
  }
  .block-prose-media p {
    max-width: 546px;
  }
}
@media (max-width: 767px) {
  .block-prose-media h2 {
    margin-top: 8px;
  }
  .block-prose-media h3 {
    font-size: 20.8px;
    line-height: 23.712px;
    margin-bottom: 8px;
  }
  .block-prose-media p {
    max-width: 546px;
  }
}
.block-process h3 {
  line-height: 19.152px;
  letter-spacing: -0.336px;
}
.block-process p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .block-process p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .block-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .block-process h3 {
    line-height: 19.152px;
    letter-spacing: -0.336px;
  }
  .block-process p {
    line-height: 24.288px;
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-price p {
    max-width: 546px;
  }
}
@media (max-width: 767px) {
  .block-price p {
    max-width: 546px;
  }
}
.block-comparison table {
  margin-bottom: 0px;
  max-width: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-comparison table {
    margin-bottom: 0px;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-comparison table {
    margin-bottom: 0px;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .block-comparison table {
    margin-bottom: 0px;
    max-width: none;
  }
}
.block-gallery p {
  max-width: 628.992px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-gallery p {
    max-width: 628.992px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-gallery p {
    max-width: 628.992px;
  }
}
@media (max-width: 767px) {
  .block-gallery p {
    max-width: 628.992px;
  }
}
.block-faq p {
  max-width: 570.752px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-faq p {
    max-width: 570.752px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-faq p {
    max-width: 570.752px;
  }
}
@media (max-width: 767px) {
  .block-faq p {
    max-width: 570.752px;
  }
}
.block-projects p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-projects p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-projects p {
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .block-projects p {
    max-width: 535.808px;
  }
}
.block-service h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.block-service p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-service h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-service p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-service h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-service p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .block-service h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-service p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-info p {
    max-width: 546px;
  }
  .block-info ul {
    max-width: 672px;
  }
  .block-info .repair-list {
    max-width: 672px;
  }
}
@media (max-width: 767px) {
  .block-info p {
    max-width: 546px;
  }
  .block-info ul {
    max-width: 672px;
  }
  .block-info .repair-list {
    max-width: 672px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.project-banner h1 {
  font-size: 42px;
  line-height: 47.88px;
  letter-spacing: -1.47px;
  margin-bottom: 12.8px;
  max-width: 517.44px;
}
.project-banner p {
  font-size: 16.8px;
  line-height: 27.72px;
  max-width: 582.949px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-banner h1 {
    font-size: 34.72px;
    line-height: 39.5808px;
    letter-spacing: -1.2152px;
    margin-bottom: 12.8px;
    max-width: 427.75px;
  }
  .project-banner p {
    font-size: 16.8px;
    line-height: 27.72px;
    max-width: 582.949px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-banner h1 {
    font-size: 28.8px;
    line-height: 32.832px;
    letter-spacing: -1.008px;
    margin-bottom: 12.8px;
    max-width: 354.816px;
  }
  .project-banner p {
    font-size: 16.8px;
    line-height: 27.72px;
    max-width: 582.949px;
  }
}
@media (max-width: 767px) {
  .project-banner h1 {
    font-size: 28.8px;
    line-height: 32.832px;
    letter-spacing: -1.008px;
    margin-bottom: 12.8px;
    max-width: 354.816px;
  }
  .project-banner p {
    font-size: 16.8px;
    line-height: 27.72px;
    max-width: 582.949px;
  }
}
.project-more h2 {
  margin-top: 6.4px;
}
.project-more p {
  max-width: 535.808px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-more h2 {
    margin-top: 6.4px;
  }
  .project-more p {
    max-width: 535.808px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-more h2 {
    margin-top: 6.4px;
  }
  .project-more p {
    max-width: 535.808px;
  }
}
@media (max-width: 767px) {
  .project-more h2 {
    margin-top: 6.4px;
  }
  .project-more p {
    max-width: 535.808px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
  max-width: 698.88px;
}
.page-heading a {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 577.741px;
  }
  .page-heading a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 489.07px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .article-meta {
    line-height: 22.704px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 489.07px;
  }
  .page-heading a {
    line-height: 21.912px;
    font-weight: 400;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .article-meta {
    line-height: 22.704px;
  }
}
.article-body h2 {
  line-height: 28.272px;
  letter-spacing: -0.744px;
}
.article-body .btn {
  text-align: start;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .article-body h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .article-body .btn {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-body h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .article-body .btn {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .article-body h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .article-body .btn {
    text-align: start;
  }
}
.related-block h3 {
  line-height: 22.2528px;
  letter-spacing: -0.3904px;
  margin-top: 6.4px;
}
.related-block p {
  max-width: 541.632px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    max-width: 541.632px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    line-height: 24.552px;
    max-width: 541.632px;
  }
}
@media (max-width: 767px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    line-height: 24.552px;
    max-width: 541.632px;
  }
}
.faq-block p {
  max-width: 570.752px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (max-width: 767px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.page-heading h1 {
  line-height: 54.72px;
  letter-spacing: -1.68px;
  margin-top: 6.4px;
  max-width: 645.12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1 {
    line-height: 45.2352px;
    letter-spacing: -1.3888px;
    margin-top: 6.4px;
    max-width: 533.299px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 451.45px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    line-height: 38.304px;
    letter-spacing: -1.176px;
    margin-top: 6.4px;
    max-width: 451.45px;
  }
  .page-heading p {
    line-height: 29.04px;
  }
  .page-heading .breadcrumb {
    line-height: 21.912px;
  }
  .page-heading .section-label {
    line-height: 19.536px;
  }
  .page-heading .lead {
    line-height: 29.04px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-intro p {
    max-width: 546px;
  }
}
@media (max-width: 767px) {
  .location-intro p {
    max-width: 546px;
  }
}
.location-offer h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.location-offer p {
  max-width: 547.456px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .location-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .location-offer p {
    max-width: 547.456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .location-offer p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
@media (max-width: 767px) {
  .location-offer h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .location-offer p {
    line-height: 24.816px;
    max-width: 547.456px;
  }
}
.location-usp h3 {
  line-height: 20.976px;
  letter-spacing: -0.368px;
}
.location-usp p {
  max-width: 559.104px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .location-usp h3 {
    line-height: 20.976px;
  }
  .location-usp p {
    max-width: 559.104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-usp h3 {
    line-height: 20.976px;
  }
  .location-usp p {
    line-height: 25.344px;
    max-width: 559.104px;
  }
}
@media (max-width: 767px) {
  .location-usp h3 {
    line-height: 20.976px;
  }
  .location-usp p {
    line-height: 25.344px;
    max-width: 559.104px;
  }
}
.location-area p {
  max-width: 628.992px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .location-area p {
    max-width: 628.992px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-area p {
    max-width: 628.992px;
  }
  .location-area a {
    line-height: 23.232px;
  }
}
@media (max-width: 767px) {
  .location-area p {
    max-width: 628.992px;
  }
  .location-area a {
    line-height: 23.232px;
  }
}
.location-text h3 {
  line-height: 21.5232px;
  letter-spacing: -0.3776px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .location-text h3 {
    line-height: 21.5232px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-text h3 {
    line-height: 21.5232px;
  }
  .location-text a {
    line-height: 26.4px;
  }
  .location-text .lokaal-foot {
    line-height: 26.4px;
  }
}
@media (max-width: 767px) {
  .location-text h3 {
    line-height: 21.5232px;
  }
  .location-text a {
    line-height: 26.4px;
  }
  .location-text .lokaal-foot {
    line-height: 26.4px;
  }
}
.faq-block p {
  max-width: 570.752px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
@media (max-width: 767px) {
  .faq-block p {
    max-width: 570.752px;
  }
}
.related-block h3 {
  line-height: 22.2528px;
  letter-spacing: -0.3904px;
  margin-top: 6.4px;
}
.related-block p {
  max-width: 541.632px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    max-width: 541.632px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    line-height: 24.552px;
    max-width: 541.632px;
  }
}
@media (max-width: 767px) {
  .related-block h3 {
    line-height: 22.2528px;
    margin-top: 6.4px;
  }
  .related-block p {
    line-height: 24.552px;
    max-width: 541.632px;
  }
}
.reviews-block p {
  max-width: 605.696px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
@media (max-width: 767px) {
  .reviews-block p {
    max-width: 605.696px;
  }
}
.cta-block a {
  text-align: start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-block a {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
@media (max-width: 767px) {
  .cta-block p {
    line-height: 29.568px;
  }
  .cta-block a {
    text-align: start;
  }
  .cta-block .section-label {
    line-height: 19.536px;
  }
}
.topbar .topbar-usp {
  color: #ffffff;
  border-top-color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topbar .topbar-usp {
    color: #ffffff;
    border-top-color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topbar .topbar-inner {
    font-size: 12.16px;
    line-height: 20.064px;
  }
  .topbar .topbar-usp {
    line-height: 20.064px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .topbar .topbar-inner {
    font-size: 12.16px;
    line-height: 20.064px;
  }
  .topbar .topbar-usp {
    line-height: 20.064px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
}
.header img {
  font-size: 16px;
  line-height: 16px;
}
.header .header-inner {
  padding-top: 15.2px;
  padding-bottom: 15.2px;
}
.header .logo-img {
  font-size: 16px;
  line-height: 16px;
}
.header .logo {
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header img {
    font-size: 16px;
    line-height: 16px;
  }
  .header .header-inner {
    padding-top: 15.2px;
    padding-bottom: 15.2px;
  }
  .header .logo-img {
    font-size: 16px;
    line-height: 16px;
  }
  .header .logo {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header img {
    font-size: 15px;
    line-height: 15px;
  }
  .header .header-inner {
    padding-top: 15.2px;
    padding-bottom: 15.2px;
  }
  .header .logo-img {
    font-size: 15px;
    line-height: 15px;
  }
  .header .logo {
    font-size: 15px;
    line-height: 15px;
  }
  .header .active {
    line-height: 27.456px;
  }
}
@media (max-width: 767px) {
  .header img {
    font-size: 15px;
    line-height: 15px;
  }
  .header .header-inner {
    padding-top: 15.2px;
    padding-bottom: 15.2px;
  }
  .header .logo-img {
    font-size: 15px;
    line-height: 15px;
  }
  .header .logo {
    font-size: 15px;
    line-height: 15px;
  }
  .header .active {
    line-height: 27.456px;
  }
}
.footer h2 {
  line-height: 13.1328px;
}
.footer .logo-img {
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer h5 {
    line-height: 13.1328px;
  }
  .footer .logo-img {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer h5 {
    line-height: 13.1328px;
  }
  .footer .footer-bottom {
    line-height: 21.912px;
  }
  .footer .logo-img {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .footer h5 {
    line-height: 13.1328px;
  }
  .footer .footer-bottom {
    line-height: 21.912px;
  }
  .footer .logo-img {
    font-size: 15px;
    line-height: 15px;
  }
}
/* Generated by .claude/tools/build_inline_css.py — do not edit by hand.
   The design's own inline declarations, per element, written where this project
   keeps its styling. rem is converted to pixels, colours to the palette's variables
   and flex, grid and transform go through their mixins, as rules/scss.md requires. */
.situation-choice .section-header {
  margin-bottom: 38.4px;
  max-width: 680px;
}
.situation-choice .section-header h2 {
  font-size: 28.8px;
}
.situation-choice .card-link .icon.icon-arrow {
  width: 14px;
  height: 14px;
}

.owners-intro .owners-intro-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
.owners-intro .owners-intro-content h2 {
  margin: 9.6px 0 20.8px;
}
.owners-intro .owners-intro-content .btn {
  margin-bottom: 28.8px;
}

.contact-channels .channel-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4fr 1fr;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 19.2px;
}
.contact-channels .channel-grid .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-channels .card .contact-channels-row {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.contact-channels .card-link .icon.icon-arrow {
  width: 14px;
  height: 14px;
}
.contact-channels .channel-grid .card.is-dark {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #151E61;
  color: #ffffff;
  border-color: #151E61;
  position: relative;
}
.contact-channels .card.is-dark .channel-badge {
  font-size: 11.2px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: #ffffff;
  color: #181a22;
  font-weight: 600;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 4px 9.6px;
  border-radius: 2px;
}
.contact-channels .card.is-dark .card-icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
.contact-channels .card.is-dark h3 {
  color: #ffffff;
}
.contact-channels .card.is-dark .contact-channels-row {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}
.contact-channels .card.is-dark .contact-channels-row-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8px;
  margin-bottom: 16px;
}
.contact-channels .contact-channels-row-2 .channel-tag {
  font-size: 11.52px;
  padding: 4px 9.6px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 100px;
}
.contact-channels .card.is-dark .contact-channels-row-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12.8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-channels .contact-channels-row-3 .channel-meta {
  font-size: 12.8px;
  color: rgba(255, 255, 255, 0.7);
}
.contact-channels .contact-channels-row-3 .card-link {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.pkvw-highlight .pkvw-highlight-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1.2fr;
  grid-template-columns: 0.8fr 1.2fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
.pkvw-highlight .pkvw-badge img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.pkvw-highlight .pkvw-highlight-content h2 {
  margin: 9.6px 0 20.8px;
}
.pkvw-highlight .pkvw-highlight-content .btn.btn-primary {
  margin-bottom: 28.8px;
}

.featured-projects .project-card .project-image:nth-of-type(1) {
  padding: 0;
}
.featured-projects .project-image img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-projects .projects-action {
  text-align: center;
  margin-top: 40px;
}

.reviews-block .reviews-action {
  text-align: center;
  margin-top: 40px;
}
.reviews-block .card-grid.card-grid-3 {
  text-align: center;
  margin-top: 40px;
}

.cta-block .section-label {
  color: rgba(255, 255, 255, 0.6);
}

.page-heading h1:nth-of-type(1) {
  margin-top: 6.4px;
  max-width: 24ch;
}
.page-heading .hero-ctas {
  margin-top: 25.6px;
}

.service-overview .service-overview-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 19.2px;
}
.service-overview .service-overview-grid .card.overview-card:nth-of-type(1) {
  border-left: 4px solid #7D0E5F;
  padding: 32px;
}
.service-overview .service-overview-grid .card.overview-card:nth-of-type(2) {
  padding: 32px;
}
.service-overview .service-overview-grid .card.overview-card:nth-of-type(3) {
  padding: 32px;
}
.service-overview .service-overview-grid .card.overview-card:nth-of-type(4) {
  padding: 32px;
}
.service-overview .service-overview-grid .card.overview-card:nth-of-type(5) {
  padding: 32px;
}
.service-overview .service-overview-grid .card.overview-card:nth-of-type(6) {
  padding: 32px;
}
.service-overview .card.overview-card .service-overview-row-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 19.2px;
}
.service-overview .service-overview-row-2 .card-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.service-overview .service-overview-row-2 .service-overview-row {
  flex: 1;
}
.service-overview .service-overview-row h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.service-overview .service-overview-row p {
  margin-bottom: 12.8px;
}
.service-overview .service-overview-row .overview-card-audience {
  font-size: 13.6px;
  color: #6c7079;
  margin-bottom: 12.8px;
}
.service-overview .card-link .icon.icon-arrow {
  width: 14px;
  height: 14px;
}

.audience-split .audience-split-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.audience-split .audience-split-grid .card.audience-card.audience-private {
  padding: 32px;
}
.audience-split .card.audience-card.audience-private h3 {
  margin-bottom: 12.8px;
}
.audience-split .card.audience-card.audience-private p {
  margin-bottom: 19.2px;
}
.audience-split .card.audience-card.audience-private .audience-examples {
  font-size: 14.4px;
  color: #6c7079;
  margin-bottom: 19.2px;
}
.audience-split .audience-examples strong {
  color: #181a22;
}
.audience-split .card.audience-card.audience-private .audience-split-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.audience-split .audience-split-row .btn {
  font-size: 13.6px;
  padding: 9.6px 16px;
}
.audience-split .audience-split-grid .card.audience-card.audience-business {
  padding: 32px;
}
.audience-split .card.audience-card.audience-business h3 {
  margin-bottom: 12.8px;
}
.audience-split .card.audience-card.audience-business p {
  margin-bottom: 19.2px;
}
.audience-split .card.audience-card.audience-business .audience-examples {
  font-size: 14.4px;
  color: #6c7079;
  margin-bottom: 19.2px;
}
.audience-split .card.audience-card.audience-business .audience-split-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-spoed .inner-hero-spoed {
  max-width: 800px;
}
.hero-spoed .inner-hero-spoed .section-label {
  color: rgba(255, 255, 255, 0.7);
}
.hero-spoed .inner-hero-spoed h1 {
  font-size: clamp(36.8px, 5vw, 57.6px);
  color: #ffffff;
  margin: 12.8px 0 20.8px;
}
.hero-spoed .inner-hero-spoed .hero-spoed-text {
  font-size: 19.2px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 60ch;
  margin-bottom: 32px;
}
.hero-spoed .inner-hero-spoed .btn.btn-accent.btn-large {
  font-size: 19.2px;
  background: #7D0E5F;
  color: #ffffff;
  border-color: #7D0E5F;
  padding: 19.2px 32px;
}
.hero-spoed .inner-hero-spoed .hero-spoed-note {
  font-size: 14.4px;
  margin-top: 19.2px;
  color: rgba(255, 255, 255, 0.6);
}

.spoed-pricing .spoed-pricing-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.spoed-pricing .inner-pricing-intro h2 {
  margin: 9.6px 0 19.2px;
}
.spoed-pricing .inner-pricing-intro .wysiwyg {
  margin-bottom: 16px;
}
.spoed-pricing .inner-pricing-reasons h2 {
  margin: 9.6px 0 19.2px;
}
.spoed-pricing .inner-pricing-reasons .reason-list {
  list-style: none;
  padding: 0;
}
.spoed-pricing .reason-list .reason-item:nth-of-type(1) {
  padding: 11.2px 0;
  border-bottom: 1px solid #e4e5e9;
}
.spoed-pricing .reason-list .reason-item:nth-of-type(2) {
  padding: 11.2px 0;
  border-bottom: 1px solid #e4e5e9;
}
.spoed-pricing .reason-list .reason-item:nth-of-type(3) {
  padding: 11.2px 0;
  border-bottom: 1px solid #e4e5e9;
}
.spoed-pricing .reason-list .reason-item:nth-of-type(4) {
  padding: 11.2px 0;
}

.spoed-area .spoed-area-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  max-width: 900px;
}
.spoed-area .area-note {
  margin-top: 28.8px;
}

.spoed-cta .spoed-cta-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
.spoed-cta .inner-spoed-cta .section-label {
  color: rgba(255, 255, 255, 0.7);
}
.spoed-cta .inner-spoed-cta h2 {
  color: #ffffff;
  margin: 9.6px 0 19.2px;
}
.spoed-cta .inner-spoed-cta .spoed-cta-text {
  font-size: 17.6px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22.4px;
  max-width: 52ch;
}
.spoed-cta .inner-spoed-cta .emergency-points {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.85);
}
.spoed-cta .emergency-points .emergency-point:nth-of-type(1) {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.spoed-cta .emergency-points .emergency-point:nth-of-type(2) {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.spoed-cta .emergency-points .emergency-point:nth-of-type(3) {
  padding: 8px 0;
}
.spoed-cta .emergency-point strong {
  color: #ffffff;
}
.spoed-cta .inner-spoed-cta .btn.btn-accent.btn-large {
  font-size: 19.2px;
  background: #7D0E5F;
  color: #ffffff;
  border-color: #7D0E5F;
  padding: 19.2px 32px;
}
.spoed-cta .spoed-cta-grid .image-spoed-cta {
  box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  -webkit-box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  -moz-box-shadow: 0 22px 48px -16px rgba(16, 20, 45, 0.22), 0 6px 16px -8px rgba(16, 20, 45, 0.1);
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.hero-about .inner-hero-about .hero-headline {
  margin-top: 16px;
}

.about-story .about-story-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.15fr 0.85fr;
  grid-template-columns: 1.15fr 0.85fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
.about-story .about-story-text h2 {
  margin: 9.6px 0 24px;
}
.about-story .about-story-text .wysiwyg {
  font-size: 16.8px;
  margin-bottom: 19.2px;
}

.about-team .about-team-row {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 12px;
  margin-bottom: 40px;
}
.about-team .card-grid.card-grid-2 .card.team-member {
  padding: 32px;
}
.about-team .card.team-member h3 {
  font-size: 20.8px;
  margin: 19.2px 0 4.8px;
}
.about-team .card.team-member .member-role {
  font-size: 14.72px;
  color: #6c7079;
  font-weight: 500;
  margin: 0 0 12.8px;
}
.about-team .card.store-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 1.1fr;
  grid-template-columns: 0.9fr 1.1fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  margin-top: 19.2px;
  gap: 32px;
}
.about-team .card.store-card .media-slot {
  aspect-ratio: 4/3;
}
.about-team .store-card-text h3 {
  font-size: 20.8px;
  margin: 0 0 9.6px;
}
.about-team .store-card-text p {
  margin-bottom: 12.8px;
}
.about-team .store-card-text .store-note {
  font-size: 14.72px;
  color: #6c7079;
  margin: 0;
}

.about-stats .section-header.center h2 {
  margin-top: 8px;
}
.about-stats .stats {
  border: none;
  padding: 0;
}

.about-expectations .card-grid.card-grid-2 .card.expectation-card {
  padding: 32px;
}
.about-expectations .card.expectation-card h3 {
  font-size: 20px;
  margin-bottom: 12.8px;
}

.contact-locations .location-card .media-slot:nth-of-type(1) {
  aspect-ratio: 16/10;
  object-fit: cover;
  margin-bottom: 22.4px;
  border-radius: 12px;
}
.contact-locations .location-detail .location-note {
  color: #6c7079;
  font-style: normal;
}
.contact-locations .location-card .btn {
  margin-top: 19.2px;
}

.contact-form .contact-form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 56px;
}
.contact-form .contact-form-intro h2 {
  margin: 9.6px 0 19.2px;
}
.contact-form {
  /* The design underlines the phone number, an <a>, not the paragraph around it — this had the
     declaration one element out and struck a line under the whole intro. */
}
.contact-form .wysiwyg a {
  text-decoration: underline;
}

.project-overview .project-card .project-image:nth-of-type(1) {
  padding: 0;
}
.project-overview .project-image img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-overview .project-body .project-labels:nth-of-type(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.knowledge-overview .section-header {
  margin-top: 24px;
}
.knowledge-overview .knowledge-card h3 {
  margin-top: 6.4px;
}
.knowledge-overview .card-link .icon.icon-arrow {
  width: 14px;
  height: 14px;
}

.quote-form .inner-quote-usps .usp-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 25.6px;
}

.service-intro .inner-service-intro h2 {
  margin: 6.4px 0 19.2px;
}

.hero-landing .lp-hero-intro h1 {
  margin-top: 8px;
  max-width: 20ch;
}
.hero-landing .lp-hero-intro .hero-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28.8px;
  gap: 16px;
}

.landing-why .detail-split {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing-why .inner-landing-why h2 {
  margin: 9.6px 0 19.2px;
}
.landing-why .inner-landing-why .wysiwyg {
  margin-bottom: 16px;
}

.landing-urgency .card-link .icon.icon-arrow {
  width: 14px;
  height: 14px;
}

.landing-local .detail-split {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing-local .inner-landing-local h2 {
  margin: 9.6px 0 19.2px;
}
.landing-local .inner-landing-local .wysiwyg {
  margin-bottom: 19.2px;
}
.landing-local .inner-landing-local .landing-local-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25.6px;
}
.landing-local .landing-local-row .local-certificate {
  height: 88px;
  width: auto;
}
.landing-local .landing-local-row .callout.service-overview-row {
  margin: 0;
  flex: 1;
  min-width: 240px;
}

.article-body .prose .article-figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #ffffff;
  border: 1px solid #e4e5e9;
  aspect-ratio: auto;
  padding: 32px;
}
.article-body .article-figure .article-body-row {
  width: auto;
  max-height: 150px;
  aspect-ratio: auto;
}

.service-context .detail-split.detail-split-mediaLeft {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-context .detail-split.detail-split-mediaLeft .detail-media.media-slot {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  aspect-ratio: 4/5;
  height: auto;
  min-height: 0;
}

.related-block .knowledge-card h3 {
  margin-top: 6.4px;
}
.related-block .card-link .icon.icon-arrow {
  width: 14px;
  height: 14px;
}

.block-text-media .detail-split h2 {
  margin: 6.4px 0 19.2px;
}
.block-text-media {
  /* No .btn-accent in the design carries an inline style; the underline belongs to the inline
     'contact' link in the paragraph above and was captured onto the button by mistake. */
}
.block-text-media .hero-ctas .btn.btn-accent {
  color: #7D0E5F;
  font-weight: 700;
}

.block-service .card-link .icon.icon-arrow {
  width: 14px;
  height: 14px;
}
.block-service .service-note {
  margin-top: 32px;
  max-width: 80ch;
}

.project-banner .project-hero {
  /* The background belongs to the project, not to the section: the design writes a different
     gradient inline on each of the eleven, and this file had taken one of them — the sand of
     bakkerij-oonk — and given it to all. It comes from tint_banner now, in
     css/layout/_project-detail.scss. The rest of this block is the same on every project. */
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  aspect-ratio: auto;
  min-height: 420px;
  overflow: visible;
}
.project-banner .project-hero-content .project-hero-logo {
  box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -webkit-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(16, 20, 45, 0.06), 0 1px 2px rgba(16, 20, 45, 0.04);
  display: block;
  width: 180px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 19.2px;
}
.project-banner .project-hero-content .project-labels {
  margin-bottom: 12.8px;
}
.project-banner .project-hero-content h1 {
  font-size: clamp(28.8px, 3.5vw, 44.8px);
  max-width: 22ch;
  margin-bottom: 12.8px;
}
.project-banner .project-hero-content p {
  font-size: 16.8px;
  max-width: 62ch;
}

.project-story-block .project-story h3 {
  margin-top: 8px;
}
.project-story-block .container-narrow {
  max-width: none;
  margin-top: 32px;
  padding: 0;
}

.project-service .card-grid.card-grid-2 .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.project-service .project-service-action {
  margin-top: 32px;
}

.project-more .slider-intro h2 {
  margin-top: 6.4px;
}
.project-more .project-card .project-image:nth-of-type(1) {
  padding: 0;
}
.project-more .project-image img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-more .project-body .project-labels {
  font-size: 30.4px;
}

.location-intro .detail-split .detail-media {
  box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -webkit-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  -moz-box-shadow: 0 6px 20px -6px rgba(16, 20, 45, 0.12), 0 2px 6px -2px rgba(16, 20, 45, 0.07);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.footer .footer-list .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-907 {
  margin-top: 9.6px;
  padding-top: 9.6px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .footer-list .footer-emergency {
  margin-top: 9.6px;
}

/* Generated by .claude/tools/build_parity_css.py — do not edit by hand.
   Every property the design computes differently from the build, with the design's
   own value, measured in the browser on both sides. Geometry is left out: a width is
   what the layout works out, and forcing it would hide the declaration behind it. */
.about-story .about-story-text p {
  max-width: 611.156px;
}

.article-body .article-figure .article-body-row {
  object-fit: cover;
}
.article-body .aside-cta .btn {
  line-height: 17.296px;
}
.article-body .aside-cta h3 {
  font-size: 16.8px;
  line-height: 19.152px;
  letter-spacing: -0.336px;
  margin-bottom: 6.4px;
  color: #ffffff;
  border-top-color: #ffffff;
}
.article-body .aside-cta p {
  max-width: 512.512px;
}
.article-body .callout.plum h3 {
  font-size: 16px;
  line-height: 18.24px;
  letter-spacing: -0.32px;
  margin-top: 0px;
  margin-bottom: 6.4px;
}
.article-body .callout.plum p {
  max-width: 559.104px;
}
.article-body .prose .article-figure {
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -ms-flex-pack: normal;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal;
  padding-right: 0px;
  border-top-width: 0px;
  padding-bottom: 0px;
  display: block;
  padding-left: 0px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-top-color: #41454f;
}
.article-body .toc h2 {
  line-height: 14.9568px;
  letter-spacing: 1.312px;
}

.audience-split .audience-split-row .btn {
  line-height: 15.64px;
  text-align: start;
}
.audience-split .card.audience-card.audience-business .audience-examples {
  max-width: 524.16px;
}
.audience-split .card.audience-card.audience-business p {
  max-width: 547.456px;
}
.audience-split .card.audience-card.audience-private .audience-examples {
  max-width: 524.16px;
}
.audience-split .card.audience-card.audience-private p {
  max-width: 547.456px;
}
.audience-split .section-header p {
  max-width: 628.992px;
}

.block-cards .card-ctas .card-link {
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}
.block-cards .card-link .icon.icon-arrow {
  height: 14px;
  width: 14px;
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}
.block-cards .icon.icon-arrow line {
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}
.block-cards .icon.icon-arrow polyline {
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}

.block-columns.bg-soft .block-columns-grid-2 .block-columns-row {
  border-radius: 12px;
  object-fit: cover;
}
.block-columns.bg-soft .block-columns-grid-2 h3 {
  font-size: 20.8px;
  line-height: 23.712px;
  letter-spacing: -0.416px;
  margin-bottom: 12.8px;
}
.block-columns.bg-soft .section-header p {
  max-width: 628.992px;
}
.block-columns .block-columns-grid li {
  padding-bottom: 12.8px;
  padding-top: 12.8px;
}
.block-columns .block-columns-grid ul {
  margin-bottom: 0px;
  margin-left: 0px;
}
.block-columns .card .btn.btn-primary {
  line-height: 17.296px;
  text-align: start;
}
.block-columns .card h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.block-columns .card p {
  margin-bottom: 16px;
  max-width: 547.456px;
}
.block-columns .section-header p {
  max-width: 628.992px;
}

.block-comparison .comparison-table {
  position: static;
}
.block-comparison .comparison-table tbody {
  border-top-color: #e4e5e9;
}
.block-comparison .comparison-table td {
  padding-right: 22.4px;
  padding-bottom: 16.8px;
  padding-left: 22.4px;
  padding-top: 16.8px;
}
.block-comparison .comparison-table th {
  padding-right: 22.4px;
  letter-spacing: 0.7104px;
  padding-bottom: 16.8px;
  padding-left: 22.4px;
  padding-top: 16.8px;
}
.block-comparison .comparison-table thead {
  padding-bottom: 0px;
  border-top-color: #e4e5e9;
}
.block-comparison .comparison-table tr {
  border-top-color: #e4e5e9;
}
.block-comparison .section-header p {
  max-width: 628.992px;
}

.block-faq.bg-soft .faq-item .faq-question {
  line-height: normal;
  border-radius: 0px;
  position: static;
  background-color: rgba(0, 0, 0, 0);
}
.block-faq.bg-soft .faq-question .icon.faq-icon {
  line-height: normal;
  height: 22px;
  width: 22px;
}
.block-faq.bg-soft .icon.faq-icon line {
  line-height: normal;
}
.block-faq .faq-item .faq-question {
  line-height: normal;
  border-radius: 0px;
  position: static;
  background-color: rgba(0, 0, 0, 0);
}
.block-faq .faq-question .icon.faq-icon {
  line-height: normal;
  height: 22px;
  width: 22px;
}
.block-faq .icon.faq-icon line {
  line-height: normal;
}

.block-form.bg-soft .section-header .form-note {
  margin-top: 0px;
  max-width: 628.992px;
}
.block-form .section-header .form-note {
  margin-top: 0px;
  max-width: 628.992px;
}

.block-text-media.bg-soft .detail-split h2 {
  margin-top: 9.6px;
}
.block-text-media.bg-soft .detail-split p {
  margin-bottom: 0px;
}
.block-text-media .card .card-link {
  margin-top: 12.8px;
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}
.block-text-media .card h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.block-text-media .card p {
  max-width: 547.456px;
}
.block-text-media .card-link .icon.icon-arrow {
  height: 14px;
  width: 14px;
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}
.block-text-media .detail-split .hero-ctas {
  margin-top: 25.6px;
}
.block-text-media .detail-split a {
  font-weight: 700;
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}
.block-text-media .detail-split p {
  margin-top: 0px;
  margin-bottom: 17.6px;
}
.block-text-media .hero-ctas .btn {
  line-height: 17.296px;
  text-align: start;
}
.block-text-media .hero-ctas .btn.btn-accent {
  line-height: 17.296px;
  text-align: start;
  font-weight: 600;
  color: #ffffff;
}
.block-text-media .icon.icon-arrow line {
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}
.block-text-media .icon.icon-arrow polyline {
  color: #7D0E5F;
  border-top-color: #7D0E5F;
}

.block-usp.bg-soft .usp-item h3 {
  line-height: 20.976px;
  letter-spacing: -0.368px;
}
.block-usp.bg-soft .usp-item p {
  max-width: 559.104px;
}
.block-usp .section-header p {
  max-width: 628.992px;
}
.block-usp .usp-item h3 {
  line-height: 20.976px;
  letter-spacing: -0.368px;
}
.block-usp .usp-item p {
  max-width: 559.104px;
}

.contact-channels .card .contact-channels-row {
  max-width: 547.456px;
}
.contact-channels .card h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.contact-channels .card.is-dark .channel-badge {
  letter-spacing: 0.896px;
}
.contact-channels .card.is-dark .contact-channels-row {
  max-width: 547.456px;
}
.contact-channels .card.is-dark h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.contact-channels .section-header p {
  max-width: 628.992px;
}

.contact-faq .faq-item .faq-question {
  line-height: normal;
  border-radius: 0px;
  position: static;
  background-color: rgba(0, 0, 0, 0);
}
.contact-faq .faq-question .icon.faq-icon {
  line-height: normal;
  height: 22px;
  width: 22px;
}
.contact-faq .icon.faq-icon line {
  line-height: normal;
}

.contact-locations .contact-method h3 {
  line-height: 17.328px;
  letter-spacing: -0.304px;
}
.contact-locations .contact-method p {
  max-width: 500.864px;
}
.contact-locations .location-card .btn {
  line-height: 17.296px;
  text-align: start;
}
.contact-locations .section-header p {
  max-width: 628.992px;
}

.faq-block.bg-soft .faq-item .faq-question {
  line-height: normal;
  border-radius: 0px;
  position: static;
  background-color: rgba(0, 0, 0, 0);
}
.faq-block.bg-soft .faq-question .icon.faq-icon {
  line-height: normal;
}
.faq-block.bg-soft .icon.faq-icon line {
  line-height: normal;
}
.faq-block .faq-item .faq-question {
  line-height: normal;
  border-radius: 0px;
  position: static;
  background-color: rgba(0, 0, 0, 0);
}
.faq-block .faq-question .icon.faq-icon {
  line-height: normal;
}
.faq-block .icon.faq-icon line {
  line-height: normal;
}

.knowledge-overview .filters .filter-pill {
  line-height: normal;
  position: static;
}
.knowledge-overview .knowledge-card h3 {
  line-height: 22.2528px;
  letter-spacing: -0.3904px;
}
.knowledge-overview .knowledge-card p {
  max-width: 541.632px;
}

.landing-why .hero-actions .btn.btn-primary {
  line-height: 17.296px;
  text-align: start;
}
.landing-why .inner-landing-why .hero-actions {
  margin-top: 25.6px;
  gap: 16px;
}

.location-text .lokaal-col p {
  max-width: 559.104px;
}
.location-text .section-header p {
  max-width: 628.992px;
}

.owners-intro .owners-intro-content .btn {
  line-height: 17.296px;
  margin-bottom: 0px;
  text-align: start;
}

.project-banner .project-hero-content .brand-wordmark {
  margin-bottom: 19.2px;
}

.project-more .icon polyline {
  font-size: 13.3333px;
  line-height: normal;
  font-weight: 400;
}
.project-more .project-body .project-labels {
  font-size: 16px;
  line-height: 26.4px;
}
.project-more .slider-btn .icon {
  font-size: 13.3333px;
  line-height: normal;
  height: 20px;
  font-weight: 400;
  width: 20px;
}
.project-more .slider-nav .slider-btn {
  font-size: 13.3333px;
  line-height: normal;
  padding-right: 0px;
  padding-bottom: 0px;
  position: static;
  font-weight: 400;
  padding-left: 0px;
  padding-top: 0px;
}

.project-overview .filters .filter-pill {
  line-height: normal;
  position: static;
}
.project-overview .project-body .project-labels {
  object-fit: fill;
}

.project-stats .stat-item .stat-number {
  letter-spacing: -1.44px;
}

.quote-form .section-header p {
  max-width: 628.992px;
}
.quote-form .usp-item h3 {
  line-height: 20.976px;
  letter-spacing: -0.368px;
}
.quote-form .usp-item p {
  max-width: 559.104px;
}

.reviews-block.bg-soft .card-grid.card-grid-3 {
  margin-top: 0px;
  text-align: start;
}
.reviews-block.bg-soft .card-grid.card-grid-3 .testimonial {
  text-align: start;
}
.reviews-block.bg-soft .google-reviews-meta .rev-stars {
  letter-spacing: 0.736px;
}
.reviews-block.bg-soft .reviews-action .btn {
  line-height: 17.296px;
}
.reviews-block.bg-soft .testimonial .testimonial-author {
  text-align: start;
}
.reviews-block.bg-soft .testimonial .testimonial-quote {
  text-align: start;
}
.reviews-block.bg-soft .testimonial-author strong {
  text-align: start;
}
.reviews-block .card-grid.card-grid-3 {
  display: -ms-grid;
  display: grid;
  gap: 20.8px;
}
.reviews-block .card-grid.card-grid-3 .testimonial {
  text-align: start;
}
.reviews-block .google-reviews-meta .rev-stars {
  letter-spacing: 0.736px;
}
.reviews-block .reviews-action .btn {
  line-height: 17.296px;
}
.reviews-block .testimonial .testimonial-author {
  text-align: start;
}
.reviews-block .testimonial .testimonial-quote {
  text-align: start;
}
.reviews-block .testimonial-author strong {
  text-align: start;
}

.service-context .callout.plum h3 {
  font-size: 16px;
  line-height: 18.24px;
  letter-spacing: -0.32px;
  margin-top: 0px;
  margin-bottom: 6.4px;
}
.service-context .callout.plum p {
  max-width: 559.104px;
}
.service-context .prose h2 {
  line-height: 28.272px;
  letter-spacing: -0.744px;
}

.service-intro .hero-ctas .btn {
  line-height: 17.296px;
}
.service-intro .hero-ctas .btn.btn-accent {
  line-height: 17.296px;
}
.service-intro .inner-service-intro .hero-ctas {
  margin-top: 25.6px;
}
.service-intro .inner-service-intro h2 {
  margin-top: 0px;
}
.service-intro .inner-service-intro p {
  margin-bottom: 17.6px;
}

.situation-choice.bg-tint .section-header {
  margin-bottom: 38.4px;
  max-width: 680px;
}
.situation-choice.bg-tint .section-header h2 {
  font-size: 28.8px;
  line-height: 32.832px;
  letter-spacing: -0.864px;
}
.situation-choice.bg-tint .section-header p {
  max-width: 628.992px;
}
.situation-choice.bg-tint .situation-card h3 {
  line-height: 21.1584px;
  letter-spacing: -0.3712px;
}
.situation-choice.bg-tint .situation-card p {
  max-width: 535.808px;
}
.situation-choice.bg-tint .situation-card.urgent h3 {
  line-height: 21.1584px;
  letter-spacing: -0.3712px;
}
.situation-choice.bg-tint .situation-card.urgent p {
  max-width: 535.808px;
}
.situation-choice .section-header {
  margin-bottom: 48px;
  max-width: 760px;
}
.situation-choice .section-header h2 {
  font-size: 36px;
  line-height: 41.04px;
  letter-spacing: -1.08px;
}
.situation-choice .section-header p {
  max-width: 628.992px;
}
.situation-choice .situation-card p {
  max-width: 535.808px;
}
.situation-choice .situation-card.urgent p {
  max-width: 535.808px;
}

.about-stats.bg-soft .stat-item .stat-number {
  letter-spacing: -1.92px;
}

.about-team.bg-soft .card.team-member .member-role {
  max-width: 535.808px;
}
.about-team.bg-soft .card.team-member h3 {
  line-height: 23.712px;
  letter-spacing: -0.416px;
}
.about-team.bg-soft .card.team-member p {
  max-width: 547.456px;
}
.about-team.bg-soft .section-header p {
  max-width: 628.992px;
}
.about-team.bg-soft .store-card-text .store-note {
  max-width: 535.808px;
}
.about-team.bg-soft .store-card-text h3 {
  line-height: 23.712px;
  letter-spacing: -0.416px;
}
.about-team.bg-soft .store-card-text p {
  max-width: 547.456px;
}

.block-info.bg-soft .detail-split .info-prose {
  max-width: none;
}
.block-info.bg-soft .info-prose div {
  max-width: 627.2px;
}

.block-projects.bg-soft .project-card .project-image {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
}
.block-projects.bg-soft .project-image img {
  object-fit: cover;
}

.cta-block.big-cta .hero-ctas .btn.btn-ghost-light.btn-large {
  line-height: 18.768px;
}
.cta-block.big-cta .hero-ctas .btn.btn-large {
  line-height: 18.768px;
}

.featured-projects.bg-tint .projects-action .btn {
  line-height: 17.296px;
}

.hero-spoed.bg-dark .inner-hero-spoed .hero-spoed-note {
  max-width: 524.16px;
}

.landing-local.bg-soft .callout.service-overview-row h3 {
  line-height: 18.24px;
  letter-spacing: -0.32px;
}
.landing-local.bg-soft .callout.service-overview-row p {
  max-width: 559.104px;
}
.landing-local.bg-soft .inner-landing-local p {
  margin-bottom: 19.2px;
}

.page-heading.page-header.has-bg .breadcrumb .breadcrumb-sep {
  margin-left: 7.2px;
  margin-right: 7.2px;
}
.page-heading.page-header.has-bg .hero-actions {
  margin-top: 28.8px;
  gap: 16px;
}
.page-heading.page-header.has-bg .hero-actions .btn {
  line-height: 17.296px;
  text-align: start;
  font-weight: 600;
}
.page-heading.page-header.has-bg .hero-actions .btn.btn-primary {
  line-height: 17.296px;
  text-align: start;
  font-weight: 600;
}
.page-heading.page-header.has-bg h1 {
  max-width: 537.6px;
}
.page-heading.page-header .breadcrumb .breadcrumb-sep {
  margin-left: 7.2px;
  margin-right: 7.2px;
}
.page-heading.page-header .hero-ctas .btn.btn-accent.btn-large {
  line-height: 18.768px;
  text-align: start;
  font-weight: 600;
}
.page-heading.page-header .hero-ctas .btn.btn-large {
  line-height: 18.768px;
  text-align: start;
  font-weight: 600;
}

.pkvw-highlight.bg-soft .pkvw-highlight-content .btn.btn-primary {
  line-height: 17.296px;
  margin-bottom: 0px;
  text-align: start;
}

.project-breadcrumb.breadcrumb .breadcrumb-sep {
  margin-left: 7.2px;
  margin-right: 7.2px;
}

.project-service.bg-soft .card .card-link {
  margin-top: 0px;
}
.project-service.bg-soft .card h3 {
  font-size: 17.28px;
  line-height: 19.6992px;
  letter-spacing: -0.3456px;
}
.project-service.bg-soft .card p {
  max-width: 547.456px;
}
.project-service.bg-soft .card-link .icon.icon-arrow {
  height: 16px;
  width: 16px;
}
.project-service.bg-soft .project-service-action .btn {
  line-height: 17.296px;
  text-align: start;
}

.service-overview.bg-soft .section-header p {
  max-width: 628.992px;
}
.service-overview.bg-soft .service-overview-row .overview-card-audience {
  max-width: 495.04px;
}
.service-overview.bg-soft .service-overview-row p {
  max-width: 547.456px;
}

.spoed-area.bg-soft .section-header p {
  max-width: 628.992px;
}

.hero-home.hero.hero-bg .hero-ctas .btn.btn-light.btn-large {
  line-height: 18.768px;
}
.hero-home.hero.hero-bg .hero-ctas .btn.btn-primary.btn-large {
  line-height: 18.768px;
}
.hero-home.hero.hero-bg .hero-grid .hero-content {
  max-width: none;
}

.hero-landing.page-header.has-bg.lp-hero .breadcrumb .breadcrumb-sep {
  margin-left: 7.2px;
  margin-right: 7.2px;
}
.hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-light.btn-large {
  line-height: 18.768px;
  text-align: start;
}
.hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-primary.btn-large {
  line-height: 18.768px;
  text-align: start;
}
.hero-landing.page-header.has-bg.lp-hero .lp-form-card .lp-form-intro {
  max-width: 535.808px;
}
.hero-landing.page-header.has-bg.lp-hero .lp-form-card h3 {
  line-height: 24.624px;
  letter-spacing: -0.432px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-expectations .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .about-story .about-story-text h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .about-story .about-story-text p {
    max-width: 611.156px;
  }
  .about-values .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .article-body .article-figure .article-body-row {
    object-fit: cover;
  }
  .article-body .aside-cta .btn {
    line-height: 17.296px;
  }
  .article-body .aside-cta h3 {
    font-size: 16.8px;
    line-height: 19.152px;
    letter-spacing: -0.336px;
    margin-bottom: 6.4px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
  .article-body .aside-cta p {
    max-width: 512.512px;
  }
  .article-body .callout.plum h3 {
    font-size: 16px;
    line-height: 18.24px;
    letter-spacing: -0.32px;
    margin-top: 0px;
    margin-bottom: 6.4px;
  }
  .article-body .callout.plum p {
    max-width: 559.104px;
  }
  .article-body .prose .article-figure {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -ms-flex-pack: normal;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-right: 0px;
    border-top-width: 0px;
    padding-bottom: 0px;
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-top-color: #41454f;
  }
  .article-body .toc h2 {
    line-height: 14.9568px;
    letter-spacing: 1.312px;
  }
  .audience-split .audience-split-row .btn {
    line-height: 15.64px;
    text-align: start;
  }
  .audience-split .card.audience-card.audience-business .audience-examples {
    max-width: 524.16px;
  }
  .audience-split .card.audience-card.audience-business p {
    max-width: 547.456px;
  }
  .audience-split .card.audience-card.audience-private .audience-examples {
    max-width: 524.16px;
  }
  .audience-split .card.audience-card.audience-private p {
    max-width: 547.456px;
  }
  .audience-split .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .audience-split .section-header p {
    max-width: 628.992px;
  }
  .block-cards .card-ctas .card-link {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .card-link .icon.icon-arrow {
    height: 14px;
    width: 14px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .icon.icon-arrow line {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .icon.icon-arrow polyline {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-columns.bg-soft .block-columns-grid-2 .block-columns-row {
    border-radius: 12px;
    object-fit: cover;
  }
  .block-columns.bg-soft .block-columns-grid-2 h3 {
    font-size: 20.8px;
    line-height: 23.712px;
    letter-spacing: -0.416px;
    margin-bottom: 12.8px;
  }
  .block-columns.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-columns.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .block-columns .block-columns-grid li {
    padding-bottom: 12.8px;
    padding-top: 12.8px;
  }
  .block-columns .block-columns-grid ul {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .block-columns .card .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
  }
  .block-columns .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-columns .card p {
    margin-bottom: 16px;
    max-width: 547.456px;
  }
  .block-columns .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-columns .section-header p {
    max-width: 628.992px;
  }
  .block-comparison .comparison-table {
    position: static;
  }
  .block-comparison .comparison-table tbody {
    border-top-color: #e4e5e9;
  }
  .block-comparison .comparison-table td {
    padding-right: 22.4px;
    padding-bottom: 16.8px;
    padding-left: 22.4px;
    padding-top: 16.8px;
  }
  .block-comparison .comparison-table th {
    padding-right: 22.4px;
    letter-spacing: 0.7104px;
    padding-bottom: 16.8px;
    padding-left: 22.4px;
    padding-top: 16.8px;
  }
  .block-comparison .comparison-table thead {
    padding-bottom: 0px;
    border-top-color: #e4e5e9;
  }
  .block-comparison .comparison-table tr {
    border-top-color: #e4e5e9;
  }
  .block-comparison .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-comparison .section-header p {
    max-width: 628.992px;
  }
  .block-faq.bg-soft .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .block-faq.bg-soft .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .block-faq.bg-soft .icon.faq-icon line {
    line-height: normal;
  }
  .block-faq.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-faq .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .block-faq .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .block-faq .icon.faq-icon line {
    line-height: normal;
  }
  .block-faq .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-form.bg-soft .section-header .form-note {
    margin-top: 0px;
    max-width: 628.992px;
  }
  .block-form.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-form .section-header .form-note {
    margin-top: 0px;
    max-width: 628.992px;
  }
  .block-form .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-gallery.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-gallery .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-prob-sol.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-prob-sol .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-text-media.bg-soft .detail-split h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
    margin-top: 9.6px;
  }
  .block-text-media.bg-soft .detail-split p {
    margin-bottom: 0px;
  }
  .block-text-media .card .card-link {
    margin-top: 12.8px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-text-media .card p {
    max-width: 547.456px;
  }
  .block-text-media .card-link .icon.icon-arrow {
    height: 14px;
    width: 14px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .detail-split .hero-ctas {
    margin-top: 25.6px;
  }
  .block-text-media .detail-split a {
    font-weight: 700;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .detail-split h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-text-media .detail-split p {
    margin-top: 0px;
    margin-bottom: 17.6px;
  }
  .block-text-media .hero-ctas .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .block-text-media .hero-ctas .btn.btn-accent {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
    color: #ffffff;
  }
  .block-text-media .icon.icon-arrow line {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .icon.icon-arrow polyline {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-usp.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-usp.bg-soft .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .block-usp.bg-soft .usp-item p {
    max-width: 559.104px;
  }
  .block-usp .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-usp .section-header p {
    max-width: 628.992px;
  }
  .block-usp .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .block-usp .usp-item p {
    max-width: 559.104px;
  }
  .contact-channels .card .contact-channels-row {
    max-width: 547.456px;
  }
  .contact-channels .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .contact-channels .card.is-dark .channel-badge {
    letter-spacing: 0.896px;
  }
  .contact-channels .card.is-dark .contact-channels-row {
    max-width: 547.456px;
  }
  .contact-channels .card.is-dark h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .contact-channels .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .contact-channels .section-header p {
    max-width: 628.992px;
  }
  .contact-faq .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .contact-faq .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .contact-faq .icon.faq-icon line {
    line-height: normal;
  }
  .contact-faq .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .contact-locations .contact-method h3 {
    line-height: 17.328px;
    letter-spacing: -0.304px;
  }
  .contact-locations .contact-method p {
    max-width: 500.864px;
  }
  .contact-locations .location-card .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .contact-locations .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .contact-locations .section-header p {
    max-width: 628.992px;
  }
  .faq-block.bg-soft .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .faq-block.bg-soft .faq-question .icon.faq-icon {
    line-height: normal;
  }
  .faq-block.bg-soft .icon.faq-icon line {
    line-height: normal;
  }
  .faq-block.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .faq-block .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .faq-block .faq-question .icon.faq-icon {
    line-height: normal;
  }
  .faq-block .icon.faq-icon line {
    line-height: normal;
  }
  .faq-block .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .knowledge-overview .filters .filter-pill {
    line-height: normal;
    position: static;
  }
  .knowledge-overview .knowledge-card h3 {
    line-height: 22.2528px;
    letter-spacing: -0.3904px;
  }
  .knowledge-overview .knowledge-card p {
    max-width: 541.632px;
  }
  .knowledge-overview .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .landing-process .section-header.center h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .landing-why .hero-actions .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
  }
  .landing-why .inner-landing-why .hero-actions {
    margin-top: 25.6px;
    gap: 16px;
  }
  .landing-why .inner-landing-why h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .location-intro .inner-location-intro h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .location-text .lokaal-col p {
    max-width: 559.104px;
  }
  .location-text .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .location-text .section-header p {
    max-width: 628.992px;
  }
  .location-usp .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .owners-intro .owners-intro-content .btn {
    line-height: 17.296px;
    margin-bottom: 0px;
    text-align: start;
  }
  .owners-intro .owners-intro-content h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .project-banner .project-hero-content .brand-wordmark {
    margin-bottom: 19.2px;
  }
  .project-more .icon polyline {
    font-size: 13.3333px;
    line-height: normal;
    font-weight: 400;
  }
  .project-more .project-body .project-labels {
    font-size: 16px;
    line-height: 26.4px;
  }
  .project-more .slider-btn .icon {
    font-size: 13.3333px;
    line-height: normal;
    height: 20px;
    font-weight: 400;
    width: 20px;
  }
  .project-more .slider-intro h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .project-more .slider-nav .slider-btn {
    font-size: 13.3333px;
    line-height: normal;
    padding-right: 0px;
    padding-bottom: 0px;
    position: static;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 0px;
  }
  .project-overview .filters .filter-pill {
    line-height: normal;
    position: static;
  }
  .project-overview .project-body .project-labels {
    object-fit: fill;
  }
  .project-stats .stat-item .stat-number {
    letter-spacing: -1.216px;
  }
  .quote-form .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .quote-form .section-header p {
    max-width: 628.992px;
  }
  .quote-form .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .quote-form .usp-item p {
    max-width: 559.104px;
  }
  .related-block.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .related-block .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .reviews-block.bg-soft .card-grid.card-grid-3 {
    margin-top: 0px;
    text-align: start;
  }
  .reviews-block.bg-soft .card-grid.card-grid-3 .testimonial {
    text-align: start;
  }
  .reviews-block.bg-soft .google-reviews-meta .rev-stars {
    letter-spacing: 0.736px;
  }
  .reviews-block.bg-soft .reviews-action .btn {
    line-height: 17.296px;
  }
  .reviews-block.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .reviews-block.bg-soft .testimonial .testimonial-author {
    text-align: start;
  }
  .reviews-block.bg-soft .testimonial .testimonial-quote {
    text-align: start;
  }
  .reviews-block.bg-soft .testimonial-author strong {
    text-align: start;
  }
  .reviews-block .card-grid.card-grid-3 {
    display: -ms-grid;
    display: grid;
    gap: 20.8px;
  }
  .reviews-block .card-grid.card-grid-3 .testimonial {
    text-align: start;
  }
  .reviews-block .google-reviews-meta .rev-stars {
    letter-spacing: 0.736px;
  }
  .reviews-block .reviews-action .btn {
    line-height: 17.296px;
  }
  .reviews-block .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .reviews-block .testimonial .testimonial-author {
    text-align: start;
  }
  .reviews-block .testimonial .testimonial-quote {
    text-align: start;
  }
  .reviews-block .testimonial-author strong {
    text-align: start;
  }
  .service-context .callout.plum h3 {
    font-size: 16px;
    line-height: 18.24px;
    letter-spacing: -0.32px;
    margin-top: 0px;
    margin-bottom: 6.4px;
  }
  .service-context .callout.plum p {
    max-width: 559.104px;
  }
  .service-context .prose h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .service-intro .hero-ctas .btn {
    line-height: 17.296px;
  }
  .service-intro .hero-ctas .btn.btn-accent {
    line-height: 17.296px;
  }
  .service-intro .inner-service-intro .hero-ctas {
    margin-top: 25.6px;
  }
  .service-intro .inner-service-intro h2 {
    margin-top: 0px;
  }
  .service-intro .inner-service-intro p {
    margin-bottom: 17.6px;
  }
  .situation-choice.bg-tint .section-header p {
    max-width: 628.992px;
  }
  .situation-choice.bg-tint .situation-card h3 {
    line-height: 21.1584px;
    letter-spacing: -0.3712px;
  }
  .situation-choice.bg-tint .situation-card p {
    max-width: 535.808px;
  }
  .situation-choice.bg-tint .situation-card.urgent h3 {
    line-height: 21.1584px;
    letter-spacing: -0.3712px;
  }
  .situation-choice.bg-tint .situation-card.urgent p {
    max-width: 535.808px;
  }
  .situation-choice .section-header {
    margin-bottom: 48px;
    max-width: 760px;
  }
  .situation-choice .section-header h2 {
    font-size: 29.76px;
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .situation-choice .section-header p {
    max-width: 628.992px;
  }
  .situation-choice .situation-card p {
    max-width: 535.808px;
  }
  .situation-choice .situation-card.urgent p {
    max-width: 535.808px;
  }
  .spoed-cases .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .spoed-pricing .inner-pricing-intro h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .spoed-pricing .inner-pricing-reasons h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .why-westendorp .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .about-stats.bg-soft .section-header.center h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .about-stats.bg-soft .stat-item .stat-number {
    letter-spacing: -1.5872px;
  }
  .about-team.bg-soft .card.team-member .member-role {
    max-width: 535.808px;
  }
  .about-team.bg-soft .card.team-member h3 {
    line-height: 23.712px;
    letter-spacing: -0.416px;
  }
  .about-team.bg-soft .card.team-member p {
    max-width: 547.456px;
  }
  .about-team.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .about-team.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .about-team.bg-soft .store-card-text .store-note {
    max-width: 535.808px;
  }
  .about-team.bg-soft .store-card-text h3 {
    line-height: 23.712px;
    letter-spacing: -0.416px;
  }
  .about-team.bg-soft .store-card-text p {
    max-width: 547.456px;
  }
  .block-info.bg-soft .detail-split .info-prose {
    max-width: none;
  }
  .block-info.bg-soft .info-prose div {
    max-width: 627.2px;
  }
  .block-info.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-price.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-process.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-projects.bg-soft .project-card .project-image {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .block-projects.bg-soft .project-image img {
    object-fit: cover;
  }
  .block-projects.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-prose-media.bg-soft .section-header.center h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .block-service.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .contact-form.bg-soft .contact-form-intro h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .cta-block.big-cta .hero-ctas .btn.btn-ghost-light.btn-large {
    line-height: 18.768px;
  }
  .cta-block.big-cta .hero-ctas .btn.btn-large {
    line-height: 18.768px;
  }
  .cta-block.big-cta h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .featured-projects.bg-tint .projects-action .btn {
    line-height: 17.296px;
  }
  .featured-projects.bg-tint .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .gallery-block.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .hero-spoed.bg-dark .inner-hero-spoed .hero-spoed-note {
    max-width: 524.16px;
  }
  .landing-local.bg-soft .callout.service-overview-row h3 {
    line-height: 18.24px;
    letter-spacing: -0.32px;
  }
  .landing-local.bg-soft .callout.service-overview-row p {
    max-width: 559.104px;
  }
  .landing-local.bg-soft .inner-landing-local h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .landing-local.bg-soft .inner-landing-local p {
    margin-bottom: 19.2px;
  }
  .landing-urgency.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .location-area.bg-tint .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .location-offer.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .page-heading.page-header.has-bg .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .page-heading.page-header.has-bg .hero-actions {
    margin-top: 28.8px;
    gap: 16px;
  }
  .page-heading.page-header.has-bg .hero-actions .btn {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header.has-bg .hero-actions .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header.has-bg h1 {
    max-width: 444.416px;
  }
  .page-heading.page-header .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .page-heading.page-header .hero-ctas .btn.btn-accent.btn-large {
    line-height: 18.768px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header .hero-ctas .btn.btn-large {
    line-height: 18.768px;
    text-align: start;
    font-weight: 600;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content .btn.btn-primary {
    line-height: 17.296px;
    margin-bottom: 0px;
    text-align: start;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .project-breadcrumb.breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .project-service.bg-soft .card .card-link {
    margin-top: 0px;
  }
  .project-service.bg-soft .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .project-service.bg-soft .card p {
    max-width: 547.456px;
  }
  .project-service.bg-soft .card-link .icon.icon-arrow {
    height: 16px;
    width: 16px;
  }
  .project-service.bg-soft .project-service-action .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .project-service.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .quote-process.bg-soft .section-header.center h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .service-index.bg-tint .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .service-offer.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .service-overview.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .service-overview.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .service-overview.bg-soft .service-overview-row .overview-card-audience {
    max-width: 495.04px;
  }
  .service-overview.bg-soft .service-overview-row p {
    max-width: 547.456px;
  }
  .spoed-area.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .spoed-area.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .spoed-cta.bg-dark .inner-spoed-cta h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .spoed-process.bg-soft .section-header h2 {
    line-height: 33.9264px;
    letter-spacing: -0.8928px;
  }
  .hero-home.hero.hero-bg .hero-ctas .btn.btn-light.btn-large {
    line-height: 18.768px;
  }
  .hero-home.hero.hero-bg .hero-ctas .btn.btn-primary.btn-large {
    line-height: 18.768px;
  }
  .hero-home.hero.hero-bg .hero-grid .hero-content {
    max-width: none;
  }
  .hero-landing.page-header.has-bg.lp-hero .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-light.btn-large {
    line-height: 18.768px;
    text-align: start;
  }
  .hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-primary.btn-large {
    line-height: 18.768px;
    text-align: start;
  }
  .hero-landing.page-header.has-bg.lp-hero .lp-form-card .lp-form-intro {
    max-width: 535.808px;
  }
  .hero-landing.page-header.has-bg.lp-hero .lp-form-card h3 {
    line-height: 24.624px;
    letter-spacing: -0.432px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-expectations .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-story .about-story-text h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-story .about-story-text p {
    max-width: 611.156px;
  }
  .about-values .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .article-body .article-figure .article-body-row {
    object-fit: cover;
  }
  .article-body .article-layout .prose {
    max-width: 571.2px;
  }
  .article-body .aside-cta .btn {
    line-height: 17.296px;
  }
  .article-body .aside-cta h3 {
    font-size: 16.8px;
    line-height: 19.152px;
    letter-spacing: -0.336px;
    margin-bottom: 6.4px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
  .article-body .aside-cta p {
    max-width: 512.512px;
  }
  .article-body .callout.plum h3 {
    font-size: 16px;
    line-height: 18.24px;
    letter-spacing: -0.32px;
    margin-top: 0px;
    margin-bottom: 6.4px;
  }
  .article-body .callout.plum p {
    max-width: 559.104px;
  }
  .article-body .prose .article-figure {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -ms-flex-pack: normal;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-right: 0px;
    border-top-width: 0px;
    padding-bottom: 0px;
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-top-color: #41454f;
  }
  .article-body .toc h2 {
    line-height: 14.9568px;
    letter-spacing: 1.312px;
  }
  .audience-split .audience-split-grid {
    gap: 24px;
  }
  .audience-split .audience-split-row .btn {
    line-height: 15.64px;
    text-align: start;
  }
  .audience-split .card.audience-card.audience-business .audience-examples {
    max-width: 524.16px;
  }
  .audience-split .card.audience-card.audience-business p {
    max-width: 547.456px;
  }
  .audience-split .card.audience-card.audience-private .audience-examples {
    max-width: 524.16px;
  }
  .audience-split .card.audience-card.audience-private p {
    max-width: 547.456px;
  }
  .audience-split .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .audience-split .section-header p {
    max-width: 628.992px;
  }
  .block-cards .card-ctas .card-link {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .card-link .icon.icon-arrow {
    height: 14px;
    width: 14px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .icon.icon-arrow line {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .icon.icon-arrow polyline {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-columns.bg-soft .block-columns-grid-2 .block-columns-row {
    border-radius: 12px;
    object-fit: cover;
  }
  .block-columns.bg-soft .block-columns-grid-2 h3 {
    font-size: 20.8px;
    line-height: 23.712px;
    letter-spacing: -0.416px;
    margin-bottom: 12.8px;
  }
  .block-columns.bg-soft .block-columns-grid-2 p {
    max-width: 546px;
  }
  .block-columns.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-columns.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .block-columns .block-columns-grid li {
    padding-bottom: 12.8px;
    padding-top: 12.8px;
  }
  .block-columns .block-columns-grid ul {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .block-columns .card .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
  }
  .block-columns .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-columns .card p {
    margin-bottom: 16px;
    max-width: 547.456px;
  }
  .block-columns .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-columns .section-header p {
    max-width: 628.992px;
  }
  .block-comparison .comparison-note {
    max-width: 588px;
  }
  .block-comparison .comparison-table {
    position: static;
  }
  .block-comparison .comparison-table tbody {
    border-top-color: #e4e5e9;
  }
  .block-comparison .comparison-table td {
    padding-right: 22.4px;
    padding-bottom: 16.8px;
    padding-left: 22.4px;
    padding-top: 16.8px;
  }
  .block-comparison .comparison-table th {
    padding-right: 22.4px;
    letter-spacing: 0.7104px;
    padding-bottom: 16.8px;
    padding-left: 22.4px;
    padding-top: 16.8px;
  }
  .block-comparison .comparison-table thead {
    padding-bottom: 0px;
    border-top-color: #e4e5e9;
  }
  .block-comparison .comparison-table tr {
    border-top-color: #e4e5e9;
  }
  .block-comparison .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-comparison .section-header p {
    max-width: 628.992px;
  }
  .block-faq.bg-soft .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .block-faq.bg-soft .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .block-faq.bg-soft .icon.faq-icon line {
    line-height: normal;
  }
  .block-faq.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-faq .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .block-faq .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .block-faq .icon.faq-icon line {
    line-height: normal;
  }
  .block-faq .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-form.bg-soft .section-header .form-note {
    margin-top: 0px;
    max-width: 628.992px;
  }
  .block-form.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-form .section-header .form-note {
    margin-top: 0px;
    max-width: 628.992px;
  }
  .block-form .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-gallery.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-gallery .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-prob-sol.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-prob-sol .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-text-media.bg-soft .detail-split h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
    margin-top: 9.6px;
  }
  .block-text-media.bg-soft .detail-split p {
    margin-bottom: 0px;
    max-width: 546px;
  }
  .block-text-media .card .card-link {
    margin-top: 12.8px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-text-media .card p {
    max-width: 547.456px;
  }
  .block-text-media .card-link .icon.icon-arrow {
    height: 14px;
    width: 14px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .detail-split .hero-ctas {
    margin-top: 25.6px;
  }
  .block-text-media .detail-split a {
    font-weight: 700;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .detail-split h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-text-media .detail-split p {
    margin-bottom: 17.6px;
    max-width: 546px;
  }
  .block-text-media .hero-ctas .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .block-text-media .hero-ctas .btn.btn-accent {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
    color: #ffffff;
  }
  .block-text-media .icon.icon-arrow line {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .icon.icon-arrow polyline {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-usp.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-usp.bg-soft .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .block-usp.bg-soft .usp-item p {
    max-width: 559.104px;
  }
  .block-usp .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-usp .section-header p {
    max-width: 628.992px;
  }
  .block-usp .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .block-usp .usp-item p {
    max-width: 559.104px;
  }
  .contact-channels .card .contact-channels-row {
    max-width: 547.456px;
  }
  .contact-channels .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .contact-channels .card.is-dark .channel-badge {
    letter-spacing: 0.896px;
  }
  .contact-channels .card.is-dark .contact-channels-row {
    max-width: 547.456px;
  }
  .contact-channels .card.is-dark h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .contact-channels .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .contact-channels .section-header p {
    max-width: 628.992px;
  }
  .contact-faq .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .contact-faq .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .contact-faq .icon.faq-icon line {
    line-height: normal;
  }
  .contact-faq .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .contact-locations .contact-method h3 {
    line-height: 17.328px;
    letter-spacing: -0.304px;
  }
  .contact-locations .contact-method p {
    max-width: 500.864px;
  }
  .contact-locations .location-card .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .contact-locations .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .contact-locations .section-header p {
    max-width: 628.992px;
  }
  .faq-block.bg-soft .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .faq-block.bg-soft .faq-question .icon.faq-icon {
    line-height: normal;
  }
  .faq-block.bg-soft .icon.faq-icon line {
    line-height: normal;
  }
  .faq-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .faq-block .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .faq-block .faq-question .icon.faq-icon {
    line-height: normal;
  }
  .faq-block .icon.faq-icon line {
    line-height: normal;
  }
  .faq-block .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .knowledge-overview .filters .filter-pill {
    line-height: normal;
    position: static;
  }
  .knowledge-overview .knowledge-card h3 {
    line-height: 22.2528px;
    letter-spacing: -0.3904px;
  }
  .knowledge-overview .knowledge-card p {
    max-width: 541.632px;
  }
  .knowledge-overview .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-process .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-why .detail-split .detail-media.media-slot {
    height: 240px;
  }
  .landing-why .hero-actions .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
  }
  .landing-why .inner-landing-why .hero-actions {
    margin-top: 25.6px;
    gap: 16px;
  }
  .landing-why .inner-landing-why h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-why .inner-landing-why p {
    max-width: 546px;
  }
  .location-intro .inner-location-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-text .lokaal-col p {
    max-width: 559.104px;
  }
  .location-text .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-text .section-header p {
    max-width: 628.992px;
  }
  .location-usp .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .owners-intro .owners-intro-content .btn {
    line-height: 17.296px;
    margin-bottom: 0px;
    text-align: start;
  }
  .owners-intro .owners-intro-content h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .owners-intro .owners-intro-content p {
    max-width: 546px;
  }
  .owners-intro .owners-intro-grid {
    gap: 64px;
  }
  .project-banner .project-hero-content .brand-wordmark {
    margin-bottom: 19.2px;
  }
  .project-more .icon polyline {
    font-size: 13.3333px;
    line-height: normal;
    font-weight: 400;
  }
  .project-more .project-body .project-labels {
    font-size: 15px;
    line-height: 24.75px;
  }
  .project-more .slider-btn .icon {
    font-size: 13.3333px;
    line-height: normal;
    height: 20px;
    font-weight: 400;
    width: 20px;
  }
  .project-more .slider-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .project-more .slider-nav .slider-btn {
    font-size: 13.3333px;
    line-height: normal;
    padding-right: 0px;
    padding-bottom: 0px;
    position: static;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 0px;
  }
  .project-overview .filters .filter-pill {
    line-height: normal;
    position: static;
  }
  .project-overview .project-body .project-labels {
    object-fit: fill;
  }
  .project-stats .stat-item .stat-number {
    letter-spacing: -1.216px;
  }
  .project-story-block .project-story p {
    max-width: 571.2px;
  }
  .quote-form .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .quote-form .section-header p {
    max-width: 628.992px;
  }
  .quote-form .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .quote-form .usp-item p {
    max-width: 559.104px;
  }
  .related-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .related-block .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .reviews-block.bg-soft .card-grid.card-grid-3 {
    margin-top: 0px;
    text-align: start;
  }
  .reviews-block.bg-soft .card-grid.card-grid-3 .testimonial {
    text-align: start;
  }
  .reviews-block.bg-soft .google-reviews-meta .rev-stars {
    font-size: 13.8px;
    line-height: 22.77px;
    letter-spacing: 0.69px;
  }
  .reviews-block.bg-soft .reviews-action .btn {
    line-height: 17.296px;
  }
  .reviews-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .reviews-block.bg-soft .testimonial .testimonial-author {
    text-align: start;
  }
  .reviews-block.bg-soft .testimonial .testimonial-quote {
    text-align: start;
  }
  .reviews-block.bg-soft .testimonial-author strong {
    text-align: start;
  }
  .reviews-block .card-grid.card-grid-3 {
    display: -ms-grid;
    display: grid;
    gap: 20.8px;
  }
  .reviews-block .card-grid.card-grid-3 .testimonial {
    text-align: start;
  }
  .reviews-block .google-reviews-meta .rev-stars {
    font-size: 13.8px;
    line-height: 22.77px;
    letter-spacing: 0.69px;
  }
  .reviews-block .reviews-action .btn {
    line-height: 17.296px;
  }
  .reviews-block .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .reviews-block .testimonial .testimonial-author {
    text-align: start;
  }
  .reviews-block .testimonial .testimonial-quote {
    text-align: start;
  }
  .reviews-block .testimonial-author strong {
    text-align: start;
  }
  .service-context .callout.plum h3 {
    font-size: 16px;
    line-height: 18.24px;
    letter-spacing: -0.32px;
    margin-top: 0px;
    margin-bottom: 6.4px;
  }
  .service-context .callout.plum p {
    max-width: 559.104px;
  }
  .service-context .detail-split.detail-split-mediaLeft .prose {
    max-width: 571.2px;
  }
  .service-context .prose .callout.plum {
    max-width: 571.2px;
  }
  .service-context .prose h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .service-intro .hero-ctas .btn {
    line-height: 17.296px;
  }
  .service-intro .hero-ctas .btn.btn-accent {
    line-height: 17.296px;
  }
  .service-intro .inner-service-intro .hero-ctas {
    margin-top: 25.6px;
  }
  .service-intro .inner-service-intro h2 {
    margin-top: 0px;
  }
  .service-intro .inner-service-intro p {
    margin-bottom: 17.6px;
  }
  .situation-choice.bg-tint .section-header p {
    max-width: 628.992px;
  }
  .situation-choice.bg-tint .situation-card h3 {
    line-height: 21.1584px;
    letter-spacing: -0.3712px;
  }
  .situation-choice.bg-tint .situation-card p {
    max-width: 535.808px;
  }
  .situation-choice.bg-tint .situation-card.urgent h3 {
    line-height: 21.1584px;
    letter-spacing: -0.3712px;
  }
  .situation-choice.bg-tint .situation-card.urgent p {
    max-width: 535.808px;
  }
  .situation-choice .section-header {
    margin-bottom: 48px;
    max-width: 760px;
  }
  .situation-choice .section-header h2 {
    font-size: 28.8px;
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .situation-choice .section-header p {
    max-width: 628.992px;
  }
  .situation-choice .situation-card p {
    max-width: 535.808px;
  }
  .situation-choice .situation-card.urgent p {
    max-width: 535.808px;
  }
  .spoed-cases .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-pricing .inner-pricing-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-pricing .inner-pricing-intro p {
    max-width: 546px;
  }
  .spoed-pricing .inner-pricing-reasons h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .why-westendorp .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-stats.bg-soft .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-stats.bg-soft .stat-item .stat-number {
    letter-spacing: -1.408px;
  }
  .about-team.bg-soft .card.team-member .member-role {
    max-width: 535.808px;
  }
  .about-team.bg-soft .card.team-member h3 {
    line-height: 23.712px;
    letter-spacing: -0.416px;
  }
  .about-team.bg-soft .card.team-member p {
    max-width: 547.456px;
  }
  .about-team.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-team.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .about-team.bg-soft .store-card-text .store-note {
    max-width: 535.808px;
  }
  .about-team.bg-soft .store-card-text h3 {
    line-height: 23.712px;
    letter-spacing: -0.416px;
  }
  .about-team.bg-soft .store-card-text p {
    max-width: 547.456px;
  }
  .block-info.bg-soft .detail-split .info-prose {
    max-width: none;
  }
  .block-info.bg-soft .info-prose div {
    max-width: 588px;
  }
  .block-info.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-price.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-process.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-projects.bg-soft .project-card .project-image {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .block-projects.bg-soft .project-image img {
    object-fit: cover;
  }
  .block-projects.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-prose-media.bg-soft .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-service.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-service.bg-soft .service-note {
    line-height: 24.75px;
  }
  .contact-form.bg-soft .contact-form-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .cta-block.big-cta .hero-ctas .btn.btn-ghost-light.btn-large {
    line-height: 18.768px;
  }
  .cta-block.big-cta .hero-ctas .btn.btn-large {
    line-height: 18.768px;
  }
  .cta-block.big-cta h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .featured-projects.bg-tint .projects-action .btn {
    line-height: 17.296px;
  }
  .featured-projects.bg-tint .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .gallery-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .hero-spoed.bg-dark .inner-hero-spoed .hero-spoed-note {
    max-width: 524.16px;
  }
  .landing-local.bg-soft .callout.service-overview-row h3 {
    line-height: 18.24px;
    letter-spacing: -0.32px;
  }
  .landing-local.bg-soft .callout.service-overview-row p {
    max-width: 559.104px;
  }
  .landing-local.bg-soft .inner-landing-local a {
    line-height: 24.75px;
  }
  .landing-local.bg-soft .inner-landing-local h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-local.bg-soft .inner-landing-local p {
    margin-bottom: 19.2px;
    max-width: 546px;
  }
  .landing-local.bg-soft .landing-local-row .callout.service-overview-row {
    max-width: 571.2px;
  }
  .landing-urgency.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-area.bg-tint .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-offer.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .page-heading.page-header.has-bg .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .page-heading.page-header.has-bg .hero-actions {
    margin-top: 28.8px;
    gap: 16px;
  }
  .page-heading.page-header.has-bg .hero-actions .btn {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header.has-bg .hero-actions .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header.has-bg h1 {
    max-width: 376.208px;
  }
  .page-heading.page-header .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .page-heading.page-header .hero-ctas .btn.btn-accent.btn-large {
    line-height: 18.768px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header .hero-ctas .btn.btn-large {
    line-height: 18.768px;
    text-align: start;
    font-weight: 600;
  }
  .pkvw-highlight.bg-soft .pkvw-badge img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content .btn.btn-primary {
    line-height: 17.296px;
    margin-bottom: 0px;
    text-align: start;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content p {
    max-width: 546px;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-grid {
    gap: 64px;
  }
  .project-breadcrumb.breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .project-service.bg-soft .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .project-service.bg-soft .card p {
    max-width: 547.456px;
  }
  .project-service.bg-soft .card-link .icon.icon-arrow {
    height: 16px;
    width: 16px;
  }
  .project-service.bg-soft .project-service-action .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .project-service.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .quote-process.bg-soft .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-index.bg-tint .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-offer.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-overview.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-overview.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .service-overview.bg-soft .service-overview-row .overview-card-audience {
    max-width: 495.04px;
  }
  .service-overview.bg-soft .service-overview-row p {
    max-width: 547.456px;
  }
  .spoed-area.bg-soft .area-note {
    max-width: 546px;
  }
  .spoed-area.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-area.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .spoed-cta.bg-dark .inner-spoed-cta h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-process.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .hero-home.hero.hero-bg .hero-ctas .btn.btn-light.btn-large {
    line-height: 18.768px;
  }
  .hero-home.hero.hero-bg .hero-ctas .btn.btn-primary.btn-large {
    line-height: 18.768px;
  }
  .hero-home.hero.hero-bg .hero-grid .hero-content {
    max-width: none;
  }
  .hero-landing.page-header.has-bg.lp-hero .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-light.btn-large {
    line-height: 18.768px;
    text-align: start;
  }
  .hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-primary.btn-large {
    line-height: 18.768px;
    text-align: start;
  }
  .hero-landing.page-header.has-bg.lp-hero .lp-form-card .lp-form-intro {
    max-width: 535.808px;
  }
  .hero-landing.page-header.has-bg.lp-hero .lp-form-card h3 {
    line-height: 24.624px;
    letter-spacing: -0.432px;
  }
}
@media (max-width: 767px) {
  .about-expectations .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-story .about-story-text h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-story .about-story-text p {
    max-width: 611.156px;
  }
  .about-values .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .article-body .article-figure .article-body-row {
    object-fit: cover;
  }
  .article-body .article-layout .prose {
    max-width: 571.2px;
  }
  .article-body .aside-cta .btn {
    line-height: 17.296px;
  }
  .article-body .aside-cta h3 {
    font-size: 16.8px;
    line-height: 19.152px;
    letter-spacing: -0.336px;
    margin-bottom: 6.4px;
    color: #ffffff;
    border-top-color: #ffffff;
  }
  .article-body .aside-cta p {
    max-width: 512.512px;
  }
  .article-body .callout.plum h3 {
    font-size: 16px;
    line-height: 18.24px;
    letter-spacing: -0.32px;
    margin-top: 0px;
    margin-bottom: 6.4px;
  }
  .article-body .callout.plum p {
    max-width: 559.104px;
  }
  .article-body .prose .article-figure {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -ms-flex-pack: normal;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-right: 0px;
    border-top-width: 0px;
    padding-bottom: 0px;
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-top-color: #41454f;
  }
  .article-body .toc h2 {
    line-height: 14.9568px;
    letter-spacing: 1.312px;
  }
  .audience-split .audience-split-grid {
    gap: 24px;
  }
  .audience-split .audience-split-row .btn {
    line-height: 15.64px;
    text-align: start;
  }
  .audience-split .card.audience-card.audience-business .audience-examples {
    max-width: 524.16px;
  }
  .audience-split .card.audience-card.audience-business p {
    max-width: 547.456px;
  }
  .audience-split .card.audience-card.audience-private .audience-examples {
    max-width: 524.16px;
  }
  .audience-split .card.audience-card.audience-private p {
    max-width: 547.456px;
  }
  .audience-split .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .audience-split .section-header p {
    max-width: 628.992px;
  }
  .block-cards .card-ctas .card-link {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .card-link .icon.icon-arrow {
    height: 14px;
    width: 14px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .icon.icon-arrow line {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .icon.icon-arrow polyline {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-cards .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-columns.bg-soft .block-columns-grid-2 .block-columns-row {
    border-radius: 12px;
    object-fit: cover;
  }
  .block-columns.bg-soft .block-columns-grid-2 h3 {
    font-size: 20.8px;
    line-height: 23.712px;
    letter-spacing: -0.416px;
    margin-bottom: 12.8px;
  }
  .block-columns.bg-soft .block-columns-grid-2 p {
    max-width: 546px;
  }
  .block-columns.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-columns.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .block-columns .block-columns-grid li {
    padding-bottom: 12.8px;
    padding-top: 12.8px;
  }
  .block-columns .block-columns-grid ul {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .block-columns .card .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
  }
  .block-columns .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-columns .card p {
    margin-bottom: 16px;
    max-width: 547.456px;
  }
  .block-columns .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-columns .section-header p {
    max-width: 628.992px;
  }
  .block-comparison .comparison-table {
    position: static;
  }
  .block-comparison .comparison-table tbody {
    border-top-color: #e4e5e9;
  }
  .block-comparison .comparison-table td {
    padding-right: 22.4px;
    padding-bottom: 16.8px;
    padding-left: 22.4px;
    padding-top: 16.8px;
  }
  .block-comparison .comparison-table th {
    padding-right: 22.4px;
    letter-spacing: 0.7104px;
    padding-bottom: 16.8px;
    padding-left: 22.4px;
    padding-top: 16.8px;
  }
  .block-comparison .comparison-table thead {
    padding-bottom: 0px;
    border-top-color: #e4e5e9;
  }
  .block-comparison .comparison-table tr {
    border-top-color: #e4e5e9;
  }
  .block-comparison .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-comparison .section-header p {
    max-width: 628.992px;
  }
  .block-faq.bg-soft .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .block-faq.bg-soft .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .block-faq.bg-soft .icon.faq-icon line {
    line-height: normal;
  }
  .block-faq.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-faq .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .block-faq .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .block-faq .icon.faq-icon line {
    line-height: normal;
  }
  .block-faq .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-form.bg-soft .section-header .form-note {
    margin-top: 0px;
    max-width: 628.992px;
  }
  .block-form.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-form .section-header .form-note {
    margin-top: 0px;
    max-width: 628.992px;
  }
  .block-form .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-gallery.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-gallery .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-prob-sol.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-prob-sol .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-text-media.bg-soft .detail-split h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
    margin-top: 9.6px;
  }
  .block-text-media.bg-soft .detail-split p {
    margin-bottom: 0px;
    max-width: 546px;
  }
  .block-text-media .card .card-link {
    margin-top: 12.8px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .block-text-media .card p {
    max-width: 547.456px;
  }
  .block-text-media .card-link .icon.icon-arrow {
    height: 14px;
    width: 14px;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .detail-split .hero-ctas {
    margin-top: 25.6px;
  }
  .block-text-media .detail-split a {
    font-weight: 700;
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .detail-split h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-text-media .detail-split p {
    margin-bottom: 17.6px;
    max-width: 546px;
  }
  .block-text-media .hero-ctas .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .block-text-media .hero-ctas .btn.btn-accent {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
    color: #ffffff;
  }
  .block-text-media .icon.icon-arrow line {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-text-media .icon.icon-arrow polyline {
    color: #7D0E5F;
    border-top-color: #7D0E5F;
  }
  .block-usp.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-usp.bg-soft .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .block-usp.bg-soft .usp-item p {
    max-width: 559.104px;
  }
  .block-usp .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-usp .section-header p {
    max-width: 628.992px;
  }
  .block-usp .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .block-usp .usp-item p {
    max-width: 559.104px;
  }
  .contact-channels .card .contact-channels-row {
    max-width: 547.456px;
  }
  .contact-channels .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .contact-channels .card.is-dark .channel-badge {
    letter-spacing: 0.896px;
  }
  .contact-channels .card.is-dark .contact-channels-row {
    max-width: 547.456px;
  }
  .contact-channels .card.is-dark h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .contact-channels .channel-grid {
    gap: 19.2px;
  }
  .contact-channels .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .contact-channels .section-header p {
    max-width: 628.992px;
  }
  .contact-faq .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .contact-faq .faq-question .icon.faq-icon {
    line-height: normal;
    height: 22px;
    width: 22px;
  }
  .contact-faq .icon.faq-icon line {
    line-height: normal;
  }
  .contact-faq .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .contact-locations .contact-method h3 {
    line-height: 17.328px;
    letter-spacing: -0.304px;
  }
  .contact-locations .contact-method p {
    max-width: 500.864px;
  }
  .contact-locations .location-card .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .contact-locations .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .contact-locations .section-header p {
    max-width: 628.992px;
  }
  .faq-block.bg-soft .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .faq-block.bg-soft .faq-question .icon.faq-icon {
    line-height: normal;
  }
  .faq-block.bg-soft .icon.faq-icon line {
    line-height: normal;
  }
  .faq-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .faq-block .faq-item .faq-question {
    line-height: normal;
    border-radius: 0px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .faq-block .faq-question .icon.faq-icon {
    line-height: normal;
  }
  .faq-block .icon.faq-icon line {
    line-height: normal;
  }
  .faq-block .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .knowledge-overview .filters .filter-pill {
    line-height: normal;
    position: static;
  }
  .knowledge-overview .knowledge-card h3 {
    line-height: 22.2528px;
    letter-spacing: -0.3904px;
  }
  .knowledge-overview .knowledge-card p {
    max-width: 541.632px;
  }
  .knowledge-overview .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-process .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-why .hero-actions .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
  }
  .landing-why .inner-landing-why .hero-actions {
    margin-top: 25.6px;
    gap: 16px;
  }
  .landing-why .inner-landing-why h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-why .inner-landing-why p {
    max-width: 546px;
  }
  .location-intro .inner-location-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-text .lokaal-col p {
    max-width: 559.104px;
  }
  .location-text .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-text .section-header p {
    max-width: 628.992px;
  }
  .location-usp .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .owners-intro .owners-intro-content .btn {
    line-height: 17.296px;
    margin-bottom: 0px;
    text-align: start;
  }
  .owners-intro .owners-intro-content h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .owners-intro .owners-intro-content p {
    max-width: 546px;
  }
  .owners-intro .owners-intro-grid {
    gap: 64px;
  }
  .project-banner .project-hero-content .brand-wordmark {
    margin-bottom: 19.2px;
  }
  .project-more .icon polyline {
    font-size: 13.3333px;
    line-height: normal;
    font-weight: 400;
  }
  .project-more .project-body .project-labels {
    font-size: 15px;
    line-height: 24.75px;
  }
  .project-more .slider-btn .icon {
    font-size: 13.3333px;
    line-height: normal;
    height: 20px;
    font-weight: 400;
    width: 20px;
  }
  .project-more .slider-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .project-more .slider-nav .slider-btn {
    font-size: 13.3333px;
    line-height: normal;
    padding-right: 0px;
    padding-bottom: 0px;
    position: static;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 0px;
  }
  .project-overview .filters .filter-pill {
    line-height: normal;
    position: static;
  }
  .project-overview .project-body .project-labels {
    object-fit: fill;
  }
  .project-stats .stat-item .stat-number {
    letter-spacing: -1.216px;
  }
  .project-story-block .project-story p {
    max-width: 571.2px;
  }
  .quote-form .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .quote-form .section-header p {
    max-width: 628.992px;
  }
  .quote-form .usp-item h3 {
    line-height: 20.976px;
    letter-spacing: -0.368px;
  }
  .quote-form .usp-item p {
    max-width: 559.104px;
  }
  .related-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .related-block .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .reviews-block.bg-soft .card-grid.card-grid-3 {
    margin-top: 0px;
    text-align: start;
  }
  .reviews-block.bg-soft .card-grid.card-grid-3 .testimonial {
    text-align: start;
  }
  .reviews-block.bg-soft .google-reviews-meta .rev-stars {
    font-size: 13.8px;
    line-height: 22.77px;
    letter-spacing: 0.69px;
  }
  .reviews-block.bg-soft .reviews-action .btn {
    line-height: 17.296px;
  }
  .reviews-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .reviews-block.bg-soft .testimonial .testimonial-author {
    text-align: start;
  }
  .reviews-block.bg-soft .testimonial .testimonial-quote {
    text-align: start;
  }
  .reviews-block.bg-soft .testimonial-author strong {
    text-align: start;
  }
  .reviews-block .card-grid.card-grid-3 {
    display: -ms-grid;
    display: grid;
    gap: 20.8px;
  }
  .reviews-block .card-grid.card-grid-3 .testimonial {
    text-align: start;
  }
  .reviews-block .google-reviews-meta .rev-stars {
    font-size: 13.8px;
    line-height: 22.77px;
    letter-spacing: 0.69px;
  }
  .reviews-block .reviews-action .btn {
    line-height: 17.296px;
  }
  .reviews-block .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .reviews-block .testimonial .testimonial-author {
    text-align: start;
  }
  .reviews-block .testimonial .testimonial-quote {
    text-align: start;
  }
  .reviews-block .testimonial-author strong {
    text-align: start;
  }
  .service-context .callout.plum h3 {
    font-size: 16px;
    line-height: 18.24px;
    letter-spacing: -0.32px;
    margin-top: 0px;
    margin-bottom: 6.4px;
  }
  .service-context .callout.plum p {
    max-width: 559.104px;
  }
  .service-context .detail-split.detail-split-mediaLeft .prose {
    max-width: 571.2px;
  }
  .service-context .prose .callout.plum {
    max-width: 571.2px;
  }
  .service-context .prose h2 {
    line-height: 28.272px;
    letter-spacing: -0.744px;
  }
  .service-intro .hero-ctas .btn {
    line-height: 17.296px;
  }
  .service-intro .hero-ctas .btn.btn-accent {
    line-height: 17.296px;
  }
  .service-intro .inner-service-intro .hero-ctas {
    margin-top: 25.6px;
  }
  .service-intro .inner-service-intro h2 {
    margin-top: 0px;
  }
  .service-intro .inner-service-intro p {
    margin-bottom: 17.6px;
  }
  .situation-choice.bg-tint .section-header p {
    max-width: 628.992px;
  }
  .situation-choice.bg-tint .situation-card h3 {
    line-height: 21.1584px;
    letter-spacing: -0.3712px;
  }
  .situation-choice.bg-tint .situation-card p {
    max-width: 535.808px;
  }
  .situation-choice.bg-tint .situation-card.urgent h3 {
    line-height: 21.1584px;
    letter-spacing: -0.3712px;
  }
  .situation-choice.bg-tint .situation-card.urgent p {
    max-width: 535.808px;
  }
  .situation-choice .section-header {
    margin-bottom: 48px;
    max-width: 760px;
  }
  .situation-choice .section-header p {
    max-width: 628.992px;
  }
  .situation-choice .situation-card p {
    max-width: 535.808px;
  }
  .situation-choice .situation-card.urgent p {
    max-width: 535.808px;
  }
  .spoed-cases .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-pricing .inner-pricing-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-pricing .inner-pricing-intro p {
    max-width: 546px;
  }
  .spoed-pricing .inner-pricing-reasons h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .why-westendorp .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-stats.bg-soft .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-stats.bg-soft .stat-item .stat-number {
    letter-spacing: -1.408px;
  }
  .about-team.bg-soft .card.team-member .member-role {
    max-width: 535.808px;
  }
  .about-team.bg-soft .card.team-member h3 {
    line-height: 23.712px;
    letter-spacing: -0.416px;
  }
  .about-team.bg-soft .card.team-member p {
    max-width: 547.456px;
  }
  .about-team.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .about-team.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .about-team.bg-soft .store-card-text .store-note {
    max-width: 535.808px;
  }
  .about-team.bg-soft .store-card-text h3 {
    line-height: 23.712px;
    letter-spacing: -0.416px;
  }
  .about-team.bg-soft .store-card-text p {
    max-width: 547.456px;
  }
  .block-info.bg-soft .detail-split .info-prose {
    max-width: none;
  }
  .block-info.bg-soft .info-prose div {
    max-width: 588px;
  }
  .block-info.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-price.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-process.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-projects.bg-soft .project-card .project-image {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .block-projects.bg-soft .project-image img {
    object-fit: cover;
  }
  .block-projects.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-prose-media.bg-soft .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-service.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .block-service.bg-soft .service-note {
    line-height: 24.75px;
  }
  .contact-form.bg-soft .contact-form-intro h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .cta-block.big-cta .hero-ctas .btn.btn-ghost-light.btn-large {
    line-height: 18.768px;
  }
  .cta-block.big-cta .hero-ctas .btn.btn-large {
    line-height: 18.768px;
  }
  .cta-block.big-cta h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .featured-projects.bg-tint .projects-action .btn {
    line-height: 17.296px;
  }
  .featured-projects.bg-tint .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .gallery-block.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .hero-spoed.bg-dark .inner-hero-spoed .hero-spoed-note {
    max-width: 524.16px;
  }
  .hero-spoed.bg-dark .inner-hero-spoed h1 {
    line-height: 41.952px;
    letter-spacing: -1.288px;
  }
  .landing-local.bg-soft .callout.service-overview-row h3 {
    line-height: 18.24px;
    letter-spacing: -0.32px;
  }
  .landing-local.bg-soft .callout.service-overview-row p {
    max-width: 559.104px;
  }
  .landing-local.bg-soft .inner-landing-local a {
    line-height: 24.75px;
  }
  .landing-local.bg-soft .inner-landing-local h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .landing-local.bg-soft .inner-landing-local p {
    margin-bottom: 19.2px;
    max-width: 546px;
  }
  .landing-local.bg-soft .landing-local-row .callout.service-overview-row {
    max-width: 571.2px;
  }
  .landing-urgency.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-area.bg-tint .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .location-offer.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .page-heading.page-header.has-bg .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .page-heading.page-header.has-bg .hero-actions {
    margin-top: 28.8px;
    gap: 16px;
  }
  .page-heading.page-header.has-bg .hero-actions .btn {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header.has-bg .hero-actions .btn.btn-primary {
    line-height: 17.296px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header.has-bg h1 {
    max-width: 376.208px;
  }
  .page-heading.page-header .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .page-heading.page-header .hero-ctas .btn.btn-accent.btn-large {
    line-height: 18.768px;
    text-align: start;
    font-weight: 600;
  }
  .page-heading.page-header .hero-ctas .btn.btn-large {
    line-height: 18.768px;
    text-align: start;
    font-weight: 600;
  }
  .pkvw-highlight.bg-soft .pkvw-badge img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content .btn.btn-primary {
    line-height: 17.296px;
    margin-bottom: 0px;
    text-align: start;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-content p {
    max-width: 546px;
  }
  .pkvw-highlight.bg-soft .pkvw-highlight-grid {
    gap: 64px;
  }
  .project-breadcrumb.breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .project-service.bg-soft .card h3 {
    font-size: 17.28px;
    line-height: 19.6992px;
    letter-spacing: -0.3456px;
  }
  .project-service.bg-soft .card p {
    max-width: 547.456px;
  }
  .project-service.bg-soft .card-link .icon.icon-arrow {
    height: 16px;
    width: 16px;
  }
  .project-service.bg-soft .project-service-action .btn {
    line-height: 17.296px;
    text-align: start;
  }
  .project-service.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .quote-process.bg-soft .section-header.center h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-index.bg-tint .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-offer.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-overview.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .service-overview.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .service-overview.bg-soft .service-overview-grid {
    gap: 19.2px;
  }
  .service-overview.bg-soft .service-overview-row .overview-card-audience {
    max-width: 495.04px;
  }
  .service-overview.bg-soft .service-overview-row p {
    max-width: 547.456px;
  }
  .spoed-area.bg-soft .area-note {
    max-width: 546px;
  }
  .spoed-area.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-area.bg-soft .section-header p {
    max-width: 628.992px;
  }
  .spoed-cta.bg-dark .inner-spoed-cta h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .spoed-process.bg-soft .section-header h2 {
    line-height: 32.832px;
    letter-spacing: -0.864px;
  }
  .hero-home.hero.hero-bg .hero-ctas .btn.btn-light.btn-large {
    line-height: 18.768px;
  }
  .hero-home.hero.hero-bg .hero-ctas .btn.btn-primary.btn-large {
    line-height: 18.768px;
  }
  .hero-home.hero.hero-bg .hero-grid .hero-content {
    max-width: none;
  }
  .hero-landing.page-header.has-bg.lp-hero .breadcrumb .breadcrumb-sep {
    margin-left: 7.2px;
    margin-right: 7.2px;
  }
  .hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-light.btn-large {
    line-height: 18.768px;
    text-align: start;
  }
  .hero-landing.page-header.has-bg.lp-hero .hero-actions .btn.btn-primary.btn-large {
    line-height: 18.768px;
    text-align: start;
  }
  .hero-landing.page-header.has-bg.lp-hero .lp-form-card .lp-form-intro {
    max-width: 535.808px;
  }
  .hero-landing.page-header.has-bg.lp-hero .lp-form-card h3 {
    line-height: 24.624px;
    letter-spacing: -0.432px;
  }
}
/* after the generated files: these correct what the generated ones write */
/* Stands in for a managed image that has no file yet — see includes/image-fallback.php. The slot
   keeps the shape the filled picture would have had, so nothing around it moves when the real one
   arrives. The wordmark is a background because the element is decorative and because the sections
   style the <img> in this slot themselves. */
.image-fallback {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background-color: #f5f5f7;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px auto;
  border: 1px dashed #e4e5e9;
  border-radius: 8px;
}
.image-fallback.article-body-row {
  aspect-ratio: 16/9;
}

.project-image .image-fallback {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  min-height: 0;
}

@media (max-width: 767px) {
  .image-fallback {
    min-height: 120px;
    background-size: 110px auto;
  }
}
/* Sections below 992px, stacked.

   The design's mobile layout keeps a number of sections in columns far too narrow to hold their
   content — a three-track contact grid of 123px, 190px and 179px at 576, two-column text and image
   blocks at 209px and 251px, and a service overview whose two tracks add up to 562px inside a
   375px viewport, which is what pushed the page 232px wider than the screen. The user decided
   against following it there, so these are deliberate deviations from the design and not measured
   values: deviation-homepage-mobile-stack.

   It sits after design-inline and design-parity in all.scss because that is where the columns it
   corrects are written; a rule in each section's own file is imported earlier and would lose. */
@media (min-width: 768px) and (max-width: 991px) {
  .owners-intro .owners-intro-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .owners-intro {
    /* The design puts the text first and the photo beside it. Stacked, the photo goes on top:
       a column that opens with a wall of text and hides the picture below it reads as a
       different section altogether. */
  }
  .owners-intro .owners-intro-grid img {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  .owners-intro .owners-intro-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25.6px;
  }
  .owners-intro .owners-intro-grid img {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pkvw-highlight .pkvw-highlight-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .pkvw-highlight .pkvw-highlight-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25.6px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-channels .channel-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 19.2px;
  }
}
@media (max-width: 767px) {
  .contact-channels .channel-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.service-overview {
  /* The two 1fr tracks do not shrink below the width of a card's icon-and-text row, so at 375
     the grid came out 562px wide and the page scrolled sideways. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-overview .service-overview-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 19.2px;
  }
}
@media (max-width: 767px) {
  .service-overview .service-overview-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.audience-split {
  /* _design-inline.scss writes this grid too and is imported after the section's own file, so
     the rule there won at every width. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .audience-split .audience-split-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 19.2px;
  }
}
@media (max-width: 767px) {
  .audience-split .audience-split-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 19.2px;
  }
}

.detail-split {
  /* _design-inline.scss writes .detail-split.detail-split-mediaLeft with its own two tracks, and
     that beats the single-column .detail-split rule below 768 on specificity: the media column
     came out 85px wide at 375. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-split.detail-split-mediaLeft {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .detail-split.detail-split-mediaLeft {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .project-banner {
    /* 40px of padding on a 375 screen leaves the hero almost no room, and the content block
       fills what is left. */
  }
  .project-banner .project-hero {
    padding: 15px;
    /* variant_banner = photo puts the picture and the text card in the same flex row, and
       the picture carries no width of its own — at 375 the two shared the screen and came
       out about 170px each. */
  }
  .project-banner .project-hero.is-photo {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19.2px;
  }
  .project-banner .project-hero.is-photo .project-hero-photo {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
  }
  .project-banner .project-hero-content {
    max-width: none;
    width: 100%;
  }
}

.project-stats {
  /* The four key figures under each other, full width. Two 1fr tracks did not shrink below
     their content and the right-hand column was clipped by overflow: hidden. */
}
@media (max-width: 991px) {
  .project-stats .project-detail-stats {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .project-stats .project-detail-stats .stat-item {
    border-right: 0;
    border-bottom: 1px solid #eeeef1;
  }
  .project-stats .project-detail-stats .stat-item:last-child {
    border-bottom: 0;
  }
}

.google-reviews-bar {
  /* The count drops to its own line so the stars get the full width beside the score, on every
     page the bar appears on. */
}
@media (max-width: 991px) {
  .google-reviews-bar .google-reviews-meta {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .google-reviews-bar .google-reviews-count {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.about-story {
  /* The design keeps this two-column below 992 as well, and at 375 the photo column comes out
     36px wide — so this is a correction to the design, like the homepage. Photo above the text,
     because a column that opens with the whole story and hides the picture under it reads as a
     different section. */
}
@media (max-width: 991px) {
  .about-story .about-story-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25.6px;
  }
  .about-story .about-story-grid img {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}

.about-team {
  /* Same again: the store card's photo column measures 82px at 375 in the design. */
}
@media (max-width: 991px) {
  .about-team {
    /* .about-team .card.store-card in _design-inline.scss carries the two tracks, so the
       .card class is needed here to match it. */
  }
  .about-team .card.store-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 19.2px;
  }
}

.contact-form {
  /* _design-inline.scss writes .contact-form .contact-form-grid too and is imported after the
     section's own file, so the rule there was overruled at every width. The intro and the form
     sat in two columns of 123px and 167px at 375. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .contact-form .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25.6px;
  }
}

.spoed-pricing {
  /* Two 546px columns with a 56px gap do not fit a phone: at 375 the reasons column ran 52px
     past the viewport and the page scrolled sideways. _design-inline.scss writes the two-column
     rule with no breakpoint, so this has to sit after it. */
}
@media (max-width: 767px) {
  .spoed-pricing .spoed-pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 35.2px;
  }
}

@media (max-width: 767px) {
  .spoed-cta .spoed-cta-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.spoed-area {
  /* The design's 160px track leaves 323px one short of two columns, so all twelve places became
     a single stack the length of the screen. _design-inline.scss writes the track too. */
}
@media (max-width: 767px) {
  .spoed-area .spoed-area-grid {
    -ms-grid-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

.block-columns {
  /* Neither grid had a breakpoint, so the three tracks of the photo variant stayed three at every
     width: 1fr 1fr 0.8fr came to about 100px a column at 375. Between 768 and 991 the two text
     columns still fit; only the picture moves under them. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-columns .block-columns-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .block-columns .block-columns-grid-2 .block-columns-row {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .block-columns .block-columns-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .block-columns .block-columns-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .block-columns {
    /* A 3/4 picture over the full width of a phone runs 500px tall and pushes the columns under
       it off the screen. */
  }
  .block-columns .block-columns-row {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}

/* The user asked for more room under the logo on mobile. It sits here rather than in
   _header.scss because design-overrides writes .header .header-inner's padding again inside its
   own breakpoint blocks, at the same specificity and later in the file, and would win. */
@media (max-width: 768px) {
  .header .header-inner {
    padding-bottom: 22.4px;
  }
}

/* Below 769px the three review cards become one swipeable row instead of a stack three screens
   tall. Imported after design-parity because that is where the mobile grid is written.
   deviation-reviews-slider-mobile. */
.reviews-block .slider-head {
  display: none;
}
@media (max-width: 768px) {
  .reviews-block .slider-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-bottom: 16px;
  }
  .reviews-block {
    /* On the soft grey band a white circle with a hairline border reads as decoration rather
       than as a control, so on mobile they are filled. */
  }
  .reviews-block .slider-btn {
    background: #151E61;
    border-color: #151E61;
    color: #fff;
  }
  .reviews-block .slider-btn:hover, .reviews-block .slider-btn:active {
    background: #11184e;
    border-color: #11184e;
  }
  .reviews-block {
    /* The generated files write .reviews-block .card-grid.card-grid-3 { display: grid } in every
       breakpoint block, so the slider has to match on three classes to outrank it. */
  }
  .reviews-block .card-grid.card-grid-3.reviews-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20.8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 9.6px;
  }
  .reviews-block .card-grid.card-grid-3.reviews-slider .testimonial {
    -webkit-box-flex: 0 0 84%;
    -moz-box-flex: 0 0 84%;
    -webkit-flex: 0 0 84%;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    scroll-snap-align: start;
  }
  .reviews-block .card-grid.card-grid-3.reviews-slider::-webkit-scrollbar {
    height: 6px;
  }
  .reviews-block .card-grid.card-grid-3.reviews-slider::-webkit-scrollbar-track {
    background: #eeeef1;
    border-radius: 3px;
  }
  .reviews-block .card-grid.card-grid-3.reviews-slider::-webkit-scrollbar-thumb {
    background: #e0e3f2;
    border-radius: 3px;
  }
}

/* The topbar's three left-hand items have to stand side by side below 769px. At the desktop sizes
   they measure 375px against 339px of room and the third wraps, which is why it had been hidden.
   The width itself came from .container dropping to Bootstrap's own 15px gutter; the gap and the
   type here cover the rest, so it still fits on a 360px phone.

   A file of its own because it is imported after design-overrides, which writes
   .topbar .topbar-inner's font size in its own breakpoint blocks and would otherwise win. */
@media (max-width: 768px) {
  .topbar .topbar-inner {
    font-size: 11.2px;
    line-height: 18.4px;
  }
  .topbar .topbar-left {
    gap: 12px;
  }
  .topbar .topbar-usp {
    padding-left: 18px;
  }
  .topbar .topbar-spoed {
    font-size: 10.4px;
    gap: 5.6px;
    padding: 2.88px 8px;
    letter-spacing: 0.624px;
  }
}

/*# sourceMappingURL=all.css.map */
