/*!
Theme Name: QStylez
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qstylez
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Qstylez is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* 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;
    text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 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.
 */
small {
    font-size: 80%;
}
/**
 * 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;
}
/* Box sizing
--------------------------------------------- */
/* 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;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/* Links
--------------------------------------------- */
a {
    color: black;
}
a:hover,
a:focus,
a:active {
    color: black;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
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 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
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 {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}
.post,
.page {
    margin: 0;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    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;
}
/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
/* QStylez - Stijl */
/* Algemene stijl punten */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --primary-text-color: #000;
    /* Standaard tekst + link kleur */
    --primary-text-size: 16px;
    /* Standaard fontsize */
    --small-text-size: 14px;
    --primary-text-lineheight: calc(var(--primary-text-size) + 8px);
}
html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: var(--primary-text-size);
    line-height: var(--primary-text-lineheight);
    color: var(--primary-text-color);
}
ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}
a {
    color: var(--primary-text-color);
    text-decoration: none;
    transition: .1s ease-in-out;
}
.inner {
    padding: 0px 32px;
    max-width: 1440px;
    margin: 0 auto;
}
header#masthead .inner,
section.header-home .inner {
    max-width: 1648px;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}
/* FOOTER */
section.footer {
    position: relative;
    padding: 24px 0px;
}
.footer__menu>ul>li:first-of-type {
    margin-bottom: 8px;
    font-weight: bold;
}
.footer__menu>ul {
    flex-basis: 100%;
    width: 100%;
}
.footer__menu {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer__form {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer__form h5 {
    margin: 0;
    font-size: var(--primary-text-size);
    ;
    line-height: var(--primary-text-lineheight);
    ;
}
.footer__form form label .gfield_required {
    display: none !important;
}
form .gform_footer input {
    margin: 0 !important;
    cursor: pointer;
    border: none;
    padding: 16px;
}
form .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
}
.footer__form form {
    max-width: 320px;
}
.contact .flexbox-wrapper.contact-form .content-box div.maps-box .map-container {
    height: 100%;
    padding: 0;
}
.footer__company {
    flex-basis: 100%;
    width: 100%;
}
.footer__logo {
    flex-basis: 100%;
    width: 100%;
    height: 70px;
    background: grey;
    max-width: 200px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section.footer .flexbox-wrapper {
    gap: 16px;
}
section.information .inner>div {
    flex-basis: 100%;
    width: 100%;
}
section.information .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
li.emailadres a {
    text-decoration: underline;
}
li.routebeschrijving a {
    text-decoration: underline;
}
li.routebeschrijving a:hover,
li.emailadres a:hover {
    text-decoration: none;
}
section.information {
    position: relative;
    padding: 16px 0px;
    background: #f5f5f5;
}
.information__links>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16px;
}
.information__links li,
.information__links a {
    font-size: var(--small-text-size);
}
.information__links>ul>li a:hover {
    text-decoration: underline;
}
.information__logos ul {
    display: flex;
    gap: 16px;
}
.information__logos ul li {
    display: block;
    width: 100px;
    height: 50px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.information__socials>ul>li {
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
}
.information__socials>ul>li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .1s ease-in-out;
}
.information__socials>ul>li a:hover {
    opacity: .75;
}
.information__socials>ul {
    display: flex;
    gap: 8px;
}
div.gform_wrapper {
    width: 100%;
}
section.header__top ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}
section.header__top {
    position: relative;
    padding: 4px 0px;
    background: #f7f7f7;
    z-index: 2;
    display: none;
}
section.header__top ul a {
    font-size: var(--small-text-size);
}
section.header__top ul a:hover {
    text-decoration: underline;
}
section.header__top .inner div.information__socials {
    display: none;
}
section.header__top .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
a.site-logo {
    display: block;
    width: 214px;
    height: 68px;
    background-size: cover !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    transition: .2s ease-in-out;
}
body.menu-active a.site-logo {
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/circular-plastics-alliance.svg) no-repeat !important;
    background-position: center left !important;
    background-size: cover !important;
}
header div#navbar {
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    width: calc(100% + 64px) !important;
    flex-basis: calc(100% + 64px) !important;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    transition: .2s ease-in-out;
    margin-top: 0px;
}
.menu-active div#navbar {
    margin-top: 32px;
    min-height: calc(100vh - 132px);
    padding-bottom: 80px;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 8px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/menu-chevron-down.svg) no-repeat;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
a.site-logo img {
    display: none;
}
header#masthead {
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: .2s ease-in-out;
    padding: 32px 0px;
    background: #001744;
    color: white;
}
body.menu-active header#masthead {
    background: white;
    padding-bottom: 0px;
}
header#masthead.fixed {
    background-color: #001744;
}
.header__nav .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header__menu-btn {
    display: flex;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #FFF;
    width: 56px;
    height: 56px;
    align-items: center;
}
.open-btn {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease-in-out;
    background: white url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/menu-icon.svg) no-repeat;
    background-position: center center;
}
.close-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: .2s ease-in-out;
    top: 56px;
    background: #001744 url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/menu-close-icon.svg) no-repeat;
    background-position: center center;
}
.header__menu-btn span {
    background: transparent;
    height: 2px;
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}
.header__menu-btn span:nth-of-type(1) {
    top: 2px;
}
.header__menu-btn span:nth-of-type(2) {
    top: 10px;
}
.header__menu-btn span:nth-of-type(3) {
    bottom: 6px;
}
.close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 50%;
}
.close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 50%;
}
.header__menu-btn:after {
    content: 'menu';
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    line-height: 12px;
    text-transform: lowercase;
    color: black;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0;
}
.header__menu-btn.open div.open-btn {
    top: -56px;
}
.header__menu-btn.open div.close-btn {
    top: 0;
}
.header__navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
ul#primary-menu {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.menu-active ul#primary-menu {
    max-height: 690px;
    overflow-y: scroll;
}
ul#primary-menu>li a {
    color: black;
    display: table;
    padding: 24px 0px;
    width: 100%;
    line-height: 24px;
    color: var(--Color-Brand-Dark-Blue, #001744);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
ul#primary-menu>li a:hover {
    color: #265BF6;
}
li#menu-item-1470.c-btn>a {
    border-radius: 20px;
}
li#menu-item-1470.c-btn>a:hover {
    background: #2728CE;
    color: white;
}
ul#primary-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: .2s ease-in-out;
}
ul#primary-menu>li.menu-item-has-children.open>a:after {
    transform: rotate(180deg);
}
ul#primary-menu li.open ul.sub-menu {
    max-height: 400px;
}
ul#primary-menu>li {
    border-bottom: 1px solid #D1D1D1;
}
ul#primary-menu>li:last-of-type {
    margin-bottom: 16px;
    border-bottom: 0;
}
ul#primary-menu>li:nth-of-type(1) {
    margin-top: 16px;
}
ul#primary-menu>li.menu-item-has-children>ul {
    margin-left: 8px;
}
li#menu-item-384.c-btn,
li#menu-item-383.c-btn {
    margin-top: 24px;
}
li#menu-item-383.c-btn {
    border-radius: 20px;
    width: fit-content;
    border: 1px solid #001744 !important;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-left: 8px;
}
li#menu-item-1470.c-btn {
    background: #265BF6;
    border-radius: 20px;
    width: fit-content;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-left: 8px;
    margin-top: 24px;
}
li#menu-item-384.c-btn>a,
li#menu-item-383.c-btn>a,
li#menu-item-1470.c-btn>a {
    padding: 16px 24px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
