/* Grid
--------------------------------------------- */
@import url("https://use.typekit.net/pwj1xdz.css");
.card-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 73rem) {
  .card-grid {
    gap: 2rem;
  }
}
@media (min-width: 106rem) {
  .card-grid {
    gap: 4rem;
  }
}
.card-grid.four-cols {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: calc(100% - 1rem);
}
@media (min-width: 73rem) {
  .card-grid.four-cols {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 61rem) {
  .wrapper {
    padding-left: 2rem;
    grid-template-columns: repeat(12, 1fr);
    padding-right: 2rem;
  }
}
.wrapper .wrapper {
  padding: 0;
}

.row {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 61rem) {
  .row {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
.row > .acf-innerblocks-container {
  display: contents;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 12;
}

.col-xs-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 1;
}

.col-xs-2 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 2;
}

.col-xs-3 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 3;
}

.col-xs-4 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 4;
}

.col-xs-5 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 5;
}

.col-xs-6 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 6;
}

.col-xs-7 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 7;
}

.col-xs-8 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 8;
}

.col-xs-9 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 9;
}

.col-xs-10 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 10;
}

.col-xs-11 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 11;
}

.col-xs-12 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 12;
}

.col-xs-start-0 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 1;
}

.col-xs-start-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 2;
}

.col-xs-start-2 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 3;
}

.col-xs-start-3 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 4;
}

.col-xs-start-4 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 5;
}

.col-xs-start-5 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 6;
}

.col-xs-start-6 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 7;
}

.col-xs-start-7 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 8;
}

.col-xs-start-8 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 9;
}

.col-xs-start-9 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 10;
}

.col-xs-start-10 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 11;
}

.col-xs-start-11 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 12;
}

.col-xs-start-12 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 13;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  justify-self: start;
  text-align: left;
}

.center-xs {
  justify-self: center;
  text-align: center;
}

.end-xs {
  justify-self: end;
  text-align: right;
}

.top-xs {
  align-items: start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: end;
}

.around-xs {
  justify-items: space-around;
}

