:root {
  /*--p : $p;
  --pL : $p2;
  --pS : $pS;*/
  --gutter: 10px;
  --p: 16px;
  --pL: 16px;
  --pS: 12px;
  --dL: 24px;
  --dM: 16px;
  --dS: 14px;
  --dXS: 12px;
  --h1: var(--dL);
  --h2: var(--dM);
  --h3: var(--dS);
  --h4: var(--dXS);
  --btn: 18px;
  --br: 24px;
  --brS: 8px;
  --brM: 14px;
}

@media (min-width: 900px) {
  :root {
    --h1: calc(48 / 1736 * 100vw);
    --h2: calc(28 / 1736 * 100vw);
    --h3: calc(18 / 1736 * 100vw);
    --p: 20px;
    --pL: 22px;
    --pS: 18px;
    --p: calc(20 / 1736 * 100vw);
    --pL: calc(22 / 1736 * 100vw);
    --pS: calc(18 / 1736 * 100vw);
    --dL: 40px;
    --dM: 32px;
    --dS: 24px;
    --dXS: 18px;
    --dL: calc(40 / 1728 * 100vw);
    --dM: calc(32 / 1728 * 100vw);
    --dM: calc(28 / 1728 * 100vw);
    --h1: var(--dL);
    --h2: var(--dM);
    --h3: var(--dS);
    --h4: var(--dXS);
    --br: 40px;
    --brS: 40px;
    --brM: 40px;
  }
}
@media (min-width: 1200px) {
  :root {
    --dS: calc(24 / 1728 * 100vw);
    --dXS: calc(18 / 1728 * 100vw);
  }
}
/*
$boldSerif : "wght" 600, "opsz" 18;
$boldSans : "wght" 600;

$regSerif : "wght" 400, "opsz" 18;
$regSans : "wght" 400;
*/
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-medium - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  color: #010101;
  font-family: "Inter", serif;
  font-size: var(--p);
  line-height: 1.2;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  line-height: 1.2;
}

h1,
.h1,
.display-large,
.headline-large {
  font-size: var(--h1);
  line-height: 1.0666666667;
}

h2,
.h2,
.display-medium,
.headline-medium {
  font-size: var(--h2);
  line-height: 1.0666666667;
}

h3,
.h3,
.display-small,
.headline-small {
  font-size: var(--h3);
  line-height: 120%;
}

h4,
.h4,
.display-x-small,
.headline-x-small {
  font-size: var(--h4);
  line-height: 120%;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 120%;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 120%;
}

p,
.p {
  font-size: var(--p);
}

.pS {
  font-size: var(--pS);
}

.pL {
  font-size: var(--pL);
  line-height: 1.3;
}

.display-large,
.display-medium,
.display-small,
.display-x-small {
  font-weight: 500;
  line-height: 1.2;
}

.display-medium,
.display-small,
.display-x-small {
  font-weight: 600;
}

.headline-large,
.headline-medium,
.headline-small,
.headline-x-small,
.button, .btn,
.nav-menu a,
.nav-links a {
  font-weight: 500;
}

.body-large,
.body-medium,
.body-small {
  font-weight: 400;
}

.headline-large,
.headline-medium,
.headline-small,
.headline-x-small,
.button, .btn,
.nav-menu a,
.nav-links a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.headline-small,
.nav-menu a {
  font-size: var(--dS);
}

.btn,
.nav-links a {
  font-size: var(--dXS);
}

.btn,
.button,
button {
  line-height: 1;
}

a:focus,
.btn:focus,
.button:focus,
button:focus {
  outline: none;
}

p a,
.nav-links a {
  color: #0030d9;
}
p a:hover,
.nav-links a:hover {
  color: #002cb9;
}