li#menu-item-383.c-btn>a {
    color: #001744;
}
li#menu-item-384.c-btn {
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    width: fit-content;
    display: inline-block;
}
li#menu-item-378 {
    border-bottom: 0 !important;
}
body:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000026;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: .2s ease-in-out;
}
body.menu-active:before {
    opacity: 1;
}
ul#primary-menu>li.menu-item-has-children>a {
    position: relative;
}
section.header-subs h1 {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #F2F2F2;
    width: fit-content;
    margin: 0 auto;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-bottom: 28px;
}
section.header-subs {
    position: relative;
    padding-top: 40px;
    background: #001744;
    color: white;
    text-align: center;
    padding-bottom: 84px;
}
section.header-subs h2 strong {
    color: var(--Color-Brand-Blue, #265BF6);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
section.header-subs h2 {
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}
.text-box>*:first-child {
    margin-top: 0;
}
.text-box>*:last-child {
    margin-bottom: 0;
}
.header-subs .text-box p {
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.header-subs .text-box p a {
    color: white;
    text-decoration: underline;
}
section.post-detail-content .post-detail-thumb img {
    display: none;
}
section.post-detail-content .post-detail-thumb img,
body div.case-item span.cases-thumb img {
    display: block;
}
.single-news section.post-detail-content .post-detail-thumb,
body div.case-item span.cases-thumb {
    background: unset;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    align-items: center;
}
section.post-detail-content .post-detail-thumb:not(.fitted-image) img,
body div.case-item span.cases-thumb:not(.fitted-image) img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.post-detail-content .post-detail-thumb.fitted-image img,
body div.case-item span.cases-thumb.fitted-image img {
    height: 100%;
    object-fit: contain;
}
.header-subs .text-box p a:hover {
    text-decoration: none;
}
section.post-detail-content .post-detail-thumb {
    display: block;
    width: 100%;
    height: 312px;
    border-radius: 16px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section.post-detail-content {
    position: relative;
    padding-bottom: 80px;
}
.review-box span.sterren {
    display: block;
    width: 116px;
    height: 19px;
    background: black;
    margin: 0 auto;
    margin-bottom: 32px;
}
.review-box span.sterren.Vijf {
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/sterren-5.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
section.post-detail-content .post-detail-thumb {
    margin-bottom: 48px;
}
div.case-item span.cases-thumb.fitted-image,
span.post-detail-thumb.fitted-image {
    background-size: contain !important;
    background-color: #f2f2f2 !important;
}
section.post-detail-content ul.sector {
    margin-top: 32px;
}
section.post-detail-content h2 {
    color: #041717;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
.post-detail-content-box ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.post-detail-content-box .afbeeldingen-wrapper>div.afbeelding {
    display: block;
    width: 100%;
    border-radius: 16px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.post-detail-content-box .afbeeldingen-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 48px;
}
.post-detail-content-box {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    align-items: flex-start;
}
.post-detail-content-box>span.afbeelding-box {
    display: block;
    width: 100%;
    border-radius: 16px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.post-detail-content-box p a {
    text-decoration: underline;
}
.post-detail-content-box * {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.post-detail-content-box h3 {
    font-size: 20px;
    font-weight: 500;
}
.post-detail-content-box ol {
    list-style-type: decimal;
    margin: 24px 0px;
}
section.tekst-afb-laag .content-box h3 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
section.tekst-afb-laag .content-box h2 {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #DFDFDF;
    width: fit-content;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-top: 0;
    margin-bottom: 32px;
}
section.tekst-afb-laag .content-box {
    margin-top: 40px;
}
.page-id-1325 .tekst-afb-laag.form-laag .form-box {
    background: #F2F2F2;
    padding: 24px;
    border-radius: 16px;
}
.page-id-1325 .tekst-afb-laag.form-laag .content-box {
    display: none;
}
section.tekst-afb-laag .afbeelding-box {
    order: -1;
    display: block;
    width: 100%;
    height: 312px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 16px;
}
section.tekst-afb-laag {
    position: relative;
    padding: 80px 0px;
    background: #ffffff;
}
section.tekst-afb-laag .text-box * {
    color: var(--Color-Brand-Dark-Grey, #AAA);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.tekst-afb-laag .text-box p a {
    text-decoration: underline;
}
section.tekst-afb-laag .text-box p a:hover {
    text-decoration: none;
}
section.tekst-afb-laag .content-box.only-content div.knoppen {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
section.tekst-afb-laag .content-box .text-box em {
    font-style: italic;
}
section.tekst-afb-laag .content-box.only-content {
    max-width: 720px;
}
section.tekst-afb-laag .text-box h4 {
    font-size: 22px;
    color: var(--Color-Brand-Black, #151515);
    font-weight: 500;
}
section.pagebuilder-cpa section.Geen.ruimte.onder {
    padding-bottom: 0;
}
section.pagebuilder-cpa section.Geen.ruimte.boven {
    padding-top: 0;
}
section.donkere-blokken-laag div.blokken-box>div.text-box * {
    color: #B3B3B3;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.donkere-blokken-laag div.blokken-box>h3 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 24px;
}
section.donkere-blokken-laag div.blokken-box h2 {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 32px;
}
section.donkere-blokken-laag div.blokken-box {
    border-radius: 16px;
    background: #0B0D14;
    padding: 40px 32px;
    text-align: center;
    color: #B3B3B3;
}
section.donkere-blokken-laag div.blokken-wrapper div.text-box * {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}
section.donkere-blokken-laag div.blokken-wrapper h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    text-align: left;
    margin-bottom: 16px;
}
section.donkere-blokken-laag div.blokken-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 48px;
}
section.donkere-blokken-laag div.blokken-box div.blok-item {
    display: block;
    padding: 32px;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}
section.partners-laag {
    background: #001744;
    position: relative;
    padding: 80px 0px;
    color: white;
    text-align: center;
}
section.donkere-blokken-laag {
    position: relative;
    padding: 80px 0px;
    background: white;
}
section.partners-laag .partners {
    margin-top: 80px;
    flex-basis: 100%;
    width: 100%;
    color: white;
}
section.partners-laag .content-box .text-box * {
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.partners-laag h3 strong {
    color: var(--Color-Brand-Blue, #265BF6);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
section.partners-laag h3 {
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-bottom: 24px;
}
section.partners-laag h2 {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 28px;
}
section.partners-laag .c-btn:hover {
    background: white;
    color: black;
}
section.partners-laag .c-btn {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-White, #FFF);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.partners .partner a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}
.partners .partner {
    border-radius: 16px;
    background: var(--Color-Brand-Dark-Blue-Focus, #090A36);
    display: block;
    height: 104px;
    width: 248px;
    transition: .1s ease-in-out;
    margin: 0 auto;
}
.partners .partner:hover {
    opacity: .8;
}
section.get-in-touch .get-in-touch-box div.content-box * {
    color: var(--Color-Brand-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.get-in-touch .get-in-touch-box h3 {
    color: var(--Color-Brand-White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}
section.get-in-touch .get-in-touch-box {
    border-radius: 16px;
    background: var(--Color-Brand-Blue, #265BF6);
    padding: 40px;
    align-self: stretch;
}
section.get-in-touch {
    position: relative;
    padding: 80px 0px;
    background: #F2F2F2;
}
section.get-in-touch .get-in-touch-box div.content-box .c-btn:hover {
    background: white;
    color: black;
}
.knoppen .c-btn:nth-of-type(2):hover {
    background: white;
    color: black;
}
.knoppen .c-btn:nth-of-type(1):hover {
    background: transparent;
    color: white;
}
section.get-in-touch .get-in-touch-box div.content-box .c-btn {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-White, #FFF);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: auto;
    margin-top: 32px;
    width: fit-content;
    margin-left: 0;
}
section.cta-laag div.knoppen {
    display: flex;
    margin-top: 40px;
    gap: 16px;
    justify-content: center;
}
section.cta-laag p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
section.cta-laag h2 strong {
    font-weight: 700;
}
section.cta-laag h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 32px;
}
section.cta-laag {
    display: block;
    padding: 64px 0px;
    position: relative;
    background: #2728CE;
    color: white;
    text-align: center;
}
.knoppen .c-btn:nth-of-type(1) {
    background: white;
    color: #151515;
}
.knoppen .c-btn {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-White, #FFF);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: fit-content;
}
.page-id-73 section.cta-laag div.knoppen {
    flex-wrap: wrap;
}
div#startProject .modal-content .modal-header h4 {
    text-align: center;
    padding-right: 0;
}
#startProject .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 8px;
}
#startProject .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6 !important;
    text-align: left;
}
#startProject .gform_wrapper.gravity-theme .gfield,
#startProject .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    text-align: left;
}
#startProject textarea {
    height: 120px;
}
#startProject .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px !important;
    font-weight: 500;
    margin-bottom: 8px !important;
}
#startProject .gform_wrapper.gravity-theme legend {
    display: none;
}
#startProject .gform-footer.gform_footer.top_label {
    margin-top: 0 !important;
}
input#gform_submit_button_12 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div#startProject .modal-content .modal-header {
    text-align: center;
    justify-content: center;
}
div#startProject .modal-content {
    margin: 0;
    width: 100%;
    max-width: initial;
    box-shadow: none !important;
    background: white !important;
}
form#gform_12 {
    max-width: 600px;
    margin: 0 auto;
}
section.contact {
    position: relative;
    padding: 80px 0px;
    background: white;
}
.contact .contact-blokken {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.contact .contact-blokken .contact-blok {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-basis: 100%;
    width: 100%;
}
.contact .contact-blokken .contact-blok h4 {
    margin: 0;
    color: var(--Text-primary, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    width: 100%;
}
.contact .contact-blokken .contact-blok .text-box a:last-of-type {
    text-decoration: none;
}
.contact .contact-blokken .contact-blok .text-box a:last-of-type:hover {
    text-decoration: underline;
}
.contact .contact-blokken .contact-blok .text-box a {
    text-decoration: underline;
}
.ginput_container.ginput_container_consent label a:hover,
.contact-form .content-box .text-box a:hover,
.contact .contact-blokken .contact-blok .text-box a:hover {
    text-decoration: none;
}
.contact .contact-blokken .contact-blok .text-box * {
    line-height: 32px;
}
.contact .flexbox-wrapper.contact-form .content-box h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}
.contact .flexbox-wrapper.contact-form .content-box div.maps-box {
    order: -1;
    width: 100%;
    display: block;
    height: 196px;
    background: grey;
    border-radius: 16px;
    margin-bottom: 32px;
    overflow: hidden;
}
.contact .flexbox-wrapper.contact-form .content-box div.maps-box .map-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.contact .flexbox-wrapper.contact-form .content-box div.maps-box .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact .flexbox-wrapper.contact-form .content-box {
    display: flex;
    flex-wrap: wrap;
}
.contact .flexbox-wrapper.contact-form {
    margin-top: 80px;
}
.contact p.grey-title {
    color: var(--Color-Brand-Dark-Grey, #AAA);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 32px;
}
.contact-form .content-box .text-box {
    line-height: 150%;
    width: 100%;
}
.contact-form .content-box .text-box a {
    text-decoration: underline;
}
.contact-form .form-box {
    margin-top: 80px;
    position: relative;
    border-radius: 16px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    padding: 32px;
}
form label span.gfield_required {
    display: none !important;
}
form label {
    color: #000;
    font-family: Inter;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    line-height: 1 !important;
    margin-bottom: 16px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 210px;
    resize: none !important;
}
fieldset#field_2_9 legend {
    display: none;
}
.ginput_container.ginput_container_consent label a {
    text-decoration: underline;
}
.ginput_container.ginput_container_consent label {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ginput_container.ginput_container_consent input {
    border: 1px solid var(--Border-primary, #000);
    background: var(--Color-Neutral-white, #FFF);
    width: 18px;
    height: 18px;
    border-radius: 0 !important;
}
.ginput_container.ginput_container_consent input:checked {
    background-color: black !important;
}
.gform-footer.gform_footer.top_label input {
    border-radius: 16px;
    background: var(--Black---Werkhandschoenen, #000);
    height: 56px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 16px;
    line-height: 150%;
    border: none !important;
    transition: .1s ease-in-out;
}
.gform-footer.gform_footer.top_label input:hover {
    background: #2728ce;
}
.gform-footer.gform_footer.top_label {
    margin-top: 40px !important;
}
div.form-box form input,
div.form-box form textarea {
    border-radius: 8px;
    border: 1px solid var(--Dark-grey---Werkhandschoenen, #E9E8E3);
    background: #FFF;
    padding: 16px 24px !important;
    color: #767676;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
}
h2.gform_title {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    font-weight: 500;
}
section.cases-overzicht {
    position: relative;
    background: white;
    padding-top: 32px;
}
.cases-zoekresultaten div.case-item {
    display: block;
    width: 100%;
    border: 1px solid var(--Color-Brand-Grey, #DFDFDF);
    background: #FFF;
    padding: 32px;
    border-radius: 16px;
}
.cases-zoekresultaten p.result-count {
    margin: 0;
    display: none;
}
.cases-zoekresultaten {
    gap: 48px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
div.case-item span.cases-thumb {
    display: block;
    width: 100%;
    margin-top: 48px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover !important;
    height: 240px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
div.case-item span.cases-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
div.case-item a.c-btn,
div.product-item .c-btn {
    margin-top: 32px;
    display: block;
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-Black, #151515);
    padding: 16px 24px;
    width: fit-content;
}
div.case-item a.c-btn:hover {
    background: #265BF6;
    color: white;
    border: 1px solid #265BF6;
}
div.product-item span.product-thumb img {
    display: none;
}
div.product-item span.product-thumb {
    display: block;
    width: 100%;
    margin-top: 32px;
    height: 208px;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    background-color: white !important;
}
div.product-item .c-btn {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    transition: .1s ease-in-out;
}
.product-overview div.product-item .c-btn:hover {
    background: #265bf6;
    color: white;
    border: 1px solid #265bf6;
}
div.case-item p {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
div.case-item h3 {
    color: #041717;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-bottom: 8px;
}
ul.sector {
    margin-bottom: 32px;
}
ul.sector li.cat {
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    width: fit-content;
    padding: 10px 16px;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
}
div.case-item span.cases-thumb img {
    display: none;
}
.pagebuilder-cpa .tekst-afb-laag .knoppen {
    margin-top: 32px;
}
section.tekst-afb-laag .knoppen a.c-btn {
    background: #265BF6;
    color: white;
}
section.tekst-afb-laag .knoppen a.c-btn:hover {
    background: #2728CE;
}
section.lichte-blokken-laag {
    position: relative;
    padding: 80px 0px;
}
section.lichte-blokken-laag .blokken-wrapper .blok-item {
    border-radius: 16px;
    background: #F2F2F2;
    padding: 32px;
    position: relative;
}
section.lichte-blokken-laag .blokken-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
section.lichte-blokken-laag {
    position: relative;
    padding: 80px 0px;
}
.lichte-blokken-laag .blok-item span.icon-box {
    width: 64px;
    height: 64px;
    display: block;
    background: #D9D9D9;
    border-radius: 8px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section.lichte-blokken-laag .blokken-wrapper .blok-item div.text-box * {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.lichte-blokken-laag .blokken-wrapper .blok-item h4 {
    margin: 0;
    color: #1D1D1F;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 24px;
    margin-bottom: 8px;
}
section.nieuws-laag .content-box {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}
section.nieuws-laag {
    position: relative;
    padding: 80px 0px;
    background: white;
}
section.nieuws-laag h2 {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #DFDFDF;
    width: fit-content;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}
.nieuws-laag .content-box .text-box * {
    color: var(--Color-Brand-Green, #6A7F7F);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.nieuws-slider .nieuws-item a div.text-box {
    color: var(--Color-Brand-Grey-Focus, #D1D1D1);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}
.nieuws-slider .nieuws-item a h4 {
    color: var(--Color-Brand-White, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 16px;
}
.nieuws-slider .nieuws-item a {
    color: white;
}
.nieuws-slider .nieuws-item {
    border-radius: 16px;
    background: var(--Color-Brand-Dark-Blue, #001744);
    padding: 40px;
    color: white;
}
section.nieuws-laag .nieuws-slider .owl-stage {
    padding-left: 0 !important;
}
section.nieuws-laag .nieuws-slider {
    width: calc(100% + 32px);
}
.nieuws-item span.nieuws-thumb img {
    display: none;
}
.nieuws-item span.nieuws-thumb {
    display: block;
    width: 100%;
    height: 144px;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 16px;
    background-size: cover !important;
    background-position: 0% 20% !important;
    background-repeat: no-repeat !important;
}
.owl-nav>div,
.owl-nav>button {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    border: 6px solid var(--Color-Brand-White, #FFF);
    background: var(--Color-Brand-Dark-Blue, #001744) url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-right.svg) no-repeat;
    color: transparent;
    background-position: center center;
    transition: .1s ease-in-out;
}
.owl-nav>button {
    padding: 0 !important;
    background-size: 8px;
}
.owl-nav>button:hover {
    background-size: 8px !important;
}
.owl-nav>div:hover,
.owl-nav>button:hover {
    background: #265bf6 url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-right.svg) no-repeat;
    background-position: center center;
}
.owl-nav>div.owl-prev,
.owl-nav>button.owl-prev {
    transform: rotate(180deg);
}
.owl-nav {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - -8px);
    justify-content: space-between;
    position: absolute;
    top: 280px;
    margin-left: -32px;
}
.nieuws-item .n-btn:hover {
    background: white;
    color: black;
}
.nieuws-item .n-btn {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-White, #FFF);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: fit-content;
}
section.nieuws-laag h3 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
section.nieuws-laag h3 strong {
    color: #AAAAAA;
    font-weight: 500;
}
section.tekst-afb-laag .text-box ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
section.Nergens.ruimte {
    padding: 0;
}
section.back-button {
    position: relative;
    padding-top: 32px;
    padding-bottom: 48px;
}
section.back-button .c-btn:hover {
    background: #151515;
    color: white;
}
section.back-button .c-btn:hover:before {
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-white.svg) no-repeat;
    background-position: center center;
}
section.back-button .c-btn {
    border-radius: 20px;
    border: 1px solid #151515;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transition: .1s ease-in-out;
    color: #151515;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: auto;
    width: fit-content;
}
section.back-button .c-btn:before {
    content: '';
    display: block;
    width: 8px;
    transition: .1s ease-in-out;
    height: 16px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-black.svg) no-repeat;
    background-position: center center;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item p {
    margin: 0;
    font-size: 18px;
    line-height: 150%;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item:nth-of-type(1) {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
}
.timeline-box .timeline-item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    border-left: 1px dashed white;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -24px;
    opacity: .5;
}
.timeline-box .timeline-item:last-of-type:after {
    display: none;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-box {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item:nth-of-type(1) p {
    font-weight: 700;
    color: white;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item:nth-of-type(n+2):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 100%;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item p {
    color: white;
    font-weight: 400;
}
.timeline.blokken-wrapper.flexbox-wrapper {
    gap: 64px;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item p strong {
    display: table;
    margin: 0 auto;
    text-align: center;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 32px 24px;
    width: 100%;
    flex-basis: 100%;
}
section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper .content-box h3 {
    margin-top: 0;
}
section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper .content-box {
    margin-top: 0;
}
section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper .afbeelding-box {
    order: 2;
    margin-top: 48px;
    height: 232px;
}
section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper {
    border-radius: 16px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    padding: 40px 32px;
}
.tekst-afb-laag.with-bg .onderwerp-item div.text-box * {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.tekst-afb-laag.with-bg .onderwerpen .onderwerp-item h4 {
    color: #1D1D1F;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 8px;
}
.tekst-afb-laag.with-bg .onderwerpen .onderwerp-item {
    border-radius: 16px;
    background: var(--Color-Brand-White, #FFF);
    padding: 32px;
}
.tekst-afb-laag.with-bg .onderwerpen {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
section.header-home .content-box .c-btn:hover {
    background: #2728CE;
}
section.cases-laag div.nieuws-slider div.nieuws-content span.n-btn {
    transition: .1s ease-in-out;
}
.blokken-drie-deling-laag .blok-item .c-btn:hover,
section.cases-laag div.nieuws-slider div.nieuws-content span.n-btn:hover {
    background: #265bf6;
    border: 1px solid #265bf6;
    color: white;
}
section.header-home .content-box .c-btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    width: fit-content;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
section.header-home .content-box p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
section.header-home h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 32px;
}
section.header-home {
    position: relative;
    background: #001744;
    padding: 48px 0px;
    color: white;
    text-align: center;
}
.logo-slide {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
}
.owl-nav.disabled {
    display: none;
}
.header-home .logo-slider {
    margin-top: 48px;
    background-color: transparent;
    border-radius: none;
}
.logo-slider:before {
    opacity: 0 !important;
}
.header-home .video-box {
    display: block;
    width: 100%;
    height: 312px;
    background: grey;
    border-radius: 16px;
    margin-top: 48px;
}
section.header-home {
    overflow: hidden;
    padding-bottom: 0;
}
section.header-home:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    background: white;
    bottom: 0;
    left: 0;
    z-index: 0;
}
section.header-home * {
    z-index: 2;
    position: relative;
}
section.blokken-drie-deling-laag {
    position: relative;
    padding: 80px 0px;
}
section.blokken-drie-deling-laag .content-box div.text-box * {
    color: var(--Color-Brand-Dark-Grey, #AAA);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.blokken-drie-deling-laag .content-box h3 strong {
    color: #AAA;
    font-weight: 500;
}
section.blokken-drie-deling-laag .content-box h3 {
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 40px;
}
section.blokken-drie-deling-laag .content-box {
    text-align: center;
    margin-bottom: 88px;
}
.blokken-drie-deling-laag .blok-item .c-btn {
    margin-top: 24px;
    display: block;
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-Black, #151515);
    padding: 16px 24px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.blokken-drie-deling-laag .blok-item div.text-box * {
    color: #6E6E6E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.blokken-drie-deling-laag .blokken-wrapper .blok-item span.logo-box {
    display: block;
    height: 64px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 24px;
}
body:not(.home) .blokken-drie-deling-laag .blokken-wrapper .blok-item span.logo-box {
    background-size: contain !important;
}
.blokken-drie-deling-laag .blokken-wrapper {
    gap: 48px;
}
.blokken-drie-deling-laag .blokken-wrapper .blok-item {
    border-radius: 16px;
    background: #F2F2F2;
    display: block;
    width: 100%;
    padding: 32px;
    padding-top: 40px;
    text-align: center;
}
.blokken-drie-deling-laag .blokken-wrapper .blok-item span.afbeelding-box {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 16px;
    margin-top: 32px;
}
.blokken-drie-deling-laag .blokken-wrapper .blok-item:nth-of-type(1) {
    order: 2;
}
.blokken-drie-deling-laag .blokken-wrapper .blok-item:nth-of-type(2) {
    order: -2;
}
.afbeeldingen-auto-carousel div.owl-stage {
    display: flex;
}
body.home section.cases-laag.nieuws-laag h3 strong {
    color: #265BF6;
}
body.home section.cases-laag.nieuws-laag h3 {
    color: white;
}
body.home section.cases-laag.nieuws-laag {
    background: #001744;
}
body.home .cases-laag.nieuws-laag div.text-box * {
    color: white;
}
body.home .cases-laag .nieuws-item {
    border-radius: 16px;
    background: #FFF;
}
body.home .cases-laag .nieuws-slider .nieuws-item a h4 {
    color: #041717;
}
section.cases-laag div.nieuws-slider div.nieuws-content span.n-btn {
    border: 1px solid #151515;
    color: #151515;
    margin-top: 32px;
}
section.cases-laag div.nieuws-slider div.nieuws-content p {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.page-id-73 section.cases-laag div.nieuws-slider div.nieuws-content span.n-btn {
    color: white;
    border: 1px solid white;
}
.page-id-73 section.cases-laag div.nieuws-slider div.nieuws-content p {
    color: white;
}
.page-id-79 section.cases-laag div.nieuws-slider div.nieuws-content .n-btn {
    color: #D1D1D1;
    border: 1px solid #D1D1D1;
}
.page-id-79 section.cases-laag div.nieuws-slider div.nieuws-content p {
    color: #D1D1D1;
}
section.partners-laag .partners {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
}
section.partners-laag .partners>div:nth-of-type(2),
section.partners-laag .partners>div:nth-of-type(3) {
    display: none;
}
section.partners-laag .partners>div {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.partners .partner a img {
    margin: 0 auto;
    max-height: 60%;
    width: auto;
    width: 130px;
    object-fit: contain;
    max-height: 80px;
}
.partners-laag .partners.text-business-items div.partner {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: calc(50% - 8px);
    width: calc(50% - 8px);
    padding: 24px;
    align-content: center;
}
.partners-laag .partners.text-business-items div.partner a.n-btn {
    color: white;
    height: auto;
    font-size: 14px;
    text-decoration: underline;
}
.partners-laag .partners.text-business-items div.partner {
    flex-wrap: wrap;
}
.partners-laag .partners.text-business-items {
    gap: 24px 16px;
}
.partners .partner a {
    display: flex;
    width: 100%;
    height: 100%;
    color: transparent;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.partner.white-bg a span {
    background: white;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.partner.white-bg {
    background: white;
}
.partner.white-bg:hover {
    background: white;
}
section.nieuws-laag .owl-item {
    opacity: 0.4;
    transition: .2s ease-in-out;
}
section.nieuws-laag .owl-item.active {
    opacity: 1;
}
.post-detail-content-box .review-box * {
    color: black;
}
.post-detail-content-box .review-box {
    margin-top: 28px;
    text-align: center;
    color: black;
}
.post-detail-content-box .review-box div.text-box {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.geschreven-door p.naam {
    font-weight: 700;
}
.geschreven-door span.afbeelding-box {
    display: block;
    width: 56px;
    height: 56px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 100%;
}
.geschreven-door {
    margin-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.geschreven-door p {
    margin: 0;
    color: var(--Text-primary, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}
section.product-overview.category-overview div.product-wrapper div.product-item a h3,
section.product-overview.products-overview div.product-wrapper div.product-item a h3 {
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}
section.product-overview.category-overview div.product-wrapper div.product-item a,
section.product-overview.products-overview div.product-wrapper div.product-item a {
    padding: 32px;
    padding-top: 40px;
    display: block;
}
section.product-overview.category-overview div.product-wrapper div.product-item,
section.product-overview.products-overview div.product-wrapper div.product-item {
    flex-basis: 100%;
    width: 100%;
    border-radius: 16px;
    background: #F2F2F2;
    text-align: center;
}
section.product-overview.category-overview div.product-wrapper,
section.product-overview.products-overview div.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
section.product-overview.category-overview {
    position: relative;
    padding-top: 32px;
    padding-bottom: 80px;
}
section.product-overview.products-overview {
    position: relative;
    padding-bottom: 80px;
}
.products-overview .product-item p {
    color: #6E6E6E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.product-overview.products-overview h2 {
    margin: 0;
    margin-bottom: 40px;
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
section.single-product-content .product-meta .tag {
    border-radius: 12px;
    border: 1px solid var(--Color-Brand-Black, #151515);
    margin-bottom: 40px;
    display: table;
    padding: 8px 24px;
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.single-product-content span.product-thumb img {
    display: none;
}
section.single-product-content span.product-thumb {
    border-radius: 16px;
    border: 1px solid var(--Color-Brand-Grey, #DFDFDF);
    background: #FFF;
    height: 272px;
    display: block;
    width: 100%;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 40px;
}
section.single-product-content {
    position: relative;
    padding-bottom: 80px;
}
section.single-product-content section.partner-producten-laag .inner {
    padding: 0;
}
section.single-product-content section.partner-producten-laag {
    padding-top: 40px;
    padding-bottom: 0;
}
.single-product-content .product-meta {
    margin-bottom: 0px;
}
.single-product-content .product-meta span.small-tag {
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    display: table;
    padding: 10px 16px;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
}
.single-product-content .product-meta h2 {
    color: #041717;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 32px;
}
.single-product-content .product-content .text-box h3 {
    font-size: 24px;
    line-height: 140%;
    margin: 0;
}
.single-product-content .product-content .text-box * {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.single-product-content .product-content .text-box p strong {
    color: #001744;
    font-weight: 600;
}
.single-product-content .product-content .text-box ul {
    list-style-type: disc;
    margin: 16px 0px;
}
.single-product-content .product-content .text-box h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
a.c-btn.quote-btn {
    margin-top: 40px;
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    display: table;
    padding: 16px 24px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
a.c-btn.quote-btn:hover {
    background: #2728CE;
}
.error404 section.header-subs h1 {
    margin-bottom: 0;
    background: none;
    color: white;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}
section.error-text .content-box div.knoppen a.c-btn:nth-of-type(2) {
    background: var(--Color-Brand-Blue, #265BF6);
}
section.error-text .content-box div.knoppen a.c-btn:nth-of-type(1):hover {
    background: #265BF6;
    border: 1px solid #265BF6;
    color: white;
}
section.error-text .content-box div.knoppen a.c-btn:nth-of-type(2):hover {
    background: #2728CE;
    color: white;
}
section.error-text .content-box div.knoppen {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 24px 0px;
}
section.error-text .content-box div.knoppen a.c-btn:nth-of-type(1) {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-Black, #151515);
}
section.error-text .content-box h3 {
    color: #6E6E6E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 24px 0px;
}
section.error-text .content-box p {
    color: #6E6E6E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
section.error-text .content-box h2 {
    color: #041717;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 32px;
}
section.error-text .content-box {
    text-align: center;
}
section.error-text {
    position: relative;
    background: white;
    padding: 80px 0px;
}
.error-text div.knoppen .c-btn:nth-of-type(1):before {
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-black.svg) no-repeat;
    background-position: center center;
}
.page-template-tekst .header-subs h1 {
    margin-bottom: 0;
    background: none;
    color: white;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    padding: 0;
}
.page-template-tekst section.tekst-laag .content-box ul {
    list-style-type: disc;
}
.page-template-tekst section.tekst-laag .content-box a {
    text-decoration: underline;
}
.page-template-tekst section.tekst-laag .content-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-bottom: 24px;
}
.page-template-tekst section.tekst-laag .content-box h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-bottom: 24px;
}
.page-template-tekst section.tekst-laag .content-box * {
    color: #6E6E6E;
}
.page-template-tekst section.tekst-laag {
    position: relative;
    padding: 80px 0px;
}
body.post-type-archive-knowledge-base h1 {
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 auto;
    margin-bottom: 24px;
    background: none;
    ;
}
.header-subs .filter-box form ul li.sf-field-search {
    display: block;
}
.header-subs .filter-box form ul li {
    display: none;
}
.header-subs .filter-box {
    margin-top: 40px;
}
.filter-box li.sf-field-search label {
    margin: 0 !important;
}
.filter-box form>ul {
    display: flex;
    gap: 8px;
}
.filter-box li.sf-field-submit input:hover {
    background: #2728CE
}
.filter-box li.sf-field-submit input {
    border-radius: 20px;
    background: #3A3AF4;
    border: none;
    padding: 10px 30px;
    color: white;
    display: block;
    height: 60px;
    transition: .1s ease-in-out;
    cursor: pointer;
}
.filter-box li.sf-field-submit {
    display: block !important;
    padding: 0;
}
.filter-box li.sf-field-search input {
    border-radius: 20px;
    background: #FFF;
    padding: 18px 24px;
    height: 60px;
    width: 100%;
}
.filter-box li.sf-field-search {
    padding: 0;
    width: 217px;
}
.popular {
    margin-top: 40px;
}
.popular-items p {
    text-align: left;
    margin-bottom: 0;
}
.popular-items a {
    color: rgba(255, 255, 255, 0.60);
}
.popular-items a:hover {
    text-decoration: underline;
}
.popular h4 {
    margin: 0;
    color: rgba(255, 255, 255, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    text-align: left;
}
section.knowledge-base-content div.filter li.sf-field-search,
section.knowledge-base-content div.filter li.sf-field-submit {
    display: none;
}
section.knowledge-base-content div.left.filter {
    flex-basis: 100%;
    width: 100%;
}
.left.filter a.n-btn {
    margin: 0 auto;
    text-decoration: underline;
    justify-content: center;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 24px;
}
section.knowledge-base-content {
    position: relative;
    padding: 32px 0px;
    padding-bottom: 80px;
    background: white;
}
.left.filter li.sf-item-0 {
    display: none !important;
}
.header-subs .filter-box {
    display: flex;
    justify-content: center;
}
.left.filter li {
    position: relative;
}
.left.filter li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    appearance: none;
}
.left.filter h4 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}
.left.filter {
    margin-bottom: 48px;
}
.left.filter li.sf-field-reset a {
    color: #151515;
    text-decoration: underline;
    text-align: center;
    display: table;
    width: 100%;
}
.left.filter li.sf-field-reset a:hover {
    text-decoration: none;
}
.left.filter li.sf-field-reset {
    padding: 0;
}
.post-type-archive-knowledge-base .right.results div.knowledge-item:nth-of-type(2n+1) {
    border: 1px solid var(--Grey---Werkhandschoenen, #F2F2F2);
}
.post-type-archive-knowledge-base .right.results div.knowledge-item:nth-of-type(2n) {
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
}
.post-type-archive-knowledge-base .right.results div.knowledge-item {
    width: 100%;
    border-radius: 16px;
    padding: 24px 32px;
    position: relative;
}
.post-type-archive-knowledge-base .right.results {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.modal-open.post-type-archive-knowledge-base .modal.in {
    z-index: 999999;
}
.knowledge-item .c-btn:after,
.c-btn.download:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/download-icon.svg) no-repeat;
    background-position: center center;
}
.post-type-archive-knowledge-base .right.results div.knowledge-item .c-btn:after {
    display: none;
}
.knowledge-item .c-btn:hover,
.modal a.c-btn.download:hover {
    background: #2728CE;
}
.knowledge-item .c-btn,
.modal a.c-btn.download {
    display: flex;
    margin-top: 24px;
    border-radius: 20px;
    background: #3A3AF4;
    padding: 10px 30px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    width: fit-content;
    height: 56px;
}
.knowledge-item h5 {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 16px 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.knowledge-item span.post-date {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.post-type-archive-knowledge-base .right.results div.knowledge-item {
    width: 100%;
    border-radius: 16px;
    padding: 24px 32px;
    position: relative;
}
.teaser-content {
    z-index: 99999;
}
span.bg-teaser {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    top: 0;
    z-index: 9999;
}
section.knowledge-base-content.teaser-content ul.usps-premium li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/check.svg) no-repeat;
    background-position: center center;
}
section.knowledge-base-content.teaser-content ul.usps-premium li {
    color: var(--Color-Brand-Dark-Blue, #001744);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
section.knowledge-base-content.teaser-content ul.usps-premium {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
section.knowledge-base-content.teaser-content h2 {
    color: var(--Color-Brand-Dark-Blue, #001744);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-bottom: 40px;
}
section.knowledge-base-content.teaser-content {
    padding-top: 56px;
}
.single-cases .post-detail-content div.flexbox-wrapper {
    align-items: flex-start;
}
.single-cases .content-box p {
    margin: 0;
}
section.footer a {
    color: white;
}
section.footer a:hover {
    text-decoration: underline;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    text-decoration: underline;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
}
.wp-pagenavi span.pages {
    text-align: center;
    order: -1;
    flex-basis: 100%;
    width: 100%;
    font-weight: bold;
}
.wp-pagenavi span.extend {
    display: none !important;
}
.wp-pagenavi * {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
    gap: 16px 16px;
    flex-wrap: wrap;
}
section.footer {
    background: #001744;
    color: white;
    position: relative;
    padding-top: 40px;
}
section.footer a.site-logo {
    margin: 0 auto;
    width: 250px;
    height: 79px;
    background-size: contain !important;
    margin-bottom: 48px;
}
.footer .footer__company ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-bottom: 24px;
    margin-bottom: 16px;
}
.footer .footer__company ul li:nth-of-type(9),
.footer .footer__company ul li:nth-of-type(10) {
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: .1s ease-in-out;
    margin-right: 12px;
}
.footer .footer__company ul li:nth-of-type(9) a,
.footer .footer__company ul li:nth-of-type(10) a {
    display: block;
    width: 100%;
    height: 100%;
}
.footer .footer__company ul li:nth-of-type(9):hover,
.footer .footer__company ul li:nth-of-type(10):hover {
    opacity: .7;
}
.footer .footer__company ul li.emailadres {
    margin-bottom: 32px;
}
.footer .footer__company ul li a {
    text-decoration: underline;
}
.footer .footer__company ul li a:hover,
section.information ul li a:hover {
    text-decoration: none;
}
section.information p a:hover {
    text-decoration: underline;
}
.footer__menu>ul.footer__menu-list a:hover {
    color: #acade2;
}
.footer .footer__company ul li.small-text {
    margin-top: 24px;
}
.footer .footer__company ul li.small-text {
    font-weight: 600;
    margin-bottom: 4px;
}
.footer .footer__company ul li {
    font-size: 14px;
    line-height: 150%;
}
.footer h5 {
    color: var(--Color-Brand-White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    margin-bottom: 24px;
}
ul.footer__menu-list li:first-of-type {
    margin-bottom: 0;
}
ul.footer__menu-list li:first-of-type a,
.language__box h5 {
    color: var(--Color-Brand-White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}
ul.footer__menu-list li:first-of-type a {
    pointer-events: none;
}
footer {
    background: #001744;
}
section.footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-bottom: 48px;
    margin-bottom: 48px;
}
section.information a,
section.information li,
section.information p {
    color: white;
    font-size: 14px;
}
section.information ul {
    justify-content: center;
    gap: 16px;
}
section.information .inner {
    display: flex;
    flex-wrap: wrap;
}
section.information p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    order: 2;
}
section.information ul {
    gap: 24px;
}
section.information ul li a {
    text-decoration: underline;
}
section.information ul li:nth-of-type(4) {
    display: none;
}
section.information {
    padding: 0;
    background: none;
    padding-bottom: 40px;
    color: white;
}
ul.footer__menu-list {
    max-height: 27px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    transition: .2s ease-in-out;
}
ul.footer__menu-list.open {
    max-height: 400px;
}
.single-partners section.pagebuilder-cpa .inner {
    max-width: 1216px;
}
section.agenda-overview {
    position: relative;
    padding-top: 32px;
    background: white;
}
.los-event div#load_more_events_loader {
    display: none;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    border: 0;
    padding: 0;
}
.agenda-overview .wpem-event-listings>div {
    border-top: 0;
    padding: 32px 0px;
}
.agenda-overview .wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper,
.agenda-overview .wpem-event-listings .wpem-event-layout-wrapper {
    border: 0;
}
.page-template-join a.site-logo {
    margin: 0 auto;
}
section.join-the-alliance {
    position: relative;
    background: #001744;
    padding: 32px 0px;
    padding-bottom: 120px;
}
div#gform_page_3_1>div:not(.gform-page-footer.gform_page_footer.top_label),
div#gform_page_3_2>div:not(.gform-page-footer.gform_page_footer.top_label) {
    border-radius: 16px 16px 0px 0px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    position: relative;
    padding: 24px;
}
.join-the-alliance .gform-page-footer.gform_page_footer.top_label {
    margin-top: 0;
    padding: 0;
    background: #f2f2f2;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 0px 0px 16px 16px;
}
.join-the-alliance .gform-page-footer.gform_page_footer.top_label>input {
    margin: 0;
    width: 100%;
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: .1s ease-in-out;
    line-height: 150%;
    padding: 19px 0px !important;
    cursor: pointer;
}
.join-the-alliance .gform-page-footer.gform_page_footer.top_label>input:hover {
    background: #2728CE;
}
.gf_progressbar.gf_progressbar_blue {
    margin-bottom: 40px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 12px;
}
.form-box div#gform_fields_3 label {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
.join-the-alliance .gform-page-footer.gform_page_footer.top_label input.gform_previous_button {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    font-size: 14px !important;
    color: black;
    text-decoration: underline;
    margin-bottom: 16px;
}
.join-the-alliance .gform-page-footer.gform_page_footer.top_label input.gform_previous_button:hover {
    text-decoration: none;
}
.join-the-alliance select {
    border-radius: 8px;
    border: 1px solid var(--Dark-grey---Werkhandschoenen, #E9E8E3);
    background: #FFF;
    padding: 16px 24px !important;
    appearance: none;
}
div#gform_page_3_1>div:not(.gform-page-footer.gform_page_footer.top_label):before,
div#gform_page_3_2>div:not(.gform-page-footer.gform_page_footer.top_label):before {
    content: 'Become a member';
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
    text-align: center;
    display: block;
}
p.gf_progressbar_title {
    display: none;
}
.gf_progressbar_percentage.percentbar_blue.percentbar_33:after,
.gf_progressbar_percentage.percentbar_blue.percentbar_66:after,
.gf_progressbar_percentage.percentbar_blue.percentbar_25:after,
.gf_progressbar_percentage.percentbar_blue.percentbar_50:after {
    content: 'Your membership';
    border-radius: 8px;
    border: 1px solid rgba(242, 242, 242, 0.75);
    padding: 10px 16px;
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    opacity: .75;
    /* padding-right: 44px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/grey-circle.svg) no-repeat;
    background-position: calc(100% - 16px) 50%; */
}
.gf_progressbar_percentage.percentbar_blue.percentbar_75:after,
.gf_progressbar_percentage.percentbar_blue.percentbar_100:after {
    content: 'Your membership';
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2) url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/check-blue.svg) no-repeat;
    display: block;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    padding: 10px 16px;
    width: fit-content;
    padding-right: 40px;
    background-position: calc(100% - 8px) 50%;
}
fieldset#field_3_14 legend {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}
.gf_progressbar_percentage.percentbar_blue.percentbar_33,
.gf_progressbar_percentage.percentbar_blue.percentbar_66,
.gf_progressbar_percentage.percentbar_blue.percentbar_25,
.gf_progressbar_percentage.percentbar_blue.percentbar_50,
.gf_progressbar_percentage.percentbar_blue.percentbar_75,
.gf_progressbar_percentage.percentbar_blue.percentbar_100 {
    width: 100% !important;
    background: none !important;
    height: auto !important;
    display: flex;
    justify-content: space-between;
}
.gf_progressbar_percentage.percentbar_blue.percentbar_33>span,
.gf_progressbar_percentage.percentbar_blue.percentbar_66>span,
.gf_progressbar_percentage.percentbar_blue.percentbar_100>span,
.gf_progressbar_percentage.percentbar_blue.percentbar_25>span,
.gf_progressbar_percentage.percentbar_blue.percentbar_50>span,
.gf_progressbar_percentage.percentbar_blue.percentbar_75>span {
    display: none !important;
}
.gf_progressbar_percentage.percentbar_blue.percentbar_33:before,
.gf_progressbar_percentage.percentbar_blue.percentbar_66:before,
.gf_progressbar_percentage.percentbar_blue.percentbar_25:before,
.gf_progressbar_percentage.percentbar_blue.percentbar_50:before {
    content: 'Your details';
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2) url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/check-blue.svg) no-repeat;
    display: block;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    padding: 10px 16px;
    width: fit-content;
    padding-right: 40px;
    background-position: calc(100% - 8px) 50%;
}
.gf_progressbar_percentage.percentbar_blue.percentbar_75:before,
.gf_progressbar_percentage.percentbar_blue.percentbar_100:before {
    content: 'Your details';
    border-radius: 8px;
    border: 1px solid rgba(242, 242, 242, 0.75);
    padding: 10px 16px;
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    opacity: .75;
}
.wp-login-form-container>form>p {
    margin: 0 !important;
}
.wp-login-form-container h1 {
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-bottom: 32px;
}
input#rememberme {
    border-radius: 4px;
    border: 1px solid var(--Dark-green-VNSWB, #14373B);
    background: var(--Color-Neutral-white, #FFF);
    appearance: none;
    width: 18px;
    height: 18px;
}
input#rememberme:checked {
    background: #14373B;
}
.wp-login-form-container {
    border-radius: 16px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    position: relative;
    padding: 32px;
    text-align: center;
}
.wp-login-form-container>form>p.login-remember {
    text-align: left;
    margin: 24px 0px !important;
    display: block;
    font-size: 14px;
}
p.login-username,
p.login-password {
    text-align: left;
}
p.login-username>label,
p.login-password>label {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 16px;
    display: block;
}
.wp-login-form-container>form>p {
    margin: 0 !important;
}
.wp-login-form-container>form>p.login-remember label {
    font-size: 14px !important;
    font-weight: 400;
    font-size: 14px !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}
div.login-links {
    margin-top: 24px;
    display: table;
}
p.login-submit {
    margin-bottom: 24px;
    display: block;
}
p.login-submit input {
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    width: 100%;
    padding: 16px 24px;
    color: white;
    border: 0;
    cursor: pointer;
    height: 56px;
}
p.login-submit input:hover {
    background: #1d4acf;
}
.login-links>a.c-btn {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-Black, #151515);
    display: block;
    padding: 16px 24px;
}
.login-links>a:not(.c-btn) {
    color: black;
    text-decoration: underline;
    font-size: 14px;
    display: block;
    margin-top: 24px;
}
.login-links>a:not(.c-btn):hover {
    text-decoration: none;
}
.login-links>a.c-btn:hover {
    background-color: #151515 !important;
    color: white !important;
}
p.allready a:hover {
    text-decoration: none;
}
p.allready a {
    color: white;
    text-decoration: underline;
}
p.allready {
    text-align: center;
    color: white;
}
p.allready {
    margin: 160px 0px;
}
div.login-links {
    margin-top: 24px;
    display: table;
    width: 100%;
}
input#user_login,
input#user_pass {
    width: 100%;
    border-radius: 16px;
    background: var(--Color-Brand-White, #FFF);
    padding: 16px 24px;
    line-height: 1;
    border: 0;
    height: 56px;
}
.wp-login-form-container>form>p.login-password {
    margin-top: 24px !important;
}
section.account-page-wrapper div.profile-section>div.section-header {
    border-radius: 16px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    position: relative;
    padding: 24px;
}
section.account-page-wrapper h3.profile-title {
    margin: 0;
    margin-bottom: 40px;
    color: var(--Black-VNSWB, #2F2119);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
section.account-page-wrapper {
    position: relative;
    padding: 40px 0px;
    background: white;
}
.account-page-wrapper .section-content>div {
    border-radius: 16px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    position: relative;
    padding: 24px;
    margin-top: -112px;
}
.profile-section:nth-of-type(1) {
    margin-bottom: 24px;
}
div#details-form form>div,
div#password-form form>div {
    flex-basis: 100%;
    width: 100%;
}
div#details-form form,
div#password-form form {
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px;
}
div#details-form form label,
div#password-form form label {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
    display: table;
}
.form-field.profile-picture-field input {
    font-size: 14px !important;
    margin-top: 16px;
}
.current-picture {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
#details-form .form-field:not(.profile-picture-field) input,
div#password-form form input:not(.save-button) {
    border-radius: 16px;
    background: var(--Color-Brand-White, #FFF);
    width: 100%;
    appearance: none;
    padding: 16px 24px;
    border: 0;
}
.profile-section .form-actions input.save-button:hover {
    background: #2728CE;
}
.profile-section .form-actions input.save-button {
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    display: flex !important;
    border: none;
    appearance: none;
    padding: 20px 40px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    transition: .1s ease-in-out;
    line-height: 24px;
    align-items: center;
    gap: 16px;
}
.profile-section .form-actions {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.profile-section button.cancel-button {
    border: 1px solid #151515;
    background: none;
    color: #151515;
}
.profile-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.edit-toggle:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/pencil.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.profile-section button {
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    display: flex !important;
    border: none;
    appearance: none;
    padding: 20px 40px;
    cursor: pointer;
    transition: .1s ease-in-out;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
    gap: 16px;
}
.profile-section button:hover {
    background: #2728CE;
}
.profile-section h2 {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}
div#details-form h3,
div#password-form h3 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 16px;
}
.profile-section button.cancel-button:hover {
    background: #151515;
    color: white;
}
.video-box {
    overflow: hidden;
}
.video-wrap {
    overflow: hidden;
    height: 100%;
}
.video-wrap video,
.video-wrap iframe {
    max-width: initial !important;
    left: 50%;
    right: initial;
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}
.video-wrap video,
.video-wrap iframe {
    height: 120%;
    width: auto;
    min-width: 160%;
}
.video-wrap img.video-placeholder {
    height: 100%;
    width: auto;
    max-width: initial;
    position: absolute;
    left: 50%;
    right: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.partner-stories {
    margin-top: 72px;
    position: relative;
}
.partner-story .c-btn:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: black;
}
.partner-story .c-btn {
    border-radius: 20px;
    border: 1px solid #CACACA;
    display: flex;
    padding: 16px 24px;
    color: var(--Background-color-alternate, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: fit-content;
    align-items: center;
    gap: 8px;
}
body.home .partner-story .c-btn {
    color: white;
}
.post-type-archive-cases .get-in-touch .partner-story .c-btn {
    color: white;
}
.post-type-archive-cases .get-in-touch .partner-story .c-btn:hover {
    background: #2728CE;
}
.post-type-archive-cases .get-in-touch .partner-story .c-btn:after,
body.home .partner-story .c-btn:after {
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-white.svg) no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}
.partner-story h3 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 32px;
}
.partner-story span.tag {
    border-radius: 8px;
    background: var(--Color-Brand-Grey, #DFDFDF);
    margin-bottom: 32px;
    display: table;
    padding: 10px 16px;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
}
.partner-story .c-btn:hover:after {
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-white.svg) no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}
.partner-story .c-btn:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-black.svg) no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}
.partner-story {
    display: flex;
    flex-wrap: wrap;
}
.partner-story .video-box,
.partner-story .image-box {
    order: -1;
    width: 100%;
    height: 312px;
    background: grey;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}
.partner-story .image-box>span img {
    opacity: 0;
}
.partner-story .image-box>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.partner-story .testimonial-content p {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1px;
    margin: 0;
}
.partner-story .testimonial-content h4 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -1px;
    margin: 0;
}
.partner-story .image-box {
    position: relative;
}
.partner-story .testimonial-content {
    position: absolute;
    bottom: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.56);
    right: 16px;
    padding: 16px;
    max-width: 90%;
}
.partner-stories .owl-nav-custom>div {
    flex-basis: 50%;
    width: 50%;
    height: 128px;
    cursor: pointer;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: transparent;
}
.partner-stories .owl-nav-custom>div.active {
    background: #DFDFDF;
}
.partner-stories .owl-nav-custom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 72px;
    border-top: 2px solid #dfdfdf;
}
/* Progress Line Styling */
.progress-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #aaa;
    overflow: hidden;
}
.progress-inner {
    width: 0%;
    height: 100%;
    background-color: #265BF6;
    transition: width 0.1s linear;
}
/* Active state shows progress line */
.owl-nav-custom .nav-item.active .progress-inner {
    display: block;
}
.partner-story .c-btn:hover {
    color: white;
    background: #265bf6;
    border: 1px solid #265bf6;
}
.afbeeldingen-auto-carousel::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 64px);
    height: 100%;
    background: linear-gradient(90deg, #051641 0%, rgba(5, 22, 65, 0.00) 49.7%, #051641 91.92%);
    top: 0;
    opacity: 1 !important;
    border-radius: 0;
    z-index: 2222;
    left: -32px;
    pointer-events: none;
    bottom: initial;
}
section.header-home .inner {
    overflow: hidden;
}
.gform_wrapper.gravity-theme .gform_validation_errors * {
    color: white !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    background: black !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    font-weight: bold !important;
    background: #c02b0a !important;
    color: white !important;
    width: fit-content !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
}
span.menu-ondertitel {
    color: var(--Color-Brand-Dark-Grey, #AAA);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
}
ul#primary-menu>li ul.sub-menu a {
    padding-bottom: 16px;
    padding-top: 0;
}
ul#primary-menu>li.menu-item-has-children>ul.sub-menu a:hover {
    color: #265bf6;
}
div#input_3_14>div input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;
    border: none;
}
div#input_3_14>div {
    background: #f2f2f2;
    position: relative;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#input_3_14>div label:before {
    content: 'Rate of';
    color: var(--Color-Brand-Dark-Blue, #001744);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
div#input_3_14>div label {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    width: 100%;
    color: var(--Color-Brand-Blue, #265BF6);
    font-family: Inter;
    font-size: 24px !important;
    font-style: normal;
    max-width: initial;
    font-weight: 500;
    line-height: 120%;
    align-items: center;
}
div.turnover:before {
    content: 'Turnover';
    color: var(--Color-Brand-Dark-Blue, #001744);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
div.turnover {
    display: flex !important;
    color: var(--Color-Brand-Dark-Blue, #001744);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    justify-content: space-between;
    flex-basis: 100%;
    align-items: center !important;
    order: -1;
    margin-bottom: 16px;
}
.acf-in-choice-content .contents {
    border-top: 1px solid #001744;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
}
.acf-in-choice-content .contents:before {
    content: 'Contents: ';
    color: var(--Color-Brand-Dark-Blue, #001744);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
}
span.choice-content {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-Black, #151515);
    display: block;
    margin-top: 24px;
    padding: 16px 24px;
    color: var(--Color-Brand-Black-Focus, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: .1s ease-in-out;
    text-align: center;
    cursor: pointer !important;
}
div#input_3_14>div:hover span.choice-content {
    background: #265bf6;
    border: 1px solid #265bf6;
    color: white;
}
div#input_3_14>div input:checked {
    border: 2px solid #265BF6;
    border-radius: 16px;
}
div#input_3_14 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
div#input_3_14>div.gchoice.gchoice_3_14_2 {
    border-radius: 16px 16px 0px 0px;
}
.acf-in-choice-content {
    flex-basis: 100%;
    width: 100%;
    display: block !important;
    border-top: 0 !important;
    margin-top: 16px !important;
    padding-top: 0 !important;
}
.acf-in-choice-content .contents .content-item p:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/check-icon.svg) no-repeat;
    background-position: center center;
}
.acf-in-choice-content .contents .content-item p {
    margin: 0;
    color: var(--Color-Brand-Dark-Blue, #001744);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 16px;
}
.acf-in-choice-content .contents .content-item {
    flex-basis: 100%;
    width: 100%;
}
.join-the-alliance ul.opsomming>li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/check.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 2px;
}
.join-the-alliance ul.opsomming>li {
    flex-basis: 100%;
    width: 100%;
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.join-the-alliance ul.opsomming>li,
section.knowledge-base-content.teaser-content ul.usps-premium li {
    position: relative;
    padding-left: 28px;
    text-align: left;
    justify-content: flex-start;
    line-height: 24px;
}
section.knowledge-base-content.teaser-content ul.usps-premium li:before {
    position: absolute;
    left: 0;
    top: 2px;
}
.member-overlay .become-member>p a {
    text-decoration: underline;
}
.member-overlay .become-member>p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
.member-overlay .become-member>p a:hover {
    text-decoration: none;
}
.join-the-alliance ul.opsomming {
    margin-top: 40px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.page-id-393 .join-the-alliance ul.opsomming {
    margin-top: 40px;
}
.partner-story .video-box {
    position: relative;
}
.partner-story .video-box>iframe {
    position: absolute;
    max-width: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
}
span.video-placeholder-img img {
    opacity: 0;
}
span.video-placeholder-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.partner-story .video-box>img {
    position: absolute;
    height: 100%;
    width: auto !important;
    max-width: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
}
.modal-open .modal.in {
    display: block !important;
}
.modal-open .partner-stories div.partners-story-slider {
    z-index: 3 !important;
}
.modal-open .partner-story .c-btn,
.modal-open .partner-story span.tag {
    opacity: 0.4;
}
.modal-open .modal-backdrop.fade.in {
    z-index: 2 !important;
}
.modal-dialog {
    transform: initial !important;
    margin: 24px;
    margin-top: 10vh;
    border-radius: 16px !important;
    overflow: hidden;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
}
.modal-dialog .modal-header h4 {
    font-weight: normal;
    padding-right: 40px;
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
}
.modal-header,
.modal-content {
    background: none !important;
}
.modal-header .close {
    float: initial !important;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 16px !important;
    border: none;
    color: transparent !important;
    height: 40px;
    background: #001744 url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/menu-close-icon.svg) no-repeat;
    font-family: 'Inter';
    margin: 0 !important;
    background-position: center center;
    background-size: 14px;
}
.modal-body iframe {
    display: block;
    width: 100%;
    height: 240px;
}
div#gform_page_3_4>div.gform_page_fields,
div#gform_page_3_3>div.gform_page_fields {
    background: #f2f2f2;
    border-radius: 16px 16px 0px 0px;
    padding: 24px;
}
select#input_3_13 {
    background: white url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/menu-chevron-down.svg) no-repeat;
    background-position: 95% 50%;
}
div#gform_page_3_3:before,
div#gform_page_3_4:before {
    content: 'Your membership';
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}
div#form-summary-container table {
    margin-bottom: 0 !important;
}
div#form-summary-container table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
div#form-summary-container table tr {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
}
div#form-summary-container table th,
div#form-summary-container table td {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
div#form-summary-container table {
    margin-bottom: 0 !important;
}
div#form-summary-container table tr:last-of-type td {
    color: var(--Color-Brand-Blue, #265BF6);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
div#form-summary-container table tr:last-of-type {
    border-top: 1px solid #001744;
    padding-top: 24px;
}
fieldset#field_3_9 {
    margin-top: 16px;
}
fieldset#field_3_9 legend {
    display: none;
}
.gform_confirmation_message_3 span.tag:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/check-blue.svg) no-repeat;
    background-position: center center;
}
.gform_confirmation_message_3 span.tag:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.15);
    padding: 12px;
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: -12px;
    border-radius: 8px;
}
.gform_confirmation_message_3 span.tag {
    background: white;
    position: relative;
    padding: 10px 16px;
    margin-left: 12px;
    margin-top: 12px;
    border-radius: 8px;
    display: flex;
    width: fit-content;
    color: var(--Color-Brand-Black-Focus, #000);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
    align-items: center;
}
.gform_confirmation_message_3 {
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.gform_confirmation_message_3 h2 {
    color: var(--Color-Brand-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-top: 16px;
}
.single-news section.post-detail-content .inner,
.single-news section.back-button .inner {
    max-width: 1216px;
}
.post-detail-content-box p a {
    font-weight: 600;
    color: #001744;
}
.post-detail-content-box p strong {
    font-weight: 600;
    color: #001744;
}
.single-product-content .product-meta .flexbox-wrapper {
    justify-content: space-between;
    align-items: flex-start;
}
.single-products div.product-slider .owl-dots .owl-active {
    height: 2px;
    background: black;
    flex-grow: 2;
    display: block;
}
.single-products div.product-slider .owl-dots {
    flex-basis: calc(100% - 216px);
    height: 2px;
    background: #f2f2f2;
    align-self: center;
    margin-top: 32px;
    margin-left: 32px;
    display: flex;
    flex-wrap: nowrap;
}
.single-products div.product-slider .owl-nav {
    position: relative;
    margin: 0;
    top: 0;
    margin-top: 32px;
    width: 120px;
    margin-left: auto;
    margin-right: 32px;
    order: 3;
}
.single-products div.product-slider .product-slide {
    display: block;
    width: 100%;
    height: 240px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 16px;
    border: 1px solid var(--Color-Brand-Grey, #DFDFDF);
    background: #FFF;
}
.single-products div.product-slider {
    margin-bottom: 40px;
    width: calc(100% + 64px);
    margin-left: -32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-products div.product-slider .owl-dots>div.active,
.single-products div.product-slider .owl-dots>button.active {
    background: #001744;
}
.single-products div.product-slider .owl-dots>button {
    appearance: none;
    padding: 0;
    border: 0;
}
.single-products div.product-slider .owl-dots>div,
.single-products div.product-slider .owl-dots>button {
    flex-grow: 2;
    height: 2px;
}
.page-id-75 section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item:nth-of-type(1) p:before {
    content: '';
    display: block;
    width: 160px;
    height: 50px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/06/circular-products-logo-wit.svg) no-repeat;
    margin: 0 auto;
    margin-bottom: 16px;
    background-size: contain;
    background-position: center center;
}
.page-id-75 section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item:nth-of-type(2),
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item:nth-of-type(3),
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-item:nth-of-type(4) {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-id-75 .timeline-item:last-of-type p {
    display: flex;
    align-items: center;
    gap: 16px;
}
.page-id-75 .timeline-item:last-of-type p:before {
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    background: #3A393E url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/06/clock-icon.svg) no-repeat;
    background-position: center center;
    border-radius: 16px;
}
.language__box .trp-ls-shortcode-current-language,
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-White, #FFF);
    background: rgba(170, 170, 170, 0.20) url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/chevron-down-white.svg) no-repeat;
    background-position: 90% 50%;
    padding: 12px 24px;
    width: 100% !important;
    line-height: 1;
}
.language__box h5 {
    margin-bottom: 24px;
}
.trp-ls-shortcode-current-language {
    display: flex !important;
    align-items: center;
}
.trp-ls-shortcode-current-language:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/06/language-icon.svg) no-repeat;
    background-size: contain;
}
.trp-language-switcher {
    width: 100% !important;
    height: auto !important;
}
.language__box {
    width: 100%;
}
.menu_footer_box:last-of-type {
    margin-bottom: 16px;
}
div.footer__menu {
    gap: 0;
}
.menu_footer_box {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    margin-bottom: 32px;
}
ul.footer__menu-list {
    margin-bottom: 32px;
}
ul.footer__menu-list li:first-of-type a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/chevron-down-white.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-size: 16px;
    transition: .2s ease-in-out;
}
ul.footer__menu-list.open li:first-of-type a:after {
    transform: rotate(180deg);
}
ul.footer__menu-list li:nth-of-type(2) {
    margin-top: 16px;
}
ul.footer__menu-list li:nth-of-type(n+2) {
    margin-bottom: 8px;
}
ul.footer__menu-list li:last-of-type {
    margin-bottom: 0;
}
div#active-filters-container button:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/06/cross-icon.svg) no-repeat;
    background-position: center center;
}
div#active-filters-container button {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
}
div#active-filters-container button:hover {
    opacity: .7;
}
.cases-zoekresultaten a.n-btn {
    width: 100%;
    text-align: center;
    text-decoration: underline;
}
span.mobile-filter-btn {
    display: flex;
    width: 100%;
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    padding: 16px 24px;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
form#search-filter-form-161,
form#search-filter-form-546,
.knowledge-base-content form#search-filter-form-358 {
    max-height: 0;
    overflow: hidden;
    transition: .2s ease-in-out;
}
div#active-filters-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
form#search-filter-form-161.open,
form#search-filter-form-546.open,
.knowledge-base-content form#search-filter-form-358.open {
    max-height: 500px;
    margin-bottom: 40px;
}
.cases-filter form ul li>ul li:last-of-type {
    margin-bottom: 0;
}
.cases-filter form ul li>ul li {
    margin-bottom: 8px;
}
form#search-filter-form-161>ul,
form#search-filter-form-546>ul,
.knowledge-base-content form#search-filter-form-358>ul {
    border-radius: 16px;
    border: 1px solid var(--Color-Brand-Dark-Grey, #AAA);
    padding: 24px;
}
li.sf-field-taxonomy-sector h4,
.knowledge-base-content form#search-filter-form-358>ul li h4 {
    padding: 0;
    border-radius: 8px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    width: fit-content;
    padding: 10px 16px;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-bottom: 16px;
}
li.sf-field-taxonomy-sector {
    padding: 0 !important;
}
.cases-filter form ul li>ul li,
.knowledge-base-content .filter form ul li>ul li {
    padding: 10px 24px !important;
    background: none;
    height: 36px;
    transition: .1s ease-in-out;
    position: relative;
    display: flex;
    cursor: pointer;
}
.cases-filter form ul li>ul li:hover,
.knowledge-base-content .filter form ul li>ul li:hover {
    opacity: .8;
}
.cases-filter li label,
.knowledge-base-content .filter li label {
    margin: 0 !important;
    color: var(--Color-Brand-White, #FFF);
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0 !important;
}
.cases-filter form ul li>ul li input {
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 100%;
    appearance: none;
    top: 0;
    left: 0;
}
.cases-filter li.sf-option-active label,
.knowledge-base-content .filter form ul li>ul li.sf-option-active label {
    color: white;
}
.cases-filter li label,
.knowledge-base-content .filter li label {
    color: #151515;
}
.cases-filter form ul li>ul li.sf-option-active,
.knowledge-base-content .filter form ul li>ul li.sf-option-active {
    border-radius: 8px;
    background: var(--Color-Brand-Blue, #265BF6);
    position: relative;
    display: flex;
    align-items: center;
}
span.mobile-filter-btn:after {
    content: '';
    display: block;
    width: 12px;
    height: 24px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2024/11/chevron-down-grey.svg) no-repeat;
    background-position: center right;
    background-size: contain;
    transition: .2s ease-in-out;
}
span.mobile-filter-btn.open:after {
    transform: rotate(180deg);
}
section.tekst-afb-laag .afbeelding-box.contain {
    background-size: 220px !important;
    border: 1px solid #dfdfdf;
}
section.donkere-blokken-laag div.blokken-wrapper div.text-box strong {
    font-weight: bold;
}
.partners.text-business-items div.partner:hover {
    background: #090a36;
}
.post-detail-content-box>div {
    width: 100%;
}
section.faq-laag h2 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}
section.faq-laag {
    position: relative;
    padding: 40px 0px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
}
.faq-laag .vraag-item:last-of-type h5.vraag {
    margin-bottom: 0;
    transition: .1s ease-in-out;
}
.faq-laag .vraag-item h5.vraag:hover {
    background: #001744 !important;
    color: white !important;
}
.faq-laag .vraag-item h5.vraag span {
    display: none;
}
.faq-laag .vraag-item h5.vraag {
    margin: 0;
    padding: 16px;
    background: none !important;
    text-align: left;
    border: 1px solid #001744 !important;
    border-radius: 8px;
    margin-bottom: 0px;
    font-weight: bold;
    transition: .1s ease-in-out;
    color: #001744;
    font-family: 'Inter';
}
.vraag-item div.antwoord.ui-accordion-content-active {
    margin-top: 16px;
}
.faq-laag .vraag-item h5.vraag.ui-state-active {
    background: #001744 !important;
    color: white !important;
}
.vraag-item div.antwoord p {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 24px;
    color: #404040;
}
.vraag-item div.antwoord {
    border: none;
    padding: 0;
}
div.vragen-box .vraag-item {
    flex-basis: 100%;
    width: 100%;
}
.partner-stories .owl-nav-custom h3 {
    color: #001744;
    text-align: center;
    padding: 0px 8px;
}
div.vragen-box {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
li#menu-item-1470 {
    display: none !important;
}
body.logged-in li#menu-item-1470 {
    display: block !important;
}
/* My Alliance overview — horizontal card design */
section.my-alliance-overview div.alliance-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
}
section.my-alliance-overview div.alliance-items>.alliance-item {
    flex-basis: 100%;
    width: 100%;
    border-radius: 16px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    position: relative;
    padding: 24px;
    text-align: left;
}
section.my-alliance-overview div.alliance-items>.alliance-item .info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "icon"
        "title"
        "desc"
        "button";
    gap: 16px;
    text-decoration: none;
}
section.my-alliance-overview div.alliance-items>.alliance-item span.icon-box {
    grid-area: icon;
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 16px;
    margin: 0;
    background-color: #E5E5E5 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
section.my-alliance-overview div.alliance-items>.alliance-item h3 {
    grid-area: title;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #1D1D1F;
}
.my-alliance-overview div.alliance-items>.alliance-item p {
    grid-area: desc;
    margin: 0;
    color: #6E6E6E;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.alliance-item a.info .c-btn {
    grid-area: button;
    justify-self: start;
    align-self: start;
    margin: 8px 0 0 0;
    padding: 16px 24px;
    height: auto;
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    border: none;
    appearance: none;
    cursor: pointer;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    width: fit-content;
    transition: .15s ease-in-out;
}
.alliance-item a.info .c-btn:hover {
    background: #2728CE;
}
.my-alliance-overview div.alliance-items>.alliance-item .c-btn {
    margin-left: 0 !important;
    height: auto;
}
section.my-alliance-overview div.text-box {
    margin-bottom: 32px;
    text-align: center;
}
section.my-alliance-overview h1 {
    text-align: center;
    margin-bottom: 32px;
    color: #001744;
}
section.my-alliance-overview {
    position: relative;
    padding: 40px 0px;
    background: white;
}

/* Alliance quick navigation bar */
section.alliance-quick-nav {
    position: relative;
    background: #F2F2F2;
    padding: 24px 0;
}
section.alliance-quick-nav .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
section.alliance-quick-nav .quick-nav-label {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
section.alliance-quick-nav .quick-nav-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
section.alliance-quick-nav .quick-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid var(--Color-Brand-Black, #151515);
    border-radius: 20px;
    background: transparent;
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    transition: .15s ease-in-out;
}
section.alliance-quick-nav .quick-nav-btn:hover {
    background: #151515;
    color: #fff;
}

@media (min-width: 768px) {
    section.alliance-quick-nav {
        padding: 24px 0;
    }
    section.alliance-quick-nav .inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 32px;
        flex-wrap: wrap;
    }
    section.alliance-quick-nav .quick-nav-buttons {
        width: auto;
        gap: 8px;
    }
    section.alliance-quick-nav .quick-nav-btn {
        padding: 16px 24px;
        font-size: 16px;
    }
}

/* Alliance featured event */
section.alliance-featured-event {
    position: relative;
    background: white;
    padding: 40px 0 0;
}
section.alliance-featured-event .inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}
section.alliance-featured-event .featured-event-image {
    flex-shrink: 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #E5E5E5;
    aspect-ratio: 632 / 420;
}
section.alliance-featured-event .featured-event-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.alliance-featured-event .featured-event-image .featured-event-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #E5E5E5;
}
section.alliance-featured-event .featured-event-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
    justify-content: center;
}
section.alliance-featured-event .featured-event-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
section.alliance-featured-event .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #151515;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
section.alliance-featured-event .meta-item .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.alliance-featured-event .meta-item .icon-calendar {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23151515" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>');
}
section.alliance-featured-event .meta-item .icon-map {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23151515" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>');
}
section.alliance-featured-event .meta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 40px;
    background: #47B74A;
    color: var(--Color-Brand-White, #FFF);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    white-space: nowrap;
}
section.alliance-featured-event .featured-event-title {
    margin: 0;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
section.alliance-featured-event .featured-event-text,
section.alliance-featured-event .featured-event-text p {
    margin: 0;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
section.alliance-featured-event .featured-event-text p + p {
    margin-top: 12px;
}
section.alliance-featured-event .featured-event-actions {
    margin-top: 8px;
}
section.alliance-featured-event .featured-event-actions .c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 10px 30px;
    border-radius: 20px;
    background: #3A3AF4;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: background .15s ease-in-out;
}
section.alliance-featured-event .featured-event-actions .c-btn:hover {
    background: #2728CE;
}

@media (min-width: 768px) {
    section.alliance-featured-event {
        padding: 64px 0 0;
    }
    section.alliance-featured-event .inner {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }
    section.alliance-featured-event .featured-event-image {
        width: 50%;
        max-width: 632px;
        aspect-ratio: 632 / 420;
    }
    section.alliance-featured-event .featured-event-content {
        flex: 1 0 0;
        gap: 24px;
    }
    section.alliance-featured-event .featured-event-title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    section.alliance-featured-event {
        padding: 80px 0 0;
    }
    section.alliance-featured-event .inner {
        gap: 88px;
    }
    section.alliance-featured-event .featured-event-title {
        font-size: 32px;
    }
}

.partner:not(.white-bg) span {
    background: #001744;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 16px;
}
.partner:not(.white-bg) {
    border: 1px solid white;
    background: #001744;
}
.partners.text-business-items div.partner {
    background: var(--Color-Brand-Dark-Blue-Focus, #090A36);
}
section.tekst-afb-laag.video-laag .video-box iframe {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
section.tekst-afb-laag.video-laag .video-box {
    margin-top: 24px;
    border-radius: 16px;
    position: relative;
    height: 300px;
    width: 100%;
}
/*CMPLZ styles*/
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}
#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode p,
.editor-styles-wrapper .cmplz-unlinked-mode li,
.editor-styles-wrapper .cmplz-unlinked-mode td {
    font-family: "Inter", sans-serif;
    font-size: var(--primary-text-size);
    line-height: var(--primary-text-lineheight);
}
/*CMPLZ styles END*/
.search_events.search-form-container>div.wpem-row:nth-of-type(1),
.agenda-overview .wpem-row>div:nth-of-type(1),
.los-event {
    display: none;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url>div.wpem-event-banner>div {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    background-size: cover !important;
    background-position: center center !important;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url>div.wpem-event-banner {
    padding: 0;
    width: 100%;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 32px;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    display: flex !important;
    flex-wrap: wrap;
}
.wpem-event-infomation {
    flex-basis: 100%;
    margin-bottom: 32px;
}
.wpem-event-details * {
    color: #000 !important;
}
.wpem-event-date-time:before,
.wpem-event-location:before {
    display: none;
}
.wpem-event-date-time *,
.wpem-event-location * {
    font-family: 'Inter';
    font-size: 14px;
}
.wpem-event-date-time,
.wpem-event-location {
    margin: 0 !important;
    padding: 0 !important;
}
.wpem-event-type a span {
    background: #265BF6 !important;
    padding: 4px 8px !important;
    border-radius: 32px !important;
    color: var(--Color-Brand-White, #FFF) !important;
    font-family: 'Inter';
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150% !important;
}
.wpem-event-title h3.wpem-heading-text {
    color: var(--Text-primary, #000) !important;
    font-family: Inter !important;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 120% !important;
}
.wpem-event-type {
    margin: 16px 0px !important;
}
.wpem-event-title p {
    margin: 0 !important;
    margin-top: 8px !important;
}
.wpem-event-title {
    margin: 0 !important;
}
.member-overlay .become-member {
    margin-top: 40px;
}
.member-overlay .gf_progressbar_percentage.percentbar_blue.percentbar_75:before,
.member-overlay .gf_progressbar_percentage.percentbar_blue.percentbar_100:before,
.member-overlay .gf_progressbar_percentage.percentbar_blue.percentbar_33:after,
.member-overlay .gf_progressbar_percentage.percentbar_blue.percentbar_66:after,
.member-overlay .gf_progressbar_percentage.percentbar_blue.percentbar_25:after,
.member-overlay .gf_progressbar_percentage.percentbar_blue.percentbar_50:after {
    color: #D1D1D1;
}
.member-overlay div#gform_page_3_3:before,
.member-overlay div#gform_page_3_4:before {
    color: #131467;
}
.wpem-event-details>a>div:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: black;
}
.single-event_listing .wpem-viewed-event.wpem-tooltip.wpem-tooltip-bottom,
.single-event_listing .wpem-event-organizer-name,
.wpem-event-details>a>div.wpem-event-register-label:before {
    display: none !important;
}
.single-event_listing .wpem-single-event-body-content {
    padding-top: 0 !important;
}
.wpem-event-details>a>div {
    flex-basis: auto !important;
    width: auto !important;
    padding-left: 28px !important;
}
.wpem-event-details>a {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
}
.wpem-event-box-col .wpem-event-date-time:before {
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/08/calendar-alt-1.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    content: '' !important;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    content: '' !important;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/08/map-1.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: var(--Text-primary, #000);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}
.wpem-main a.c-btn {
    color: white;
    display: flex;
    height: 56px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: #3A3AF4;
}
.wpem-main a.c-btn:hover {
    background: #2728CE;
}
.wpem-form-group {
    max-width: 500px;
}
.wpem-event-type {
    padding-top: 0 !important;
}
.wpem-event-register-label span {
    color: white !important;
    padding: 4px 8px !important;
    border-radius: 32px !important;
    color: var(--Color-Brand-White, #FFF) !important;
    font-family: 'Inter';
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150% !important;
}
.wpem-event-ticket-type.Free {
    display: none !important;
}
.event_shortcode.single_event_listing {
    overflow: hidden;
    position: relative;
    padding: 40px 32px;
}
.event-manager-registrations-registered-notice.wpem-alert.wpem-alert-info {
    background: #001744;
    border: none;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 40px;
}
.wpem-single-event-page .wpem-single-event-wrapper {
    border: none;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info {
    padding: 24px 0px;
    padding-bottom: 0;
}
.single-event_listing .wpem-event-title h3.wpem-heading-text {
    color: var(--Text-primary, #000);
    font-family: Inter;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 8px;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content> :last-child {
    margin-bottom: 0;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content> :first-child {
    margin-top: 0;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content {
    padding-left: 0;
    padding-right: 0;
}
.single_event_listing .wpem-single-event-body-sidebar {
    padding: 0 !important;
}
form.event-manager-registration-form.event-manager-form button.wpem-theme-button:hover,
.registration button.registration_button.wpem-theme-button:hover {
    background: #2728CE;
}
.registration button.registration_button.wpem-theme-button {
    margin: 0;
    background: #3A3AF4;
    border-radius: 20px;
    margin-bottom: 24px;
    text-transform: none;
    font-family: 'Inter';
    font-size: 18px;
}
.wpem-reg-spots-left {
    width: fit-content;
    padding: 8px 16px;
    border-radius: 20px;
    background: #001744;
    color: white;
}
.wpem-single-event-body-sidebar>h3,
.wpem-single-event-body-sidebar>.wpem-share-this-event {
    display: none;
}
.wpem-single-event-page .wpem-single-event-wrapper {
    margin-bottom: 40px;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-register-event-form form {
    padding: 24px !important;
    border-radius: 8px !important;
    margin: 0;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-register-event-form form input {
    padding: 8px;
    border: none;
    font-family: 'Inter';
}
form.event-manager-registration-form.event-manager-form button.wpem-theme-button {
    margin: 0;
    background: #3A3AF4;
    border-radius: 20px;
    text-transform: none;
    font-family: 'Inter';
    font-size: 18px;
}
.knowledge-base-content .modal-content {
    max-width: initial;
    width: initial;
    margin: initial;
    max-height: calc(80vh);
    border-radius: 16px !important;
}
span.knowledge-afb {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 24px;
}
.knowledge-base-content .modal-body p.text-box {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}
span.premium-content {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    gap: 8px;
    align-items: center;
}
span.premium-content:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/09/lock.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
p.exclusive-content-text a:hover {
    text-decoration: none;
}
p.exclusive-content-text a {
    text-decoration: underline;
    color: var(--Dark-green-VNSWB, #14373B);
    font-weight: bold;
}
p.exclusive-content-text {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.get-in-touch-box.flexbox-wrapper h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 32px;
}
.get-in-touch-box.flexbox-wrapper {
    background: #F2F2F2;
    padding: 24px;
    border-radius: 12px;
    margin-top: 24px;
}
body.home section.get-in-touch .get-in-touch-box {
    margin-top: 0;
}
.get-in-touch-box.flexbox-wrapper span.c-btn {
    border-radius: 20px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: fit-content;
    background: #265BF6;
    transition: .1s ease-in-out;
}
.get-in-touch-box.flexbox-wrapper span.c-btn:hover {
    background: #2728CE;
}
.get-in-touch-box.flexbox-wrapper .form-box {
    margin-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.get-in-touch-box.flexbox-wrapper.open .form-box {
    max-height: 1500px;
    margin-bottom: 24px;
}
.get-in-touch-box.flexbox-wrapper span.c-btn.open {
    display: none;
}
section.agenda-laag {
    padding: 80px 0px;
    background: white;
}
section.agenda-laag h2 {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #DFDFDF;
    width: fit-content;
    color: var(--Color-Brand-Black, #151515);
    text-align: center;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}
section.agenda-laag h3 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
}
.agenda-laag div.text-box p {
    color: var(--Color-Brand-Green, #6A7F7F);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.agenda-laag a.c-btn {
    border-radius: 20px;
    border: 1px solid #CACACA;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: black;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: fit-content;
}
.agenda-laag .agenda-box {
    display: block;
    margin: 40px 0px;
}
.agenda-laag .agenda-box form#event_filters {
    display: none;
}
.agenda-laag div#event-listing-view {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.agenda-laag .agenda-box div.wpem-col>div .event_listing>a.c-btn {
    margin-left: 0;
    color: white;
    margin-top: 32px;
}
.agenda-laag .agenda-box div.wpem-col>div .event_listing>a.wpem-event-action-url {
    order: 3;
    margin-bottom: 0;
    position: relative;
    margin-top: 32px;
}
.agenda-laag .event_listings .wpem-event-box-col span.premium-content {
    top: 24px;
}
.agenda-laag a.c-btn:hover {
    background: #3a3af4;
    border: 1px solid #3a3af4;
    color: white;
}
.nieuws-laag .c-btn {
    border-radius: 20px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: auto;
    width: fit-content;
    margin-left: 0;
    border: 1px solid #151515;
    color: #151515;
    margin: 0 auto;
    margin-top: 32px;
}
.nieuws-laag .c-btn:hover {
    border: 1px solid #265bf6;
    background: #265bf6;
    color: white;
}
.agenda-laag .agenda-box div.wpem-col>div .event_listing {
    justify-content: flex-start;
}
.agenda-laag .agenda-box div.wpem-col>div {
    border: 0;
}
.agenda-laag .agenda-box div.wpem-col {
    border-radius: 16px;
    background: #F2F2F2;
    padding: 32px;
    text-align: left;
}
.agenda-laag .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
    margin-bottom: 0;
}
.agenda-laag .wpem-event-details>.wpem-event-title {
    order: 2;
    margin-top: 16px !important;
    margin-bottom: 32px !important;
}
.agenda-laag .wpem-event-details>.wpem-event-type {
    order: 1;
    margin: 0 !important;
}
.agenda-laag .wpem-event-details>a.wpem-event-action-url {
    order: 3;
}
.agenda-laag .wpem-event-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.agenda-laag .wpem-event-details {
    gap: 0px 8px;
}
.agenda-laag h3.wpem-heading-text {
    text-align: left;
    font-size: 24px !important;
    margin-bottom: 8px !important;
}
.agenda-laag .wpem-event-details>a {
    flex-wrap: wrap;
}
.page-id-1473 .knowledge-base-content .content-box>p a:hover {
    text-decoration: none;
}
.page-id-1473 .knowledge-base-content .content-box>p a {
    text-decoration: underline;
}
.page-id-1473 .knowledge-base-content .content-box>p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    margin-top: 0 !important;
}
.wpem-event-box-col span.premium-content {
    margin-left: auto;
    align-self: center;
}
.event_listings .wpem-event-layout-wrapper {
    position: relative;
}
.event_listings .wpem-event-box-col span.premium-content {
    position: absolute;
    left: 0;
    top: 16px;
    background: white;
    padding: 8px 16px;
    border-radius: 0px 8px 8px 0px;
    padding-left: 8px;
}
section.single-event-page {
    position: relative;
    padding-top: 40px;
}
.single-event_listing p.exclusive-content-text {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    font-size: 16px;
    padding: 0px 16px;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-box>span.btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-box {
    position: relative;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-box.expanded .btn-box {
    bottom: -40px !important;
}
section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-box.expanded {
    height: auto !important;
    overflow: visible !important;
}
.popular-items a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}
.single-event_listing .wpem-single-event-footer {
    display: none;
}
body.logged-in section.partner-producten-laag {
    display: block !important;
}
.partner-producten-box>div.modal>div {
    margin: 0;
}
.partner-producten-box>div.modal {
    padding: 16px !important;
}
.partner-producten-box>div.modal>div>div .left.content-box>div {
    background: white;
    padding: 24px;
    border-radius: 16px;
}
.partner-producten-box>div.modal>div>div {
    margin: 0;
    box-shadow: none;
    border: none;
    border-radius: 0 !important;
    width: 100%;
}
.modal-content .price-table {
    display: flex !important;
}
.single-partners.modal-open .modal.in,
.single-products.modal-open .modal.in {
    display: block !important;
    position: fixed;
    flex-basis: 90%;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
.modal-content .prijzen-box {
    margin-bottom: 0;
}
.modal-content .prijzen-box p.algemene-prijs {
    margin-bottom: 16px;
}
.modal-content .prijzen-box p.algemene-prijs,
.modal-content .prijzen-box p.cpa-prijs {
    border-radius: 16px;
    background: #F2F2F2;
    padding: 16px;
    display: block;
}
.modal .right.form-box {
    background: white;
    padding: 24px;
    border-radius: 16px;
    margin-top: 40px;
}
.modal .right.form-box .gform_heading {
    display: none;
}
.modal .right.form-box input {
    border-radius: 16px;
    background: #F2F2F2;
    border: none;
    color: #767676;
    font-family: Inter;
}
input#gform_submit_button_11:hover {
    background: #2728CE;
}
input#gform_submit_button_11 {
    background: #265BF6;
    transition: .1s ease-in-out;
    color: white;
}
div.wpem-event-register-label {
    padding-left: 0 !important;
}
.wpem-event-details>a>div.wpem-event-register-label {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.wpem-form-group {
    display: none;
}
.ai-box.flexbox-wrapper h3 {
    text-align: center;
    font-size: 20px;
}
.ai-box.flexbox-wrapper span.ai-icon {
    display: block;
    width: 120px;
    height: 120px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/10/node.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}
.ai-box.flexbox-wrapper span.ai-icon:before {
    content: '1';
    width: 32px;
    height: 32px;
    background: #b74747;
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    right: -10px;
    top: 10px;
}
.ai-box.flexbox-wrapper {
    margin-top: 40px;
    border: 2px solid #f2f2f2;
    border-radius: 16px;
    padding: 32px;
    justify-content: center;
}
.ai-box.flexbox-wrapper .c-btn {
    border-radius: 20px;
    background: #47b74a;
    display: flex !important;
    border: none;
    appearance: none;
    padding: 20px 40px;
    cursor: pointer;
    transition: .1s ease-in-out;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}
section.my-alliance-overview .ai-box div.text-box {
    margin-bottom: 24px;
}
.agenda-laag div#event-listing-view div.wpem-event-box-col:nth-of-type(n+2) .wpem-event-title>a>p {
    display: none;
}
footer .trp_language_switcher_shortcode {
    margin-bottom: 32px;
}
.language__box .form-box {
    display: block !important;
}
.language__box .form-box label {
    color: white;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.language__box .form-box input {
    background: none;
    border: 1px solid white;
    border-radius: 20px;
    color: white;
}
.language__box .gform-footer.gform_footer.top_label {
    margin-top: 8px !important;
}
input#gform_submit_button_1 {
    background: #265bf6;
    transition: .1s ease-in-out;
}
input#gform_submit_button_1:hover {
    background: #2728ce;
}
.page-id-2226 .form-box.Rechts {
    flex-basis: 100%;
    width: 100%;
}
.single-products section.get-in-touch {
    padding: 0 !important;
    background: none;
    margin-top: 40px;
}
.prijzen-box p:nth-of-type(1) .extra-price-information {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/information.png) no-repeat;
    background-size: contain;
    background-position: center center;
    transition: .1s ease-in-out;
    cursor: pointer;
}
.modal-content .prijzen-box p {
    margin-bottom: 8px !important;
}
.prijzen-box p:nth-of-type(1) .extra-price-information:hover {
    opacity: .7;
}
.prijzen-box p:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prijzen-box p:nth-of-type(1)>span.from:first-of-type {
    margin-right: auto;
    font-size: 13px;
    margin-left: 5px;
    align-self: self-end;
    position: relative;
    top: 3px;
}
.partner-product .price-table,
.modal-content .price-table {
    margin: 24px 0px;
}
.partner-product .price-table table,
.modal-content .price-table table {
    overflow-y: scroll;
    width: 100%;
    display: block;
}
.partner-product .price-table table th,
.partner-product .price-table table td,
.modal-content .price-table table td,
.modal-content .price-table table th {
    padding: 8px;
    min-width: 120px;
    background: #f9f9f9;
    font-size: 14px;
}
.partner-product .price-table thead th,
.modal-content .price-table thead th {
    text-align: left;
    background: white;
}
.partner-product .price-table,
.modal-content .price-table {
    margin: 24px 0px;
    display: flex;
    flex-wrap: wrap;
}
.partner-product .prijzen-box.open .price-table {
    display: flex !important;
}
.partner-producten-box>div .afbeelding-box.contain {
    background-size: contain !important;
}
.product-knoppen a.c-btn:nth-of-type(2):hover {
    color: #1c48c9;
    background: #f7f7f7;
}
.product-knoppen a.c-btn:nth-of-type(2) {
    background: white;
    color: #265bf6;
}
.product-knoppen {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.prijzen-box p:nth-of-type(n+2) span.small-font {
    font-size: 14px;
    line-height: 150%;
}
/* MEDIA - QUERIES */
.partner-producten-box>div.modal>div>div>div {
    flex-basis: 100%;
    width: 100%;
}
.partner-producten-box>div.modal>div>div .left.content-box>div.image-box {
    margin-bottom: 24px;
    padding: 0;
    height: 240px;
}
.single-products .image-box button.close,
.single-partners .image-box button.close {
    position: absolute;
    appearance: none;
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-Black, #151515);
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 16px 24px;
    background: transparent;
    cursor: pointer;
    left: 8px;
    top: 8px;
    transition: .1s ease-in-out;
    display: flex;
    align-items: center;
    gap: 16px;
}
.single-partners .image-box button.close:hover:before,
.single-products .image-box button.close:hover:before {
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-white.svg) no-repeat;
    background-position: center center;
}
.single-partners .image-box button.close:before,
.single-products .image-box button.close:before {
    content: '';
    display: block;
    width: 8px;
    transition: .1s ease-in-out;
    height: 16px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/chevron-left-black.svg) no-repeat;
    background-position: center center;
    transition: .1s ease-in-out;
}
.single-partners .image-box button.close:hover,
.single-products .image-box button.close:hover {
    background: #151515;
    color: white;
}
section.partner-producten-laag h2 em {
    color: #aaa;
    font-style: normal;
    text-align: center;
    display: block;
}
section.partner-producten-laag h2 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
    text-align: center;
}
section.partner-producten-laag div.text-box {
    margin-bottom: 80px;
}
section.partner-producten-laag div.text-box * {
    color: var(--Color-Brand-Green, #6A7F7F);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.partner-producten-box {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.partner-producten-box>div .afbeelding-box {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-color: white !important;
    border-radius: 16px;
    margin-bottom: 24px;
    background-repeat: no-repeat !important;
}
.partner-producten-box>div {
    border-radius: 16px;
    background: #F2F2F2;
    position: relative;
    padding: 40px 32px;
    flex-basis: 100%;
    width: 100%;
}
.product-content span.voorraad:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/10/check-icon.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.partner-product span.geen-voorraad,
.product-content span.voorraad {
    color: #00A82B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}
.product-content span.geen-voorraad:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/10/delete.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.partner-product span.geen-voorraad {
    color: #a80000;
}
.product-content h3 {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 8px 0px;
}
.partner-product a.c-btn {
    border-radius: 20px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Text-alternate, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: fit-content;
    background: #265bf6;
}
.partner-product a.c-btn:hover {
    background: #2728CE;
}
section.partner-producten-laag {
    padding-bottom: 80px;
}
.product-content p.code {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.prijzen-box p:nth-of-type(n+2) {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}
.prijzen-box p:nth-of-type(1) {
    margin-bottom: 8px;
}
.prijzen-box {
    margin: 16px 0px;
    margin-bottom: 24px;
}
.prijzen-box p {
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
.prijzen-box p:nth-of-type(n+2) span:nth-of-type(2) {
    font-size: 14px;
}
.wpem-event-ticket-type.Gratis {
    display: none;
}
@media (min-width: 600px) {
    section.header-subs div.text-box * {
        font-size: 20px;
        line-height: 150%;
    }
    .get-in-touch-box.flexbox-wrapper .form-box {
        flex-basis: 100%;
    }
    section.post-detail-content .inner>.flexbox-wrapper h3 {
        font-size: 32px;
        line-height: 40px;
    }
    section.post-detail-content .inner>.flexbox-wrapper {
        padding: 40px;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1) {
        background: none;
        padding: 0;
    }
    .ai-box.flexbox-wrapper div.content-box .c-btn {
        margin-left: 0;
    }
    div#gform_fields_1 {
        display: flex;
        gap: 8px;
        margin-bottom: 24px;
    }
    .ai-box.flexbox-wrapper div.content-box h3,
    .ai-box.flexbox-wrapper div.content-box div.text-box * {
        text-align: left;
    }
    .ai-box.flexbox-wrapper div.content-box {
        flex-basis: calc(80% - 160px);
        width: calc(80% - 160px);
        justify-content: flex-start;
    }
    .ai-box.flexbox-wrapper {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: nowrap;
        align-items: center;
        gap: 80px;
    }
    .ai-box.flexbox-wrapper {
        margin-top: 40px;
        border: 2px solid #f2f2f2;
        border-radius: 16px;
        padding: 32px;
        justify-content: center;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>a.c-btn {
        display: none;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing {
        justify-content: space-between;
        align-items: center;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>div.wpem-event-information {
        flex-basis: calc(50% - 40px) !important;
        width: calc(50% - 40px) !important;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>a.wpem-event-action-url {
        order: -1;
        margin-top: 0;
        flex-basis: calc(50% - 40px) !important;
        width: calc(50% - 40px) !important;
    }
    .agenda-laag .wpem-event-listings>div:nth-of-type(1) .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
        width: 100%;
        flex-basis: 100%;
    }
    .cases-filter {
        max-width: 326px;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.c-btn {
        flex-basis: auto !important;
        width: auto !important;
        position: absolute;
        right: 0;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>.wpem-event-infomation {
        margin-bottom: 0 !important;
        flex-basis: calc(100% - 360px);
    }
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date {
        display: none;
    }
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        padding-left: 20px !important;
    }
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
        font-size: 24px !important;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a {
        margin-bottom: 0 !important;
        width: 200px !important;
        flex-basis: 200px !important;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
        flex-wrap: nowrap;
        align-items: center;
    }
    section.contact {
        padding: 100px 0px;
    }
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15vh;
    }
    .single-products div.product-slider {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }
    .trp_language_switcher_shortcode {
        max-width: 247px;
    }
    .trp-language-switcher>div>a:hover {
        background: none;
        text-decoration: underline;
    }
    .single-products div.product-slider .owl-nav {
        margin-right: 0;
    }
    .single-products div.product-slider .owl-dots {
        margin-left: 0;
    }
    .modal-header h4 {
        font-size: 24px !important;
    }
    div#gform_page_3_4,
    div#gform_page_3_3 {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-header {
        padding: 24px;
    }
    .modal-body {
        padding: 24px;
    }
    .modal-body iframe {
        height: 400px;
    }
    .partner-story .video-box>iframe {
        height: 600px;
        width: 120%;
    }
    .video-wrap video,
    .video-wrap iframe {
        position: absolute;
        height: 100%;
    }
    section.back-button {
        padding-top: 100px;
    }
    .gf_progressbar_percentage.percentbar_blue.percentbar_33,
    .gf_progressbar_percentage.percentbar_blue.percentbar_66,
    .gf_progressbar_percentage.percentbar_blue.percentbar_25,
    .gf_progressbar_percentage.percentbar_blue.percentbar_50,
    .gf_progressbar_percentage.percentbar_blue.percentbar_75,
    .gf_progressbar_percentage.percentbar_blue.percentbar_100 {
        justify-content: center;
        gap: 16px;
    }
    .gf_progressbar.gf_progressbar_blue {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    div#gform_page_3_1>div:not(.gform-page-footer.gform_page_footer.top_label),
    div#gform_page_3_2>div:not(.gform-page-footer.gform_page_footer.top_label),
    div#gform_page_3_3 div.gform-page-footer,
    div#gform_page_3_1 div.gform-page-footer,
    div#gform_page_3_2 div.gform-page-footer {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 56px;
        padding-right: 56px;
    }
    div#gform_page_3_1 div.gform-page-footer {
        padding-bottom: 48px;
    }
    div#gform_page_3_1>div:not(.gform-page-footer.gform_page_footer.top_label),
    div#gform_page_3_2>div:not(.gform-page-footer.gform_page_footer.top_label) {
        padding-top: 48px;
    }
    div#gform_page_3_1>div:not(.gform-page-footer.gform_page_footer.top_label):before,
    div#gform_page_3_2>div:not(.gform-page-footer.gform_page_footer.top_label):before {
        font-size: 32px;
        margin-bottom: 32px;
    }
    section.knowledge-base-content.teaser-content ul li {
        flex-basis: 100%;
        width: 100%;
        justify-content: center;
    }
    .wp-login-form-container h1 {
        font-size: 32px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .wp-login-form-container {
        max-width: 480px;
        margin: 0 auto;
        padding: 48px 56px;
    }
    section.knowledge-base-content.teaser-content ul {
        justify-content: center;
    }
    section.knowledge-base-content.teaser-content h2 {
        font-size: 32px;
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .popular {
        display: flex;
        justify-content: center;
    }
    section.single-product-content span.product-thumb {
        height: 400px;
        background-size: 400px !important;
    }
    .single-product-content .product-meta .flexbox-wrapper {
        justify-content: space-between;
    }
    .single-product-content .product-meta .small-tag {
        align-self: center;
    }
    .single-product-content .product-meta h2 {
        font-size: 32px;
        margin: 0;
    }
    section.product-overview.products-overview h2 {
        font-size: 56px;
        margin-bottom: 48px;
    }
    section.product-overview.category-overview div.product-wrapper {
        gap: 40px;
    }
    section.product-overview.category-overview div.product-wrapper div.product-item,
    section.product-overview.products-overview div.product-wrapper div.product-item {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
    }
    section.product-overview.category-overview {
        padding: 100px 0px;
        padding-bottom: 0;
    }
    section.post-detail-content .post-detail-thumb {
        height: 400px;
    }
    section.post-detail-content .inner>.flexbox-wrapper h2 {
        font-size: 32px;
        line-height: 120%;
    }
    section.post-detail-content .inner>.flexbox-wrapper {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 48px;
    }
    section.post-detail-content .inner>.flexbox-wrapper ul.sector {
        margin: 0;
    }
    .contact .contact-blokken {
        display: flex;
        gap: 16px;
    }
    .contact .contact-blokken .contact-blok {
        border-radius: 16px;
        background: var(--Color-Brand-Light-Grey, #F2F2F2);
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
        padding: 32px 24px;
        text-align: center;
        gap: 0;
        justify-content: center;
    }
    .contact .flexbox-wrapper.contact-form {
        margin-top: 100px;
    }
    section.lichte-blokken-laag .blokken-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 60px 20px;
    }
    section.lichte-blokken-laag .blokken-wrapper .blok-item {
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .contact .flexbox-wrapper.contact-form>* {
        max-width: 664px;
    }
    .contact .flexbox-wrapper.contact-form .content-box div.maps-box {
        height: 386px;
    }
    .contact .flexbox-wrapper.contact-form .content-box>*:not(.maps-box) {
        max-width: 488px;
    }
    .contact .flexbox-wrapper.contact-form .content-box p.grey-title {
        font-size: 20px;
        line-height: 150%;
    }
    .contact .flexbox-wrapper.contact-form .content-box h2 {
        font-size: 56px;
        line-height: 120%;
    }
    .contact-form .form-box {
        margin-top: 48px;
        padding: 48px;
        flex-basis: 100%;
        width: 100%;
    }
    .contact .contact-blokken .contact-blok h4 {
        font-size: 20px;
    }
    section.header-subs div.text-box {
        max-width: 818px;
        margin-left: auto;
        margin-right: auto;
    }
    section.header-subs h2 strong {
        line-height: 120%;
        font-size: 56px;
    }
    section.header-subs h2 {
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
        font-size: 56px;
        line-height: 120%;
    }
    section.cta-laag h2 {
        font-size: 56px;
        margin-left: auto;
        margin-right: auto;
        line-height: 120%;
    }
    section.cta-laag p {
        font-size: 20px;
    }
    section.header-subs {
        padding-bottom: 100px;
    }
    section.tekst-afb-laag {
        padding: 100px 0px;
    }
    section.tekst-afb-laag .afbeelding-box {
        max-width: 512px;
        height: 512px;
    }
    section.tekst-afb-laag .content-box {
        max-width: 504px;
    }
    section.tekst-afb-laag .content-box h3 {
        font-size: 56px;
        line-height: 120%;
        margin-top: 0;
        margin-bottom: 24px;
    }
    section.tekst-afb-laag .text-box * {
        font-size: 20px;
        line-height: 150%;
    }
    section.donkere-blokken-laag div.blokken-box>h3 {
        font-size: 56px;
        line-height: 110%;
    }
    section.donkere-blokken-laag div.blokken-box>div.text-box * {
        font-size: 20px;
        line-height: 140%;
    }
    section.donkere-blokken-laag div.blokken-wrapper {
        margin-top: 64px;
    }
    section.donkere-blokken-laag div.blokken-box div.blok-item {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    section.partners-laag h3,
    section.partners-laag h3 strong {
        font-size: 56px;
        line-height: 120%;
    }
    section.partners-laag .partners {
        margin-top: 104px;
    }
    section.partners-laag .partners {
        margin-top: 104px;
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
    }
    section.partners-laag .c-btn {
        margin-top: 104px;
    }
    section.partners-laag {
        padding: 100px 0px;
    }
    section.get-in-touch {
        padding: 100px 0px;
    }
    section.get-in-touch .get-in-touch-box h3 {
        font-size: 32px;
        line-height: 120%;
    }
    section.donkere-blokken-laag {
        padding: 100px 0px;
    }
    section.get-in-touch .get-in-touch-box {
        padding: 72px 64px;
    }
    section.nieuws-laag h3 {
        font-size: 56px;
        line-height: 120%;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .nieuws-laag .content-box .text-box * {
        font-size: 20px;
        line-height: 150%;
    }
    section.nieuws-laag .nieuws-slider {
        width: 100%;
    }
    .owl-nav {
        width: calc(100% + 64px);
    }
    .nieuws-item span.nieuws-thumb {
        height: 240px;
    }
    section.header-home .content-box p {
        font-size: 20px;
        line-height: 150%;
    }
    section.header-home h1 {
        font-size: 56px;
        line-height: 110%;
    }
    .header-home .logo-slider {
        margin-top: 72px;
        overflow: hidden;
        max-height: 70px;
    }
    .header-home .video-box {
        margin-top: 80px;
        height: 460px;
    }
    section.blokken-drie-deling-laag .content-box h3 {
        font-size: 56px;
        line-height: 120%;
    }
    section.blokken-drie-deling-laag .content-box div.text-box * {
        font-size: 20px;
        line-height: 150%;
    }
    section.blokken-drie-deling-laag .content-box {
        margin-bottom: 96px;
    }
    .blokken-drie-deling-laag .blokken-wrapper {
        justify-content: center;
        gap: 32px;
    }
    .partners {
        justify-content: center;
    }
    .partners .partner {
        margin: initial;
    }
    fieldset#field_3_14 legend,
    div#gform_page_3_4:before,
    div#gform_page_3_3:before {
        font-size: 56px;
    }
    .blokken-drie-deling-laag .blokken-wrapper .blok-item {
        max-width: 436px;
    }
    div#gform_page_3_4>div.gform_page_fields,
    div#gform_page_3_3>div.gform_page_fields {
        padding: 48px;
        padding-bottom: 32px;
    }
    div#form-summary-container table td {
        font-size: 24px;
        color: #001744;
    }
    div#form-summary-container table th {
        font-size: 20px;
        font-weight: 500 !important;
        color: #001744;
    }
    div#form-summary-container table tr:last-of-type td {
        font-size: 32px;
    }
    div#gform_page_3_4 .gform-page-footer.gform_page_footer.top_label,
    div#gform_page_3_3 .gform-page-footer.gform_page_footer.top_label {
        padding: 48px;
        padding-top: 0;
        margin-top: 0;
        max-width: initial;
        border-radius: 0px 0px 16px 16px;
    }
    div#input_3_14 {
        justify-content: center;
    }
    .page-template-join section.information .inner>div.information__links {
        margin-left: auto;
        margin-right: auto;
    }
    .gform_confirmation_message_3 h2 {
        font-size: 56px;
    }
    div.vragen-box {
        max-width: 600px;
        margin: 0 auto;
    }
    section.faq-laag h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
    }
    section.faq-laag {
        padding: 64px 0px;
    }
    div#input_3_14>div {
        max-width: 480px;
        padding: 48px;
    }
    section.my-alliance-overview div.alliance-items>.alliance-item {
        flex-basis: 100%;
        width: 100%;
        padding: 32px 32px 32px 48px;
    }
    section.my-alliance-overview div.alliance-items>.alliance-item .info {
        grid-template-columns: 1fr 280px;
        grid-template-areas:
            "title  icon"
            "desc   icon"
            "button icon";
        column-gap: 32px;
        row-gap: 8px;
        align-items: start;
    }
    section.my-alliance-overview div.alliance-items>.alliance-item h3 {
        font-size: 22px;
    }
    .alliance-item a.info .c-btn {
        margin-top: 16px;
    }
    .popular-items {
        margin-left: 24px;
    }
    .popular-items p {
        margin-top: 0;
    }
    .registration button.registration_button.wpem-theme-button {
        width: fit-content !important;
        padding: 16px 24px;
    }
    form.event-manager-registration-form.event-manager-form button.wpem-theme-button {
        width: fit-content !important;
        padding: 16px 24px;
    }
    .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-register-event-form form {
        max-width: 440px;
    }
    .knowledge-item .c-btn {
        margin-top: 0;
    }
    .knowledge-item {
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .knowledge-item .content-box {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-grow: 2;
        margin-right: 40px;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(2) .event_listing,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(3) .event_listing,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(4) .event_listing {
        flex-wrap: wrap !important;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(2) .event_listing>*,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(3) .event_listing>*,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(4) .event_listing>* {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(2),
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(3),
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(4) {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(n+5) {
        display: none;
    }
    .agenda-laag .agenda-box div.wpem-col>div .event_listing>a.c-btn {
        display: none;
    }
    .agenda-laag .wpem-event-details a.c-btn {
        display: block !important;
        color: white !important;
        margin-left: 0 !important;
    }
    .agenda-laag .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        padding-left: 0 !important;
    }
    section.agenda-laag h3 {
        font-size: 56px;
        line-height: 120%;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    section.partner-producten-laag h2 em {
        font-weight: 500;
    }
    section.partner-producten-laag h2 {
        font-size: 56px;
        line-height: 120%;
        margin-top: 0;
        margin-bottom: 24px;
    }
    section.partner-producten-laag div.text-box {
        max-width: 818px;
        margin-left: auto;
        margin-right: auto;
    }
    .partner-producten-box {
        align-items: flex-start;
    }
    .partner-producten-box>div {
        flex-basis: calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .agenda-laag div.text-box p {
        font-size: 20px;
    }
}
@media (min-width: 1024px) {
    section.my-alliance-overview div.alliance-items>.alliance-item .info{
        row-gap: 0;
        grid-template-columns: 1fr 449px;
    }
    section.my-alliance-overview div.alliance-items>.alliance-item span.icon-box{
        height: 210px;
    }
    .my-alliance-overview div.alliance-items>.alliance-item .c-btn{
        margin-bottom: 32px;
    }
    section.my-alliance-overview div.alliance-items>.alliance-item h3{
        margin-top: 32px;
        margin-bottom: 8px;
    }
    section.information .inner>div {
        flex-basis: auto;
        width: auto;
        align-self: center;
    }
    .page-id-2226 .form-box.Rechts {
        flex-basis: 50%;
        width: 50%;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing {
        gap: 80px;
        justify-content: center;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>a {
        height: 360px;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>* {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
    .single-partners section.post-detail-content .inner>.flexbox-wrapper {
        padding: 0;
    }
    .single-partners section.post-detail-content .inner>.flexbox-wrapper.get-in-touch-box {
        padding: 48px 64px;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>a.wpem-event-action-url>div,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>a.wpem-event-action-url>div>div {
        height: 100%;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1) {
        margin-bottom: 40px;
    }
    .knowledge-item span.premium-content {
        flex-grow: 2;
        justify-content: flex-end;
    }
    .knowledge-item .content-box {
        margin-right: 80px;
    }
    section.single-event-page {
        padding-top: 80px;
    }
    section.post-detail-content .inner>.flexbox-wrapper {
        margin-top: 64px;
        padding: 48px 64px;
    }
    .join-the-alliance ul.opsomming>li,
    section.knowledge-base-content.teaser-content ul.usps-premium li,
    .join-the-alliance ul.opsomming,
    section.knowledge-base-content.teaser-content ul.usps-premium {
        max-width: 500px;
        margin: 0 auto;
    }
    .timeline.blokken-wrapper.flexbox-wrapper {
        flex-wrap: nowrap;
        gap: 40px;
        align-items: flex-start;
    }
    .tekst-afb-laag.video-laag .video-box iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .tekst-afb-laag.video-laag .video-box {
        min-height: 400px;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }
    section.partners-laag .partners>div:nth-of-type(2),
    section.partners-laag .partners>div:nth-of-type(3) {
        display: flex;
    }
    .menu-active div#navbar {
        min-height: initial;
    }
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi a.previouspostslink {
        flex-basis: auto;
        width: auto;
    }
    .wp-pagenavi a.nextpostslink:hover,
    .wp-pagenavi a.previouspostslink:hover {
        text-decoration: none;
    }
    .single-cases section.post-detail-content h2 {
        font-size: 32px;
    }
    .post-detail-content-box ol li {
        flex-basis: 100%;
        width: 100%;
    }
    section.my-alliance-overview {
        padding: 100px 0px;
    }
    section.my-alliance-overview h1 {
        text-align: center;
        margin-bottom: 32px;
        color: #001744;
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
        font-size: 56px;
        line-height: 120%;
        margin-top: 0;
    }
    .tekst-afb-laag .video-box {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .video-box.Links {
        order: -1;
    }
    .post-detail-content-box ol {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .single-products div.product-slider .product-slide {
        height: 320px;
    }
    .partner-story .testimonial-content p {
        font-size: 16px;
    }
    .partner-story .testimonial-content h4 {
        font-size: 40px;
    }
    .partner-story .testimonial-content {
        right: 32px;
        bottom: 32px;
        padding: 32px;
        width: 50%;
    }
    .partner-story .video-box>iframe {
        height: 720px;
        width: 200%;
    }
    section.account-page-wrapper .inner div.profile-section>div.section-header {
        padding: 32px 48px;
    }
    .video-wrap video,
    .video-wrap iframe {
        height: 130%;
    }
    section.account-page-wrapper {
        padding: 100px 0px;
        padding-bottom: 156px;
    }
    section.account-page-wrapper h3.profile-title {
        font-size: 24px;
        margin-bottom: 56px;
    }
    section.account-page-wrapper .inner div.profile-section {
        flex-basis: calc(50% - 28px);
        margin-bottom: 0;
        width: calc(50% - 28px);
    }
    section.account-page-wrapper .inner h3.profile-title {
        flex-basis: 100%;
        width: 100%;
    }
    section.account-page-wrapper .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body.post-type-archive-knowledge-base .header-subs .content-box {
        max-width: 653px;
        margin: 0 auto;
    }
    body.post-type-archive-knowledge-base h1 {
        font-size: 56px;
        line-height: 120%;
        margin-bottom: 0;
    }
    .filter-box li.sf-field-search label {
        width: 100%;
    }
    .filter-box li.sf-field-search {
        width: 532px;
    }
    section.knowledge-base-content {
        padding: 100px 0px;
    }
    .post-detail-content-box .afbeeldingen-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 48px;
    }
    .post-detail-content-box .afbeeldingen-wrapper>div.afbeelding {
        width: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
    }
    .post-detail-content-box .review-box div.text-box {
        font-size: 32px;
        line-height: 120%;
    }
    .post-detail-content-box .review-box {
        max-width: 976px;
        margin-left: auto;
        margin-right: auto;
    }
    .nieuws-laag .content-box .text-box {
        max-width: 818px;
        margin-left: auto;
        margin-right: auto;
    }
    header#masthead {
        padding: 16px 0px;
    }
    section.information .inner {
        justify-content: space-between;
    }
    .footer__menu {
        gap: 40px;
    }
    .footer__menu>ul {
        flex-basis: auto;
        width: auto;
    }
    section.footer {
        padding: 40px 0px;
    }
    .cases-zoekresultaten {
        max-width: 911px;
    }
    section.partners-laag .content-box {
        margin-left: auto;
        margin-right: auto;
    }
    .post-type-archive-knowledge-base .right.results div.knowledge-item .c-btn {
        margin-top: 0;
    }
    .partner-stories .owl-nav-custom>div {
        flex-basis: 25%;
        width: 25%;
    }
    .partner-story .video-box,
    .partner-story .image-box {
        max-width: 678px;
        height: 608px;
    }
    .partner-story .content-box h3 {
        font-size: 32px;
        line-height: 120%;
    }
    .partner-story .content-box {
        max-width: 442px;
    }
    .post-type-archive-knowledge-base .right.results div.knowledge-item {
        padding: 16px 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .single-news section.post-detail-content .post-detail-thumb {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1180px) {
    section.information .inner {
        flex-wrap: nowrap;
    }
    .footer__company {
        flex-basis: auto;
        width: auto;
    }
    .partner-product .price-table table {
        margin: 0 !important;
        overflow: initial;
    }
    .afbeeldingen-auto-carousel::before {
        height: 100px;
        top: -20px;
    }
    .single-event_listing p.exclusive-content-text {
        padding: 0;
    }
    div#gform_fields_1 {
        display: grid;
        margin-bottom: 0;
    }
    .partner-producten-box>div.modal {
        flex-basis: 100%;
        width: 100%;
        max-width: 1226px;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: 10vh;
        max-height: 720px;
        height: 80vh;
    }
    .modal-open .partner-producten-laag .modal.in {
        display: flex !important;
        align-items: flex-start !important;
    }
    .partner-producten-box>div.modal>div>div.modal-content {
        align-items: flex-start;
        overflow: initial;
        max-height: initial !important;
    }
    .partner-producten-box>div.modal>div {
        width: 100%;
    }
    .partner-producten-box>div.modal>div>div {
        max-width: initial;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 24px;
    }
    .partner-producten-box>div.modal {
        padding: 32px !important;
    }
    .partner-producten-box>div.modal>div>div>div.right {
        flex-basis: calc(40% - 12px);
        width: calc(40% - 12px);
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    .partner-producten-box>div.modal>div>div>div.left {
        flex-basis: calc(60% - 12px);
    }
    .partner-producten-box>div .afbeelding-box,
    .partner-producten-box>div.modal>div>div .left.content-box>div.image-box {
        height: 290px !important;
    }
    .partner-producten-box>div.modal>div>div .left.content-box>div {
        padding: 32px;
    }
    .modal-content .prijzen-box p:first-child {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
        display: block;
    }
    .modal-content .prijzen-box p.algemene-prijs {
        margin-right: 32px;
    }
    .modal-content .prijzen-box p.algemene-prijs,
    .modal-content .prijzen-box p.cpa-prijs {
        display: inline-block;
        margin-bottom: 0;
    }
    .single-partners .image-box button.close {
        left: 24px;
        top: 24px;
    }
    .knowledge-item h5 {
        flex-basis: calc(100% - 220px);
    }
    .agenda-laag .agenda-box {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .ai-box.flexbox-wrapper h3 {
        font-size: 22px;
        margin-top: 0;
    }
    section.my-alliance-overview .ai-box div.text-box {
        margin-bottom: 24px !important;
    }
    .ai-box.flexbox-wrapper span.ai-icon {
        width: 150px;
        height: 150px;
    }
    .ai-box.flexbox-wrapper {
        margin-top: 80px;
    }
    .translatepress-nl_NL .my-alliance-overview div.alliance-items>.alliance-item p {
        min-height: 72px;
    }
    section.partner-producten-laag {
        padding-bottom: 100px;
    }
    .partner-producten-box>div {
        flex-basis: calc(33.333% - 16px);
        width: calc(33.333% - 16px);
    }
    .partner-producten-box>div .afbeelding-box {
        background-size: cover !important;
        background-color: transparent !important;
    }
    .single-products .partner-producten-box>div {
        flex-basis: calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1)>div .event_listing>a {
        height: 420px;
    }
    .agenda-laag .wpem-event-listings>div:nth-of-type(1) .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
        margin-bottom: 0 !important;
    }

    div.event_listings div.wpem-event-infomation {
        flex-basis: 720px !important;
    }
    .los-event .wpem-event-box-col span.premium-content {
        position: absolute;
        top: 24px;
        z-index: 2;
        background: white;
        padding: 8px 16px;
        border-radius: 0px 8px 8px 0px;
    }
    .wpem-event-box-col span.premium-content {
        order: 1;
        flex-basis: 130px;
        margin-left: auto;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.c-btn {
        order: 2;
        margin-left: auto;
    }
    .get-in-touch-box.flexbox-wrapper h3 {
        margin-bottom: 0;
    }
    .get-in-touch-box.flexbox-wrapper span.c-btn {
        position: absolute;
        right: 64px;
        top: 50%;
        transform: translateY(-50%);
    }
    .event_shortcode.single_event_listing {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .wpem-single-event-page .wpem-single-event-wrapper>div.wpem-single-event-body {
        flex-basis: 800px;
        width: 800px;
        display: flex;
        margin-left: auto;
    }
    .wpem-single-event-page .wpem-single-event-wrapper>div.wpem-single-event-header-top {
        max-width: 480px;
        background: none;
        border-radius: 8px;
        overflow: hidden;
        height: 400px;
    }
    .wpem-single-event-page .wpem-single-event-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }
    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info {
        padding-top: 0;
    }
    .wpem-single-event-body>div>div {
        max-width: 440px;
        padding: 0;
        width: 100%;
    }
    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after {
        display: none;
    }
    .wpem-single-event-body>div>div.wpem-single-event-right-content {
        flex: 1;
        flex-basis: 40%;
        width: 40%;
        -webkit-box-flex: initial;
        max-width: 260px;
    }
    .event-manager-registrations-registered-notice.wpem-alert.wpem-alert-info {
        margin-bottom: 80px;
    }
    .wpem-single-event-page .wpem-single-event-wrapper>div.wpem-single-event-header-top div {
        height: 100% !important;
    }
    .wpem-single-event-page .wpem-single-event-wrapper>div.wpem-single-event-header-top img {
        object-fit: cover;
        height: 100% !important;
    }
    .wpem-single-event-page .wpem-single-event-wrapper>div.wpem-single-event-body>div {
        width: 100%;
        margin: 0;
        gap: 24px;
        justify-content: space-between;
    }
    .los-event {
        display: block;
    }
    .los-event .event_listings>div>div .wpem-event-box-col:nth-of-type(1) {
        display: block;
        border-top: 0;
        padding: 0;
        margin-bottom: 32px;
    }
    .los-event .event_listings>div>div .wpem-event-box-col {
        display: none;
    }
    .los-event .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url {
        height: 420px;
        width: 632px !important;
        flex-basis: 632px !important;
    }
    .knowledge-base-content form#search-filter-form-358>ul {
        padding: 0;
        border: 0;
    }
    .los-event .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url>div,
    .los-event .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url>div>div {
        height: 100%;
    }
    .los-event .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url>div.wpem-event-banner>div {
        height: 100%;
    }
    .los-event .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.c-btn {
        display: none;
    }
    .los-event .wpem-event-title a.c-btn {
        color: white !important;
        display: flex !important;
        width: fit-content;
        margin-top: 24px;
    }
    .los-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        padding-left: 88px !important;
    }
    section.agenda-overview .inner {
        max-width: 1376px;
    }
    section.agenda-overview {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url>div.wpem-event-banner>div {
        width: 100%;
        height: 161px;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>a.wpem-event-action-url {
        flex-basis: 213px !important;
        width: 213px !important;
        position: relative;
    }
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        padding-left: 32px !important;
    }
    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing>.wpem-event-infomation {
        margin-bottom: 0 !important;
        flex-basis: calc(100% - 400px);
    }
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
        font-size: 32px !important;
    }
    .knowledge-base-content form#search-filter-form-358 {
        max-height: initial;
    }
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details>.wpem-event-title {
        flex-basis: unset;
        width: 100%;
        margin-top: 16px !important;
    }

    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .wpem-event-box-col .wpem-event-type {
        margin: 0 !important;
        margin-left: 16px !important;
    }
    .wpem-event-register-label {
        margin-left: 16px;
    }
    .knowledge-base-content .left.filter a.n-btn,
    .knowledge-base-content li.sf-field-reset {
        display: none;
    }
    .partner.white-bg.Corplex img {
        width: 90px;
    }
    section.header-home:after {
        height: 648px;
    }
    .partner.white-bg.Clean.the.World img {
        width: 110px;
    }
    .partner.white-bg.Duotank img {
        width: 100px;
    }
    span.mobile-filter-btn {
        display: none;
    }
    section.my-alliance-overview div.text-box {
        margin-bottom: 64px;
    }
    .partner.white-bg.Bunzl img {
        width: 90px;
    }
    .partner.white-bg.Dijkstra.Plastics img {
        width: 90px;
    }
    .partner.white-bg.Maistering img {
        width: 150px;
    }
    .partner.white-bg.KplusV img {
        width: 80px;
    }
    .partner.white-bg.Rabobank img {
        width: 70px;
    }
    .partner.white-bg.The.Floriculture.Sustainability.Initiative img {
        width: 90px;
    }
    .partner.white-bg.World.Wide.Socials img {
        width: 110px;
    }
    section.my-alliance-overview div.alliance-items {
        margin-left: auto;
        margin-right: auto;
    }
    section.my-alliance-overview div.alliance-items>.alliance-item {
        flex-basis: 100%;
        width: 100%;
        padding: 32px 32px 32px 64px;
    }

    section.my-alliance-overview div.alliance-items>.alliance-item h3 {
        font-size: 24px;
    }
    section.tekst-afb-laag .afbeelding-box.contain {
        background-size: 420px !important;
    }
    .partners .partner a img {
        width: 130px;
        object-fit: contain;
        max-height: 100%;
    }
    .partner.KIVO.Flexible.Plastics img {
        width: 90px;
    }
    section.partners-laag .partners>.partner-group {
        width: 100%;
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
    }
    div#active-filters-container button {
        border-radius: 20px;
        border: 1px solid var(--Color-Brand-Black, #151515);
        padding: 15px 24px;
    }
    form#search-filter-form-546>ul,
    form#search-filter-form-161>ul {
        border: none;
        padding: 0;
    }
    .menu_footer_box {
        border-bottom: 0;
        margin-bottom: 0 !important;
    }
    ul.footer__menu-list {
        max-height: initial;
    }
    ul.footer__menu-list li:first-of-type a:after {
        display: none;
    }
    form#search-filter-form-161,
    form#search-filter-form-546 {
        max-height: initial;
    }
    a.n-btn.gone-desktop {
        width: auto;
        position: absolute;
        right: 0;
    }
    a.n-btn.gone-desktop:hover {
        text-decoration: none;
    }
    body.modal-open {
        padding: 0 !important;
    }
    .page-id-79 section.cases-laag div.nieuws-slider div.nieuws-content p {
        font-size: 20px;
    }
    .single-cases .pagebuilder-cpa .back-button .inner,
    .single-cases .pagebuilder-cpa .post-detail-content .inner {
        max-width: 1216px;
    }
    .page-id-77 section.donkere-blokken-laag.timeline div.blokken-wrapper .timeline-box:last-of-type .timeline-item:last-of-type {
        min-height: 337px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .partner-story .video-box>iframe {
        height: 680px;
        width: 1100px;
    }
    div#gform_confirmation_message_3 {
        display: block;
        margin-top: 32px;
        margin-bottom: 160px;
    }
    div#input_3_14>div label {
        font-size: 32px !important;
    }
    .acf-in-choice-content {
        margin-top: 32px !important;
    }
    .modal-open .partner-stories {
        z-index: 0;
    }
    body:not(.home).modal-open .partner-stories {
        z-index: initial;
    }
    .modal-dialog {
        width: 800px;
    }
    .modal-body,
    .modal-header {
        padding: 32px;
    }
    section.knowledge-base-content .modal-body span.knowledge-afb img {
        display: none;
    }
    section.knowledge-base-content .modal-body span.knowledge-afb {
        height: 340px;
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        margin-bottom: 0;
    }
    section.knowledge-base-content .modal-body {
        display: flex;
        flex-wrap: nowrap;
        gap: 24px;
        justify-content: space-between;
    }
    .acf-in-choice-content .contents {
        padding-top: 32px;
        margin-top: 32px;
    }
    div#input_3_14>div {
        max-width: 440px !important;
        align-items: start;
        gap: 0;
        align-content: start;
    }
    div#input_3_14>div.gchoice.gchoice_3_14_2 {
        border-radius: 16px;
    }
    div#input_3_14 {
        align-items: flex-end;
    }
    div#gform_page_3_3 div.gform-page-footer {
        margin-top: 40px;
        border-radius: 16px;
        padding-top: 24px;
        max-width: 440px;
    }
    ul#primary-menu>li.menu-item-has-children>ul.sub-menu li:last-of-type {
        margin-bottom: 0;
    }
    ul#primary-menu>li.menu-item-has-children>ul.sub-menu li {
        margin-bottom: 8px;
        padding: 8px;
    }
    .partner-stories div.partners-story-slider {
        position: relative;
        padding-left: 72px;
        padding-right: 72px;
    }
    header div#navbar {
        background: none;
        width: initial !important;
        flex-basis: initial !important;
        padding: 0 !important;
        margin: 0 !important;
        flex-grow: 2;
        margin-left: 120px !important;
    }
    li#menu-item-384.c-btn {
        margin-left: auto;
    }
    li#menu-item-383.c-btn {
        margin-left: -8px;
    }
    ul#primary-menu>li.menu-item-has-children>a:after {
        content: '';
        display: block;
        position: absolute;
        width: 13px;
        height: 7px;
        background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/chevron-down-white.svg) no-repeat;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-position: center center;
        background-size: contain;
        transition: .2s ease-in-out;
    }
    ul#primary-menu>li.menu-item-has-children:hover>a:after {
        background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/chevron-up-blue.svg) no-repeat;
        background-position: center center;
        background-size: contain;
    }
    li#menu-item-384.c-btn,
    li#menu-item-383.c-btn {
        margin-top: 0;
    }
    .partner-stories {
        margin-top: 0;
        background: var(--Color-Brand-Light-Grey, #F2F2F2);
        padding-top: 72px;
    }
    .partner-story .video-box,
    .partner-story .image-box {
        margin-bottom: 0;
    }
    .partner-story {
        justify-content: space-between;
        align-items: center;
    }
    .partner-story .video-box,
    .partner-story .image-box {
        order: 2;
    }
    .get-in-touch-box {
        z-index: 2;
        position: relative;
    }
    .partner-stories:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 20px;
        top: -20px;
        background: var(--Color-Brand-Light-Grey, #F2F2F2);
    }
    .single-cases section.post-detail-content .post-detail-thumb {
        height: 597px;
    }
    section.join-the-alliance.login {
        padding: 80px 0px;
    }
    footer section.information {
        padding-bottom: 40px;
    }
    #password-form .form-actions {
        height: 56px;
        margin-top: 8px;
        justify-content: flex-end;
    }
    .profile-section .form-actions button,
    .profile-section .section-content .form-actions input {
        min-height: 56px !important;
    }
    .page-template-join section.information {
        padding: 40px 0px;
    }
    section.footer .inner.flexbox-wrapper {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .single-partners section.post-detail-content .post-detail-thumb {
        height: 597px;
    }
    section.footer a.site-logo {
        margin-bottom: 0;
        flex-basis: 100%;
        order: 10;
        background-position: center center !important;
    }
    .footer__company,
    .language__box {
        flex-basis: calc(25% - 40px);
    }
    .footer__menu {
        justify-content: flex-start;
        flex-basis: calc(50% - 80px);
        width: calc(50% - 80px);
    }
    .footer__menu>ul.footer__menu-list {
        flex-basis: 50%;
        width: 50%;
        max-height: initial;
        margin-bottom: 0;
    }
    .footer__menu>ul.footer__menu-list li:first-of-type {
        margin-top: 0;
    }
    .footer__menu>ul.footer__menu-list li {
        margin-top: 16px;
    }
    .footer .footer__company ul li:nth-of-type(1) {
        margin-top: 0;
    }
    .footer .footer__company ul li {
        margin-top: 4px;
    }
    .footer__menu>ul.footer__menu-list a {
        font-size: 14px;
        line-height: 150%;
    }
    .single-cases section.post-detail-content {
        padding-bottom: 0px;
    }
    .left.filter h4 {
        border-radius: 8px;
        background: var(--Color-Brand-Light-Grey, #F2F2F2);
        width: fit-content;
        padding: 10px 16px;
        color: var(--Color-Brand-Black, #151515);
        text-align: center;
        font-family: Inter;
        font-size: 15.25px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.16px;
    }
    .knowledge-base-content .left.filter form li label {
        margin: 0 !important;
        padding: 0;
        color: #151515 !important;
        font-family: Inter;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 15px !important;
    }
    .left.filter form ul ul li {
        padding: 8px 24px;
        transition: .1s ease-in-out;
        border-radius: 8px;
    }
    .left.filter form ul ul li:hover {
        background: #f2f2f2;
    }
    .left.filter form li.sf-option-active label {
        color: white !important;
    }
    .left.filter li.sf-option-active,
    .left.filter li.sf-option-active:hover {
        background: #3a3af4;
    }
    .left.filter li input {
        border-radius: 8px;
    }
    .left.filter li {
        background-color: white;
    }
    section.single-product-content .inner {
        max-width: 1216px;
    }
    .page-template-tekst .header-subs h1 {
        font-size: 56px;
    }
    .popular {
        margin-top: 20px;
    }
    .header-subs .filter-box {
        margin-top: 32px;
    }
    section.knowledge-base-content div.left.filter {
        position: relative;
        max-width: 325px;
        border-radius: 16px;
        border: 1px solid var(--Color-Brand-Dark-Grey, #AAA);
        padding: 24px;
    }
    .post-type-archive-knowledge-base .flexbox-wrapper {
        justify-content: space-between;
        align-items: flex-start;
    }
    .post-type-archive-knowledge-base .right.results {
        max-width: 911px;
        flex-basis: 70%;
        width: 70%;
        gap: 8px;
    }
    .page-template-tekst section.tekst-laag {
        padding: 100px 0px;
    }
    .page-template-tekst section.tekst-laag .inner {
        max-width: 1216px;
    }
    .page-template-tekst section.tekst-laag .content-box h2 {
        font-size: 32px;
    }
    .page-template-tekst section.tekst-laag .content-box h3 {
        font-size: 24px;
    }
    .page-template-tekst section.tekst-laag .content-box a:hover {
        text-decoration: none;
    }
    .page-template-tekst section.tekst-laag .content-box h4 {
        font-weight: 500;
        font-size: 18px;
    }
    section.product-overview.category-overview div.product-wrapper,
    section.product-overview.products-overview div.product-wrapper {
        gap: 100px 40px;
    }
    section.error-text {
        padding: 100px 0px;
    }
    .error404 section.header-subs h1 {
        font-size: 56px;
    }
    section.error-text .content-box h2 {
        font-size: 32px;
    }
    section.error-text .content-box h3 {
        font-size: 24px;
    }
    section.product-overview.products-overview {
        padding-top: 12px;
        padding-bottom: 0px;
    }
    section.product-overview.products-overview h2 {
        margin-bottom: 60px;
    }
    section.product-overview.category-overview div.product-wrapper div.product-item,
    section.product-overview.products-overview div.product-wrapper div.product-item {
        flex-basis: calc(33.33% - 27px);
        width: calc(33.33% - 27px);
    }
    section.product-overview.category-overview div.product-wrapper div.product-item a span.product-thumb,
    section.product-overview.products-overview span.product-thumb {
        height: 240px;
    }
    section.single-product-content .product-meta .tag {
        border-radius: 12px;
        border: 1px solid var(--Color-Brand-Black, #151515);
        margin-bottom: 40px;
        display: table;
        padding: 8px 24px;
        color: var(--Color-Brand-Black, #151515);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    section.single-product-content .product-meta .c-btn {
        margin-bottom: 48px;
    }
    section.single-product-content span.product-thumb img {
        display: none;
    }
    section.single-product-content span.product-thumb {
        border-radius: 16px;
        border: 1px solid var(--Color-Brand-Grey, #DFDFDF);
        background: #FFF;
        height: 272px;
        display: block;
        width: 100%;
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        margin-bottom: 40px;
    }
    section.single-product-content {
        position: relative;
        padding-bottom: 100px;
        font-size: 32px;
        line-height: 120%;
    }
    section.blokken-drie-deling-laag .content-box h3 strong {
        display: block;
    }
    section.blokken-drie-deling-laag .content-box .text-box {
        max-width: 818px;
        margin-left: auto;
        margin-right: auto;
    }
    .partners-laag .partners.text-business-items div.partner {
        padding: 40px 32px;
        max-width: 248px;
        font-size: 20px;
        line-height: 150%;
    }
    .partners-laag .partners.text-business-items {
        gap: 32px;
    }
    .partners.text-business-items>div.partners-row {
        flex-basis: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 32px;
    }
    body:not(.home) section.get-in-touch {
        padding-top: 100px;
    }
    .blokken-drie-deling-laag .blokken-wrapper .blok-item {
        order: initial !important;
    }
    .blokken-drie-deling-laag .blokken-wrapper {
        align-items: flex-start;
    }
    .blokken-drie-deling-laag .blokken-wrapper .blok-item:nth-of-type(1),
    .blokken-drie-deling-laag .blokken-wrapper .blok-item:nth-of-type(3) {
        margin-top: 40px;
    }
    section.single-product-content span.product-thumb {
        height: 597px;
        margin-bottom: 48px;
    }
    .single-product-content .product-meta,
    section.single-product-content .product-meta .tag {
        margin-bottom: 48px;
    }
    .header__menu-btn {
        display: none;
    }
    section.header-home {
        padding-top: 104px;
    }
    section.header-home h1 {
        font-size: 96px;
    }
    body.home:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/04/recycle-bg.svg) no-repeat;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-position: 50% 0% !important;
    }
    body.home {
        background: #001744;
    }
    header#masthead {
        background-color: transparent;
        padding-top: 32px;
    }
    body:not(.home) header#masthead {
        background-color: #001744;
    }
    header#masthead.fixed {
        padding-top: 16px;
    }
    .timeline.blokken-wrapper.flexbox-wrapper {
        gap: 64px;
    }
    section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper {
        padding: 72px;
        justify-content: space-between;
    }
    section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper .content-box h3 {
        font-size: 32px;
        line-height: 120%;
    }
    section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper .afbeelding-box {
        order: initial;
        margin-top: 0;
        height: 660px;
    }
    section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper {
        flex-wrap: nowrap;
    }
    section.tekst-afb-laag.with-bg .inner>.flexbox-wrapper .content-box {
        max-width: 608px;
    }
    section.cases-overzicht {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section.nieuws-laag {
        padding: 100px 0px;
        padding-bottom: 200px;
    }
    .nieuws-laag {
        overflow: hidden;
    }
    .nieuws-slider.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    section.nieuws-laag .nieuws-slider {
        width: calc(100% - 64px);
        margin: 0 auto;
    }
    section.nieuws-laag .nieuws-slider .owl-item {
        opacity: .5;
        transition: .2s ease-in-out;
    }
    section.nieuws-laag .nieuws-slider .active {
        opacity: 1 !important;
    }
    .nieuws-slider .nieuws-item {
        padding: 56px;
    }
    .nieuws-slider .nieuws-item a h4 {
        font-size: 32px;
        line-height: 120%;
    }
    .nieuws-slider .nieuws-item a div.text-box {
        font-size: 20px;
        line-height: 150%;
    }
    .nieuws-item span.nieuws-thumb {
        margin-top: 48px;
        height: 392px;
    }
    .owl-nav {
        top: initial;
        bottom: 40%;
    }
    section.nieuws-laag .nieuws-slider .owl-item.active {
        margin-top: -40px;
    }
    section.nieuws-laag .nieuws-slider .owl-item {
        margin-top: 0px;
    }
    .nieuws-laag .content-box .text-box {
        margin-bottom: 120px;
    }
    section.lichte-blokken-laag .blokken-wrapper .blok-item {
        flex-basis: calc(25% - 15px);
        width: calc(25% - 15px);
    }
    .cases-zoekresultaten {
        margin-bottom: 0;
    }
    section.lichte-blokken-laag {
        padding: 100px 0px;
    }
    div.case-item h3 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    div.case-item span.cases-thumb {
        height: 392px;
    }
    .cases-zoekresultaten div.case-item {
        padding: 56px;
    }
    section.cases-overzicht .inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .cases-filter {
        max-width: 326px;
        flex-basis: 326px;
        border-radius: 16px;
        border: 1px solid var(--Color-Brand-Dark-Grey, #AAA);
        padding: 24px;
        position: sticky;
        top: 132px;
    }
    section.donkere-blokken-laag div.blokken-box {
        padding: 100px;
    }
    .contact .contact-blokken .contact-blok {
        flex-basis: calc(33.33% - 11px);
        width: calc(33.33% - 11px);
    }
    .contact .flexbox-wrapper.contact-form>.form-box {
        margin-top: 0;
    }
    .contact .flexbox-wrapper.contact-form {
        justify-content: space-between;
    }
    .contact .flexbox-wrapper.contact-form .content-box div.maps-box {
        order: 1;
        margin-top: 48px;
        margin-bottom: 0;
    }
    section.donkere-blokken-laag div.blokken-box div.blok-item {
        flex-basis: calc(33.33% - 22px);
        width: calc(33.33% - 22px);
    }
    section.get-in-touch .get-in-touch-box .content-box .text-box * {
        font-size: 18px;
        line-height: 150%;
    }
    section.get-in-touch .get-in-touch-box .content-box {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
    section.get-in-touch .get-in-touch-box h3 {
        margin-bottom: 0;
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
    section.get-in-touch .get-in-touch-box {
        flex-wrap: nowrap;
        gap: 80px;
        align-items: flex-start;
    }
    a.site-logo {
        width: 214px;
        height: 68px;
        background-size: contain !important;
    }
    .header-home .video-box {
        height: 808px;
    }
    section.blokken-drie-deling-laag {
        background: white;
        padding-top: 148px;
        padding-bottom: 196px;
    }
    body.home section.partners-laag h3 strong {
        display: table;
    }
    section.get-in-touch {
        background: white;
        padding-top: 0;
    }
    body.home section.nieuws-laag {
        padding-bottom: 100px;
    }
    section.tekst-afb-laag .flexbox-wrapper .content-box {
        margin: 0;
    }
    section.tekst-afb-laag .flexbox-wrapper span.afbeelding-box {
        order: 2;
    }
    section.tekst-afb-laag .flexbox-wrapper span.afbeelding-box.Links {
        order: -1;
    }
    section.tekst-afb-laag .flexbox-wrapper {
        align-items: center;
        justify-content: center;
        gap: 120px;
    }
    .header__navbar {
        order: initial;
        flex-basis: initial;
        width: initial;
    }
    ul#primary-menu {
        max-height: initial;
        display: flex;
        align-items: center;
        gap: 24px;
        justify-content: flex-end;
        overflow: visible;
    }
    ul#primary-menu>li:nth-of-type(1) {
        margin: 0;
    }
    ul#primary-menu>li {
        border-bottom: initial;
    }
    ul#primary-menu>li:last-of-type {
        margin-bottom: 0;
    }
    ul#primary-menu ul.sub-menu {
        position: absolute;
    }
    .header__nav .inner {
        align-items: center;
        flex-wrap: nowrap;
    }
    ul#primary-menu>li.menu-item-has-children>a {
        padding-right: 26px;
    }
    ul#primary-menu>li a {
        padding: 0;
        color: var(--Color-Brand-White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    ul#primary-menu li#menu-item-384 a:hover {
        background: #2728CE;
    }
    ul#primary-menu li#menu-item-384 a {
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 20px;
        background: var(--Color-Brand-Blue, #265BF6);
        width: fit-content;
        color: var(--Text-alternate, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    ul#primary-menu li#menu-item-383 a {
        padding: 15px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 20px;
        background: none;
        color: var(--Text-alternate, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        border: 1px solid white;
    }
    ul#primary-menu li#menu-item-383 a:hover {
        background: white;
        color: black;
    }
    li#menu-item-378 {
        margin-right: 96px;
    }
    ul#primary-menu>li.menu-item-has-children>ul.sub-menu {
        max-height: initial;
        z-index: 2;
        margin: 0;
        opacity: 0;
        pointer-events: none;
    }
    .footer__form {
        flex-basis: auto;
        width: auto;
        max-width: 320px;
    }
    ul#primary-menu>li.menu-item-has-children>ul.sub-menu a {
        color: #001744;
        text-align: left;
        color: var(--Color-Brand-Dark-Blue, #001744);
        /* Text/Regular/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */
    }
    ul#primary-menu>li.menu-item-has-children>ul.sub-menu li:first-of-type {
        padding-top: 0;
    }
    .logo-slide {
        width: 150px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul#primary-menu>li ul.sub-menu a {
        padding-bottom: 0;
    }
    ul#primary-menu>li.menu-item-has-children>ul.sub-menu {
        position: absolute;
        min-width: 330px;
        display: block;
        background: white;
        padding: 16px;
        opacity: 0;
        pointer-events: all;
        margin-top: 40px;
        padding-bottom: 0;
        padding-top: 27px;
        opacity: 1;
        padding: 32px;
        margin-left: -32px;
        margin-right: -32px;
        border-radius: 8px;
    }
    ul#primary-menu>li.menu-item-has-children>ul.sub-menu {
        opacity: 0;
        pointer-events: none;
    }
    ul#primary-menu>li.menu-item-has-children:hover>ul.sub-menu {
        opacity: 1;
        pointer-events: all;
    }
    /* Create a better bridge between parent and submenu */
    ul#primary-menu>li.menu-item-has-children::after {
        content: '';
        position: absolute;
        top: 100%;
        /* Start where the parent ends */
        left: 0;
        width: 100%;
        height: 40px;
        /* Match your desired gap height */
        background: transparent;
        z-index: 1;
        /* Make sure it's above other elements */
    }
    li#menu-item-381 ul.sub-menu:before {
        content: 'Resources & Insights';
        color: var(--Color-Brand-Dark-Blue, #001744);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 40px;
        display: block;
    }
    li#menu-item-380 ul.sub-menu:before {
        content: 'Initiatives';
        color: var(--Color-Brand-Dark-Blue, #001744);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 40px;
        display: block;
    }
    .footer__menu {
        flex-grow: 2;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: nowrap;
    }
    .footer .footer__company ul {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    section.footer .flexbox-wrapper {
        gap: 48px 80px;
    }
    section.information div {
        margin-left: auto;
    }
    section.information p:nth-of-type(2) {
        order: 2;
    }
    section.information p {
        width: auto;
        order: -1;
        margin: initial;
    }
    section.information {
        padding-bottom: 0;
    }
    section.footer {
        margin-bottom: 24px;
    }
    .footer__logo {
        flex-basis: 200px;
        width: 200px;
        max-width: 200px;
        background: grey;
    }
    section.header__top {
        padding: 8px 0px;
    }
    section.header__top ul {
        gap: 24px;
    }
    section.header__top .inner {
        gap: 40px;
    }
    section.header__top .inner div.information__socials ul {
        gap: 8px;
    }
    section.header__top .inner div.information__socials {
        display: block;
    }
    li#menu-item-384 {
        margin-right: -16px;
    }
    .page-template-join .information .inner {
        display: flex;
        flex-wrap: wrap;
    }
    .page-template-join .information .inner:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ffffff63;
        order: -1;
    }
    div#details-form form div.form-actions {
        justify-content: flex-end;
        align-self: flex-end;
        height: 56px;
        margin-top: 0 !important;
    }
    .account-page-wrapper .section-content>div {
        padding: 48px;
        margin-top: -128px;
    }
    div#details-form form {
        justify-content: space-between;
    }
    div#details-form form>div:not(:first-of-type) {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    .profile-section .form-actions input.save-button {
        padding: 16px 40px;
    }
    li#menu-item-384.c-btn a,
    li#menu-item-383.c-btn a {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    li#menu-item-378 {
        margin-right: 24px;
    }
    header div#navbar {
        margin-left: 40px !important;
    }
    li#menu-item-1470 {
        margin-top: 0 !important;
        margin-left: -16px !important;
    }
    .single-products div.product-slider .product-slide {
        height: 500px;
    }
    li#menu-item-384.c-btn {
        margin-left: initial;
        margin-right: 1px;
    }
    .agenda-laag .wpem-event-box-col:nth-of-type(1) .wpem-event-details>a.wpem-event-action-url {
        order: 1;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 16px;
    }
    .agenda-laag div#event-listing-view {
        gap: 32px;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(2),
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(3),
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(4) {
        flex-basis: calc(33.333% - 22px);
        width: calc(33.333% - 22px);
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(1) {
        margin-bottom: 48px;
    }
    .modal-content .price-table table {
        overflow: initial;
        margin-bottom: 0;
    }
    .modal-content .price-table {
        margin-bottom: 0;
    }
    .modal-content .price-table table td {
        min-width: 160px;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(2) .event_listing>a.wpem-event-action-url,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(3) .event_listing>a.wpem-event-action-url,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(4) .event_listing>a.wpem-event-action-url {
        flex-basis: 100% !important;
        width: 100% !important;
        height: 240px !important;
    }
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(2) .event_listing>a.wpem-event-action-url div,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(3) .event_listing>a.wpem-event-action-url div,
    .agenda-laag .agenda-box div.wpem-col:nth-of-type(4) .event_listing>a.wpem-event-action-url div {
        height: 100%;
    }
    .agenda-laag .wpem-event-details a.c-btn {
        margin-top: 32px;
    }
    .agenda-laag .wpem-event-register-label {
        margin-left: 0;
    }
}
@media (min-width: 1600px) {
    ul#primary-menu {
        gap: 24px;
    }
    li#menu-item-1470 {
        margin-top: 0 !important;
        margin-left: -16px !important;
    }
    div#trp-floater-ls {
        display: none !important;
    }
    li#menu-item-384.c-btn a,
    li#menu-item-383.c-btn a {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    header div#navbar {
        margin-left: 90px !important;
    }
    li#menu-item-378 {
        margin-right: 56px;
    }
    li#menu-item-384.c-btn {
        margin-left: auto;
        margin-right: initial;
    }
}
@media (max-width:600px) {
    .post-detail-content-box .afbeeldingen-wrapper>div.afbeelding,
    .post-detail-content-box>span.afbeelding-box {
        height: 312px !important;
    }
    li.sf-field-reset {
        display: none !important;
        padding: 0 !important;
    }
    li.sf-field-reset a {
        margin: 0 auto;
        text-decoration: underline;
        display: block;
        text-align: center;
    }
    .cases-filter {
        position: sticky;
        top: 155px;
        z-index: 1000;
    }
    section.onderdeel-team-laag div.flexbox-wrapper h2 {
        word-break: break-all;
    }
    span.mobile-filter-btn {
        margin-bottom: 16px;
    }
    form#search-filter-form-161 {
        background: white;
    }
}
.trp-language-switcher>div>a {
    transition: unset;
    padding: 7px 12px !important;
}
.trp-language-switcher:hover>div>a {
    padding: 7px 0px !important;
}
.header__nav .language__box,
.header__nav .language__box h5 {
    display: none;
}
.header__nav .trp-language-switcher>div>a {
    color: white;
}
@media (min-width:1600px) {
    .header__nav .language__box {
        display: block;
        max-width: 84px;
        margin-left: 16px;
    }
}
/* TranslatePress taalafkortingen voor navbar */
.navbar .trp-language-switcher a {
    font-size: 0;
    position: relative;
}
.navbar .trp-language-switcher a::after {
    font-size: 16px;
}
/* Engels afkorting */
.navbar .trp-language-switcher a[title="English"]::after {
    content: "EN";
}
/* Nederlands afkorting */
.navbar .trp-language-switcher a[title="Nederlands"]::after {
    content: "NL";
}
.navbar .trp-ls-shortcode-current-language:before {
    content: none;
}
/* Pas de breedte aan */
.navbar .trp-ls-shortcode-current-language,
.navbar .trp-ls-shortcode-language {
    width: 84px !important;
    padding-left: 14px
}
/* Form 14 - Onboardingsformulier brancheplan
--------------------------------------------- */
#gform_wrapper_14 {
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    border-radius: 16px;
    padding: 32px;
}
#gform_wrapper_14 .gfield_required {
    display: none !important;
}
#gform_wrapper_14 .gfield_label {
    color: var(--Color-Brand-Dark-Blue, #001744);
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px !important;
}
#gform_wrapper_14 .gform_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
#gform_wrapper_14 .gfield--width-half {
    grid-column: span 1;
}
#gform_wrapper_14 .gfield--width-full,
#gform_wrapper_14 fieldset,
#gform_wrapper_14 .gsection,
#gform_wrapper_14 .gfield_html {
    grid-column: span 2;
}
#gform_wrapper_14 input[type="text"],
#gform_wrapper_14 input[type="email"],
#gform_wrapper_14 input[type="tel"],
#gform_wrapper_14 input[type="url"] {
    border-radius: 8px;
    border: 1px solid var(--Dark-grey---Werkhandschoenen, #E9E8E3);
    background: #FFF;
    padding: 16px 24px !important;
    color: #767676;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 1 !important;
    width: 100%;
    height: 56px;
}
#gform_wrapper_14 select {
    border-radius: 8px;
    border: 1px solid var(--Dark-grey---Werkhandschoenen, #E9E8E3);
    background: #FFF url(https://www.circular-plastics-alliance.com/wp-content/uploads/2025/05/menu-chevron-down.svg) no-repeat;
    background-position: calc(100% - 16px) 50%;
    padding: 16px 24px !important;
    color: #767676;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 56px;
    appearance: none;
    cursor: pointer;
}
/* Radio buttons als pill-tags */
#gform_wrapper_14 .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#gform_wrapper_14 .gfield_radio .gchoice {
    position: relative;
}
#gform_wrapper_14 .gfield_radio .gchoice input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: 0;
}
#gform_wrapper_14 .gfield_radio .gchoice label {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid var(--Color-Brand-Dark-Grey, #AAA);
    padding: 10px 20px;
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    transition: .1s ease-in-out;
    margin: 0 !important;
    max-width: 100% !important;
    text-align: center;
    white-space: nowrap;
}
#gform_wrapper_14 .gfield_radio .gchoice label:hover {
    border-color: #265BF6;
    color: #265BF6;
}
#gform_wrapper_14 .gfield_radio .gchoice input[type="radio"]:checked+label {
    background: #265BF6;
    border-color: #265BF6;
    color: #FFF;
}
/* Section header */
#gform_wrapper_14 .gsection {
    margin-top: 8px;
    margin-bottom: -12px;
}
#gform_wrapper_14 .gsection_title {
    color: var(--Color-Brand-Dark-Blue, #001744);
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 8px;
    border-top: 1px solid #DFDFDF;
}
/* HTML tekstveld */
#gform_wrapper_14 .gfield_html {
    color: #6E6E6E;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
}
/* Submit knop */
#gform_wrapper_14 .gform-footer {
    padding: 0 !important;
    margin-top: 8px !important;
}
#gform_wrapper_14 #gform_submit_button_14 {
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border: none;
    padding: 16px 40px;
    height: 56px;
    cursor: pointer;
    transition: .1s ease-in-out;
    width: 100%;
}
#gform_wrapper_14 #gform_submit_button_14:hover {
    background: #2728CE;
}
.page-id-2380 section.tekst-afb-laag .content-box {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
}
.page-id-2380 section.tekst-afb-laag .flexbox-wrapper {
    gap: 80px;
}
.page-id-2380 section.tekst-afb-laag .content-box p {
    text-align: center;
}
.page-id-2380 section.tekst-afb-laag .content-box h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 600px) {
    #gform_wrapper_14 .gform_fields {
        grid-template-columns: 1fr;
    }
    #gform_wrapper_14 .gfield--width-half {
        grid-column: span 1;
    }
    #gform_wrapper_14 fieldset,
    #gform_wrapper_14 .gfield--width-full,
    #gform_wrapper_14 .gsection,
    #gform_wrapper_14 .gfield_html {
        grid-column: span 1;
    }
    #gform_wrapper_14 {
        padding: 24px;
    }
    @media (min-width: 1180px) {
        .page-id-2380 section.tekst-afb-laag .content-box p {
            margin-bottom: 0;
        }
    }
}

