@charset "UTF-8";
:root {
  /* BREAKPOINTS */
  --bp-medium: 700px;
  --bp-large: 920px;
  --bp-huge: 1200px;
  --bc-black: black;
  --bc-purple: #8A195F;
  --bc-lightgrey: #EBEAE9;
  --bc-warmgrey: #DBDAD6;
  --bc-warmgrey-2: #828282;
  --bc-darkgrey: rgb(48, 51, 61);
  --accent-color: --bc-purple;
  --primary-color: var(--bc-lightgrey);
  --secondary-color: var(--bc-warmgrey);
  --mid-color: --bc-warmgrey-2;
  --darkest-color: --bc-darkgrey;
  --black: --bc-black;
  --none: rgba(0,0,0,0);
  --accent-color: --bc-purple;
  --header-bg: var(--primary-color);
  /* JS MEASUREMENTS */
  --100wh: 100vh;
  --50wh: calc(--100wh / 2);
}

/* BREAKPOINTS */
/* COMPONENT GENERAL VARIABLES */
/* COMPONENT SPECIFIC VARIABLES */
/* TEXT VARIABLES */
@keyframes FOUTKiller {
  0% {
    visibility: hidden;
    height: 0;
    flex-wrap: nowrap;
  }
  100% {
    visibility: visible;
    height: auto;
    flex-wrap: wrap;
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shimmer {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  8% {
    transform: translateY(30%);
  }
  10% {
    transform: translateY(100%);
    opacity: 0;
  }
  20% {
    transform: translateY(-40%);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/** INFINITE SCROLL **/
@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html, body {
  height: 100%;
}

html {
  overflow-x: hidden;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*
  10. Remove built-in button styles
*/
button {
  background: none;
  border: none;
}

/*
  11. Remove default list styles.
*/
ul.display, li.display {
  padding: 0;
  list-style: none;
}

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
* + p {
  margin-top: 1.8rem;
}
* + h3, * + h4, * + h5, * + h6 {
  margin-top: 1.8rem;
}
* + h1, * + h2 {
  margin-top: 3rem;
}

p {
  line-height: 1.8rem;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 1rem;
}

ul li,
ol li {
  line-height: 1.8rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.8rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: serif;
  margin-bottom: 0;
  line-height: 1.8rem;
}

h1 {
  font-size: 2.828rem;
  line-height: 3rem;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 4.242rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 920px) {
  h1 {
    font-size: 6rem;
    line-height: 5.8rem;
  }
}

h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 3.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 920px) {
  h2 {
    font-size: 4.242rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 1.414rem;
  font-family: Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 0.707rem;
}

h5 {
  font-size: 0.4713333333rem;
}

h6 {
  font-size: 0.3535rem;
}

/* Tables */
table {
  margin-top: 1.8rem;
  border-spacing: 0px;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
  line-height: 1.2rem;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}

/* Hug the block above you */
.hug {
  margin-top: 0;
}

/* Accent fonts */
.accent {
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.6;
}

.smallcaps {
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

[aria-current] {
  color: #8A195F;
}

/* 
CUSTOM TEXT STYLES BELOW
*/
enc-bp {
  display: none;
}
enc-bp::after {
  content: "small";
}
@media screen and (min-width: 700px) {
  enc-bp::after {
    content: "medium";
  }
}
@media screen and (min-width: 920px) {
  enc-bp::after {
    content: "large";
  }
}
@media screen and (min-width: 1200px) {
  enc-bp::after {
    content: "huge";
  }
}

html {
  color: black;
}

a:focus { /*
outline: dashed 2px $accent-color;
outline-offset: 2px;
border-radius: 5px;*/ }

.a11y-link {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 10;
  top: 0;
  transition: transform 0.2s ease;
  height: 66px;
  padding: 10px;
  transform: translateY(-100%);
  /*
  &--container {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 0;
    visibility: hidden;

    &:focus-within {
      visibility: visible;
      height: auto;
      padding: map-get($responsive-variables, padding-s);

      & .a11y-link:focus {
        width: 100%;
        padding: calc(map-get($responsive-variables, padding-s)/2);
        border: dashed 2px $accent-color;
        border-radius: 5px;
        text-decoration: underline;

        &:hover {
          color: $accent-color;
        }
      }
    }
  }*/
}
.a11y-link:focus-within {
  transform: translateY(0);
  transition: transform 0.2s ease;
}
.a11y-link a {
  position: relative;
  width: 100%;
  background-color: #EBEAE9;
  padding: 5px 10px;
}
.a11y-link a:hover {
  color: #8A195F;
}

body {
  background-color: #DBDAD6;
}

main {
  z-index: -100;
  width: 100%;
  background-color: #EBEAE9;
}
main:focus {
  outline: none;
}

section {
  width: inherit;
  height: auto;
  /*&:first-of-type{
      padding-top: $navbar-height;
  }*/
}
section.accent-block {
  background-color: #DBDAD6;
}

.block {
  padding: 0 20px;
}
@media screen and (min-width: 700px) {
  .block {
    padding: 0 40px;
  }
}
@media screen and (min-width: 920px) {
  .block {
    padding: 0 60px;
  }
}
.block.text {
  max-width: 80ch;
}

.text-b {
  max-width: 80ch;
}

/* UTILS? */
.js-nojs { /*
animation: FOUTKiller;
animation-duration: 0ms;
animation-delay: 800ms;
animation-iteration-count: 1;
animation-fill-mode: forwards;*/ }

.emphasis {
  color: #8A195F;
}

/* FORMS */
form {
  padding: 20px 0;
}
@media screen and (min-width: 700px) {
  form {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }
}
form textarea {
  min-height: 100px;
}

form input,
form textarea {
  width: 100%;
  background-color: #DBDAD6;
  border: none;
  padding: 10px 20px;
}
form input:focus-within,
form textarea:focus-within {
  outline: #8A195F solid 2px;
}

.form__input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.form__input-wrapper + * {
  margin-top: 20px;
}
@media screen and (min-width: 700px) {
  .form__input-wrapper + * {
    align-items: flex-start;
    margin-top: 0;
  }
}
.form__input-wrapper button {
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .form__half {
    display: inline-flex;
    margin-top: 0;
    width: calc(50% - 10px);
  }
}

.mdToJS {
  display: none;
}

/*.barba-once{
  opacity: 0;
}

.barba-once-active{
  transition: opacity 2s ease;
}

.barba-once-to{
  opacity: 1;
}*/
/* FADE */ /*
.fade-leave {
  opacity: 1;
  background-color: $primary-color;
}

.fade-leave-active {
  transition: opacity 0.2s ease;
}

.fade-leave-to {
  opacity: 0;
  background-color: $primary-color;
}

.fade-enter {
  opacity: 0;
  background-color: $primary-color;
}

.fade-enter-active {
  transition: opacity 0.2s ease;
}

.fade-enter-to {
  opacity: 1;
  background-color: $primary-color;
}*/
/* CLIP */
.clip-leave {
  opacity: 1;
}

.clip-leave-active {
  transition: opacity 0.75s linear;
}

.clip-leave-to {
  opacity: 0;
}

.clip-enter {
  clip-path: circle(0%);
  -webkit-clip-path: circle(0%);
  height: 100vh;
}

.clip-enter-active {
  transition: clip-path 0.75s linear;
  position: absolute;
  top: 0;
  z-index: 10000000000;
  overflow: hidden;
  height: 100vh;
  width: calc(100vw - 15px);
}

.clip-enter-to {
  clip-path: circle(75%);
  -webkit-clip-path: circle(75%);
  height: 100vh;
}

/* SLIDE */
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #8A195F;
  z-index: 1000000;
  transform: translateX(-100%);
  padding-right: 50%;
}

.loading-screen-child {
  height: 100%;
  width: 100%;
  background-color: #DBDAD6;
}

.slide-leave-active,
.slide-enter-active,
.slide-leave-active .loading-screen,
.slide-enter-active .loading-screen {
  transition: transform 0.7s ease-in-out, padding 0.7s ease-in-out;
  -webkit-transition: transform 0.7s ease-in-out, padding 0.7s ease-in-out;
}

.slide-leave .loading-screen {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.slide-leave-to .loading-screen {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  padding: 0;
}

.slide-enter .loading-screen {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  padding-right: 0;
}

.slide-enter-to .loading-screen {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  padding-left: 50%;
}

.slide-enter-active main {
  transition: transform 0.7s ease-out;
  -webkit-transition: transform 0.7s ease-out;
}

.slide-leave-active main {
  transition: transform 0.8s ease-in;
  -webkit-transition: transform 0.8s ease-in;
}

.slide-leave main {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.slide-leave-to main {
  transform: translateX(80%);
  -webkit-transform: translateX(80%);
}

.slide-enter main {
  transform: translateX(-2%);
  -webkit-transform: translateX(-2%);
}

.slide-enter-to main {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* COMPOSITION */
.pagewrap {
  padding-bottom: 60px;
}

span.avoidwrap {
  display: inline-block;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 66px;
  background-color: var(--header-bg);
  z-index: 5;
}
@media screen and (min-width: 800px) {
  header {
    position: relative;
  }
}
@media screen and (min-width: 920px) {
  header {
    height: 106px;
  }
}

.nav--top {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.nav--top.js-nojs {
  flex-wrap: nowrap;
}
@media screen and (min-width: 800px) {
  .nav--top {
    width: 100%;
    display: inline-flex;
    gap: 20px;
  }
  .nav--top li + li {
    margin-left: 40px;
  }
}

.nav--logo--wrapper {
  width: 100%;
  height: 100%;
}

.nav--logo {
  height: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 920px) {
  .nav--logo {
    padding: 34.2857142857px 0;
  }
}
.nav--logo:hover {
  cursor: pointer;
  filter: brightness(999%);
}

.nav--menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 80%;
  height: 100vh;
  background-color: #DBDAD6;
  transform: translateX(100%);
  transition: transform 0.2s ease;
  flex-wrap: wrap;
}
.nav--menu.js-nojs {
  border-top: solid 2px #DBDAD6;
  width: 100%;
  position: relative;
  min-width: none;
  min-height: auto;
  transform: translateX(0);
  border-left: none;
  background-color: none;
  visibility: hidden;
  height: 0;
}
.nav--menu.active {
  /*animation: slide-in;
  animation-duration: 200ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;*/
  transform: translateX(0);
  transition: transform 0.2s ease;
}
.nav--menu--content {
  width: 100%;
  margin-top: 66px;
  padding-top: 60px;
  padding-right: 40px;
  text-align: right;
}
@media screen and (min-width: 800px) {
  .nav--menu--content {
    padding: 0;
    margin-top: 0;
  }
}
.nav--menu--content h2 {
  font-size: 2.828rem;
  margin-bottom: 40px;
  color: rgb(48, 51, 61);
}
@media screen and (min-width: 800px) {
  .nav--menu--content h2 {
    display: none;
  }
}
.nav--menu--content ul {
  width: 100%;
  position: relative;
}
.nav--menu--content ul li {
  color: rgb(48, 51, 61);
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul li {
    border-top: solid 0px #8A195F;
    border-bottom: solid 0px rgba(0, 0, 0, 0);
    font-size: 80%;
    transition: border-width 0.2s ease;
  }
}
.nav--menu--content ul li + li {
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul li + li {
    margin-top: 0;
  }
}
.nav--menu--content ul li:hover a {
  position: relative;
  transform: translateX(-2rem);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul li:hover a {
    transform: none;
  }
}
.nav--menu--content ul li:hover a::after {
  opacity: 1;
  transition: opacity 0.2s ease 0.1s, margin-left 0.2s ease;
  margin-left: 0.5rem;
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul li:hover a::after {
    content: none;
  }
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul li:hover {
    border-top: solid 10px #8A195F;
    border-bottom: solid 18px rgba(0, 0, 0, 0);
    transition: border-width 0.2s ease;
  }
}
.nav--menu--content ul li a {
  display: block;
  font-size: 1.414rem;
  transition: transform 0.2s ease, margin-left 0.2s ease;
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul li a {
    font-size: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
}
.nav--menu--content ul li a::after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease, margin-left 0.2s ease;
  content: "→";
  font-weight: 100;
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 800px) {
  .nav--menu--content ul {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    background: none;
    height: 100%;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }
}
.nav--menu::before {
  height: 66px;
  width: 100%;
  background-color: rgb(48, 51, 61);
  content: "";
  position: absolute;
  border-bottom: solid 2px #DBDAD6;
}
@media screen and (min-width: 800px) {
  .nav--menu::before {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .nav--menu {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    position: relative;
    border: none;
    height: 100%;
    width: auto;
    min-width: none;
    min-height: none;
    transform: translateX(0);
    visibility: visible;
    background: none;
  }
}

.nav--button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  height: 28px;
}
.nav--button:hover {
  cursor: pointer;
}
.nav--button.js-nojs {
  display: none;
}
@media screen and (min-width: 800px) {
  .nav--button {
    display: none;
  }
}
.nav--button[aria-expanded=true] .hamburger {
  background-color: #DBDAD6;
}
.nav--button[aria-expanded=true] .hamburger::before {
  background-color: #DBDAD6;
}
.nav--button[aria-expanded=true] .hamburger::after {
  background-color: #DBDAD6;
}

.hamburger {
  position: absolute;
  height: 4px;
  width: 30px;
  left: 0;
  background-color: #8A195F;
  content: "";
  z-index: 3;
}
.hamburger::before {
  position: absolute;
  height: 4px;
  width: 30px;
  left: 0;
  top: -10px;
  background-color: #8A195F;
  content: "";
}
.hamburger::after {
  position: absolute;
  height: 4px;
  width: 30px;
  left: 0;
  top: 10px;
  background-color: #8A195F;
  content: "";
}

.active-url {
  color: #8A195F;
}

footer {
  color: #828282;
  background-color: #DBDAD6;
}

.footer {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .footer {
    display: grid;
    grid-template-columns: 30% 1fr 20%;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 40px 40px;
  }
}
@media screen and (min-width: 920px) {
  .footer {
    padding: 40px 60px;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .footer__logo {
    grid-area: 1/1/3/2;
    align-items: flex-start;
  }
}
.footer__logo img {
  width: 60%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  .footer__logo img {
    width: 240px;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  .footer__text {
    align-items: flex-start;
  }
}
.footer__text__return {
  text-decoration: underline;
  color: #8A195F;
}
.footer__contact {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .footer__contact {
    grid-area: 1/3/2/4;
    align-items: flex-end;
  }
}
.footer__contact p {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .footer__contact p {
    text-align: left;
  }
}
.footer__socials {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .footer__socials {
    grid-area: 2/3/3/4;
    justify-content: flex-start;
  }
}
.footer__socials__social {
  height: 20px;
  width: 20px;
  background-color: rgb(48, 51, 61);
}

.hero {
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: calc(var(--100wh) - 66px);
  position: relative;
}
@media screen and (min-width: 700px) {
  .hero {
    padding-top: 40px;
    min-height: 600px;
    height: calc(var(--100wh) - 66px);
  }
}
@media screen and (min-width: 920px) {
  .hero {
    height: calc(var(--100wh) - 106px);
  }
}
.hero__text-container {
  align-self: center;
  z-index: 2;
  padding: 0 20px;
  order: 2;
  bottom: 0;
  margin-top: -3rem;
  margin-bottom: 60px;
  flex-grow: 1;
}
@media screen and (min-width: 700px) {
  .hero__text-container {
    margin-top: -6rem;
    width: 50%;
    flex-basis: 50%;
    margin: 0;
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 920px) {
  .hero__text-container {
    order: 1;
    width: 50%;
    padding: 0 60px;
  }
}
.hero__headline-1 {
  color: white;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 700px) {
  .hero__headline-1 {
    color: black;
    font-size: 1.4rem;
    line-height: 2.828rem;
  }
}
.hero__headline-2 {
  color: #8A195F;
  line-height: 3.4rem;
  font-size: 3rem;
  font-family: serif;
  font-weight: bold;
}
@media screen and (min-width: 700px) {
  .hero__headline-2 {
    line-height: 4rem;
    font-size: 4.9rem;
  }
}
@media screen and (min-width: 920px) {
  .hero__headline-2 {
    font-size: 8rem;
    line-height: 8rem;
    white-space: nowrap;
  }
}
.hero__media-container {
  z-index: 1;
  order: 1;
  min-height: calc(var(--100wh) * 0.4);
  max-height: calc(var(--100wh) * 0.6);
  width: auto;
  margin-right: -20px;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .hero__media-container {
    flex-basis: 50%;
    margin-right: -40px;
    order: 2;
    width: 50%;
    height: 70%;
  }
}
@media screen and (min-width: 920px) {
  .hero__media-container {
    margin-right: -60px;
  }
}
.hero__media-container video {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}
.hero__bg-scroll {
  width: 100vw;
  z-index: 0;
  position: absolute;
  overflow: hidden;
  top: 30vh;
  left: 0;
  user-select: none;
}
@media screen and (min-width: 700px) {
  .hero__bg-scroll {
    top: 45%;
    transform: translateY(-50%);
  }
}
.hero__bg-scroll--container {
  overflow: hidden;
  animation: scroll 20s linear infinite;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (min-width: 700px) {
  .hero__bg-scroll--container {
    animation-duration: 80s;
  }
}
.hero__bg-scroll--frame {
  display: inline-block;
  min-width: 100vw;
  font-size: 14rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
  color: #DBDAD6;
}
@media screen and (min-width: 920px) {
  .hero__bg-scroll--frame {
    font-size: 20rem;
  }
}
.hero__footer {
  display: flex;
  justify-self: end;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.9rem;
  font-size: 80%;
  order: 3;
  width: 100%;
  min-height: 10px;
  height: auto;
}
@media screen and (min-width: 700px) {
  .hero__footer {
    font-size: 100%;
  }
}
.hero__scroll-prompt {
  overflow: auto;
  display: inline;
}
.hero__scroll-prompt--prompt {
  vertical-align: text-bottom;
  margin-left: 1rem;
}
.hero__scroll-prompt--prompt::before {
  margin-left: -1rem;
  content: "↓";
  margin-right: 0rem;
  position: absolute;
  animation: shimmer 3s linear infinite;
  animation-delay: 1s;
}
.hero__scroll-prompt--copyright {
  font-size: 0.707rem;
}
.hero__badge {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.hero__badge--text {
  line-height: inherit;
  text-align: right;
  margin-right: 10px;
}
.hero__badge--text--label {
  font-weight: bold;
  display: block;
}
.hero__badge--text--type {
  display: block;
  font-size: 0.707rem;
}
.hero__badge--badge {
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 700px) {
  .hero__badge--badge {
    height: 80px;
    width: 80px;
  }
}

.showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 920px) {
  .showcase__section {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 700px) {
  .showcase {
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
  .showcase__picture-box {
    grid-area: 1/1/3/2;
  }
  .showcase__header {
    grid-area: 1/2/2/3;
  }
  .showcase__content {
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 920px) {
  .showcase {
    grid-column-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.showcase__breadcrumb {
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 700px) {
  .showcase__breadcrumb {
    flex-basis: 100%;
    font-size: 70%;
    width: 100%;
    order: 2;
    text-align: left;
    margin-bottom: 0.5rem;
  }
}
.showcase__title {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .showcase__title {
    order: 3;
    text-align: left;
    margin-bottom: 3rem;
  }
}
.showcase__picture-box {
  height: 60%;
  min-height: 250px;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #DBDAD6;
  position: relative;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .showcase__picture-box {
    margin: 0;
    padding: 0;
    flex: 1;
    order: 1;
    margin: 0;
  }
}
.showcase__picture-box--wrapper {
  display: block;
}
.showcase__picture-box--pic:first-of-type {
  /*margin-right: -10px;
  margin-bottom: 40px;
  margin-top: -30px;
  height: 300px;
  width: 150px;*/
  left: 40px;
  margin-top: -40px;
  height: 75%;
  min-width: 50%;
  max-width: 75%;
  max-height: 100%;
  background-color: #8A195F;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.showcase__picture-box--pic:last-of-type {
  right: 40px;
  bottom: 0;
  margin-bottom: -40px;
  height: 75%;
  min-width: 50%;
  max-width: 75%;
  max-height: 100%;
  background-color: black;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.showcase__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .showcase__content {
    align-items: flex-start;
  }
}
@media screen and (min-width: 700px) {
  .showcase__subtitle {
    order: 4;
  }
}
@media screen and (min-width: 700px) {
  .showcase__body {
    order: 5;
  }
}
@media screen and (min-width: 700px) {
  .showcase .button {
    order: 6;
  }
}
@media screen and (min-width: 700px) {
  .showcase__section:nth-child(even) {
    text-align: right;
  }
  .showcase__section:nth-child(even) .showcase__picture-box {
    grid-area: 1/2/3/3;
  }
  .showcase__section:nth-child(even) .showcase__header {
    grid-area: 1/1/2/2;
  }
  .showcase__section:nth-child(even) .showcase__content {
    grid-area: 2/1/3/2;
  }
  .showcase__section:nth-child(even) .showcase__title, .showcase__section:nth-child(even) .showcase__breadcrumb {
    text-align: right;
  }
  .showcase__section:nth-child(even) .showcase__content {
    align-items: flex-end;
  }
}

.cta-bar {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #DBDAD6;
}
@media screen and (min-width: 700px) {
  .cta-bar {
    flex-direction: row;
  }
}
.cta-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 60px 40px;
  color: white;
  background-color: rgb(48, 51, 61);
}
.cta-bar__item:hover .cta-bar__item--child {
  transform: translateX(0.6rem);
  transition: transform 0.2s ease;
}
.cta-bar__item:hover .cta-bar__item--child::after {
  transform: translateX(0.4rem);
  transition: transform 0.2s ease;
}
.cta-bar__item img {
  height: 3rem;
  width: auto;
  margin-right: 1rem;
}
@media screen and (min-width: 700px) {
  .cta-bar__item img {
    height: 4rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 700px) {
  .cta-bar__item {
    width: 50%;
  }
}
.cta-bar__item:nth-child(even) {
  background-color: #8A195F;
}
.cta-bar__item--child {
  display: flex;
  align-items: center;
  flex-direction: row;
  transition: transform 0.2s ease;
}
.cta-bar__item--child h2 {
  margin: 0;
  font-size: 160%;
  line-height: 2rem;
}
@media screen and (min-width: 700px) {
  .cta-bar__item--child::after {
    content: "→";
    font-size: 160%;
    line-height: 1rem;
    margin-left: 1rem;
    transition: transform 0.2s ease;
  }
}
.cta-bar__item--child.catalogues img {
  height: clamp(100px, 10vw, 200px);
}
.cta-bar__item.full {
  width: 100%;
  background-color: #8A195F;
}

.contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .contact {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    padding-bottom: 60px;
  }
}
.contact__title-wrapper {
  text-align: center;
  background-color: #DBDAD6;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .contact__title-wrapper {
    flex-basis: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 700px) {
  .contact__title {
    margin-right: 2.6rem;
  }
}
@media screen and (min-width: 700px) {
  .contact__subtitle {
    margin-top: 0;
  }
}
.contact__location-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 700px) {
  .contact__location-wrapper {
    width: 50%;
    flex-basis: 50%;
    align-items: flex-start;
    position: relative;
  }
}
@media screen and (min-width: 920px) {
  .contact__location-wrapper {
    width: 40%;
    flex-basis: 40%;
  }
}
.contact__location-wrapper h3 {
  font-family: Helvetica, Arial, sans-serif;
  color: #8A195F;
}
.contact__location-wrapper h4 {
  margin-top: 2rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.contact__location-wrapper__info {
  margin-top: 10px;
  width: 100%;
  max-width: 18rem;
  color: rgb(48, 49, 49);
  opacity: 0.7;
}
.contact__location-wrapper__info div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.contact__location-wrapper__info div p {
  margin-top: 0;
  flex-basis: 50%;
}
.contact__location-wrapper__info div p:last-of-type {
  text-align: end;
}
.contact__form-w {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .contact__form-w {
    width: 50%;
    flex-basis: 50%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 920px) {
  .contact__form-w {
    width: 60%;
    flex-basis: 60%;
  }
}
.contact__form {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .contact__form textarea {
    min-height: 200px;
  }
}

.quilt {
  width: 100%;
  background-color: rgb(48, 51, 61);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.quilt::before, .quilt::after {
  background: linear-gradient(to right, rgb(48, 51, 61) 0%, rgba(48, 51, 61, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.quilt::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.quilt::before {
  left: 0;
  top: 0;
}
.quilt__scroll {
  margin: 0;
  height: 80px;
  width: 100%;
  min-width: 500px;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  column-gap: 10px;
}
@media screen and (min-width: 700px) {
  .quilt__scroll {
    height: 100px;
  }
}
@media screen and (min-width: 920px) {
  .quilt__scroll {
    padding: 20px 60px;
  }
}
.quilt__scroll img {
  height: 100%;
  width: auto;
  max-width: 150px;
  opacity: 0.5;
}
.quilt__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 920px) {
  .title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.title__text-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .title__text-wrapper {
    width: auto;
    text-align: left;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.title__text-wrapper h2 {
  display: inline;
}
@media screen and (min-width: 700px) {
  .title__text-wrapper h2 {
    padding-right: 40px;
  }
}
.title__text-wrapper p {
  max-width: 40ch;
}
@media screen and (min-width: 700px) {
  .title__text-wrapper p {
    margin-top: 0;
  }
}

.category {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.product {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 700px) {
  .product {
    padding-top: 40px;
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto, auto, auto, 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 920px) {
  .product {
    grid-template-columns: 55% 1fr;
    grid-column-gap: 60px;
  }
}
.product__title-wrapper {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .product__title-wrapper {
    padding-top: 0;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.product__title-wrapper h2 {
  text-align: center;
}
@media screen and (min-width: 700px) {
  .product__title-wrapper h2 {
    text-align: left;
    line-height: 3.8rem;
  }
}
@media screen and (min-width: 700px) {
  .product__title-wrapper h2 {
    text-align: left;
    line-height: 4.4rem;
  }
}
.product__title-wrapper p {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .product__title-wrapper p {
    font-size: 1.2rem;
    margin-top: 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 700px) {
  .product__title-wrapper {
    grid-area: 2/2/3/3;
  }
}
.product__image-box {
  width: auto;
  height: auto;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width: 700px) {
  .product__image-box {
    position: sticky;
    top: 40px;
    align-self: start;
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
    grid-area: 2/1/5/2;
  }
}
.product__image-box__hero {
  width: 100%;
  height: auto;
}
.product__image-box__hero img {
  width: 100%;
  height: auto;
}
.product__image-box__slide-deck {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 20px;
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .product__image-box__slide-deck {
    padding: 0;
    padding-top: 20px;
  }
}
.product__image-box__slide {
  background-color: #8A195F;
  background-position: center center;
  background-size: cover;
  height: 150px;
  width: calc(33.333% - 13.3333333333px);
  transition: transform 0.2s ease;
}
.product__image-box__slide:hover {
  cursor: pointer;
  transform: scale(105%);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 700px) {
  .product__text-wrapper {
    grid-area: 3/2/4/3;
    padding-bottom: 60px;
  }
}
.product__description {
  font-weight: 600;
  margin-bottom: 20px;
}
.product__body {
  margin-bottom: 40px;
}
.product__details li {
  font-weight: 600;
  color: #8A195F;
}
.product__details li + li {
  margin-top: 0.3rem;
}
.product > .breadcrumb {
  margin-bottom: 0;
  margin-top: 40px;
}
@media screen and (min-width: 700px) {
  .product > .breadcrumb {
    margin-top: 0;
    margin-bottom: 20px;
    grid-area: 1/1/2/3;
  }
}

.careers .pagewrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 920px) {
  .careers .pagewrap {
    gap: 60px;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.careers .cta-copy {
  max-width: 60ch;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .careers .cta-copy {
    text-align: left;
    padding-left: 0;
  }
}
.careers .cta-copy h3 {
  color: #8A195F;
}
.careers .cta-copy p {
  margin-top: 0.6rem;
}

.pictures--product-cell {
  padding-block: 20px;
}

.pictures--product-title {
  color: #8A195F;
  font-weight: bold;
}

.pictures--product-gallery {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 700px) {
  .pictures--product-gallery {
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
  }
}

.pictures--card {
  width: 100%;
  height: auto;
  padding: 10px;
  transition: all 0.1s ease-out;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #DBDAD6;
  border-radius: 1px;
}
@media screen and (min-width: 700px) {
  .pictures--card {
    width: 320px;
  }
}
@media screen and (min-width: 920px) {
  .pictures--card {
    width: 440px;
  }
}
.pictures--card::after {
  background-color: #8A195F;
  padding: 20px 40px;
  content: "Download";
  color: white;
  opacity: 0;
  position: absolute;
  z-index: 2;
  font-weight: bold;
  pointer-events: none;
  transition: opacity 0.1s ease-out;
}
.pictures--card:hover::after {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
.pictures--card img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.pictures--card .pictures--caption {
  margin-top: 10px;
}
.pictures--card .pictures--caption p {
  color: rgb(48, 51, 61);
}

.button {
  color: white;
  margin-top: 2rem;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: normal;
  position: relative;
  padding: 0;
  z-index: 0;
}
.button--outer {
  background-color: #8A195F;
  display: inline-flex;
  flex-basis: auto;
  position: relative;
  padding: 20px 40px;
  padding-right: 56px;
  margin-bottom: 10px;
}
.button--outer::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 4px solid #8A195F;
  transition: 0.2s ease;
  pointer-events: none;
  z-index: -1;
}
.button--outer:hover {
  cursor: pointer;
  /*
  background-color: $primary-color;
  color: $accent-color;
  */
}
.button--outer:hover::before {
  top: 0px;
  left: 0px;
  transition: 0.2s ease;
}
.button--outer:hover div::after {
  margin-left: 0.8rem;
  transition: margin 0.2s ease;
}
.button--inner::after {
  content: "→";
  position: absolute;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-left: 0.5rem;
  transition: margin 0.2s ease;
}
.button.invert {
  color: #8A195F;
}
.button.invert .button--outer {
  box-sizing: border-box !important;
  background-color: #EBEAE9;
  box-shadow: inset 0px 0px 0px 4px #8A195F;
}
.button.invert .button--outer::before {
  background-color: #8A195F;
}

.datatable {
  padding: 0;
  overflow-x: scroll;
}
.datatable.full {
  width: 100%;
}
.datatable__wallCertified {
  text-align: center !important;
}
.datatable__paverCertified {
  text-align: center !important;
}
@media screen and (min-width: 700px) {
  .datatable {
    margin-bottom: 40px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 920px) {
  .datatable {
    margin-bottom: 60px;
  }
}
.datatable h3 {
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  margin-top: 0;
  width: 100%;
  min-width: 650px;
}

table.highlight tbody tr:hover {
  cursor: pointer;
  color: white;
  background-color: #8A195F;
  border-left: 2px solid #8A195F;
  border-right: 2px solid #8A195F;
}

thead {
  color: black;
  background-color: #DBDAD6;
  border-left: 2px solid #DBDAD6;
  border-right: 2px solid #DBDAD6;
  border-bottom: #8A195F 2px solid;
}

tbody {
  border-bottom: 2px solid #8A195F;
}

tbody tr {
  border-left: 2px solid #DBDAD6;
  border-right: 2px solid #DBDAD6;
}
tbody tr:nth-child(even) {
  background-color: rgba(219, 218, 214, 0.5);
}
table th, table td {
  text-align: left;
  padding: 13.2px 0;
}
table th a, table td a {
  text-decoration: underline;
}
table th a:hover, table td a:hover {
  cursor: pointer;
  opacity: 0.6;
  text-decoration: none;
}

th:first-child {
  padding-left: 20px;
}
th:last-child {
  padding-right: 20px;
}

td:first-child {
  padding-left: 20px;
}
td:last-child {
  padding-right: 20px;
}

.resources {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 0 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 700px) {
  .resources {
    flex-direction: row;
    column-gap: 20px;
    row-gap: 0;
    flex-wrap: nowrap;
    padding: 0 40px;
  }
}
@media screen and (min-width: 920px) {
  .resources {
    padding: 0 60px;
    column-gap: 40px;
  }
}

.datatable__accordion {
  padding: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .datatable__accordion {
    width: 50%;
  }
}
@media screen and (min-width: 700px) {
  .datatable__accordion.full {
    width: 100%;
  }
}
.datatable__accordion + .datatable__accordion {
  margin-top: 20px;
}
.datatable__accordion__header th {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.datatable__accordion__header th::after {
  content: "+";
  color: black;
}
.datatable__accordion__header th.expanded::after {
  content: "-" !important;
}
.datatable__accordion__header:hover {
  background-color: rgba(219, 218, 214, 0.5);
  cursor: pointer;
}
.datatable__accordion__header:hover .datatable__accordion__body {
  height: 200px !important;
}
.datatable__accordion__header:hover .datatable__accordion__body tr, .datatable__accordion__header:hover .datatable__accordion__body td {
  height: auto !important;
}
.datatable__accordion__body {
  display: block;
  height: 0;
  overflow: hidden;
}
.datatable__accordion__body:hover {
  cursor: default;
}
.datatable__accordion__body tr, .datatable__accordion__body td {
  display: block;
  height: 0;
}
.datatable__accordion__body tr:hover, .datatable__accordion__body td:hover {
  cursor: default;
}
.datatable__accordion.expanded .datatable__accordion__body {
  height: auto;
}
.datatable__accordion.expanded .datatable__accordion__body tr, .datatable__accordion.expanded .datatable__accordion__body td {
  height: auto;
}

.sub-header {
  display: flex;
  width: calc(100% - 20px);
  margin-left: 20px;
  background-color: #DBDAD6;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 700px) {
  .sub-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 920px) {
  .sub-header {
    width: calc(100% - 60px);
    margin-left: 60px;
    padding: 0 60px 0 40px;
  }
}
.sub-header__all-cat {
  padding: 10px;
}
.sub-header__all-cat:hover {
  color: #8A195F;
}
@media screen and (min-width: 700px) {
  .sub-header__all-cat {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sub-header__all-cat::after {
    content: "↓";
    font-size: 1rem;
    line-height: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
  }
  .sub-header__all-cat:hover::after {
    transform: translateY(0.3rem);
    transition: transform 0.2s ease;
  }
}
.sub-header__container {
  display: none;
}
@media screen and (min-width: 700px) {
  .sub-header__container {
    display: block;
  }
}
.sub-header__container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sub-header__container ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.sub-header__container ul li a {
  padding: 0;
  padding: 20px;
}
.sub-header__container ul li:hover {
  color: white;
  background-color: #8A195F;
}
.sub-header__order {
  padding: 10px;
}
@media screen and (min-width: 700px) {
  .sub-header__order {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sub-header__order::after {
    content: "→";
    font-size: 1rem;
    line-height: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
  }
  .sub-header__order:hover::after {
    transform: translateX(0.3rem);
    transition: transform 0.2s ease;
  }
  .sub-header__order:hover {
    color: #8A195F;
  }
}

/*.card__category.pane__card {
  height: 460px;
      width: 300px;

      display: flex;
      flex-direction: column;

      align-items: center;
      justify-content: flex-start;

      &:hover{ 
        color: $accent-color;

        & .pane__card__img {
          background-color: $accent-color;
        }
      }

      & a {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

  &__img {
    height: 350px;
    width: 85%;
    background-color: $secondary-color;
    padding: map-get($responsive-variables, padding-s);
    margin: 0;

    & img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center center;
    }
  }
}*/
.card__category {
  height: auto;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.card__category:hover {
  color: #8A195F;
}
.card__category:hover .pane__card__img {
  background-color: #8A195F;
}
.card__category a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__category .pane__card {
  height: auto;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.card__category .pane__card:hover {
  color: #8A195F;
}
.card__category .pane__card:hover .pane__card__img {
  background-color: #8A195F;
}
.card__category .pane__card a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__category .pane__card__img {
  height: 350px;
  width: 85%;
  background-color: #DBDAD6;
  padding: 20px;
  margin: 0;
}
.card__category .pane__card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.card__category .pane__card__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card__category .pane__card__text__headline {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.card__category .pane__card__text__body {
  color: #828282;
  margin-top: 10px;
  font-size: 90%;
}
.card__product.pane__card {
  min-height: 400px;
  height: auto;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #DBDAD6;
  padding: 20px;
}
.card__product.pane__card:hover {
  color: white;
  background-color: #8A195F;
}
.card__product.pane__card:hover .pane__card__text__body {
  color: white;
  opacity: 0.7;
}
.card__product.pane__card a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__product.pane__card .pane__card__img {
  height: 200px;
  width: 100%;
  background-color: #DBDAD6;
  padding: 0 !important;
  margin: 0;
}
.card__product.pane__card .pane__card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.card__product.pane__card .pane__card__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.card__product.pane__card .pane__card__text__headline {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: none;
}
.card__product.pane__card .pane__card__text__body {
  color: #828282;
  margin-top: 10px;
  font-size: 90%;
}
.card__link.pane__card {
  height: auto;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #DBDAD6;
  padding: 20px;
}
.card__link.pane__card:hover {
  color: white;
  background-color: #8A195F;
}
.card__link.pane__card:hover .pane__card__text__body {
  color: white;
  opacity: 0.7;
}
.card__link.pane__card a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__link.pane__card .pane__card__img {
  height: 200px;
  width: 100%;
  background-color: #DBDAD6;
  padding: 0 !important;
  margin: 0;
}
.card__link.pane__card .pane__card__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.card__link.pane__card .pane__card__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.card__link.pane__card .pane__card__text__headline {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: none;
}
.card__link.pane__card .pane__card__text__body {
  color: #828282;
  font-size: 90%;
}
.card__concrete.pane__card {
  height: auto;
  width: 400px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #DBDAD6;
  padding: 20px;
}
.card__concrete.pane__card :hover .pane__card__text__body {
  color: white;
  opacity: 0.7;
}
.card__concrete.pane__card a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__concrete.pane__card .pane__card__img {
  height: auto;
  width: 150px;
  background-color: #DBDAD6;
  padding: 0 !important;
  margin: 0;
}
.card__concrete.pane__card .pane__card__img img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.card__concrete.pane__card .pane__card__text {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-left: 20px;
}
.card__concrete.pane__card .pane__card__text__headline {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: none;
}
.card__concrete.pane__card .pane__card__text__body {
  line-height: 1.2rem;
  color: black;
  font-size: 90%;
  margin-top: 10px;
}

.pane {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 40px;
  padding-bottom: 40px;
  /*
  &__card {
    height: 460px;
    width: 300px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: flex-start;

    &:hover{ 
      color: $accent-color;

      & .pane__card__img {
        background-color: $accent-color;
      }
    }

    & a {
      width: 100%;
      height: 100%;

      display: flex;
      flex-direction: column;
      align-items: center;
    }

    &__img {
      height: 350px;
      width: 85%;
      background-color: $secondary-color;
      padding: map-get($responsive-variables, padding-s);
      margin: 0;

      & img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
      }
    }

    &__text{
      margin-top: map-get($responsive-variables, padding-s);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;

      &__headline {
        font-family: $font-body;
        font-weight: 400;
        font-size: 1.2rem;
        text-transform: uppercase;
      }

      &__body {
        color: $mid-color;
        margin-top: calc(map-get($responsive-variables, padding-s)/2);
        font-size: 90%;
      }
    }
  }*/
}
@media screen and (min-width: 700px) {
  .pane {
    padding-bottom: 60px;
  }
}

.listless ul {
  padding: 0;
  margin: 0;
}

.listless li {
  list-style-type: square;
  line-height: 1rem;
  margin-left: 1rem;
}
.listless li + li {
  margin-top: 0.6rem;
}

.resourceSC a .pane__card__img {
  height: auto !important;
}

.image-box {
  width: auto;
  height: auto;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}
.image-box__hero {
  width: 100%;
  height: auto;
}
.image-box__hero img {
  width: 100%;
  height: auto;
}
.image-box__slide-deck {
  width: 100%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 60px;
}
.image-box__slide {
  background-color: #8A195F;
  height: 100%;
  width: 33.33%;
}

.breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .breadcrumb {
    margin-bottom: 40px;
    padding-left: 0;
  }
}
.breadcrumb a {
  color: #8A195F;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 80%;
}
.breadcrumb a:hover {
  opacity: 0.6;
}

.colours {
  background-color: rgb(48, 51, 61);
  color: #EBEAE9;
  padding-bottom: 20px;
}
.colours h2 {
  padding: 60px 0 0 0;
  font-size: 3rem;
}
.colours h3 {
  margin-bottom: 20px;
}
.colours__text {
  padding-bottom: 60px;
}
.colours__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  padding-left: 0;
}
.colours__list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  flex-wrap: wrap;
}
.colours__swatch img {
  height: 100px;
  width: 100px;
  transition: transform 0.2s ease;
}
.colours__swatch img:hover {
  cursor: pointer;
  transform: scale(150%);
  transition: transform 0.2s ease;
}
.colours__swatch p {
  margin-top: 1rem;
  line-height: 1.2rem;
  white-space: wrap;
  word-wrap: normal;
  max-width: 100px;
}

.notice {
  background-color: var(--secondary-color);
  padding: 20px;
  margin-bottom: 20px;
  min-width: 60ch;
  max-width: 80ch;
}
@media screen and (min-width: 700px) {
  .notice {
    padding: 40px;
  }
}
.notice p {
  margin-top: 20px;
  color: var(--darkest-color);
}
.notice h3 {
  color: var(--darkest-color);
}

.accordion {
  margin: 0;
  padding-left: 0;
  border: solid 2px #DBDAD6;
}

.accordion-panel {
  list-style-type: none;
  border-bottom: solid 2px #DBDAD6;
}
.accordion-panel:nth-child(odd) .accordion-head {
  background-color: #DBDAD6;
}

.accordion-head {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
.accordion-head:hover {
  cursor: pointer;
  background-color: #8A195F !important;
}
.accordion-head:hover .accordion-title, .accordion-head:hover .accordion-subtitle, .accordion-head:hover .accordion-expander::after {
  color: #EBEAE9;
}

.accordion-title-wrapper {
  display: flex;
  flex-direction: column;
}

.accordion-title {
  color: #8A195F;
  font-size: 2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 700px) {
  .accordion-title {
    font-size: 2.828rem;
    line-height: 3.2rem;
  }
}

.accordion-subtitle {
  color: #828282;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 600;
}

.accordion-expander {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.accordion-expander::after {
  content: "+";
  color: #828282;
  font-size: 3rem;
  transition: transform 0.1s ease-out, font-size 0.1s ease-out;
}
@media screen and (min-width: 700px) {
  .accordion-expander {
    padding-right: 10px;
  }
}
@media screen and (min-width: 920px) {
  .accordion-expander {
    padding-right: 20px;
  }
}

.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  border-top: solid 2px #DBDAD6;
  border-width: 0;
  padding-inline: 20px;
  opacity: 0;
  transition: grid-template-rows 500ms, padding 250ms 250ms, opacity 300ms 100ms, border-width 500ms;
}
.accordion-panel[aria-expanded=true] .accordion-body {
  grid-template-rows: 1fr;
  padding-block: 20px;
  border-width: 2px;
  opacity: 1;
  transition: grid-template-rows 500ms, padding 250ms 0ms, opacity 300ms 100ms, border-width 300ms;
}
@media screen and (min-width: 700px) {
  .accordion-panel[aria-expanded=true] .accordion-body {
    padding-block: 40px;
  }
}
.accordion-panel[aria-expanded=true] .accordion-expander::after {
  transform: rotate(45deg);
  font-size: 3.2rem;
}

.accordion-body > * {
  overflow: hidden;
}

.accordion-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  color: rgb(48, 51, 61);
}
.accordion-content button {
  align-self: center;
}

.linkBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #DBDAD6;
  padding: 40px;
}
@media screen and (min-width: 700px) {
  .linkBlock {
    padding-block: 60px;
  }
}
.linkBlock h2 {
  font-size: 160%;
  line-height: 120%;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .linkBlock h2 {
    font-size: 320%;
    line-height: 190%;
  }
}
.linkBlock button {
  margin-top: 20px;
}

.alert {
  width: 100%;
  height: auto;
  background-color: #8A195F;
  color: #EBEAE9;
  padding: 10px 20px;
}
.alert p {
  line-height: 1.2rem;
  text-align: center;
}
.alert p + p {
  margin-top: 0.5rem;
}

/* Default Imports */
/*******************/

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