button,
.btn {
  color: #8cdeb6;
  background-color: #0030d9;
  padding: 16px 24px;
  border: none;
  border-radius: 2em;
}
button:hover,
.btn:hover {
  background-color: #002cb9;
}
button:focus, button:focus-visible,
.btn:focus,
.btn:focus-visible {
  border: 2px double #8cdeb6;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.nav-previous a:before,
.nav-next a:after {
  content: "";
  display: block;
  background: url(../images/arrow-blue-right.svg) no-repeat center center;
  background-size: 12px 12px;
  background-color: #8cdeb6;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
}
.nav-links a {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  width: max-content;
}
.nav-links a:hover:before, .nav-links a:hover:after {
  background-image: url(../images/arrow-green-right.svg);
  background-color: #0030d9 !important;
}

.nav-previous a:before {
  transform: rotate(180deg);
}

.entry-content > p,
.learnings-wrap p,
.info-wrap p,
.how-to-wrap p,
.contact-info p,
.content-wrap p {
  margin-bottom: 1.5em;
}

.contact-info p.display-small, .contact-info p:last-of-type {
  margin-bottom: 1em;
}

@media (max-width: 639px) {
  body, html {
    line-height: 1.5;
  }
  .nav-links {
    justify-content: center;
  }
  p.mobile-headline-small,
  .mobile-headline-small {
    font-size: var(--dXS);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  p.mobile-small,
  .mobile-small {
    font-size: var(--dXS);
  }
  p.mobile-large,
  .mobile-large {
    font-size: var(--dL);
    font-weight: 500;
  }
  .nav-previous a:before,
  .nav-next a:after {
    padding: 1.5em;
  }
}
@media (min-width: 900px) {
  .nav-previous a:before,
  .nav-next a:after {
    background-size: 19px 19px;
    width: 56px;
    height: 56px;
    padding: 12px;
    background-size: var(--dXS);
    width: calc(var(--dXS) * 3.11111);
    height: calc(var(--dXS) * 3.11111);
  }
}
@media (hover: hover) and (pointer: fine) {
  a,
  .btn,
  button {
    outline: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  a:focus,
  .btn:focus,
  button:focus {
    border-color: #8cdeb6;
    border-radius: 4px;
  }
}
.nav-menu .menu-item a {
  color: #0030d9;
  border: none;
  border-bottom: 2.5px solid transparent;
}
.nav-menu .menu-item a:focus {
  border-radius: 0;
}
.nav-menu .menu-item.current-menu-item a,
.nav-menu .menu-item a:hover {
  border-bottom-color: #0030d9;
}

.home .site-branding > a {
  width: 100%;
}
.home .site-branding > a img {
  width: 100%;
}
.home .nav-menu {
  margin-right: 8%;
}

@media (width >= 120rem) {
  .nav-menu {
    gap: 6rem;
  }
  .home .partners {
    margin-top: 8vw;
  }
  .site-footer {
    padding-top: 12vw;
  }
  .single .entry-header {
    margin-bottom: 8vw;
  }
  #companies {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 639px) {
  .site-branding img {
    max-height: 44px;
    width: auto;
  }
  .main-navigation {
    width: fit-content;
  }
  .menu-toggle {
    border-radius: 6px;
    padding: 11.5px 7px;
  }
  .menu-main-menu-container {
    position: absolute;
    background-color: #F1F1EF;
    left: 0;
    right: 0;
    z-index: 12;
  }
  .menu-main-menu-container .nav-menu {
    padding: 1rem;
  }
  .menu-main-menu-container .menu-item a {
    padding-block: 0.5rem;
    width: fit-content;
  }
  .menu-main-menu-container .menu-item.current-menu-item a,
  .menu-main-menu-container .menu-item a:hover {
    font-weight: 600;
  }
  .home .nav-menu {
    margin-right: 0;
  }
}
.site-footer {
  background: url(../images/background-full.jpg) no-repeat top center;
  background-size: cover;
}
.site-footer img {
  height: auto;
  max-width: 800px;
  width: 50%;
}
.site-footer .back-to-top svg {
  background-color: #0030d9;
  width: 35px;
  height: 35px;
  padding: 12px;
  border-radius: 50%;
  transform: rotate(-90deg);
}
.site-footer .menu ul {
  display: inline-flex;
  gap: 2rem;
}
.site-footer .menu ul a:hover {
  text-decoration: underline;
}

.rounded-4xl {
  border-radius: 2rem;
}

@media (min-width: 900px) {
  .site-footer .back-to-top svg {
    padding: 20px;
    width: 64px;
    height: 64px;
    padding: calc(var(--h1) * 0.5);
    width: calc(var(--h1) * 1.6);
    height: calc(var(--h1) * 1.6);
  }
  .site-footer .back-to-top:hover svg {
    background-color: #8cdeb6;
  }
  .site-footer .back-to-top:hover svg path {
    stroke: #0030d9;
  }
}
.bg-light {
  background-color: #F1F1EF;
}

.bg-green {
  background-color: #8cdeb6;
}
.bg-green .animated-wave svg path {
  stroke: #8cdeb6;
}

.bg-blue {
  color: #F1F1EF;
  background-color: #0030d9;
}
.bg-blue .animated-wave svg path {
  stroke: #0030d9;
}

.bg-yellow {
  background-color: #ffdc00;
}

.bg-pink {
  background-color: #fed0fe;
}

/*
.packaging {
    .bg-color {
        background-color: v.$orange;
    }
}
.sanitary {
    .bg-color {
        background-color: v.$lightblue;
    }
}
.engagement {
    .bg-color {
        background-color: v.$grey;
    }
}*/
.wave-small {
  width: 12% !important;
  z-index: 3;
}
.wave-small svg {
  width: 100%;
}
.wave-small.wave-right {
  transform: translateX(25%);
}

.site-main {
  padding-bottom: 4rem;
}

.animated-wave {
  overflow: visible;
}
.animated-wave svg {
  width: 100%;
  overflow: visible;
  height: 8vw;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar,
.archive-head:-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body,
.archive-head {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.gallery img {
  width: 100%;
  max-width: 100%;
  border-radius: var(--brS);
  transform: rotate(-1.39deg);
}
.gallery img:nth-child(4n) {
  transform: rotate(1.78deg);
}
.gallery img:nth-child(4n-1) {
  transform: rotate(-1.28deg);
}
.gallery img:nth-child(4n-2) {
  transform: rotate(0.75deg);
}

.cat-item {
  color: #0030d9;
  background-color: #ffdc00;
  border-radius: 2em;
  border: none;
}
.cat-item.packaging {
  background-color: #ffa57b;
}
.cat-item.sanitary {
  background-color: #76d3f3;
}
.cat-item.engagement {
  background-color: #D1D0D0;
}

.feed .hentry {
  border-radius: var(--brM);
}
.feed .hentry .post-thumbnail {
  height: 100%;
  overflow: hidden;
}
.feed .hentry .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: calc(var(--brM) * 0.9);
}
.feed .hentry .entry-title {
  grid-template-columns: auto auto;
}
.feed .hentry .entry-title svg,
.feed .hentry .arrow svg {
  background-color: #fed0fe;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.feed .hentry.solution .entry-title svg,
.feed .hentry.solution .arrow svg {
  background-color: #ffdc00;
}
.feed .hentry.solution:hover .entry-title svg,
.feed .hentry.solution:hover .arrow svg {
  transform: rotate(0);
  background-color: #0030d9;
}
.feed .hentry.solution:hover .entry-title svg path,
.feed .hentry.solution:hover .arrow svg path {
  stroke: #0030d9;
}
.feed .hentry.solution:hover .entry-title svg path,
.feed .hentry.solution:hover .arrow svg path {
  stroke: #ffdc00;
}
.feed .hentry.solution:hover span.cat-item {
  background-color: #F1F1EF;
}
.feed .hentry.solution.packaging .cat-item,
.feed .hentry.solution.packaging svg {
  background-color: #ffa57b;
}
.feed .hentry.solution.packaging:hover svg path {
  stroke: #ffa57b;
}
.feed .hentry.solution.sanitary .cat-item,
.feed .hentry.solution.sanitary svg {
  background-color: #76d3f3;
}
.feed .hentry.solution.sanitary:hover svg path {
  stroke: #76d3f3;
}
.feed .hentry.solution.engagement .cat-item,
.feed .hentry.solution.engagement svg {
  background-color: #D1D0D0;
}
.feed .hentry.solution.engagement:hover svg path {
  stroke: #D1D0D0;
}
.feed .hentry.solution:hover {
  background: #ffdc00;
}
.feed .hentry.solution .post-thumbnail {
  min-height: calc((50vw - 2rem) / 1.32);
  overflow: hidden;
}
.feed .hentry.solution.packaging:hover {
  background-color: #ffa57b;
}
.feed .hentry.solution.packaging:hover svg path {
  stroke: #ffa57b;
}
.feed .hentry.solution.sanitary:hover {
  background-color: #76d3f3;
}
.feed .hentry.solution.engagement:hover {
  background-color: #D1D0D0;
}
.feed .hentry.example .post-thumbnail {
  min-height: calc((50vw - 2rem) / 1.32);
  height: fit-content;
}
.feed .hentry.example .post-thumbnail img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}

.feed .hentry:hover .entry-title svg,
.feed .hentry:hover .arrow svg {
  transform: rotate(0);
  background-color: #0030d9;
}
.feed .hentry:hover .entry-title svg path,
.feed .hentry:hover .arrow svg path {
  stroke: #D1D0D0;
}
.feed .hentry:hover span.cat-item {
  background-color: #F1F1EF;
}
.feed .hentry.example:hover .arrow {
  background-color: #0030d9;
  padding-left: 1rem;
}
.feed .hentry.example:hover .hidden {
  display: flex;
}
.feed .hentry .entry-title svg,
.feed .hentry .arrow svg {
  transition: all 0.6s ease;
}

.animated-wave {
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  right: 0;
}

.partners .img-wrap {
  background-color: #FFFFFF;
  border-radius: var(--brS);
}

.carousel .slide {
  z-index: 2;
  position: absolute;
  transition: all 0.3s ease;
  width: fit-content;
  width: 100%;
}
.carousel .slide img {
  width: 100%;
  max-width: 100%;
  border-radius: var(--brS);
}
.carousel .slide.active {
  z-index: 4;
}
.carousel.stacked .slide img {
  width: 100%;
  max-width: 100%;
  border-radius: var(--brS);
  transform: rotate(1deg);
  transition: all 0.3s ease;
}
.carousel.stacked .slide.first {
  position: relative;
  margin-inline: auto;
}
.carousel.stacked .slide:not(.first) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel.stacked .slide:nth-child(4n) img {
  transform: rotate(-1deg);
}
.carousel.stacked .slide:nth-child(4n-1) img {
  transform: rotate(2.19deg);
}
.carousel.stacked .slide:nth-child(4n-2) img {
  transform: rotate(-2.5deg);
}
.carousel.stacked .slide.active {
  z-index: 9;
}
.carousel.stacked .slide.active img {
  transform: rotate(0);
}
.carousel.examples .hentry {
  padding: 0;
}
.carousel.examples .carousel-nav {
  height: auto;
  top: unset;
  left: unset;
  bottom: 0;
  transform: translateY(50%);
}
.carousel.examples .carousel-nav.nav-prev {
  right: 1rem;
  transform: translate(0, 50%);
}
.carousel.examples .carousel-dots {
  display: flex;
  margin-top: 3rem;
}
.carousel .carousel-nav {
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 12;
}
.carousel .carousel-nav:focus {
  border: none;
}
.carousel .carousel-nav:focus svg {
  border: #8cdeb6;
}
.carousel .carousel-nav svg {
  background-color: #8cdeb6;
  padding: 10px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.carousel .carousel-nav:hover svg {
  background-color: #0030d9;
}
.carousel .carousel-nav:hover svg path {
  stroke: #8cdeb6;
}
.carousel .carousel-nav.nav-prev {
  left: 0;
}
.carousel .carousel-nav.nav-prev svg {
  transform: rotate(180deg);
}
.carousel .carousel-nav.nav-next {
  right: 0;
}
.carousel .carousel-dots {
  display: none;
  justify-content: center;
  margin-top: 20px;
}
.carousel .carousel-dots .dot {
  cursor: pointer;
  padding: 0.25em;
}
.carousel .carousel-dots .dot .inner-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8cdeb6;
  transition: background 0.3s ease;
}
.carousel .carousel-dots .dot.active .inner-dot {
  background: #0030d9;
}

.gallery {
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
  .nav-previous a:before,
  .nav-next a:after,
  .cat-item,
  .carousel .carousel-nav,
  .carousel .carousel-nav svg,
  .page-links .page-link,
  .page-links .page-link .page-title:after,
  .site-footer .back-to-top svg {
    transition: all 0.3s ease;
  }
  .feed .hentry.example .arrow,
  .feed .hentry,
  .feed .hentry .entry-title svg,
  .feed .hentry .arrow svg {
    transition: all 0.6s ease;
  }
}
@media (min-width: 900px) {
  .site-main {
    padding-bottom: 6rem;
  }
  .wave-small.wave-left {
    transform: translateX(-70%);
  }
  .wave-small.wave-right {
    transform: translateX(10%) translateY(200%);
  }
  .home .feed .hentry.solution .post-thumbnail {
    height: calc(32.8947368421vw - 12rem);
  }
  .feed .hentry .entry-title svg,
  .feed .hentry .arrow svg {
    padding: 16px;
    width: 56px;
    height: 56px;
    transform: rotate(-45deg);
    padding: calc(var(--h2) * 0.5);
    width: calc(var(--h2) * 1.75);
    height: calc(var(--h2) * 1.75);
  }
  .feed .hentry.solution .post-thumbnail {
    min-height: calc((33vw - 4rem) / 1.32);
  }
  .carousel.examples .slide {
    background-color: #F1F1EF;
    height: 100%;
    visibility: hidden;
  }
  .carousel.examples .slide.active {
    visibility: visible;
  }
  .carousel.examples .slide.first {
    position: relative;
    margin-inline: auto;
  }
  .carousel.examples .slide:not(.first) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel .carousel-nav svg {
    background-color: #8cdeb6;
    padding: 24px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    padding: calc(var(--h1) * 0.6);
    width: calc(var(--h1) * 1.8);
    height: calc(var(--h1) * 1.8);
  }
}
@media (max-width: 899px) {
  .carousel.examples .slide {
    position: static;
    display: none;
  }
  .carousel.examples .slide.active {
    display: block;
  }
}
@media (max-width: 639px) {
  .wave-small.wave-right svg {
    float: right;
  }
  .home .feed .solution .post-thumbnail {
    min-height: calc(69.92vw - 2rem);
  }
  .carousel .carousel-dots {
    display: flex; /* Show on mobile */
  }
}
.map-wrap,
.companies-wrap {
  border-radius: var(--br);
}
.map-wrap img,
.companies-wrap img {
  border-radius: var(--br);
}
.map-wrap .dot,
.companies-wrap .dot {
  display: block;
  background-color: #0030d9;
  width: 7.5px;
  height: 7.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}

.map-wrap .comp-link.active .location {
  display: block;
}
.map-wrap .comp-link:focus {
  border-color: transparent;
}

.location {
  font-size: 12px;
  color: #8cdeb6;
  padding: 0.25rem 0.5em;
  border-radius: 2em;
  transform: translate(5px, -25%);
}

.pop-up {
  border-radius: var(--br);
  max-width: 520px;
}
.pop-up .logo {
  max-width: 120px;
}
.pop-up p {
  margin-bottom: 1.5em;
}
.pop-up .navigation .arrow.prev svg {
  transform: rotate(180deg);
}
.pop-up .navigation .arrow:focus {
  border-radius: 50%;
}

#coordinate-finder.active {
  color: #010101;
  background-color: #fed0fe;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .map-wrap,
  .companies-wrap {
    max-height: 80dvh;
  }
  .map-wrap img,
  .companies-wrap img {
    height: 80dvh;
    max-height: 80dvh;
  }
  .map-wrap {
    width: fit-content;
  }
  .map-wrap .comp-link:hover .location {
    display: block;
  }
  .map-wrap .dot {
    display: block;
    background-color: #0030d9;
    width: 20px;
    height: 20px;
    border-color: #0030d9;
    transform: translate(-50%, -50%);
  }
  .location {
    font-size: 16px;
    padding: 0.5em 1em;
    transform: translateY(-50%);
  }
}
@media (max-width: 639px) {
  .pop-up .navigation .arrow {
    padding: 0.8rem;
  }
  .pop-up .navigation .arrow svg {
    width: 13px;
    height: auto;
  }
}
.filter {
  justify-self: center;
}
.filter a {
  color: #0030d9;
  background-color: #ffdc00;
}
.filter a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid #0030d9;
  border-radius: 50%;
}
.filter a.all {
  background-color: #FFFFFF;
}
.filter a.category-engagement {
  background-color: #D1D0D0;
}
.filter a.category-packaging {
  background-color: #ffa57b;
}
.filter a.category-sanitary {
  background-color: #76d3f3;
}
.filter a.active, .filter a:hover {
  color: #8cdeb6;
  background-color: #0030d9;
}
.filter a.active:after, .filter a:hover:after {
  background-color: #8cdeb6;
  border-color: #8cdeb6;
}
.filter a.active:focus, .filter a:hover:focus {
  border-radius: 2em;
  border: none;
}

.page-links .page-link {
  background-color: #8cdeb6;
  border-radius: var(--brS);
  min-height: 100px;
}
.page-links .page-link .page-title {
  text-align: left;
  grid-template-columns: auto auto;
}
.page-links .page-link .page-title:after {
  content: "";
  display: block;
  background: url(../images/arrow-blue-right.svg) no-repeat center center;
  background-size: 12px 12px;
  background-color: #fed0fe;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.page-links .page-link .excerpt {
  height: auto;
  transition: opacity 0.3s ease;
}
.page-links .page-link:nth-child(2n) {
  background-color: #fed0fe;
}
.page-links .page-link:nth-child(2n) .page-title:after {
  background-image: url(../images/arrow-blue-right.svg);
  background-color: #8cdeb6;
}

.home .feed .hentry {
  border-radius: var(--br);
  width: 91.6666666667%;
}
.home .feed .hentry:nth-child(2n) {
  margin-left: auto;
}
.home .feed .hentry img {
  border-radius: calc(var(--br) * 0.9);
}

@media (min-width: 900px) {
  .page-links .page-link {
    min-height: 470px;
  }
  .page-links .page-link:hover {
    width: 58.3333333333%;
  }
  .page-links .page-link:hover .excerpt {
    opacity: 1;
  }
  .page-links .page-link:hover .page-title:after {
    transform: rotate(0);
  }
  .page-links .page-link .page-title {
    font-size: var(--h1);
  }
  .page-links .page-link .page-title:after {
    background-size: 27px 26px;
    width: 80px;
    height: 80px;
    background-size: 0.675em;
    width: 2em;
    height: 2em;
  }
  .page-links .page-link .page-title .pL {
    width: calc(50vw - 12rem);
  }
  .page-links .page-link .excerpt {
    max-width: calc(50vw - 12rem);
  }
  .home .feed .hentry {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
  .home .feed .hentry:hover {
    transform: rotate(-2deg);
  }
  .home .feed .hentry:nth-child(2n) {
    grid-column-start: 8;
    margin-top: 12rem;
    margin-bottom: 0;
    margin-left: 0;
  }
  .home .feed .hentry:nth-child(2n):hover {
    transform: rotate(2deg);
  }
  .home .feed .hentry:nth-child(3) {
    grid-column-start: 2;
  }
}
@media (max-width: 639px) {
  .home .gallery {
    grid-template-columns: 1fr 1fr;
  }
  .home .gallery img {
    display: none;
  }
  .home .gallery img:first-child, .home .gallery img:nth-child(2) {
    display: block;
  }
}
@media (pointer: coarse) {
  .carousel .carousel-inner {
    width: 100%;
  }
  .carousel .carousel-nav {
    display: none;
  }
}
.single-example .bg-color,
.single-example .carousel .carousel-nav svg,
.single-example .nav-previous a:before, .single-example .nav-next a:after {
  background-color: #fed0fe;
}
.single-example .carousel .carousel-nav:hover svg {
  background-color: #0030d9;
}

.vertical-line {
  font-size: var(--h2);
  width: 1px;
  height: 3rem;
  background-color: #010101;
  margin-left: calc(1.75em + 2rem);
}

.timeline .year {
  border-radius: var(--br);
  position: relative;
  /*&:after {
       position: absolute;
       display: block;
       content: '';
       width: 1px;
       height: 3rem;
       background-color: v.$black;
       margin-right: auto;
       top: calc(100% + 1rem);
       left: 50%;
   }*/
}
.timeline .vertical-line {
  font-size: var(--h2);
  width: 1px;
  height: 3rem;
  margin-left: calc(1.75em + 2rem);
}
.timeline .vertical-line:last-of-type {
  display: none;
}

.feed .hentry.example .img-wrap {
  border-radius: var(--br);
}
.feed .hentry.example .bg-color {
  background-color: #fed0fe;
  border-radius: var(--br);
}
.feed .hentry.example .arrow {
  color: #fed0fe;
  background-color: #fed0fe;
  padding: 0;
}
.feed .hentry.example .entry-info li:not(:last-child):after {
  content: "";
  height: 1px;
  background-color: #010101;
  margin-block: 1rem;
}
.feed .hentry.example {
  /*&.packaging {
      .bg-color {
          background-color: v.$orange;
      }
      .arrow {
          color: v.$orange;
          background-color: v.$orange;
      }
  }
  &.sanitary {
      .bg-color {
          background-color: v.$lightblue;
      }
      .arrow {
          color: v.$lightblue;
          background-color: v.$lightblue;
      }
  }
  &.engagement {
      .bg-color {
          background-color: v.$grey;
      }
      .arrow {
          color: v.$rosa;
          background-color: v.$rosa;
      }
  }*/
}

.good-to-know {
  border-radius: var(--brM);
}
.good-to-know li:not(:last-child):after {
  content: "";
  display: block;
  height: 1px;
  background-color: #010101;
  margin-top: 0.75rem;
}

.single-example .post-thumbnail img {
  width: 100%;
  border-radius: var(--brS);
}
.single-example .entry-info {
  border-radius: var(--brM);
  transform: rotate(-2deg);
}
.single-example .entry-info:nth-child(2n) {
  transform: rotate(2deg);
}
.single-example .learnings-wrap {
  border-radius: var(--brM);
}
.single-example .contact a {
  text-decoration: underline;
}
.single-example .contact a:hover {
  text-decoration: none;
}

@media (min-width: 900px) {
  .feed .hentry.example .img-wrap {
    height: 100%;
  }
  .feed .hentry.example:nth-child(2n) .entry-header {
    order: -1;
  }
  .good-to-know {
    width: 376px;
  }
}
@media (max-width: 767px) {
  .timeline .year {
    font-size: var(--dL);
    font-weight: 400;
  }
  .timeline .text:before {
    content: "";
    display: block;
    height: 2rem;
    width: 1px;
    background-color: #010101;
    margin-inline: auto;
  }
  .timeline .vertical-line {
    margin-inline: auto;
    height: 2rem;
  }
  .vertical-line {
    margin-top: 1rem;
  }
  .timeline .text:before {
    margin-bottom: 1rem;
  }
  .sanitary .vertical-line,
  .sanitary .timeline .text:before {
    background-color: #010101;
  }
  .examples .info .display-large,
  .page-template-examples .info .display-large {
    font-size: var(--dL);
    line-height: 29px;
  }
  .examples .feed .hentry.example .bg-color .entry-info,
  .page-template-examples .feed .hentry.example .bg-color .entry-info {
    display: none;
  }
  .feed .hentry.example .img-wrap {
    height: 50dvw;
  }
  .learnings .learnings-wrap img {
    max-width: 30px;
    height: auto;
  }
}
.info-image-wrap .img-bg,
.info-image-wrap img,
.single-solution .gallery .img-bg,
.single-solution .gallery img {
  border-radius: 24px;
}
.info-image-wrap .img-bg,
.single-solution .gallery .img-bg {
  z-index: 0;
  transform: rotate(-4deg);
}

.single-solution .bg-color {
  background-color: #8cdeb6;
}
.single-solution .how-to-wrap {
  border-radius: var(--brM);
}

@media (min-width: 900px) {
  .single .entry-title {
    font-size: 48px;
  }
  .single-solution .info-image-wrap:nth-child(2n) .img-wrap {
    order: 2;
    grid-column-start: 7;
    margin-left: auto;
  }
  .single-solution .info-image-wrap:nth-child(2n) .info-wrap {
    grid-column-start: 1;
  }
  .info-image-wrap img,
  .info-image-wrap .img-bg,
  .gallery img,
  .gallery .img-bg {
    border-radius: 24px;
  }
}
@media (max-width: 639px) {
  /*.gallery {
      img {
          &:nth-child(3):last-child {
              grid-column: 1 / 3;
              width: 50%;
              margin: auto;
          }
      }
  }*/
  .how-to-wrap img {
    width: 30px;
  }
}
body {
  background-color: #F1F1EF;
}

@media (width >= 120rem) {
  .nav-menu {
    gap: 6rem;
  }
  .home .partners {
    margin-top: 8vw;
  }
  .site-footer {
    padding-top: 12vw;
  }
  .single .entry-header {
    margin-bottom: 8vw;
  }
  #companies {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .map-wrap .dot {
    width: 1.1520737327vw;
    height: 1.1520737327vw;
  }
  .location {
    font-size: 0.9216589862vw;
  }
  .single .entry-title {
    font-size: 2.7649769585vw;
  }
}

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