/* === MyAlliance registratieformulier (Gravity Form 16) === */
/* Form netjes gecentreerd */
.join-the-alliance.register .form-box {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
/* Lichte kaart om het formulier (zoals bij "Join") */
.join-the-alliance.register .gform_wrapper {
    border-radius: 16px;
    background: var(--Color-Brand-Light-Grey, #F2F2F2);
    padding: 40px;
}
.join-the-alliance.register .gform_wrapper::before {
    content: 'Create your MyAlliance account';
    display: block;
    color: var(--Color-Brand-Black, #151515);
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    margin-bottom: 24px;
}
/* Labels donker leesbaar op de lichte kaart */
.join-the-alliance.register .gform_wrapper .gfield_label {
    color: var(--Dark-green-VNSWB, #14373B);
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
/* Veldbeschrijving ("At least 8 characters.") */
.join-the-alliance.register .gform_wrapper .gfield_description {
    color: #666;
    font-size: 13px;
    margin-top: 8px;
    padding: 0;
}
/* Velden vullen de volle breedte van het blok */
.join-the-alliance.register .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
}
.join-the-alliance.register .gform_wrapper .gfield {
    grid-column: 1 / -1;
}
.join-the-alliance.register .gform_wrapper .ginput_container,
.join-the-alliance.register .gform_wrapper .gfield input {
    width: 100% !important;
    max-width: 100% !important;
}
/* Submit-knop blauw, vol breed, gecentreerd (zoals Join) */
.join-the-alliance.register .gform_footer {
    margin-top: 40px !important;
}
.join-the-alliance.register .gform_footer input[type="submit"] {
    width: 100%;
    border-radius: 20px;
    background: var(--Color-Brand-Blue, #265BF6);
    color: #fff;
    border: 0 !important;
    height: 56px;
    padding: 16px 24px;
    font-family: Inter;
    font-size: 16px;
    cursor: pointer;
    transition: .1s ease-in-out;
}
.join-the-alliance.register .gform_footer input[type="submit"]:hover {
    background: #1d4acf;
}

/* ============================================================
   Agenda — net kaart-grid overzicht (WP Event Manager)
   Alle events als gelijke cards in een grid. De oude
   "uitgelichte hero" (.los-event) en de half-zichtbare
   filterbalk worden verborgen voor een rustig overzicht.
   ============================================================ */
/* hero-duplicaat + filterbalk weg */
section.agenda-overview .los-event { display: none !important; }
section.agenda-overview #event_filters,
section.agenda-overview .search_events,
section.agenda-overview .showing_applied_filters { display: none !important; }

/* grid: 2 gelijke kolommen op desktop */
section.agenda-overview .inner > .event_listings #event-listing-view {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px !important;
    align-items: stretch !important;
}
section.agenda-overview #event-listing-view > .wpem-event-box-col {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
section.agenda-overview #event-listing-view .wpem-event-layout-wrapper {
    height: 100% !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* de kaart — #event-listing-view in de selector houdt de specificity boven
   die van WP Event Manager's eigen CSS (die ná de theme-stylesheet laadt) */
section.agenda-overview #event-listing-view .event_listing {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    height: 100% !important;
    background: #fff !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06) !important;
}
section.agenda-overview #event-listing-view .event_listing > a.wpem-event-action-url {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    height: auto !important;
    margin: 0 !important;
}

/* banner bovenaan + datum-pill linksboven */
section.agenda-overview #event-listing-view .wpem-event-banner {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
section.agenda-overview #event-listing-view .wpem-event-banner > div.wpem-event-banner-img {
    position: relative !important;
    width: 100% !important;
    height: 200px !important;
    border-radius: 0 !important;
    background-size: cover !important;
    background-position: center !important;
}
section.agenda-overview #event-listing-view .wpem-event-banner .wpem-event-date {
    display: block !important;
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 8px 12px !important;
    text-align: center !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15) !important;
}
section.agenda-overview #event-listing-view .wpem-event-banner .wpem-event-date-type { display: flex !important; }
section.agenda-overview #event-listing-view .wpem-event-banner .wpem-from-date { display: block !important; }
section.agenda-overview #event-listing-view .wpem-event-banner .wpem-from-date .wpem-date {
    font-size: 20px !important; font-weight: 700 !important; line-height: 1 !important; color: #151515 !important;
}
section.agenda-overview #event-listing-view .wpem-event-banner .wpem-from-date .wpem-month {
    font-size: 12px !important; text-transform: uppercase !important; color: #265BF6 !important; font-weight: 600 !important;
}
section.agenda-overview #event-listing-view .wpem-event-banner .wpem-to-date,
section.agenda-overview #event-listing-view .wpem-event-banner .wpem-date-separator { display: none !important; }