.between-xs {
  justify-items: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 32em) {
  .container {
    width: 32rem;
  }
  .col-xs {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xs-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xs-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xs-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xs-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xs-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xs-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xs-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xs-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xs-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xs-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xs-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xs-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xs-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    justify-self: start;
    text-align: left;
  }
  .center-xs {
    justify-self: center;
    text-align: center;
  }
  .end-xs {
    justify-self: end;
    text-align: right;
  }
  .top-xs {
    align-self: start;
  }
  .middle-xs {
    align-self: center;
  }
  .bottom-xs {
    align-self: end;
  }
  .around-xs {
    justify-items: space-around;
  }
  .between-xs {
    justify-items: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
@media only screen and (min-width: 46em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-sm-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-sm-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-sm-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-sm-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-sm-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-sm-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-sm-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-sm-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-sm-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-sm-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-sm-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-sm-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-sm-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-self: start;
    text-align: left;
  }
  .center-sm {
    justify-self: center;
    text-align: center;
  }
  .end-sm {
    justify-self: end;
    text-align: right;
  }
  .top-sm {
    align-self: start;
  }
  .middle-sm {
    align-self: center;
  }
  .bottom-sm {
    align-self: end;
  }
  .around-sm {
    justify-items: space-around;
  }
  .between-sm {
    justify-items: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 61em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-md-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-md-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-md-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-md-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-md-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-md-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-md-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-md-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-md-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-md-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-md-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-md-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-md-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-md-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-md-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-md-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-md-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-md-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-md-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-md-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-md-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-md-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-md-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-self: start;
    text-align: left;
  }
  .center-md {
    justify-self: center;
    text-align: center;
  }
  .end-md {
    justify-self: end;
    text-align: right;
  }
  .top-md {
    align-self: start;
  }
  .middle-md {
    align-self: center;
  }
  .bottom-md {
    align-self: end;
  }
  .around-md {
    justify-items: space-around;
  }
  .between-md {
    justify-items: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 73em) {
  .container {
    width: 73rem;
  }
  .col-lg {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-lg-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-lg-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-lg-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-lg-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-lg-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-lg-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-lg-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-lg-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-lg-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-lg-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-lg-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-lg-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-lg-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    justify-self: start;
    text-align: left;
  }
  .center-lg {
    justify-self: center;
    text-align: center;
  }
  .end-lg {
    justify-self: end;
    text-align: right;
  }
  .top-lg {
    align-self: start;
  }
  .middle-lg {
    align-self: center;
  }
  .bottom-lg {
    align-self: end;
  }
  .around-lg {
    justify-items: space-around;
  }
  .between-lg {
    justify-items: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 87.5em) {
  .container {
    width: 87.5rem;
  }
  .col-xl {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl {
    justify-self: start;
    text-align: left;
  }
  .center-xl {
    justify-self: center;
    text-align: center;
  }
  .end-xl {
    justify-self: end;
    text-align: right;
  }
  .top-xl {
    align-self: start;
  }
  .middle-xl {
    align-self: center;
  }
  .bottom-xl {
    align-self: end;
  }
  .around-xl {
    justify-items: space-around;
  }
  .between-xl {
    justify-items: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@media only screen and (min-width: 106em) {
  .container {
    width: 106rem;
  }
  .col-xxl {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xxl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xxl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xxl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xxl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xxl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xxl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xxl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xxl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xxl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xxl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xxl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xxl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xxl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xxl {
    justify-self: start;
    text-align: left;
  }
  .center-xxl {
    justify-self: center;
    text-align: center;
  }
  .end-xxl {
    justify-self: end;
    text-align: right;
  }
  .top-xxl {
    align-self: start;
  }
  .middle-xxl {
    align-self: center;
  }
  .bottom-xxl {
    align-self: end;
  }
  .around-xxl {
    justify-items: space-around;
  }
  .between-xxl {
    justify-items: space-between;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] {
  display: contents;
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] div[data-is-drop-zone=true] {
  display: contents;
}

/* Variables
--------------------------------------------- */
.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}
.text-black a.secondary-link {
  color: #000000;
}
.text-black a.secondary-link:before {
  background-color: #000000;
}
.text-black hr {
  border-top: 1px solid #000000;
}

.bg-blue {
  background-color: #004990;
}

.text-blue {
  color: #004990;
}
.text-blue a.secondary-link {
  color: #004990;
}
.text-blue a.secondary-link:before {
  background-color: #004990;
}
.text-blue hr {
  border-top: 1px solid #004990;
}

.bg-dark-green {
  background-color: #043e4c;
}

.text-dark-green {
  color: #043e4c;
}
.text-dark-green a.secondary-link {
  color: #043e4c;
}
.text-dark-green a.secondary-link:before {
  background-color: #043e4c;
}
.text-dark-green hr {
  border-top: 1px solid #043e4c;
}

.bg-dark-navy {
  background-color: #020b1b;
}

.text-dark-navy {
  color: #020b1b;
}
.text-dark-navy a.secondary-link {
  color: #020b1b;
}
.text-dark-navy a.secondary-link:before {
  background-color: #020b1b;
}
.text-dark-navy hr {
  border-top: 1px solid #020b1b;
}

.bg-flouro-green {
  background-color: #00edb6;
}

.text-flouro-green {
  color: #00edb6;
}
.text-flouro-green a.secondary-link {
  color: #00edb6;
}
.text-flouro-green a.secondary-link:before {
  background-color: #00edb6;
}
.text-flouro-green hr {
  border-top: 1px solid #00edb6;
}

.bg-flouro-green-tint {
  background-color: #effaef;
}

.text-flouro-green-tint {
  color: #effaef;
}
.text-flouro-green-tint a.secondary-link {
  color: #effaef;
}
.text-flouro-green-tint a.secondary-link:before {
  background-color: #effaef;
}
.text-flouro-green-tint hr {
  border-top: 1px solid #effaef;
}

.bg-green {
  background-color: #00aa65;
}

.text-green {
  color: #00aa65;
}
.text-green a.secondary-link {
  color: #00aa65;
}
.text-green a.secondary-link:before {
  background-color: #00aa65;
}
.text-green hr {
  border-top: 1px solid #00aa65;
}

.bg-light-blue {
  background-color: #19b9f6;
}

.text-light-blue {
  color: #19b9f6;
}
.text-light-blue a.secondary-link {
  color: #19b9f6;
}
.text-light-blue a.secondary-link:before {
  background-color: #19b9f6;
}
.text-light-blue hr {
  border-top: 1px solid #19b9f6;
}

.bg-navy {
  background-color: #091730;
}

.text-navy {
  color: #091730;
}
.text-navy a.secondary-link {
  color: #091730;
}
.text-navy a.secondary-link:before {
  background-color: #091730;
}
.text-navy hr {
  border-top: 1px solid #091730;
}

.bg-orange {
  background-color: #ff705d;
}

.text-orange {
  color: #ff705d;
}
.text-orange a.secondary-link {
  color: #ff705d;
}
.text-orange a.secondary-link:before {
  background-color: #ff705d;
}
.text-orange hr {
  border-top: 1px solid #ff705d;
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}
.text-white a.secondary-link {
  color: #ffffff;
}
.text-white a.secondary-link:before {
  background-color: #ffffff;
}
.text-white hr {
  border-top: 1px solid #ffffff;
}

@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-Thin.woff2") format("woff2"), url("../fonts/Brown-Thin.woff") format("woff"), url("../fonts/Brown-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-Light.woff2") format("woff2"), url("../fonts/Brown-Light.woff") format("woff"), url("../fonts/Brown-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-LightItalic.woff2") format("woff2"), url("../fonts/Brown-LightItalic.woff") format("woff"), url("../fonts/Brown-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-Regular.woff2") format("woff2"), url("../fonts/Brown-Regular.woff") format("woff"), url("../fonts/Brown-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-Bold.woff2") format("woff2"), url("../fonts/Brown-Bold.woff") format("woff"), url("../fonts/Brown-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-Black.woff2") format("woff2"), url("../fonts/Brown-Black.woff") format("woff"), url("../fonts/Brown-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Base
--------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.8s ease;
  width: 100vw;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  width: 100vw;
  background-color: #ffffff;
}

.excerpt_thumbnail figure img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.excerpt_thumbnail figcaption {
  margin-left: 0px;
  margin-top: 10px;
}
@media (min-width: 73rem) {
  .excerpt_thumbnail figcaption {
    margin-left: 4rem;
  }
}

.category-wrap {
  margin-top: 24px;
}

.column-content img {
  width: 100%;
  height: auto;
}
.column-content .text-block p {
  margin-bottom: 2rem;
}
.column-content .text-block p:last-of-type {
  margin-bottom: 0px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.button-elements span, .button.close span, .button.back span,
button.close span,
button.back span,
input[type=button].close span,
input[type=button].back span,
input[type=reset].close span,
input[type=reset].back span,
input[type=submit].close span,
input[type=submit].back span, .button.download span,
button.download span,
input[type=button].download span,
input[type=reset].download span,
input[type=submit].download span, .button.performance span,
button.performance span,
input[type=button].performance span,
input[type=reset].performance span,
input[type=submit].performance span, .button.performance-modal-close-button span,
button.performance-modal-close-button span,
input[type=button].performance-modal-close-button span,
input[type=reset].performance-modal-close-button span,
input[type=submit].performance-modal-close-button span, .button.primary span,
button.primary span,
input[type=button].primary span,
input[type=reset].primary span,
input[type=submit].primary span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 0.5rem 1rem;
  font-family: "pressio-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.button-elements:after, .button.close:after, .button.back:after,
button.close:after,
button.back:after,
input[type=button].close:after,
input[type=button].back:after,
input[type=reset].close:after,
input[type=reset].back:after,
input[type=submit].close:after,
input[type=submit].back:after, .button.download:after,
button.download:after,
input[type=button].download:after,
input[type=reset].download:after,
input[type=submit].download:after, .button.performance:after,
button.performance:after,
input[type=button].performance:after,
input[type=reset].performance:after,
input[type=submit].performance:after, .button.performance-modal-close-button:after,
button.performance-modal-close-button:after,
input[type=button].performance-modal-close-button:after,
input[type=reset].performance-modal-close-button:after,
input[type=submit].performance-modal-close-button:after, .button.primary:after,
button.primary:after,
input[type=button].primary:after,
input[type=reset].primary:after,
input[type=submit].primary:after {
  content: " ";
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-left: 1px;
  background: white;
  transition: background-color 0.4s ease;
}
@media (max-width: 46rem) {
  .button-elements:after, .button.close:after, .button.back:after,
  button.close:after,
  button.back:after,
  input[type=button].close:after,
  input[type=button].back:after,
  input[type=reset].close:after,
  input[type=reset].back:after,
  input[type=submit].close:after,
  input[type=submit].back:after, .button.download:after,
  button.download:after,
  input[type=button].download:after,
  input[type=reset].download:after,
  input[type=submit].download:after, .button.performance:after,
  button.performance:after,
  input[type=button].performance:after,
  input[type=reset].performance:after,
  input[type=submit].performance:after, .button.performance-modal-close-button:after,
  button.performance-modal-close-button:after,
  input[type=button].performance-modal-close-button:after,
  input[type=reset].performance-modal-close-button:after,
  input[type=submit].performance-modal-close-button:after, .button.primary:after,
  button.primary:after,
  input[type=button].primary:after,
  input[type=reset].primary:after,
  input[type=submit].primary:after {
    height: 100%;
    min-height: 42px;
  }
}
.button-elements:before, .button.close:before, .button.back:before,
button.close:before,
button.back:before,
input[type=button].close:before,
input[type=button].back:before,
input[type=reset].close:before,
input[type=reset].back:before,
input[type=submit].close:before,
input[type=submit].back:before, .button.download:before,
button.download:before,
input[type=button].download:before,
input[type=reset].download:before,
input[type=submit].download:before, .button.performance:before,
button.performance:before,
input[type=button].performance:before,
input[type=reset].performance:before,
input[type=submit].performance:before, .button.performance-modal-close-button:before,
button.performance-modal-close-button:before,
input[type=button].performance-modal-close-button:before,
input[type=reset].performance-modal-close-button:before,
input[type=submit].performance-modal-close-button:before, .button.primary:before,
button.primary:before,
input[type=button].primary:before,
input[type=reset].primary:before,
input[type=submit].primary:before {
  content: " ";
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-left: 1px;
  background: white;
  transition: background-color 0.4s ease;
}
@media (max-width: 46rem) {
  .button-elements:before, .button.close:before, .button.back:before,
  button.close:before,
  button.back:before,
  input[type=button].close:before,
  input[type=button].back:before,
  input[type=reset].close:before,
  input[type=reset].back:before,
  input[type=submit].close:before,
  input[type=submit].back:before, .button.download:before,
  button.download:before,
  input[type=button].download:before,
  input[type=reset].download:before,
  input[type=submit].download:before, .button.performance:before,
  button.performance:before,
  input[type=button].performance:before,
  input[type=reset].performance:before,
  input[type=submit].performance:before, .button.performance-modal-close-button:before,
  button.performance-modal-close-button:before,
  input[type=button].performance-modal-close-button:before,
  input[type=reset].performance-modal-close-button:before,
  input[type=submit].performance-modal-close-button:before, .button.primary:before,
  button.primary:before,
  input[type=button].primary:before,
  input[type=reset].primary:before,
  input[type=submit].primary:before {
    height: 100%;
    min-height: 42px;
  }
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-flex;
  background: transparent;
  gap: 1px;
  border: none;
  align-items: center;
  margin: 0px;
  font-family: "pressio-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button.primary span,
button.primary span,
input[type=button].primary span,
input[type=reset].primary span,
input[type=submit].primary span {
  background-color: #091730;
  color: white;
}
.button.primary:before,
button.primary:before,
input[type=button].primary:before,
input[type=reset].primary:before,
input[type=submit].primary:before {
  display: none;
}
.button.primary:after,
button.primary:after,
input[type=button].primary:after,
input[type=reset].primary:after,
input[type=submit].primary:after {
  background-color: #091730;
  background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/arrow-green.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.button.primary:hover span,
button.primary:hover span,
input[type=button].primary:hover span,
input[type=reset].primary:hover span,
input[type=submit].primary:hover span {
  background-color: #004990 !important;
}
.button.primary:hover:after,
button.primary:hover:after,
input[type=button].primary:hover:after,
input[type=reset].primary:hover:after,
input[type=submit].primary:hover:after {
  background-color: #004990;
}
.button.performance span,
button.performance span,
input[type=button].performance span,
input[type=reset].performance span,
input[type=submit].performance span {
  background-color: #00edb6;
  color: #091730;
}
.button.performance:before,
button.performance:before,
input[type=button].performance:before,
input[type=reset].performance:before,
input[type=submit].performance:before {
  background-color: #00edb6;
  background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/performance-navy.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.button.performance:after,
button.performance:after,
input[type=button].performance:after,
input[type=reset].performance:after,
input[type=submit].performance:after {
  display: none;
}
.button.performance:hover span,
button.performance:hover span,
input[type=button].performance:hover span,
input[type=reset].performance:hover span,
input[type=submit].performance:hover span {
  background: #00e3ae;
}
.button.performance:hover:before,
button.performance:hover:before,
input[type=button].performance:hover:before,
input[type=reset].performance:hover:before,
input[type=submit].performance:hover:before {
  background-color: #00e3ae;
}
.button.download span,
button.download span,
input[type=button].download span,
input[type=reset].download span,
input[type=submit].download span {
  background-color: #004990;
  color: white;
}
.button.download:before,
button.download:before,
input[type=button].download:before,
input[type=reset].download:before,
input[type=submit].download:before {
  display: none;
}
.button.download:after,
button.download:after,
input[type=button].download:after,
input[type=reset].download:after,
input[type=submit].download:after {
  background-color: #004990;
  background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/download-green.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.button.download:hover span,
button.download:hover span,
input[type=button].download:hover span,
input[type=reset].download:hover span,
input[type=submit].download:hover span {
  background-color: #112c5b !important;
}
.button.download:hover:after,
button.download:hover:after,
input[type=button].download:hover:after,
input[type=reset].download:hover:after,
input[type=submit].download:hover:after {
  background-color: #112c5b !important;
}
.button.close span, .button.performance-modal-close-button span, .button.back span,
button.close span,
button.performance-modal-close-button span,
button.back span,
input[type=button].close span,
input[type=button].performance-modal-close-button span,
input[type=button].back span,
input[type=reset].close span,
input[type=reset].performance-modal-close-button span,
input[type=reset].back span,
input[type=submit].close span,
input[type=submit].performance-modal-close-button span,
input[type=submit].back span {
  background-color: #00edb6;
  color: #091730;
}
.button.close:before, .button.performance-modal-close-button:before, .button.back:before,
button.close:before,
button.performance-modal-close-button:before,
button.back:before,
input[type=button].close:before,
input[type=button].performance-modal-close-button:before,
input[type=button].back:before,
input[type=reset].close:before,
input[type=reset].performance-modal-close-button:before,
input[type=reset].back:before,
input[type=submit].close:before,
input[type=submit].performance-modal-close-button:before,
input[type=submit].back:before {
  background-color: #00edb6;
  background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/close-navy.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.button.close:after, .button.performance-modal-close-button:after, .button.back:after,
button.close:after,
button.performance-modal-close-button:after,
button.back:after,
input[type=button].close:after,
input[type=button].performance-modal-close-button:after,
input[type=button].back:after,
input[type=reset].close:after,
input[type=reset].performance-modal-close-button:after,
input[type=reset].back:after,
input[type=submit].close:after,
input[type=submit].performance-modal-close-button:after,
input[type=submit].back:after {
  display: none;
}
.button.close:hover span, .button.performance-modal-close-button:hover span, .button.back:hover span,
button.close:hover span,
button.performance-modal-close-button:hover span,
button.back:hover span,
input[type=button].close:hover span,
input[type=button].performance-modal-close-button:hover span,
input[type=button].back:hover span,
input[type=reset].close:hover span,
input[type=reset].performance-modal-close-button:hover span,
input[type=reset].back:hover span,
input[type=submit].close:hover span,
input[type=submit].performance-modal-close-button:hover span,
input[type=submit].back:hover span {
  background: #00d9a6;
  color: #091730;
}
.button.close:hover:before, .button.performance-modal-close-button:hover:before, .button.back:hover:before,
button.close:hover:before,
button.performance-modal-close-button:hover:before,
button.back:hover:before,
input[type=button].close:hover:before,
input[type=button].performance-modal-close-button:hover:before,
input[type=button].back:hover:before,
input[type=reset].close:hover:before,
input[type=reset].performance-modal-close-button:hover:before,
input[type=reset].back:hover:before,
input[type=submit].close:hover:before,
input[type=submit].performance-modal-close-button:hover:before,
input[type=submit].back:hover:before {
  background-color: #00d9a6;
}

.close span, .button.performance-modal-close-button span,
button.performance-modal-close-button span,
input[type=button].performance-modal-close-button span,
input[type=reset].performance-modal-close-button span,
input[type=submit].performance-modal-close-button span {
  background-color: #00edb6;
  color: #091730;
}
.close:before, .button.performance-modal-close-button:before,
button.performance-modal-close-button:before,
input[type=button].performance-modal-close-button:before,
input[type=reset].performance-modal-close-button:before,
input[type=submit].performance-modal-close-button:before {
  background-color: #00edb6;
  background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/close-navy.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.close:after, .button.performance-modal-close-button:after,
button.performance-modal-close-button:after,
input[type=button].performance-modal-close-button:after,
input[type=reset].performance-modal-close-button:after,
input[type=submit].performance-modal-close-button:after {
  display: none;
}

.back-link {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 12px;
  line-height: 1;
  align-items: center;
  margin-bottom: 32px;
}
.back-link:before {
  content: " ";
  background-image: url("/wp-content/themes/pf_o_reilly/dist/img/prev-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
}

.secondary-link {
  transition: all 0.4s ease;
}
.secondary-link:before {
  content: " ";
  margin-right: 8px;
  width: 16px;
  height: 1px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.secondary-link:after {
  content: " ";
  margin-left: 8px;
  width: 0px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 4H21.5' stroke='%23D96A57'/%3E%3Cpath d='M19 1L22 4L19 7' stroke='%23D96A57'/%3E%3C/svg%3E%0A");
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.secondary-link:hover:before {
  width: 0px;
}
.secondary-link:hover:after {
  width: 22px;
}

.button-block {
  display: flex;
}
.button-block.align-left {
  justify-content: flex-start;
}
.button-block.align-center {
  justify-content: center;
}
.button-block.align-right {
  justify-content: flex-end;
}

.category-tag {
  color: white;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 6px;
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 8px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 5px;
  padding: 20px 26px;
  display: block;
  width: 100%;
  margin-top: 10px;
  background-color: transparent;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  background-color: white;
}

.scrolled .site-header {
  position: fixed;
  transform: translateY(-150%);
}
.scrolled .site-header .wrapper .logo {
  max-width: 100px;
}

.header-sticky .site-header {
  transform: translateY(0);
  background: rgba(9, 23, 48, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 1rem 1.5rem 1rem 1rem;
  max-width: calc(100% - 2.5rem);
  padding: 0.1rem 0;
}
.header-sticky .site-header::before, .header-sticky .site-header::after {
  background: #00edb6;
}
.header-sticky .site-header .logo-primary {
  display: none;
}
.header-sticky .site-header .logo-reversed {
  display: block;
}
.header-sticky .site-header .hamburger .line {
  background: white;
}
.header-sticky .site-header nav ul li a {
  color: white;
}
.header-sticky .site-header nav ul li.menu-item-has-children:after {
  color: white;
}
.header-sticky .site-header::before, .header-sticky .site-header::after {
  opacity: 1;
}

.site-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  z-index: 99;
  padding: 1rem 0px;
  background: transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  margin: 0;
  max-width: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, margin 0.35s ease, max-width 0.35s ease, -webkit-backdrop-filter 0.35s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, backdrop-filter 0.35s ease, margin 0.35s ease, max-width 0.35s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, backdrop-filter 0.35s ease, margin 0.35s ease, max-width 0.35s ease, -webkit-backdrop-filter 0.35s ease;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: calc(100% + 8px);
  background: #004990;
  -webkit-clip-path: polygon(0 0, 100% 8px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 8px, 100% 100%, 0 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 8px;
  width: calc(100% + 8px);
  background: #004990;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.site-header .wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  transition: padding-left 0.8s ease, padding-right 0.8s ease;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  max-width: calc(100% - 2rem);
}
@media (max-width: 61rem) {
  .site-header .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 73rem) {
  .site-header .wrapper {
    padding: 10px 24px;
  }
}
.site-header.open-nav {
  margin: 0;
  max-width: 100%;
}
.site-header.open-nav:before, .site-header.open-nav:after {
  display: none;
}
.site-header.open-nav .logo-primary {
  display: none;
}
.site-header.open-nav .logo-reversed {
  display: block;
}
.site-header .logo {
  position: relative;
  z-index: 2;
  max-width: 200px;
  transition: max-width 0.5s ease;
}
@media (min-widht: 73rem) {
  .site-header .logo {
    max-width: 200px;
  }
}
@media (min-width: 87.5rem) {
  .site-header .logo {
    max-width: 300px;
  }
}
.site-header .logo-primary {
  display: block;
}
.site-header .logo-reversed {
  display: none;
}
.site-header .hamburger {
  position: absolute;
  right: 16px;
  top: 40%;
  transform: translateY(-25%);
  z-index: 2;
}
.site-header.reversed .logo-reversed {
  display: block;
}
.site-header.reversed .logo-primary {
  display: none;
}
.site-header.reversed .hamburger .line {
  background: white;
}
.site-header.reversed nav ul li a {
  color: white;
}
.site-header.reversed nav ul li.menu-item-has-children:after {
  color: white;
}
.logged-in .site-header {
  top: 32px;
}

@media (max-width: 46rem) {
  .rich-header .pt-large {
    padding-top: 144px;
  }
}
.rich-header .rich-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media (max-width: 46rem) {
  .rich-header .rich-buttons {
    justify-content: space-between;
    width: calc(100% - 4rem);
  }
}

.sticky-rich-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #004990;
  color: white;
  padding: 1rem 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.sticky-rich-header .rich-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 46rem) {
  .sticky-rich-header .rich-buttons {
    justify-content: space-between;
  }
}
.sticky-rich-header.scrolled {
  transform: translateY(0);
}

.site-footer {
  background-position: bottom left;
  background-size: 40%;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  padding: 45px 0px 45px 0px;
}
@media (max-width: 46rem) {
  .site-footer {
    text-align: center;
  }
  .site-footer .footer-menu {
    justify-content: center;
  }
  .site-footer .footer-menu ul {
    display: block;
  }
  .site-footer .footer-menu ul li {
    display: block;
  }
  .site-footer .social-wrap {
    justify-content: center;
  }
}
@media (max-width: 46rem) and (max-width: 46rem) {
  .site-footer .copyright-text {
    padding: 0 2rem;
  }
}
@media (max-width: 46rem) {
  .site-footer .footer-nav-in-footer {
    text-align: center;
  }
}
@media (max-width: 46rem) {
  .site-footer .footer-logo-wrapper {
    border-bottom: 1px solid #00edb6;
    order: -1;
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 73rem) {
  .site-footer {
    padding: 90px 0px;
    background-size: 20%;
  }
}
.site-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.site-footer ul li {
  margin: 0px;
  padding: 0px;
}
.site-footer ul li a {
  color: white;
}
.site-footer p {
  margin-bottom: 16px;
}
.site-footer a {
  color: white;
  transition: opacity 0.3s ease;
}
.site-footer a:hover {
  opacity: 0.8;
}
@media (max-width: 46rem) {
  .site-footer img {
    margin-bottom: 16px;
  }
}
.site-footer .back-to-kingspan-com {
  margin-top: 8px;
}
.site-footer .back-to-kingspan-com a {
  color: white;
}
.site-footer .footer-menu {
  display: flex;
  gap: 5rem;
  font-size: 12px;
  justify-content: flex-start;
}
@media (max-width: 46rem) {
  .site-footer .footer-menu {
    gap: 0.4rem;
    margin-top: 32px;
    justify-content: center;
  }
}
.site-footer .footer-menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 46rem) {
  .site-footer .footer-menu ul {
    gap: 0.5rem;
    display: block;
    justify-content: center;
  }
}
.site-footer .footer-menu ul li {
  display: block;
  margin-bottom: 10px;
}
.site-footer .social-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 61rem) {
  .site-footer .social-wrap {
    margin-bottom: 2rem;
  }
}
.site-footer .social-wrap img {
  margin-right: 12px;
}
.site-footer .social-wrap a {
  text-decoration: none;
}
.site-footer .social-wrap a:hover {
  opacity: 0.8;
}
.site-header.open-nav .navigation-wrapper {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}
.site-header.open-nav .main-navigation {
  visibility: visible;
  pointer-events: auto;
}
.site-header.open-nav button.hamburger .line {
  background: #00edb6;
}
.site-header.reversed .main-navigation > ul > li.current_page_item > a {
  color: #00edb6;
}

.navigation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 61rem) {
  .navigation-wrapper {
    max-height: 100%;
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
  }
}
.navigation-wrapper .footer-menu ul {
  margin-top: 0px;
  padding-top: 2rem;
  margin-left: 0px;
  padding-left: 0px;
}
.navigation-wrapper .footer-menu ul li {
  padding: 0;
  margin: 0px;
}
.navigation-wrapper .footer-menu ul li a {
  font-size: 14px;
  padding-left: 0px;
}

.main-navigation .footer-nav-in-mobile-nav {
  display: none;
}

@media (max-width: 61rem) {
  .main-navigation .footer-nav-in-mobile-nav {
    display: flex;
    flex-direction: column-reverse;
    margin-top: auto;
    padding: 2rem;
  }
  .main-navigation .footer-nav-in-mobile-nav .social-wrap {
    margin-top: 2rem;
  }
  .main-navigation .footer-nav-in-mobile-nav .social-wrap a {
    margin-right: 0.75rem;
  }
}
@media (max-width: 61rem) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    max-height: 100svh;
    overflow: scroll;
    transition: none;
    visibility: hidden;
    pointer-events: none;
    background: #091730;
  }
  .main-navigation:before {
    content: " ";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, #091730 0%, rgba(9, 23, 48, 0) 100%);
    z-index: 1;
  }
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 15svh 0rem 0rem 0rem;
  list-style: none;
  margin: 0;
  margin-left: 0px;
}
.main-navigation ul > li a {
  color: #091730;
}
@media (max-width: 61rem) {
  .main-navigation ul > li a {
    color: white;
  }
}
.main-navigation ul > li {
  width: 100%;
  padding: 8px 0;
  position: relative;
}
.main-navigation ul > li > .nav-toggle {
  position: absolute;
  right: 2rem;
  top: 8px;
  left: unset;
}
.main-navigation ul li {
  position: relative;
  margin-bottom: 16px;
}
.main-navigation ul li a {
  padding: 0 2rem;
}
.main-navigation ul li.open .nav-arrow {
  transform: rotate(180deg);
  background: #00edb6;
}
.main-navigation ul li .nav-arrow {
  position: absolute;
  top: 12px;
  right: 0px;
  max-width: 20px;
  transition: all 0.5s ease;
}
.main-navigation ul li .nav-toggle {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41113 3L7.37711 9.74614L13.3431 3" stroke="white" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}
.main-navigation ul li .nav-toggle[aria-expanded=true] {
  transform: rotate(180deg);
  background-color: #00edb6;
  background-image: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3438 7.74609L7.37777 0.99995L1.41179 7.74609" stroke="%23091730" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}
.main-navigation ul li > ul {
  margin-top: 0px;
}
@media (max-width: 61rem) {
  .main-navigation ul li ul.sub-menu {
    display: block;
    height: 0px;
    overflow: hidden;
    padding: 0px;
  }
  .main-navigation ul li ul.sub-menu ul.sub-menu {
    height: auto;
  }
}
@media (max-width: 61rem) and (max-width: 46rem) {
  .main-navigation ul li ul.sub-menu > li {
    background: #effaef;
  }
}
@media (max-width: 61rem) {
  .main-navigation ul li ul.sub-menu > li a {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 61rem) {
  .main-navigation ul li ul.sub-menu > li:first-of-type {
    margin-top: 16px;
    margin-bottom: -1px;
  }
}
@media (max-width: 61rem) {
  .main-navigation ul li ul.sub-menu li {
    margin-bottom: 0px;
    background-color: #effaef;
    font-family: "Brown", sans-serif;
  }
  .main-navigation ul li ul.sub-menu li ul li {
    background-color: white;
  }
  .main-navigation ul li ul.sub-menu li ul li a {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 0 2rem;
    margin-bottom: 0px;
  }
  .main-navigation ul li ul.sub-menu li ul li:last-of-type {
    padding-bottom: 1rem;
  }
  .main-navigation ul li ul.sub-menu li.download-link {
    position: relative;
  }
  .main-navigation ul li ul.sub-menu li.download-link:last-of-type {
    padding-bottom: 1rem;
  }
  .main-navigation ul li ul.sub-menu li.download-link:after {
    position: absolute;
    right: 2rem;
    top: 16px;
    content: " ";
    background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/download-navy.svg");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .main-navigation ul li ul.sub-menu li:not(.download-link, .sub-nav-title) {
    position: relative;
  }
  .main-navigation ul li ul.sub-menu li:not(.download-link, .sub-nav-title):after {
    content: " ";
    background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/right-arrow-navy.svg");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 12px;
  }
  .main-navigation ul li ul.sub-menu li:last-of-type {
    padding-bottom: 0px;
  }
  .main-navigation ul li ul.sub-menu li a {
    text-transform: none;
    letter-spacing: 0px;
    color: #091730;
  }
}
@media (max-width: 61rem) {
  .main-navigation ul li ul.sub-menu.open {
    margin: 0px 0px 24px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu {
    overflow: visible;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li {
    background: white;
    padding: 8px 0px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li a {
    font-size: 16px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li:last-of-type {
    padding-bottom: 16px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li:first-of-type {
    padding-top: 16px;
  }
}
@media (min-width: 61rem) {
  .main-navigation {
    position: relative;
    width: auto;
    display: flex;
    padding: 0;
    border-radius: 0px !important;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  .main-navigation ul > li {
    white-space: nowrap;
  }
  .main-navigation ul li {
    display: flex;
    align-items: center;
    margin-left: 2rem;
    position: relative;
    font-family: "Brown", sans-serif;
    padding: 0;
    margin-bottom: 0;
    z-index: 1;
    cursor: pointer;
  }
  .main-navigation ul li:first-of-type {
    margin-left: 0 !important;
  }
  .main-navigation ul li.current_page_item > a {
    border-bottom: 1px solid;
    color: #091730;
  }
  .main-navigation ul li .nav-toggle {
    display: none;
  }
  .main-navigation ul li.menu-item-has-children:after {
    content: "keyboard_arrow_down";
    font-family: "Material Symbols Outlined";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    transition: all 0.3s ease;
  }
  .main-navigation ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid white;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .main-navigation ul li.menu-item-has-children:hover:before {
    opacity: 1;
  }
  .main-navigation ul li a {
    transition: all 0.4s ease;
    color: #091730;
    opacity: 1;
    display: inline-block;
    position: relative;
    padding: 0;
  }
  .main-navigation ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #091730;
    display: block;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .main-navigation ul li a:hover:after {
    transform: scaleX(1);
  }
  .main-navigation ul li a:not(:hover):after {
    transform-origin: right;
  }
  .main-navigation ul li .nav-toggle {
    display: none;
  }
  .main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    margin-top: 16px;
    padding: 1rem 1.25rem 1.25rem;
    max-height: none;
    overflow: visible;
    height: auto;
    z-index: 990009;
    background: white;
    min-width: 100%;
  }
}
@media (min-width: 61rem) and (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu {
    min-width: 230px;
  }
}
@media (min-width: 61rem) and (min-width: 106rem) {
  .main-navigation ul li ul.sub-menu {
    min-width: 280px;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: calc(100% + 8px);
    background: #020b1b;
    -webkit-clip-path: polygon(0 0, 100% 8px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 8px, 100% 100%, 0 100%);
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 8px;
    width: calc(100% + 8px);
    background: #020b1b;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%);
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu li {
    padding: 0 0 8px 0;
    margin-left: 0;
    display: block;
  }
  .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li.sub-nav-title > a {
    cursor: default;
  }
  .main-navigation ul li ul.sub-menu li.sub-nav-title > a:after {
    opacity: 0;
  }
  .main-navigation ul li ul.sub-menu li.sub-nav-title > a:hover:after {
    opacity: 0;
  }
  .main-navigation ul li ul.sub-menu li.download-link {
    white-space: nowrap;
    position: relative;
  }
  .main-navigation ul li ul.sub-menu li.download-link:after {
    content: " ";
    position: absolute;
    top: 2px;
    right: 0px;
    background-image: url("/wp-content/themes/kingspan-2025/src/img/icons/download-navy.svg");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
  }
  .main-navigation ul li ul.sub-menu li.download-link:hover:after {
    transform: rotate(0deg);
  }
  .main-navigation ul li ul.sub-menu li a {
    text-transform: none;
    letter-spacing: 0;
    color: #004990;
  }
  .main-navigation ul li ul.sub-menu li ul {
    border: 0;
    padding: 0;
    margin: 8px 0 0;
    position: relative;
    box-shadow: none;
    top: 0px;
    left: 0px;
    min-width: auto;
    transform: none;
  }
  .main-navigation ul li ul.sub-menu li ul:before, .main-navigation ul li ul.sub-menu li ul:after {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li ul li {
    width: auto;
  }
  .main-navigation ul li ul.sub-menu li ul li a {
    font-size: 13px;
  }
}
@media (min-width: 61rem) and (min-width: 106rem) {
  .main-navigation ul li ul.sub-menu li ul li a {
    font-size: 16px;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu li ul li ul {
    position: relative;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li.menu-2-cols > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 2rem;
    min-width: 100%;
  }
}
@media (min-width: 61rem) and (min-width: 61rem) {
  .main-navigation ul li.menu-2-cols > ul.sub-menu {
    min-width: 460px;
    height: auto !important;
  }
}
@media (min-width: 61rem) and (min-width: 106rem) {
  .main-navigation ul li.menu-2-cols > ul.sub-menu {
    min-width: 560px;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li.menu-1-cols > ul.sub-menu {
    display: block;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: unset;
  }
  .main-navigation ul li:hover:after {
    transform: rotate(180deg);
  }
}

button.hamburger {
  display: block;
  width: 24px;
  height: 10px;
  padding: 0;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 !important;
  background: transparent !important;
}
@media (min-width: 61rem) {
  button.hamburger {
    display: none;
  }
}
button.hamburger .line {
  width: 100%;
  height: 1px;
  background: #091730;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease;
}
button.hamburger .line:nth-of-type(2) {
  top: 5px;
}
button.hamburger .line:nth-of-type(3) {
  top: 10px;
}
button.hamburger.open .line {
  transform: rotate(45deg) translate(0px, 7px);
}
button.hamburger.open .line:nth-of-type(2) {
  opacity: 0;
}
button.hamburger.open .line:nth-of-type(3) {
  transform: rotate(-45deg) translate(0px, -7px);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Brown", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 73rem) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 14px;
  }
}
@media (min-width: 106rem) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
  }
}

.secondary-link, .eyebrow-heading, .modal-button {
  font-family: "pressio-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
}

small, .breadcrumbs, .tag {
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 61rem) {
  small, .breadcrumbs, .tag {
    font-size: 12px;
    line-height: 18px;
  }
}

h1,
h2,
.stat,
h3,
.small-introduction {
  clear: both;
  margin: 0px;
  font-family: "pressio-condensed", sans-serif;
  font-weight: 300;
}

h4, h5 {
  clear: both;
  margin: 0px;
  font-family: "Brown", sans-serif;
  font-weight: 700;
}

.main-nav-item, .main-navigation ul li {
  font-size: 22px;
  font-family: "Brown", sans-serif;
}
@media (min-width: 61rem) {
  .main-nav-item, .main-navigation ul li {
    font-size: 14px;
  }
}
@media (min-width: 87.5rem) {
  .main-nav-item, .main-navigation ul li {
    font-size: 16px;
  }
}
@media (min-width: 106rem) {
  .main-nav-item, .main-navigation ul li {
    font-size: 18px;
  }
}

.block-text h1, .block-text h2, .block-text .stat, .block-text h3, .block-text .small-introduction {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 46rem) {
  .block-text h1, .block-text h2, .block-text .stat, .block-text h3, .block-text .small-introduction {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
.block-text h1:first-of-type, .block-text h2:first-of-type, .block-text .stat:first-of-type, .block-text h3:first-of-type, .block-text .small-introduction:first-of-type {
  margin-top: 0;
}
.block-text h4, .block-text h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.block-text table {
  margin-bottom: 2rem;
}

.shoulder-nav-item {
  font-size: 20px;
  font-family: "Brown", sans-serif;
}
@media (min-width: 61rem) {
  .shoulder-nav-item {
    font-size: 12px;
    font-family: "Brown", sans-serif;
  }
}
@media (min-width: 87.5rem) {
  .shoulder-nav-item {
    font-size: 14px;
  }
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

@media (min-width: 106rem) {
  .hero h1 {
    font-size: 5.8rem;
    line-height: 1.07;
  }
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 61rem) {
  h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 73rem) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 106rem) {
  h1 {
    font-size: 5.25rem;
    line-height: 1.07;
  }
}

h2, .stat {
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 61rem) {
  h2, .stat {
    font-size: 2.625rem;
  }
}
@media (min-width: 73rem) {
  h2, .stat {
    font-size: 3.375rem;
  }
}
@media (min-width: 106rem) {
  h2, .stat {
    font-size: 4.0625rem;
    line-height: 1.12;
  }
}

h3, .small-introduction {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 61rem) {
  h3, .small-introduction {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 73rem) {
  h3, .small-introduction {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
@media (min-width: 106rem) {
  h3, .small-introduction {
    font-size: 1.9375rem;
    line-height: 1.16;
  }
}

h4 {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 61rem) {
  h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 73rem) {
  h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 106rem) {
  h4 {
    font-size: 1.625rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
}

.statement {
  font-family: "pressio-condensed", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 61rem) {
  .statement {
    font-size: 2.25rem;
    line-height: 1.175;
  }
}
@media (min-width: 73rem) {
  .statement {
    font-size: 2.75rem;
    line-height: 1.15;
  }
}
@media (min-width: 106rem) {
  .statement {
    font-size: 3rem;
    line-height: 1.125;
  }
}

.introduction, blockquote, .card-title {
  font-family: "pressio-condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 61rem) {
  .introduction, blockquote, .card-title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (min-width: 73rem) {
  .introduction, blockquote, .card-title {
    font-size: 2.25rem;
    line-height: 1.15;
  }
}
@media (min-width: 106rem) {
  .introduction, blockquote, .card-title {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

.tag {
  background: white;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 1rem;
  font-weight: 700;
}

.stat {
  font-weight: 300;
  line-height: 0.8 !important;
}

b, strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em 0 0;
  position: relative;
  padding-top: 1rem;
}
blockquote:before {
  content: " ";
  background-image: url("/wp-content/themes/kingspan-2025/src/img/quote.svg");
  position: absolute;
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0rem;
  top: -26px;
}
@media (min-width: 46rem) {
  blockquote:before {
    left: -6rem;
    top: -4rem;
    width: 80px;
    height: 80px;
    padding-top: 0px;
  }
}
@media (max-width: 46rem) {
  blockquote {
    margin-top: 1rem;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fff;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

del {
  text-decoration: none;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

.breadcrumbs {
  margin-bottom: 24px;
  background: white;
  padding: 0.25rem 1rem;
  display: inline-block;
}
.breadcrumbs a {
  color: #091730;
}
.breadcrumbs span.breadcrumb_last {
  font-weight: 700;
  color: #091730;
}
.breadcrumbs p {
  display: inline-block;
  margin: 0;
  color: #091730;
}

.post-hero .categories {
  margin-bottom: 32px;
}
.post-hero .categories a.category-tag {
  margin-right: 8px;
}
@media (max-width: 46rem) {
  .post-hero.pt-large {
    padding-top: 128px;
  }
}
.post-hero .event-meta {
  display: flex;
  margin-left: 2px;
}
@media (min-width: 61rem) {
  .post-hero .event-meta {
    margin-left: 8px;
  }
}
.post-hero .event-meta img {
  align-self: center;
  margin-right: 4px;
}
.post-hero .event-meta .event-meta_date {
  display: flex;
  margin-right: 8px;
}
.post-hero .event-meta .event-meta_time {
  display: flex;
}

.post-content img {
  max-width: 100%;
}
.post-content figure {
  max-width: 100%;
}
.post-content figure figcaption {
  font-size: 12px;
}
.post-content a {
  text-decoration: underline;
  transition: all 0.4s ease;
}
.post-content .featured-image img {
  width: 100%;
}

.more-news {
  background-size: 80% !important;
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Utilities
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

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

.fade_in {
  opacity: 0;
  transform: translateY(20px);
}

.fade_in.is-visible {
  animation: fadein 1s ease both;
}

@keyframes fadein {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pt-none {
  padding-top: 0px;
}

.pt-small {
  padding-top: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pt-small {
    padding-top: 28px;
  }
}

.pt-medium {
  padding-top: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}
@media (max-width: 32rem) {
  .pt-medium {
    padding-top: 32px;
  }
}

.pt-large {
  padding-top: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}
@media (max-width: 32rem) {
  .pt-large {
    padding-top: 72px;
  }
}

.pt-xlarge {
  padding-top: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}
@media (max-width: 32rem) {
  .pt-xlarge {
    padding-top: 72px;
  }
}

.pt-xxlarge {
  padding-top: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

@media (max-width: 46rem) {
  .px-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pb-none {
  padding-bottom: 0px;
}

.pb-small {
  padding-bottom: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pb-small {
    padding-bottom: 28px;
  }
}

.pb-medium {
  padding-bottom: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}
@media (max-width: 32rem) {
  .pb-medium {
    padding-bottom: 32px;
  }
}

.pb-large {
  padding-bottom: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}
@media (max-width: 32rem) {
  .pb-large {
    padding-bottom: 72px;
  }
}

.pb-xlarge {
  padding-bottom: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}
@media (max-width: 32rem) {
  .pb-xlarge {
    padding-bottom: 72px;
  }
}

.pb-xxlarge {
  padding-bottom: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pl-none {
  padding-left: 0px;
}

.pl-small {
  padding-left: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

.pl-medium {
  padding-left: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pl-large {
  padding-left: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pl-xlarge {
  padding-left: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pl-xxlarge {
  padding-left: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pr-none {
  padding-right: 0px;
}

.pr-small {
  padding-right: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

.pr-medium {
  padding-right: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pr-large {
  padding-right: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pr-xlarge {
  padding-right: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pr-xxlarge {
  padding-right: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  z-index: 1000;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 95vw;
  width: 100%;
}
@media (min-width: 106rem) {
  .modal__container {
    max-width: 1080px;
  }
}

.modal-button {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border: 0;
  z-index: 2;
  position: absolute;
  padding: 1rem 2rem !important;
  flex-direction: column;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-button svg {
  margin-bottom: 8px;
  max-width: 40px;
  height: auto;
  fill: white;
}
.modal-button svg rect, .modal-button svg path {
  fill: white;
}
.modal-button:hover {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  color: #091730;
}
.modal-button:hover svg rect, .modal-button:hover svg path {
  fill: #091730;
}

.play-video-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-close-button {
  top: 0px;
  right: 0px;
  width: auto;
  height: auto;
  background: none;
}
.modal-close-button svg path {
  fill: white;
  stroke: white;
}
.modal-close-button:hover svg path {
  stroke: #091730;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container {
  will-change: transform;
}

.wcc-consent-container, .wcc-preference-center {
  background-color: #ffffff !important;
  color: #091730 !important;
}
.wcc-consent-container button, .wcc-preference-center button {
  border-radius: 6px !important;
  text-transform: none !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.wcc-consent-container button.wcc-btn-accept, .wcc-preference-center button.wcc-btn-accept {
  background-color: #091730 !important;
  color: white !important;
}
.wcc-consent-container button.wcc-btn-reject, .wcc-preference-center button.wcc-btn-reject {
  background-color: white !important;
  color: #091730 !important;
}
.wcc-consent-container button.wcc-btn-customize, .wcc-consent-container button.wcc-btn-preferences, .wcc-preference-center button.wcc-btn-customize, .wcc-preference-center button.wcc-btn-preferences {
  background-color: white !important;
  color: #091730 !important;
}
.wcc-consent-container button.wcc-show-desc-btn, .wcc-preference-center button.wcc-show-desc-btn {
  color: #091730 !important;
}
.wcc-consent-container .wcc-audit-table, .wcc-preference-center .wcc-audit-table {
  background-color: white !important;
}
.wcc-consent-container .wcc-accordion-item, .wcc-preference-center .wcc-accordion-item {
  color: #091730 !important;
}
.wcc-consent-container .wcc-accordion-item .wcc-accordion-btn, .wcc-preference-center .wcc-accordion-item .wcc-accordion-btn {
  color: #091730 !important;
}
.wcc-consent-container h1, .wcc-consent-container h2, .wcc-consent-container .stat, .wcc-consent-container h3, .wcc-consent-container .small-introduction, .wcc-consent-container h4, .wcc-consent-container h5, .wcc-consent-container h6, .wcc-consent-container p, .wcc-consent-container span, .wcc-consent-container div, .wcc-preference-center h1, .wcc-preference-center h2, .wcc-preference-center .stat, .wcc-preference-center h3, .wcc-preference-center .small-introduction, .wcc-preference-center h4, .wcc-preference-center h5, .wcc-preference-center h6, .wcc-preference-center p, .wcc-preference-center span, .wcc-preference-center div {
  color: #091730 !important;
}

.credit {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 10px;
  color: white;
  opacity: 0.5;
  margin: 0px !important;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
.credit a {
  color: white;
}
.credit:hover {
  opacity: 1;
}

.wcc-btn {
  text-transform: uppercase !important;
  border-width: 1px !important;
  font-size: 13px !important;
}

.overflow-visible {
  overflow: visible;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.5s ease;
}
.play-button svg {
  width: 40%;
  height: 40%;
  margin-left: 5px;
}

.rounded img, .breadcrumbs img {
  border-radius: 6px;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-bottom {
  background-position: bottom;
}

.sticky {
  position: sticky;
  top: 64px;
}
@media (min-width: 73rem) {
  .sticky {
    top: 128px;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.cut--top-left {
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
          clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}
@media (min-width: 61rem) {
  .cut--top-left {
    -webkit-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
            clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  }
}
@media (min-width: 106rem) {
  .cut--top-left {
    -webkit-clip-path: polygon(90px 0, 100% 0, 100% 100%, 0 100%, 0 90px);
            clip-path: polygon(90px 0, 100% 0, 100% 100%, 0 100%, 0 90px);
  }
}

.cut--top-right {
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}
@media (min-width: 61rem) {
  .cut--top-right {
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  }
}
@media (min-width: 106rem) {
  .cut--top-right {
    -webkit-clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 90px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 90px, 100% 100%, 0 100%);
  }
}

.cut--bottom-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
@media (min-width: 61rem) {
  .cut--bottom-right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
  }
}
@media (min-width: 106rem) {
  .cut--bottom-right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), calc(100% - 90px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), calc(100% - 90px) 100%, 0 100%);
  }
}

.cut--bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}
@media (min-width: 61rem) {
  .cut--bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  }
}
@media (min-width: 106rem) {
  .cut--bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 90px 100%, 0 calc(100% - 90px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 90px 100%, 0 calc(100% - 90px));
  }
}

.cut--top-left-bottom-right {
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
          clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}
@media (min-width: 61rem) {
  .cut--top-left-bottom-right {
    -webkit-clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
            clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
  }
}
@media (min-width: 106rem) {
  .cut--top-left-bottom-right {
    -webkit-clip-path: polygon(90px 0, 100% 0, 100% calc(100% - 90px), calc(100% - 90px) 100%, 0 100%, 0 90px);
            clip-path: polygon(90px 0, 100% 0, 100% calc(100% - 90px), calc(100% - 90px) 100%, 0 100%, 0 90px);
  }
}

.cut--top-right-bottom-left {
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
          clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}
@media (min-width: 61rem) {
  .cut--top-right-bottom-left {
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
            clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  }
}
@media (min-width: 106rem) {
  .cut--top-right-bottom-left {
    -webkit-clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 90px, 100% 100%, 90px 100%, 0 calc(100% - 90px));
            clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 90px, 100% 100%, 90px 100%, 0 calc(100% - 90px));
  }
}

.nav-hide-on-mobile {
  display: none !important;
}
@media (min-width: 769px) {
  .nav-hide-on-mobile {
    display: block !important;
  }
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 61rem) {
  .hide-on-mobile {
    display: block;
  }
}
@media (min-width: 61rem) {
  .hide-on-mobile.align-centre {
    display: flex;
  }
}

.hide-on-mobile-flex {
  display: none !important;
}
@media (min-width: 61rem) {
  .hide-on-mobile-flex {
    display: flex !important;
  }
}

.hide-on-desktop {
  display: inline-block !important;
}
@media (min-width: 61rem) {
  .hide-on-desktop {
    display: none !important;
  }
}

.hide-on-tablet {
  display: none;
}
@media (min-width: 73rem) {
  .hide-on-tablet {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.align-center, .align-centre {
  align-content: center;
  justify-content: center;
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 73rem) {
  .reverse {
    flex-direction: row-reverse;
  }
}

.auto-margin {
  margin: 0px auto;
}

.w-full {
  width: 100%;
}

.rounded, .breadcrumbs {
  border-radius: 16px;
}

.rounded-bottom-left {
  border-bottom-left-radius: 16px;
}

.rounded-bottom-right {
  border-bottom-right-radius: 16px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}