/* tekstblok onder de banner */
section.agenda-overview #event-listing-view .wpem-event-infomation {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 24px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
section.agenda-overview #event-listing-view .wpem-event-infomation > .wpem-event-date { display: none !important; }
section.agenda-overview #event-listing-view .wpem-event-details {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 0 !important;
}
section.agenda-overview #event-listing-view .wpem-event-title { order: -1 !important; margin: 0 !important; width: 100% !important; }
section.agenda-overview #event-listing-view .wpem-event-title h3.wpem-heading-text {
    font-size: 22px !important; line-height: 1.25 !important; font-weight: 600 !important; color: #151515 !important; margin: 0 !important;
}
section.agenda-overview #event-listing-view .wpem-event-title p {
    font-size: 14px !important; line-height: 1.5 !important; color: #555 !important; margin: 6px 0 0 !important;
    display: -webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow: hidden !important;
}
section.agenda-overview #event-listing-view .wpem-event-date-time,
section.agenda-overview #event-listing-view .wpem-event-location { margin: 0 !important; padding: 0 !important; }
section.agenda-overview #event-listing-view .wpem-event-date-time *,
section.agenda-overview #event-listing-view .wpem-event-location * { font-size: 14px !important; color: #333 !important; }
section.agenda-overview #event-listing-view .wpem-event-date-time:before,
section.agenda-overview #event-listing-view .wpem-event-location:before { display: none !important; }

/* ticket-badge */
section.agenda-overview #event-listing-view .wpem-event-ticket-type {
    display: inline-flex !important;
    align-self: flex-start !important;
    background: #EAF0FF !important;
    border-radius: 32px !important;
    padding: 4px 12px !important;
    margin: 0 !important;
}
section.agenda-overview #event-listing-view .wpem-event-ticket-type-text {
    color: #265BF6 !important; font-weight: 600 !important; font-size: 13px !important; background: none !important; padding: 0 !important;
}

/* knop onderaan in de kaart */
section.agenda-overview #event-listing-view .event_listing > a.c-btn {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 24px 24px !important;
    height: 52px !important;
    border-radius: 32px !important;
    background: #265BF6 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: auto !important;
}
section.agenda-overview #event-listing-view .event_listing > a.c-btn:hover { background: #1d4acf !important; }

/* mobiel: 1 kolom */
@media (max-width: 900px) {
    section.agenda-overview .inner > .event_listings #event-listing-view {
        grid-template-columns: 1fr !important;
    }
}

/* MyAlliance instructievideo-popup: Bootstrap's default .modal-content heeft een
   eigen witte achtergrond + rand + box-shadow, wat er als los "venster-in-venster"
   bovenop de grijze .modal-dialog uitziet. Hier platgeslagen tot 1 venster, en de
   dialoog breder zodat de 16:9-video hoger wordt weergegeven. */
#myallianceIntroModal .modal-content {
    background: white !important;
    border: none !important;
    box-shadow: none !important;
}
#myallianceIntroModal .modal-dialog {
    width: 1000px !important;
    max-width: 92vw !important;
}
#myallianceIntroModal video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
/* Desktop: altijd minimaal 500px hoog, ongeacht de breedte van het browservenster.
   object-fit: cover voorkomt vervorming (kropt gelijkmatig i.p.v. uitrekken). */
@media (min-width: 901px) {
    #myallianceIntroModal video {
        min-height: 500px;
        object-fit: cover;
    }
}