/* purgecss start ignore */
/* ! tailwindcss v2.2.9 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
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;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	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.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(147, 197, 253, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}
input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}
::-webkit-date-and-time-value {
	min-height: 1.5em;
}
select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

      [type='checkbox'],
      [type='radio']
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}
[type='checkbox'] {
	border-radius: 0px;
}
[type='radio'] {
	border-radius: 100%;
}

      [type='checkbox']:focus,
      [type='radio']:focus
     {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

      [type='checkbox']:checked,
      [type='radio']:checked
     {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
     {
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
     {
	border-color: transparent;
	background-color: currentColor;
}
[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.prose {
	color: #374151;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong {
	color: #111827;
	font-weight: 600;
}
.prose ol {
	counter-reset: list-counter;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ol > li {
	position: relative;
	counter-increment: list-counter;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-counter) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #111827;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #111827;
}
.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: "";
}
.prose pre code::after {
	content: "";
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.75;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.container {
	margin-inline: auto;
	padding-inline: 10px;
	max-width: 1220px;
}
@media (min-width: 640px) {
	.container {
		padding-inline: 20px;
	}
}
@media (min-width: 768px) {
	.container {
		padding-inline: 20px;
	}
}
.btn {
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
    .btn {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    .btn {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
        }
@media (min-width: 1280px) {
    .btn {
		font-size: 1rem;
		line-height: 1.5rem;
	}
        }
.btn svg {
	display: inline-flex;
}
.btn span {
            vertical-align: middle;
        }
.btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.btn:focus {
	border-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
	--tw-ring-opacity: 0.5;
}
.btn-primary {
	background-color: var(--bg-primary-default);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-primary:hover {
	background-color: var(--bg-primary-lighter);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-secondary {
	border-width: 2px;
	border-color: var(--border-primary-lighter);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-secondary:hover {
	border-color: var(--border-primary-darker);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-secondary:focus {
	border-width: 2px;
	border-color: transparent;
}
.actions-toolbar .primary button {
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
    .actions-toolbar .primary button {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    .actions-toolbar .primary button {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
        }
@media (min-width: 1280px) {
    .actions-toolbar .primary button {
		font-size: 1rem;
		line-height: 1.5rem;
	}
        }
.actions-toolbar .primary button svg {
	display: inline-flex;
}
.actions-toolbar .primary button span {
            vertical-align: middle;
        }
.actions-toolbar .primary button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.actions-toolbar .primary button:focus {
	border-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
	--tw-ring-opacity: 0.5;
}
.actions-toolbar .primary button {
	background-color: var(--bg-primary-default);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.actions-toolbar .primary button:hover {
	background-color: var(--bg-primary-lighter);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.actions-toolbar .primary button {
        background-color: #000;
        color:white;
        border-radius: 0;
    }
/*#category-view-container {*/
/*    @apply mx-auto flex px-0 py-4 flex-col items-center;*/
/*}*/
.category-description {
	max-width: 56rem;
}
.toolbar-products .modes-mode {
	height: 1.5rem;
	width: 1.5rem;
}
.toolbar-products .modes-mode span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.toolbar-products .modes-mode.mode-grid {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
        }
.toolbar-products .modes-mode.mode-list {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
        }
#customer-login-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 768px) {
#customer-login-container {
		flex-direction: row;
	}
    }
/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/
.form-input, .form-email, .form-select, .form-multiselect, .form-textarea {
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
	border-color: var(--border-primary-lighter);
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
	--tw-ring-opacity: 0.5;
}
.page.messages {
	position: sticky;
	z-index: 10;
    top: 0px;
}
.page.messages .messages
    section#messages {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	margin-inline: auto;
	padding-inline: 10px;
	max-width: 1220px;
}
@media (min-width: 640px) {
	.page.messages .messages
    section#messages {
		padding-inline: 20px;
	}
}
@media (min-width: 768px) {
	.page.messages .messages
    section#messages {
		padding-inline: 20px;
	}
}
.message {
	margin-bottom: 0.5rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.message.error {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.message.success {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.message.info, .message.warning, .message.notice {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.message a {
	text-decoration: underline;
}
.product-item .price-container {
	display: block;
}
.product-item .price-container .price {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}
.product-item .price-container .price-label {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.product-item .special-price .price-container .price-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.product-item .old-price .price-container {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.product-item .old-price .price-container .price {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
}
.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
	margin-bottom: 1rem;
	display: block;
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
	display: block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
}
.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
	display: block;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .old-price .price-container .price, .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label, .page-product-bundle .price-final_price .price-to .old-price .price-container .price, .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
	display: inline;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles.
   * This will make the modal and off-canvas styles theme specific and more adjustable.
   */
}
.backdrop {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.25;
}
.snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.snap::-webkit-scrollbar {
        display: none;
    }
.snap > div {
        scroll-snap-align: start;
    }
body {
    overflow-y: scroll;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.page-main {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.flex-columns-wrapper {
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
.flex-columns-wrapper {
		flex-direction: row;
	}
    }
.columns {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
	row-gap: 1rem;
	margin-inline: auto;
	padding-inline: 10px;
	max-width: 1220px;
}
@media (min-width: 640px) {
	.columns {
		padding-inline: 20px;
	}
}
@media (min-width: 768px) {
	.columns {
		padding-inline: 20px;
	}
}
.columns {
    grid-template-rows: auto minmax(0,1fr);
}
.columns .main {
	order: 2;
}
.columns .sidebar {
	order: 3;
}
.page-with-filter .columns .sidebar-main {
	order: 1;
}
@media (min-width: 640px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
		grid-column: span 2 / span 2;
	}

            .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
		order: 3;
	}
            .page-with-filter .columns .sidebar-main {
		order: 1;
	}
            .page-with-filter .columns .sidebar-main {
		grid-column: span 2 / span 2;
	}
}
@media (min-width: 768px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
		grid-row: span 2 / span 2;
	}

            .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
		grid-column: span 1 / span 1;
	}
            .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
		grid-column-start: 2 !important;
	}
            .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
		order: 1;
	}

            .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
		order: 3;
	}
        .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
		order: 3;
	}
}
@media (min-width: 1024px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
		grid-column: span 3 / span 3;
	}
            .page-layout-3columns .columns .sidebar-additional {
		grid-column-start: 4;
	}
}
.product-image-container {
    width: 80% !important;
}
.product-image-container img {
        width: 100%;
    }
.swatch-attribute .swatch-attribute-options {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.swatch-attribute .swatch-attribute-options .swatch-option {
	margin: 0.25rem;
	display: flex;
	justify-content: center;
	border-width: 1px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
            min-width: 40px;
}
body {
	background-color: var(--bg-container-default);
}
#cart-drawer {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
[x-cloak] {
    display: none;
}
.input {
	margin-right: 0.5rem;
	width: auto;
	border-radius: 0.25rem;
	border-width: 1px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px) {
.input {
		margin-right: 1rem;
	}
    }
@media (min-width: 1024px) {
.input {
		margin-right: 0px;
	}
    }
@media (min-width: 1280px) {
.input {
		margin-right: 1rem;
	}
    }
.input-light {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.input-light:focus {
	border-color: var(--border-primary-default);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.card {
	border-radius: 0.125rem;
	background-color: var(--bg-container-lighter);
	padding: 1rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-interactive:hover {
	background-color: var(--bg-container-default);
}
.duration-200 {
    transition-duration: 200ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.transition {
    transition: transform 250ms ease, color 250ms ease;
}
.transform-180 {
    transform: rotate(-180deg);
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0em;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
        font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */
/**
 * Layout
 */
/* Rows */
[data-content-type='row'] {
	box-sizing: border-box;
}
[data-content-type='row']>div {
	margin-bottom: 0.625rem;
	padding: 0.625rem;
}
[data-content-type='row'][data-appearance='contained'] {
	margin-inline: auto;
	padding-inline: 10px;
	max-width: 1220px;
}
@media (min-width: 640px) {
	[data-content-type='row'][data-appearance='contained'] {
		padding-inline: 20px;
	}
}
@media (min-width: 768px) {
	[data-content-type='row'][data-appearance='contained'] {
		padding-inline: 20px;
	}
}
[data-content-type='row'][data-appearance='contained'] {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
	box-sizing: border-box;
            background-attachment: scroll !important;
}
[data-content-type='row'][data-appearance='full-bleed'] {
        background-attachment: scroll !important;
    }
[data-content-type='row'][data-appearance='full-width'] {
        background-attachment: scroll !important;
    }
[data-content-type='row'][data-appearance='full-width'] >.row-full-width-inner {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
}
/* Column Groups */
[data-content-type='column-group'] {
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	[data-content-type='column-group'] {
		flex-wrap: nowrap;
	}
}
/* Columns */
[data-content-type='column'] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
    background-attachment: scroll !important;
    flex-basis: 100%;
}
@media (min-width: 768px) {
[data-content-type='column'] {
        flex-basis: auto
}
    }
/* Tabs/Tab Item */
[data-content-type='tabs'] .tabs-navigation {
	margin-bottom: -1px;
	display: block;
	padding: 0px;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[data-content-type='tabs'] .tabs-navigation li.tab-header {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -1px;
	display: inline-block;
	max-width: 100%;
	overflow-wrap: break-word;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child {
	margin-left: 0px;
}
[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
	z-index: 20;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
                border-bottom: 1px solid white;
}
[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
	position: relative;
	display: block;
	cursor: pointer;
	white-space: normal;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	vertical-align: middle;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}
[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
	font-weight: 600;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
[data-content-type='tabs'] .tabs-content {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0.125rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	background-color: var(--bg-container-lighter);
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
	box-sizing: border-box;
	padding: 2rem;
            min-height: inherit;
            background-attachment: scroll !important;
}
[data-content-type='tabs'].tab-align-left .tabs-content {
            border-top-left-radius: 0 !important;
        }
[data-content-type='tabs'].tab-align-right .tabs-content {
            border-top-right-radius: 0 !important;
        }
/**
 * Elements
 */
/* Text */
[data-content-type='text'] {
	overflow-wrap: break-word;
}
/* Heading */
[data-content-type='heading'] {
	overflow-wrap: break-word;
}
/* Buttons/Button Item */
[data-content-type='buttons'] {
	max-width: 100%;
}
[data-content-type='buttons'] [data-content-type='button-item'] {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	max-width: 100%;
}
[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'], [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
	max-width: 100%;
	overflow-wrap: break-word;
}
[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
	cursor: default;
}
[data-content-type='buttons'] [data-content-type='button-item'] a, [data-content-type='buttons'] [data-content-type='button-item'] button, [data-content-type='buttons'] [data-content-type='button-item'] div {
	display: inline-block;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
	box-sizing: border-box;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
    a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
        }
@media (min-width: 1280px) {
    a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
		font-size: 1rem;
		line-height: 1.5rem;
	}
        }
a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
	display: inline-flex;
}
a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
            vertical-align: middle;
        }
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
	border-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
	--tw-ring-opacity: 0.5;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
	background-color: var(--bg-primary-default);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
	background-color: var(--bg-primary-lighter);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
    a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
        }
@media (min-width: 1280px) {
    a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
		font-size: 1rem;
		line-height: 1.5rem;
	}
        }
a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
	display: inline-flex;
}
a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
            vertical-align: middle;
        }
a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
	border-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
	--tw-ring-opacity: 0.5;
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
	border-width: 2px;
	border-color: var(--border-primary-lighter);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
	border-color: var(--border-primary-darker);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
	border-width: 2px;
	border-color: transparent;
}
/* HTML Code */
[data-content-type='html'] {
	overflow-wrap: break-word;
}
/**
 * Media
 */
/* Image */
[data-content-type='image'] {
	box-sizing: border-box;
}
[data-content-type='image'] >[data-element='link'],
    [data-content-type='image'] >[data-element='link'] img {
        border-radius: inherit;
    }
[data-content-type='image'] .pagebuilder-mobile-hidden {
	display: none;
}
@media (min-width: 768px) {
	[data-content-type='image'] .pagebuilder-mobile-hidden {
		display: block;
	}
	[data-content-type='image'] .pagebuilder-mobile-only {
		display: none;
	}
}
[data-content-type='image'] figcaption {
	overflow-wrap: break-word;
}
/* Video */
[data-content-type='video'] {
    font-size: 0;
}
[data-content-type='video'] .pagebuilder-video-inner {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
[data-content-type='video'] .pagebuilder-video-container {
	position: relative;
	overflow: hidden;
        border-radius: inherit;
        padding-top: 56.25%;
}
[data-content-type='video'] iframe, [data-content-type='video'] video {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
/* Banner */
[data-content-type='banner']>[data-element='link'],
    [data-content-type='banner']>[data-element='empty_link'] {
        color: inherit;
        text-decoration: inherit;
    }
[data-content-type='banner']>[data-element='link']:hover, [data-content-type='banner']>[data-element='empty_link']:hover {
            color: inherit;
            text-decoration: inherit;
        }
[data-content-type='banner'] .pagebuilder-banner-wrapper {
	box-sizing: border-box;
	overflow-wrap: break-word;
        background-clip: padding-box;
        border-radius: inherit;
        background-attachment: scroll !important;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	position: relative;
	box-sizing: border-box;
	padding: 2rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
	max-width: none;
}
@media (min-width: 768px) {
	[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
		max-width: 36rem;
	}
}
[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
	z-index: 0;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
	overflow: auto;
            min-height: 50px;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
	margin: 0px;
	margin-top: 1.25rem;
	max-width: 100%;
	overflow-wrap: break-word;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            text-align: inherit;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
	width: 100%;
}
[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	margin-left: auto;
	margin-right: auto;
}
[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	margin-right: auto;
}
[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	margin-left: auto;
}
/* Slider */
[data-content-type='slider'] {
	visibility: hidden;
	position: relative;
}
[data-content-type='slider'].glider-initialized {
	visibility: visible;
}
[data-content-type='slider'] [data-role='glider-content'] {
	overflow-y: hidden;
}
[data-content-type='slider'] a.button {
        color: initial;
        padding: 10px;
        text-decoration: none;
    }
[data-content-type='slider'] .carousel-nav {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.75;
        left: 50%;
        transform: translateX(-50%);
}
/* Slide */
[data-content-type='slide'] {
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.25rem;
    min-height: inherit;
}
[data-content-type='slide']>[data-element='link'],
    [data-content-type='slide']>[data-element='empty_link'] {
        color: inherit;
        min-height: inherit;
        text-decoration: inherit;
    }
[data-content-type='slide']>[data-element='link']:hover, [data-content-type='slide']>[data-element='empty_link']:hover {
            color: inherit;
            text-decoration: inherit;
        }
[data-content-type='slide']+[data-content-type='slide'] {
	height: 0px;
	min-height: 0px;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper {
	box-sizing: border-box;
	overflow-wrap: break-word;
        border-radius: inherit;
        min-height: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
	position: absolute;
	top: 0px;
	z-index: 50;
	height: 100%;
	width: 0.125rem;
            left: -15000vw;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
	z-index: 10;
                -webkit-transform: unset;
                z-index: 1;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
	position: relative;
	z-index: 20;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] >div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] >img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] >video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] >iframe {
                    margin: auto !important;
                    transform: none !important;
                }
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	box-sizing: border-box;
	padding: 2rem;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
            border-radius: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
                min-height: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
	max-width: none;
}
@media (min-width: 768px) {
	[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
		max-width: 32rem;
	}
}
[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
	overflow: auto;
            min-height: 50px;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
	margin: 0px;
	margin-top: 1.25rem;
	max-width: 100%;
	overflow-wrap: break-word;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
            text-align: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
	width: 100%;
}
[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	margin-left: auto;
	margin-right: auto;
}
[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	margin-right: auto;
}
[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	margin-left: auto;
}
/* Map */
[data-content-type='map'] {
	box-sizing: border-box;
	height: 18rem;
}
/**
 * Add Content
 */
/* Block */
[data-content-type$='block'] .block p:last-child {
	margin-bottom: 1rem;
	margin-top: 0px;
}
/* Dynamic Block */
[data-content-type='dynamic_block'] [data-content-type='image'] img {
	display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content, [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
	margin-bottom: auto;
}
/* Products */
[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
        grid-template-columns: repeat(100, calc(50% - 1rem));
    }
@media (min-width: 768px) {
[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
            grid-template-columns: repeat(100, calc(33% - 1rem))
    }
        }
@media (min-width: 1024px) {
[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
            grid-template-columns: repeat(100, calc(25% - 1rem))
    }
        }
/**
 * Glider
 */
.glider-contain {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.glider {
	overflow-y: hidden;
}
.glider.draggable {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
        cursor: grab;
}
.glider.draggable .glider-slide img {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.glider.drag {
        cursor: grabbing;
    }
.glider::-webkit-scrollbar {
	height: 0px;
	opacity: 0;
}
.glider .glider-track {
	z-index: 10;
	margin: 0px;
	display: flex;
	width: 100%;
	padding: 0px;
}
.glider-slide {
	margin: 0.5rem;
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	align-content: center;
	justify-content: center;
    min-width: 150px;
}
.glider-slide img {
	max-width: 100%;
}
.glider-hide {
	opacity: 0;
}
.glider-prev.disabled, .glider-next.disabled {
	cursor: default;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
	opacity: 0.25;
}
.glider-dot {
	margin: 0.25rem;
	display: block;
	height: 0.75rem;
	width: 0.75rem;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	opacity: 0.25;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.glider-dot.active {
	opacity: 1;
}
@media (max-width: 36em) {
    .glider::-webkit-scrollbar {
		height: 0.25rem;
	}
    .glider::-webkit-scrollbar {
		width: 0.5rem;
	}
    .glider::-webkit-scrollbar {
		-webkit-appearance: none;
		        appearance: none;
	}
    .glider::-webkit-scrollbar {
		opacity: 1;
	}

    .glider::-webkit-scrollbar-thumb {
		opacity: 1;
	}

    .glider::-webkit-scrollbar-thumb {
        border-radius: 99px;
        background-color: rgba(156, 156, 156, .25);
        box-shadow: 0 0 1px rgba(255, 255, 255, .25)
    }
}
[data-show-arrows='false'] .glider-prev, [data-show-arrows='false'] .glider-next {
	display: none;
}
[data-show-dots='false'] .glider-dots {
	display: none;
}
.bg-backgroundGray {
    background-color: var(--bg-background-gray);
}
.TILDERS .full-screen-block, .DEFAULT .full-screen-block, .ZENLIFESTYLE .full-screen-block, .OOSTERBAANLIVING .full-screen-block, .WOONOUTLET .full-screen-block, .OOSTERBAANLIVING .full-screen-block, .PARAGON .full-screen-block, .ELTINK .full-screen-block {
        transform: translateX(-50%);
    }
@media screen and (max-width: 768px) {
        .TILDERS .logo-link, .DEFAULT .logo-link, .ZENLIFESTYLE .logo-link, .OOSTERBAANLIVING .logo-link, .WOONOUTLET .logo-link, .OOSTERBAANLIVING .logo-link, .PARAGON .logo-link, .ELTINK .logo-link {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            max-width: 140px;
        }
    }
@media screen and (min-width: 768px) {
        .DEFAULT .menu-desktop, .ZENLIFESTYLE .menu-desktop {
            margin-top: 4px;
        }

            .DEFAULT .menu-desktop .menu-block, .ZENLIFESTYLE .menu-desktop .menu-block {
                top: 2rem;
            }
    }
.custom_mobile_submenu_items a {
	display: flex;
	width: 100%;
	cursor: pointer;
	align-items: center;
	border-color: var(--border-container-default);
	background-color: var(--bg-container-lighter);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.8rem;
}
.custom_mobile_submenu_items a:hover {
	background-color: var(--bg-container-darker);
	text-decoration: underline;
        text-decoration: underline;
}
/* purgecss end ignore */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.top-5 {
	top: 1.25rem;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.top-full {
	top: 100%;
}
.top-10 {
	top: 2.5rem;
}
.left-2\/4 {
	left: 50%;
}
.right-2 {
	right: 0.5rem;
}
.top-2 {
	top: 0.5rem;
}
.left-1\/2 {
	left: 50%;
}
.top-1\/2 {
	top: 50%;
}
.top-2\/4 {
	top: 50%;
}
.-left-20 {
	left: -5rem;
}
.left-5 {
	left: 1.25rem;
}
.right-5 {
	right: 1.25rem;
}
.top-44 {
	top: 11rem;
}
.left-m85 {
	left: -85px;
}
.top-64 {
	top: 16rem;
}
.left-3 {
	left: 0.75rem;
}
.top-3 {
	top: 0.75rem;
}
.right-12 {
	right: 3rem;
}
.bottom-5 {
	bottom: 1.25rem;
}
.top-6 {
	top: 1.5rem;
}
.left-6 {
	left: 1.5rem;
}
.left-2 {
	left: 0.5rem;
}
.top-\[9\.5px\] {
	top: 9.5px;
}
.left-7 {
	left: 1.75rem;
}
.top-\[-63px\] {
	top: -63px;
}
.top-\[67px\] {
	top: 67px;
}
.top-\[130px\] {
	top: 130px;
}
.top-3\/4 {
	top: 75%;
}
.bottom-6 {
	bottom: 1.5rem;
}
.z-50 {
	z-index: 50;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.z-10 {
	z-index: 10;
}
.z-0 {
	z-index: 0;
}
.order-first {
	order: -9999;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.order-1 {
	order: 1;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear-left {
	clear: left;
}
.m-0 {
	margin: 0px;
}
.m-2 {
	margin: 0.5rem;
}
.m-auto {
	margin: auto;
}
.-m-4 {
	margin: -1rem;
}
.-m-3 {
	margin: -0.75rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.-mx-1 {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-1\.5 {
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-0 {
	margin-top: 0px;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mt-32 {
	margin-top: 8rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.-mt-4 {
	margin-top: -1rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.-mr-4 {
	margin-right: -1rem;
}
.-ml-4 {
	margin-left: -1rem;
}
.-mt-0\.5 {
	margin-top: -0.125rem;
}
.-mt-0 {
	margin-top: 0px;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.-mt-6 {
	margin-top: -1.5rem;
}
.mr-0 {
	margin-right: 0px;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-auto {
	margin-right: auto;
}
.-mt-5 {
	margin-top: -1.25rem;
}
.mt-1\.5 {
	margin-top: 0.375rem;
}
.mt-auto {
	margin-top: auto;
}
.mt-0\.5 {
	margin-top: 0.125rem;
}
.mr-12 {
	margin-right: 3rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.ml-0\.5 {
	margin-left: 0.125rem;
}
.ml-0 {
	margin-left: 0px;
}
.box-border {
	box-sizing: border-box;
}
.box-content {
	box-sizing: content-box;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.table-caption {
	display: table-caption;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-3 {
	height: 0.75rem;
}
.h-full {
	height: 100%;
}
.h-auto {
	height: auto;
}
.h-48 {
	height: 12rem;
}
.h-6 {
	height: 1.5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-8 {
	height: 2rem;
}
.h-screen {
	height: 100vh;
}
.h-4 {
	height: 1rem;
}
.h-10 {
	height: 2.5rem;
}
.h-14 {
	height: 3.5rem;
}
.h-12 {
	height: 3rem;
}
.h-24 {
	height: 6rem;
}
.h-9 {
	height: 2.25rem;
}
.h-52px {
	height: 52px;
}
.h-16 {
	height: 4rem;
}
.h-2\.5 {
	height: 0.625rem;
}
.h-2 {
	height: 0.5rem;
}
.h-\[calc\(100vh-67px\)\] {
	height: calc(100vh - 67px);
}
.h-\[calc\(100vh-130px\)\] {
	height: calc(100vh - 130px);
}
.h-0 {
	height: 0px;
}
.max-h-96 {
	max-height: 24rem;
}
.max-h-582 {
	max-height: 582px;
}
.max-h-full {
	max-height: 100%;
}
.max-h-253 {
	max-height: 253px;
}
.max-h-16 {
	max-height: 4rem;
}
.max-h-24 {
	max-height: 6rem;
}
.max-h-420 {
	max-height: 420px;
}
.max-h-500 {
	max-height: 500px;
}
.min-h-42 {
	min-height: 42px;
}
.min-h-\[67px\] {
	min-height: 67px;
}
.min-h-104px {
	min-height: 104px;
}
.min-h-0 {
	min-height: 0px;
}
.w-3 {
	width: 0.75rem;
}
.w-full {
	width: 100%;
}
.w-24 {
	width: 6rem;
}
.w-1\/2 {
	width: 50%;
}
.w-6 {
	width: 1.5rem;
}
.w-5 {
	width: 1.25rem;
}
.w-56 {
	width: 14rem;
}
.w-8 {
	width: 2rem;
}
.w-screen {
	width: 100vw;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-64 {
	width: 16rem;
}
.w-3\/12 {
	width: 25%;
}
.w-9\/12 {
	width: 75%;
}
.w-20 {
	width: 5rem;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-5\/12 {
	width: 41.666667%;
}
.w-4 {
	width: 1rem;
}
.w-40 {
	width: 10rem;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-\[92\%\] {
	width: 92%;
}
.w-14 {
	width: 3.5rem;
}
.w-0 {
	width: 0px;
}
.w-32 {
	width: 8rem;
}
.w-auto {
	width: auto;
}
.w-10 {
	width: 2.5rem;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-9 {
	width: 2.25rem;
}
.w-2\/5 {
	width: 40%;
}
.w-12 {
	width: 3rem;
}
.w-52px {
	width: 52px;
}
.w-2\/12 {
	width: 16.666667%;
}
.w-16 {
	width: 4rem;
}
.w-1\/4 {
	width: 25%;
}
.w-3\/4 {
	width: 75%;
}
.w-\[120px\] {
	width: 120px;
}
.w-1\/5 {
	width: 20%;
}
.w-4\/5 {
	width: 80%;
}
.min-w-full {
	min-width: 100%;
}
.min-w-max {
	min-width: -moz-max-content;
	min-width: max-content;
}
.max-w-90\% {
	max-width: 90%;
}
.max-w-265px {
	max-width: 265px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-none {
	max-width: none;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-250 {
	max-width: 250px;
}
.flex-none {
	flex: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow-0 {
	flex-grow: 0;
}
.flex-grow {
	flex-grow: 1;
}
.table-auto {
	table-layout: auto;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top-right {
	transform-origin: top right;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-x-1\/3 {
	--tw-translate-x: -33.333333%;
	transform: var(--tw-transform);
}
.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}
.-translate-x-12 {
	--tw-translate-x: -3rem;
	transform: var(--tw-transform);
}
.-translate-y-6 {
	--tw-translate-y: -1.5rem;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-y-2\/4 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-translate-y-8 {
	--tw-translate-y: -2rem;
	transform: var(--tw-transform);
}
.-translate-x-1 {
	--tw-translate-x: -0.25rem;
	transform: var(--tw-transform);
}
.translate-y-1\/2 {
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
}
.-translate-x-2\/4 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-0 {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-default {
	cursor: default;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.resize {
	resize: both;
}
.list-disc {
	list-style-type: disc;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-flow-row {
	grid-auto-flow: row;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.content-center {
	align-content: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.justify-items-start {
	justify-items: start;
}
.gap-8 {
	gap: 2rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-7 {
	gap: 1.75rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-x-5 {
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-y-0 {
	row-gap: 0px;
}
.gap-y-16 {
	row-gap: 4rem;
}
.gap-x-1 {
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-end {
	align-self: flex-end;
}
.self-center {
	align-self: center;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-none {
	border-radius: 0px;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-l {
	border-left-width: 1px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-none {
	border-style: none;
}
.border-primary {
	border-color: var(--border-primary-default);
}
.border-container-darker {
	border-color: var(--border-container-darker);
}
.border-container {
	border-color: var(--border-container-default);
}
.border-footer {
	border-color: var(--border-footer-seperator-default);
}
.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-highlight {
	border-color: var(--highlight-default);
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-container-lighter {
	border-color: var(--border-container-lighter);
}
.border-green-400 {
	--tw-border-opacity: 1;
	border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-current {
	border-color: currentColor;
}
.border-gray-800 {
	--tw-border-opacity: 1;
	border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.border-primary-lightest {
	border-color: var(--border-primary-lightest);
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.\!border-gray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-highlight-1 {
	background-color: var(--highlight-1);
}
.bg-primary {
	background-color: var(--bg-primary-default);
}
.bg-container-darker {
	background-color: var(--bg-container-darker);
}
.bg-container-lighter {
	background-color: var(--bg-container-lighter);
}
.bg-primary-lightest {
	background-color: var(--bg-primary-lightest);
}
.\!bg-newsletterbtn {
	background-color: var(--newsletter-btn) !important;
}
.bg-footer {
	background-color: var(--bg-footer-default);
}
.bg-highlight {
	background-color: var(--highlight-default);
}
.bg-\[\#1F1F1F\] {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
}
.bg-white\/60 {
	background-color: rgba(255, 255, 255, 0.6);
}
.bg-container-populaircategorylabel {
	background-color: var(--bg-container-populair-category-label);
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-container {
	background-color: var(--bg-container-default);
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-container-saleblocks {
	background-color: var(--bg-container-saleblocks);
}
.bg-highlight-3 {
	background-color: var(--highlight-3);
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-mobile {
	background-color: var(--bg-mobile-default);
}
.\!bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-container-uspsheader {
	--tw-bg-opacity: 1;
	background-color: rgba(216, 239, 235, var(--tw-bg-opacity));
}
.bg-menuColumn {
	background-color: var(--menu-column-default);
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-100 {
	--tw-bg-opacity: 1;
}
.bg-opacity-95 {
	--tw-bg-opacity: 0.95;
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.stroke-1 {
	stroke-width: 1;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-4 {
	padding: 1rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-0 {
	padding: 0px;
}
.p-3 {
	padding: 0.75rem;
}
.p-1\.5 {
	padding: 0.375rem;
}
.p-8 {
	padding: 2rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.\!py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-0 {
	padding-top: 0px;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pl-0 {
	padding-left: 0px;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pr-20 {
	padding-right: 5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-top {
	vertical-align: top;
}
.font-poppins {
	font-family: Poppins, Arial, sans-serif;
}
.text-11 {
	font-size: 11px;
}
.text-16 {
	font-size: 16px;
}
.text-12 {
	font-size: 12px;
}
.text-14 {
	font-size: 14px;
}
.text-17 {
	font-size: 17px;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-8 {
	font-size: 8px;
}
.text-18 {
	font-size: 18px;
}
.text-28 {
	font-size: 28px;
}
.\!text-\[14px\] {
	font-size: 14px !important;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-15 {
	font-size: 15px;
}
.text-24 {
	font-size: 24px;
}
.text-21 {
	font-size: 21px;
}
.text-13 {
	font-size: 13px;
}
.text-10 {
	font-size: 10px;
}
.text-26 {
	font-size: 26px;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-20 {
	font-size: 20px;
}
.text-9 {
	font-size: 9px;
}
.text-\[0\.8rem\] {
	font-size: 0.8rem;
}
.font-600 {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-400 {
	font-weight: 400;
}
.font-700 {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.font-500 {
	font-weight: 500;
}
.\!font-600 {
	font-weight: 600 !important;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-snug {
	line-height: 1.375;
}
.leading-tight {
	line-height: 1.25;
}
.leading-normal {
	line-height: 1.5;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-none {
	line-height: 1;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-8 {
	line-height: 2rem;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary {
	color: var(--text-primary-default);
}
.text-secondary {
	color: var(--text-secondary-default);
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-primary-darkest {
	color: var(--text-primary-darkest);
}
.text-deliverytime-green {
	--tw-text-opacity: 1;
	color: rgba(65, 142, 55, var(--tw-text-opacity));
}
.text-deliverytime-grey {
	--tw-text-opacity: 1;
	color: rgba(125, 125, 125, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-primary-lighter {
	color: var(--text-primary-lighter);
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-secondary-darker {
	color: var(--text-secondary-darker);
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-grey {
	--tw-text-opacity: 1;
	color: rgba(177, 177, 177, var(--tw-text-opacity));
}
.text-highlight {
	color: var(--highlight-default);
}
.text-highlight-1 {
	color: var(--highlight-1);
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.no-underline {
	text-decoration: none;
}
.opacity-0 {
	opacity: 0;
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-100 {
	opacity: 1;
}
.opacity-50 {
	opacity: 0.5;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-1 {
	--tw-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.20);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-primary {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
.ring-blue-500 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.ring-opacity-50 {
	--tw-ring-opacity: 0.5;
}
.ring-opacity-75 {
	--tw-ring-opacity: 0.75;
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.drop-shadow {
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.delay-200 {
	transition-delay: 200ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.btn {
    border: none;
    border-radius: 0;
    background-color: black;
}
.btn:hover {
    background-color: #484848;
}
.contact-btn {
    background-color: white;
}
.btn-bg-white {
    border: none;
    border-radius: 0;
    background-color: white;
}
.prose a.cms-page-btn {
    background: #596062;
    padding: 10px;
    width: 350px;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    color: white;
    font-size: 18px;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .prose a.cms-page-btn {
        font-size: 16px;
    }
}
.btn-transparent {
    border: 1px solid black;
    background: transparent;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600;
    cursor: pointer;
}
.btn-transparent:hover {
	border-color: var(--highlight-default);
}
.btn-transparent:hover svg {
	color: var(--highlight-default);
            fill: var(--highlight-default);
}
@media only screen and (max-width: 768px) {
    .btn-transparent {
        font-size: 12px;
        font-weight: 600;
    }
}
.btn-highlight {
	background-color: var(--highlight-default);
    color: white;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--highlight-default);
}
.btn-highlight svg {
        color: white;
        fill: white;
    }
.btn-highlight:hover {
        background: white;
        color: var(--highlight-default);
        border-color: var(--highlight-default);
    }
.btn-highlight:hover svg {
	color: var(--highlight-default);
}
@media only screen and (max-width: 768px) {
    .btn-highlight {
        font-size: 12px;
        font-weight: 600;
    }
}
.generic-btn {
    font-size: 16px;
    border-radius: 9999px;
    border: 1px solid black;
    padding: 0.5rem 1rem;
    display: inline-block;
    text-align: center;
    background: transparent;
    text-decoration: none !important;
}
.generic-btn:hover {
        background: black;
        color: white;
        border: 1px solid black;
    }
.generic-btn.bg-white {
        background: white;
    }
body, .prose {
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    body, .prose {
        font-size: 12px;
    }
}
a:hover{
        color: var(--highlight-default);
    }
h1, h2, h3, h4, h5 {
    font-weight: 500;
    color: var(--text-primary-default);
    line-height: 1.3;
}
h1,
.title {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
.prose h2 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 500;
}
.prose h3 {
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    h1,
    .title {
        font-size: 16px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    .prose h2 {
        font-size: 16px;
    }
}
.search-terms .old-price {
    font-size: 14px;
}
.search-terms .special-price {
    font-size: 14px;
}
@media only screen and (min-width: 769px) {
    body[class*='categorypath-acties'] .page-title-wrapper {
        font-size: 24px;
        font-weight: 600;
    }
}
.product-item .old-price .price-container .price {
    font-size: 14px;
    color: #a8a5a5;
    -webkit-text-decoration-color: #a8a5a5;
            text-decoration-color: #a8a5a5;
    text-decoration: line-through;
}
.product-item .price-container span[data-price-type="maxPrice"] {
    display: none;
}
.catalog-product-view .slider-title h2 {
    font-size: 22px;
}
@media only screen and (max-width: 768px) {
    .catalog-product-view .slider-title h2 {
        font-size: 16px;
    }
}
.catalog-product-view .instagram-content h2 {
    font-size: 22px;
}
@media only screen and (max-width: 768px) {
    .catalog-product-view .instagram-content h2 {
        font-size: 16px;
    }
}
.old-price .price-wrapper .price {
    color:#B7B7B7;
    -webkit-text-decoration-color: #B7B7B7;
            text-decoration-color: #B7B7B7;
    font-weight: 400;
}
input,
textarea {
    border-radius: 0;
}
@media (max-width: 768px) {
body .no-outline-mobile:focus {
		border-color: transparent;
	}
body .no-outline-mobile:focus {
		--tw-shadow: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
body .no-outline-mobile:focus {
		outline: 2px solid transparent;
		outline-offset: 2px;
	}
body .no-outline-mobile:focus {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	}
    }
.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
    border-radius: 0;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    border-color: var(--highlight-default);
    --tw-ring-color: var(--highlight-default);
}
[type='checkbox']:focus,
[type='radio']:focus {
    --tw-ring-color: var(--highlight-default);
}
[type='checkbox'],
[type='radio'] {
    border-color: var(--border-form-element);
    border-width: 2px;
}
.cms-page-view [type='text'],
.cms-page-view [type='email'],
.cms-page-view [type='url'],
.cms-page-view [type='password'],
.cms-page-view [type='date'],
.cms-page-view [type='datetime-local'],
.cms-page-view [type='month'],
.cms-page-view [type='tel'],
.cms-page-view [type='time'],
.cms-page-view [type='week'],
.cms-page-view select,
textarea {
    min-width: 300px;
}
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='tel'],
[type='time'],
[type='week'],
select,
textarea {
    border-color: var(--border-form-element);
    border-radius: 0;
}
.select.multiselect {
    border-color: var(--border-form-element);
}
div[id^=webforms_].webforms .fieldset,
.webforms .fieldset,
.webforms .field {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.webforms-description-text {
    margin-bottom: 20px !important;
}
.webforms .actions-toolbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product-qty-input {
    border-radius: 9999px;
    border-color: rgba(229, 231, 235, 1);
    height: 52px;
}
.webforms .fieldset>.field.required>.label:after,
    .webforms .fieldset>.fields>.field.required>.label:after,
    .webforms .fieldset>.field._required>.label:after,
    .webforms .fieldset>.fields>.field._required>.label:after,
    .webforms .required-star {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px;
    }
@media only screen and (max-width: 768px) {
    .footer-bottom-container .payment-icons {
        width: calc(100% - 58px - 64px);
    }

    .footer-bottom-container .thuiswinkel {
        margin-right: 20px;
    }

    .footer-bottom-container .secure {
        margin-right: 20px;
    }
}
.submenu_column_title {
	display: flex;
	width: 100%;
	cursor: pointer;
	align-items: center;
	background-color: var(--menu-column-default);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.8rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.submenu_column_title {
		display: block;
	}
	.submenu_column_title {
		width: auto;
	}
	.submenu_column_title {
		cursor: default;
	}
	.submenu_column_title {
		background-color: transparent;
	}
	.submenu_column_title {
		padding-left: 0px;
		padding-right: 0px;
	}
	.submenu_column_title {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.navigation .level0 .submenu ul.submenu_column_items {
    margin-bottom: 30px;
}
.submenu_column_items {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    .submenu_column_item {
        font-size: 13px;
    }
}
.sticky .menu-block {
    margin-left: 4.5%;
}
@media only screen and (min-width: 1024px) {
    #header {
        height: 151px;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 769px) {
    #header {
        height: 117px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
    #maincontent {
        height: unset;
    }
}
@media only screen and (max-width: 767px) {
    #header {
        height: 130px;
    }
}
.header-usp span {
    max-height: 20px;
}
.header-usp span svg {
        margin-top: 0;
    }
.bg-shilo {
    background-color: var(--shilo);
}
#header:has(.submenu-active) .mobile-search {
    display: none;
}
#header:has(.mobile-menu-opened) .mobile-search {
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#header:has(.mobile-menu-opened) .mobile-search #search {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 209, 209, var(--tw-border-opacity));
}
.catalogsearch-result-index .category-description a,
.catalogsearch-result-index .category-cms a,
.catalog-category-view .category-description a,
.catalog-category-view .category-cms a {
    text-decoration: none;
}
.catalogsearch-result-index .category-description h2,
.catalogsearch-result-index .category-cms h2,
.catalog-category-view .category-description h2,
.catalog-category-view .category-cms h2 {
    margin-top: 25px;
}
.catalogsearch-result-index .category-description h3,
.catalogsearch-result-index .category-cms h3,
.catalog-category-view .category-description h3,
.catalog-category-view .category-cms h3 {
    margin-top: 20px;
}
.blog-index-index .toolbar-number,
.blog-author-view .toolbar-number {
    display: none;
}
/* Bootstrap */
.catalogsearch-result-index .category-description .row,
.catalogsearch-result-index .category-cms .row,
.catalog-category-view .category-description .row,
.catalog-category-view .category-cms .row,
.cms-page-view:not(.cms-openingstijden) .columns .row,
.blog-post-content .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cms-openingstijden.cms-page-view .columns .row {
    flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
    .cms-openingstijden.cms-page-view .columns .row {
        flex-wrap: wrap;
    }
}
.catalogsearch-result-index .category-description div[class*=col-],
.catalogsearch-result-index .category-cms div[class*=col-],
.catalog-category-view .category-description div[class*=col-],
.catalog-category-view .category-cms div[class*=col-],
.cms-page-view .columns div[class*=col-],
.blog-post-content div[class*=col-] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media only screen and (min-width: 576px) {
    .catalogsearch-result-index .category-description .col-sm-12,
    .catalogsearch-result-index .category-cms .col-sm-12,
    .catalog-category-view .category-description .col-sm-12,
    .catalog-category-view .category-cms .col-sm-12,
    .cms-page-view .columns .col-sm-12,
    .blog-post-content .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .catalogsearch-result-indexw .category-description .col-sm-6,
    .catalogsearch-result-index .category-cms .col-sm-6,
    .catalog-category-view .category-description .col-sm-6,
    .catalog-category-view .category-cms .col-sm-6,
    .cms-page-view .columns .col-sm-6,
    .blog-post-content .col-sm-6 {
        width: 50%;
    }

    .catalogsearch-result-index .category-description .col-xs-6,
    .catalogsearch-result-index .category-cms .col-xs-6,
    .catalog-category-view .category-description .col-xs-6,
    .catalog-category-view .category-cms .col-xs-6,
    .cms-page-view .columns .col-xs-6,
    .blog-post-content .col-xs-6 {
        width: 50%;
    }

    .catalogsearch-result-index .category-description .col-12,
    .catalogsearch-result-index .category-cms .col-12,
    .catalog-category-view .category-description .col-12,
    .catalog-category-view .category-cms .col-12,
    .cms-page-view .columns .col-12,
    .blog-post-content .col-12 {
        width: 100%;
    }

    .catalogsearch-result-index .category-description .col-sm-12,
    .catalogsearch-result-index .category-cms .col-sm-12,
    .catalog-category-view .category-description .col-sm-12,
    .catalog-category-view .category-cms .col-sm-12,
    .cms-page-view .columns .col-sm-12,
    .blog-post-content .col-sm-12 {
        width: 100%;
    }

    .catalogsearch-result-index .category-description .col-xs-12,
    .catalogsearch-result-index .category-cms .col-xs-12,
    .catalog-category-view .category-description .col-xs-12,
    .catalog-category-view .category-cms .col-xs-12,
    .cms-page-view .columns .col-xs-12,
    .blog-post-content .col-xs-12 {
        width: 100%;
    }
    .catalogsearch-result-index .category-description div[class*=col-],
    .catalogsearch-result-index .category-cms div[class*=col-],
    .catalog-category-view .category-description div[class*=col-],
    .catalog-category-view .category-cms div[class*=col-],
    .cms-page-view .columns div[class*=col-],
    .blog-post-content div[class*=col-] {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 769px) {
    .catalogsearch-result-index .category-description .col-lg-9,
    .catalogsearch-result-index .category-cms .col-lg-9,
    .catalog-category-view .category-description .col-lg-9,
    .catalog-category-view .category-cms .col-lg-9,
    .cms-page-view .columns .col-lg-9,
    .blog-post-content .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .catalogsearch-result-index .category-description .col-lg-8,
    .catalogsearch-result-index .category-cms .col-lg-8,
    .catalog-category-view .category-description .col-lg-8,
    .catalog-category-view .category-cms .col-lg-8,
    .cms-page-view .columns .col-lg-8,
    .blog-post-content .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .catalogsearch-result-index .category-description .col-lg-6,
    .catalogsearch-result-index .category-cms .col-lg-6,
    .catalog-category-view .category-description .col-lg-6,
    .catalog-category-view .category-cms .col-lg-6,
    .cms-page-view .columns .col-lg-6,
    .blog-post-content .col-lg-6 {
        width: 50%;
    }

    .catalogsearch-result-index .category-description .col-lg-4,
    .catalogsearch-result-index .category-cms .col-lg-4,
    .catalog-category-view .category-description .col-lg-4,
    .catalog-category-view .category-cms .col-lg-4,
    .cms-page-view .columns .col-lg-4,
    .blog-post-content .col-lg-4 {
        width: 33.33%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .catalogsearch-result-index .category-description .col-lg-3,
    .catalogsearch-result-index .category-cms .col-lg-3,
    .catalog-category-view .category-description .col-lg-3,
    .catalog-category-view .category-cms .col-lg-3,
    .cms-page-view .columns .col-lg-3,
    .blog-post-content .col-lg-3 {
        width: 25%;
    }

    .catalogsearch-result-index .category-description .col-md-6,
    .catalogsearch-result-index .category-cms .col-md-6,
    .catalog-category-view .category-description .col-md-6,
    .catalog-category-view .category-cms .col-md-6,
    .cms-page-view .columns .col-md-6,
    .blog-post-content .col-md-6 {
        width: 50%;
    }

    .catalogsearch-result-index .category-description .col-md-4,
    .catalogsearch-result-index .category-cms .col-md-4,
    .catalog-category-view .category-description .col-md-4,
    .catalog-category-view .category-cms .col-md-4,
    .cms-page-view .columns .col-md-4,
    .blog-post-content .col-md-4 {
        width: 33.33%;
    }

    .catalogsearch-result-index .category-description .col-md-3,
    .catalogsearch-result-index .category-cms .col-md-3,
    .catalog-category-view .category-description .col-md-3,
    .catalog-category-view .category-cms .col-md-3,
    .cms-page-view .columns .col-md-3,
    .blog-post-content .col-md-3 {
        width: 25%;
    }

    .blog-post-content .col-xs-12.col-lg-6 img {
        width: 100%;
    }
}
.checkout-cart-index .slider-title h2 {
    font-size: 20px;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .filter-menu-mobile {
        left: -100%;
        background: #fff;
    }
    .filter-menu-mobile {
		--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
    .filter-menu-mobile {
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
    .filter-menu-mobile {
        margin: 0;
        top: 0;
        max-width: calc(100% - 40px);
        position: fixed;
    }

    .filter-menu-mobile.left-0 {
        left: 0;
    }

    .checkout-cart-index .slider-title h2 {
        font-size: 16px;
    }
}
.catalogsearch-result-index .overview-btn-category,
.catalog-category-view .overview-btn-category {
    display: inline-block;
}
.catalogsearch-result-index .overview-btn-pdp,
.catalog-product-view .overview-btn-pdp {
    display: inline-block;
}
.page-product-bundle .price-as-configured {
    visibility: hidden;
}
.page-product-bundle #fromPrice .price-as-configured {
    visibility: visible;
}
.page-product-bundle .delivery-info {
    display: none;
}
.catalogsearch-result-index .pdp-review-summary {
    display: none;
}
.page-layout-1column .maincontainer {
    width: 100%;
    max-width: 100%;
}
.cms-aanmelden-interieuradvies input[type='text'],
.cms-aanmelden-interieuradvies select {
    min-width: 100%;
}
.cart.item.message.notice {
    display: none;
}
@media only screen and (max-width: 768px) {
    .product-thumbnail-hover {
        display: none !important;
    }
}
.catalog-product-view .contact-options {
    background-color: var(--bg-primary-default);
}
.price-container + .price-container {
    display: none;
}
.account-nav ul li a, .account-nav ul li strong {
	display: flex;
	justify-content: space-between;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	color: var(--text-secondary-default);
}
.account-nav ul li a:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.account-nav ul li strong {
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	text-decoration: underline;
}
.actions-toolbar {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1rem;
}
.actions-toolbar a.back {
	color: var(--text-secondary-darker);
	text-decoration: underline;
}
.cms-index-index .below-right {
    position: absolute;
    background: white;
    bottom: -29px;
    right: 0;
    padding: 20px 70px;
    font-weight: 600;
    font-size: 20px;
    border: none;
}
.cms-index-index .below-right:hover {
    background: black;
    color: white;
}
.cms-index-index .slideshow__item a {
    position: relative;
    overflow: hidden;
    overflow: unset;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .cms-index-index .owl-carousel .slideshow__item .below-right {
        display: none;
    }
    .category-slider .glider-slide:first-of-type {
        margin-left: 0;
    }
}
.opening-times-container .left-col-days div {
    margin-bottom: 16px;
}
.opening-times-container .right-col-hours div {
    white-space: nowrap;
    margin-bottom: 16px;
    text-align: center;
}
.opening-times-container.left-col-days div:last-of-type {
    margin-bottom: 0;
}
.opening-times-container .right-col-hours div:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .opening-times-container .left-col-days div {
        margin-bottom: 0;
    }

    .opening-times-container .right-col-hours div {
        margin-bottom: 0;
    }
}
.homepage-slider-2 .slider-title {
    margin-bottom: 20px;
}
.header-banner-url img {
    min-height: 200px;
}
.card {
    --tw-shadow: unset;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .container {
        padding-inline: 20px;
    }
    .no-padding-inline-mobile {
        padding-inline: 0;
    }
}
.columns {
    padding-inline: 20px;
}
.prose {
    max-width: unset;
}
.prose a.no-underline {
    text-decoration: none;
}
.catalog-product-view .product-box {
    --tw-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.catalog-product-view .product-slider-inner .product-box {
    margin: 20px 0px;
}
.search-terms .price-label {
    display: none;
}
.table-row-items > div.table-row-item {
	background-color: var(--bg-container-darker);
}
.container {
    max-width: 1440px;
}
@media only screen and (min-width: 768px) {
    .related-products .product-slider .glider.draggable,
    .upsell-products .product-slider .glider.draggable {
        padding: 15px;
    }
}
.prose img {
    margin-top: 0;
    margin-bottom: 0;
}
.prose table {
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .cms-page-view .column.main {
        overflow: hidden;
    }
}
.category-description {
    max-width: 100%;
}
@media only screen and (min-width: 1200px) {
    body[class*="categorypath-acties"] .category-description img {
        float: right;
        max-width: 50%;
        margin-left: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

    body[class*="categorypath-acties"] .title-wrapper {
        max-width: 48%;
    }

    body[class*="categorypath-acties"] .description-container {
        max-width: 48%;
    }
}
body[class*="categorypath-acties"]:not(body[class*="category-acties"])
    .actie-page-only {
    display: block !important;
}
body[class*="category-acties"] .actie-page-only {
    display: none !important;
}
body[class*="categorypath-acties"] .sidebarmain {
    display: none;
}
body[class*="categorypath-acties"] .maincontainer {
    width: 100%;
    max-width: 100%;
}
body[class*="categorypath-acties"] .page-title-wrapper {
    margin-bottom: 10px;
}
body[class*="categorypath-stijl"] .layered-navigation-container {
    display: none;
}
body[class*="categorypath-stijl"] .maincontainer,
body[class*="categorypath-stijl"] .category-products {
    width: 100%;
    max-width: 100%;
}
body[class*="categorypath-stijl"] .col-xs-12.col-lg-8 img {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    #maincontent {
        margin-top: 130px;
    }

    .page-header {
        position: fixed;
        width: 100%;
        z-index: 50;
        top: 0;
    }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
    #maincontent {
        margin-top: unset;
    }
}
.catalog-category-view #maincontent {
    background: rgb(250 250 250 / 50%);
}
.catalog-product-view .notice-bar {
    display: none;
}
.usp-icon {
    margin-right: 5px;
}
.product-item-name-url {
    height: 24px;
    max-height: 24px;
    overflow: hidden;
}
@media only screen and (max-width: 500px) {
    .product-item-name-url {
        height: 32px;
        max-height: 32px;
        line-height: 1.3;
    }
}
.logo-svg {
    width: 200px;
}
@media only screen and (max-width: 768px) {
    .logo-svg {
        width: 140px;
    }
}
.pb-full {
    padding-bottom: 100%;
}
@media (min-width: 768px) {
    .account.page-layout-2columns-left .page-main-wrapper {
        order: 2;
    }

    .account.page-layout-2columns-left .columns {
        display: flex;
    }

    .account.page-layout-2columns-left .sidebar-main {
        width: 25%;
        margin-top: 16px;
    }
}
@media only screen and (max-width: 1440px) {
    .category-image {
        max-width: 461px;
    }
}
@media only screen and (max-width: 1200px) {
    .category-image {
        max-width: 344px;
    }
}
@media only screen and (max-width: 1023px) {
    .category-image {
        max-width: 393px;
    }
}
@media only screen and (max-width: 768px) {
    .category-image {
        max-width: 293px;
    }
}
@media only screen and (max-width: 600px) {
    .category-image {
        max-width: 393px;
    }
}
@media only screen and (max-width: 500px) {
    .category-image {
        max-width: 343px;
    }
}
@media only screen and (max-width: 425px) {
    .category-image {
        max-width: 290px;
    }
}
@media only screen and (max-width: 375px) {
    .category-image {
        max-width: 254px;
    }
}
@media only screen and (max-width: 360px) {
    .category-image {
        max-width: 243px;
    }
}
@media only screen and (max-width: 340px) {
    .category-image {
        max-width: 254px;
    }
}
@media only screen and (max-width: 320px) {
    .category-image {
        max-width: 214px;
    }
}
.filter-is_in_stock {
    display: none;
}
@media only screen and (min-width: 1500px) {
    .homepage-slider-2 .slider-wrapper .glider-container {
        width: 92%;
    }
}
@media only screen and (min-width: 1900px) {
    .homepage-slider-2 .slider-wrapper .glider-container {
        width: 86%;
    }
}
@media only screen and (min-width: 2000px) {
    .homepage-slider-2 .slider-wrapper .glider-container {
        width: 85%;
    }
}
@media only screen and (min-width: 2200px) {
    .homepage-slider-2 .slider-wrapper .glider-container {
        width: unset;
    }
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.bg-rust {
    background-color: #a65635;
}
.special-price .price,
.old-price ~ .final-price {
    color: red;
}
body > div > div.grecaptcha-badge {
	display: none;
	height: 0px !important;
	width: 0px !important;
}
.order-items > div:nth-child(even) {
	background-color: var(--bg-container-darker);
}
.order-links {
	display: block;
	align-items: center;
	background-color: var(--bg-container-default);
}
.order-links li {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	cursor: pointer;
	white-space: nowrap;
}
.order-links li.current {
	flex-grow: 1;
	color: var(--text-primary-default);
}
.order-links li a {
	text-decoration: underline;
}
.order-date {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
#category-view-container .category-image {
    display: none;
}
@media (min-width: 768px) {
    .page-layout-2columns-left .maincontainer {
        width: 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 1024px) {
    .page-layout-2columns-left .maincontainer {
        width: 75%;
        max-width: 75%;
    }
}
.category-inspiratie .overview-btn,
.category-acties .overview-btn {
    visibility: hidden;
}
.filter-cat .count-wrapper {
   display: none;
}
body[class*=categorypath-acties] .toolbar-sorter{
    display: none;
}
form .field, fieldset .field {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
form label, fieldset label {
	margin-bottom: 0.5rem;
	display: block;
	color: var(--text-secondary-darker);
}
form .field.choice, fieldset .field.choice {
	display: flex;
	align-items: center;
}
form .field.choice input, fieldset .field.choice input {
	margin-right: 1rem;
}
form .field.choice label, fieldset .field.choice label {
	margin-bottom: 0px;
}
form legend, fieldset legend {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: var(--text-primary-default);
}
form legend + br, fieldset legend + br {
	display: none;
}
fieldset ~ fieldset {
	margin-top: 2rem;
}
.first\:px-0:first-child {
	padding-left: 0px;
	padding-right: 0px;
}
.first\:pl-0:first-child {
	padding-left: 0px;
}
.last\:mr-0:last-child {
	margin-right: 0px;
}
.last\:mb-6:last-child {
	margin-bottom: 1.5rem;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.last\:block:last-child {
	display: block;
}
.last\:border-b:last-child {
	border-bottom-width: 1px;
}
.last\:bg-\[\#01b097\]:last-child {
	--tw-bg-opacity: 1;
	background-color: rgba(1, 176, 151, var(--tw-bg-opacity));
}
.last\:pr-0:last-child {
	padding-right: 0px;
}
.last\:text-white:last-child {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.odd\:bg-primary-lightest:nth-child(odd) {
	background-color: var(--bg-primary-lightest);
}
.even\:bg-container-darker:nth-child(even) {
	background-color: var(--bg-container-darker);
}
.even\:bg-container:nth-child(even) {
	background-color: var(--bg-container-default);
}
.first-of-type\:border-t-0:first-of-type {
	border-top-width: 0px;
}
.invalid\:ring-2:invalid {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.invalid\:ring-red-500:invalid {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.focus-within\:ring-1:focus-within {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:border-black:hover {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.hover\:border-highlight:hover {
	border-color: var(--highlight-default);
}
.hover\:border-container:hover {
	border-color: var(--border-container-default);
}
.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-container-darker:hover {
	background-color: var(--bg-container-darker);
}
.hover\:bg-highlight:hover {
	background-color: var(--highlight-default);
}
.hover\:bg-primary-lightest:hover {
	background-color: var(--bg-primary-lightest);
}
.hover\:bg-container:hover {
	background-color: var(--bg-container-default);
}
.hover\:bg-opacity-80:hover {
	--tw-bg-opacity: 0.8;
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-secondary-darker:hover {
	color: var(--text-secondary-darker);
}
.hover\:text-hoverLink:hover {
	color: var(--highlight-default);
}
.hover\:text-secondary:hover {
	color: var(--text-secondary-default);
}
.hover\:text-primary-darker:hover {
	color: var(--text-primary-darker);
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
	color: var(--text-primary-default);
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:opacity-80:hover {
	opacity: 0.8;
}
.hover\:opacity-100:hover {
	opacity: 1;
}
.hover\:shadow-sm:hover {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-0:focus {
	border-width: 0px;
}
.focus\:border-red-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
	border-color: transparent;
}
.focus\:bg-container-darker:focus {
	background-color: var(--bg-container-darker);
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.active\:bg-highlight:active {
	background-color: var(--highlight-default);
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:ring-0:active {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.disabled\:opacity-75:disabled {
	opacity: 0.75;
}
.group:hover .group-hover\:flex {
	display: flex;
}
.group:hover .group-hover\:text-highlight {
	color: var(--highlight-default);
}
.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}
@media (min-width: 640px) {
	.sm\:order-2 {
		order: 2;
	}
	.sm\:order-1 {
		order: 1;
	}
	.sm\:order-3 {
		order: 3;
	}
	.sm\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.sm\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.sm\:mr-4 {
		margin-right: 1rem;
	}
	.sm\:mb-0 {
		margin-bottom: 0px;
	}
	.sm\:ml-3 {
		margin-left: 0.75rem;
	}
	.sm\:mt-0 {
		margin-top: 0px;
	}
	.sm\:mr-8 {
		margin-right: 2rem;
	}
	.sm\:ml-2 {
		margin-left: 0.5rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:flex {
		display: flex;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:w-48 {
		width: 12rem;
	}
	.sm\:w-full {
		width: 100%;
	}
	.sm\:w-4\/12 {
		width: 33.333333%;
	}
	.sm\:w-1\/3 {
		width: 33.333333%;
	}
	.sm\:w-1\/4 {
		width: 25%;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.sm\:flex-row {
		flex-direction: row;
	}
	.sm\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.sm\:items-start {
		align-items: flex-start;
	}
	.sm\:items-center {
		align-items: center;
	}
	.sm\:justify-center {
		justify-content: center;
	}
	.sm\:gap-8 {
		gap: 2rem;
	}
	.sm\:gap-4 {
		gap: 1rem;
	}
	.sm\:p-10 {
		padding: 2.5rem;
	}
	.sm\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.sm\:duration-700 {
		transition-duration: 700ms;
	}
}
@media (min-width: 768px) {
	.md\:container {
		margin-inline: auto;
		padding-inline: 10px;
		max-width: 1220px;
	}
	@media (min-width: 640px) {
		.md\:container {
			padding-inline: 20px;
		}
	}
	@media (min-width: 768px) {
		.md\:container {
			padding-inline: 20px;
		}
	}
	.md\:pointer-events-none {
		pointer-events: none;
	}
	.md\:static {
		position: static;
	}
	.md\:relative {
		position: relative;
	}
	.md\:top-24 {
		top: 6rem;
	}
	.md\:right-5 {
		right: 1.25rem;
	}
	.md\:top-5 {
		top: 1.25rem;
	}
	.md\:top-1\/4 {
		top: 25%;
	}
	.md\:top-0 {
		top: 0px;
	}
	.md\:left-0 {
		left: 0px;
	}
	.md\:top-44 {
		top: 11rem;
	}
	.md\:top-245px {
		top: 245px;
	}
	.md\:top-12 {
		top: 3rem;
	}
	.md\:top-4 {
		top: 1rem;
	}
	.md\:order-none {
		order: 0;
	}
	.md\:order-3 {
		order: 3;
	}
	.md\:order-1 {
		order: 1;
	}
	.md\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.md\:col-start-1 {
		grid-column-start: 1;
	}
	.md\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.md\:row-start-1 {
		grid-row-start: 1;
	}
	.md\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.md\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.md\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:mr-1 {
		margin-right: 0.25rem;
	}
	.md\:mr-4 {
		margin-right: 1rem;
	}
	.md\:mt-24 {
		margin-top: 6rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	.md\:mt-4 {
		margin-top: 1rem;
	}
	.md\:ml-2 {
		margin-left: 0.5rem;
	}
	.md\:mt-16 {
		margin-top: 4rem;
	}
	.md\:mt-28 {
		margin-top: 7rem;
	}
	.md\:mb-24 {
		margin-bottom: 6rem;
	}
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	.md\:mt-8 {
		margin-top: 2rem;
	}
	.md\:mb-12 {
		margin-bottom: 3rem;
	}
	.md\:-mt-0\.5 {
		margin-top: -0.125rem;
	}
	.md\:-mt-0 {
		margin-top: 0px;
	}
	.md\:mr-6 {
		margin-right: 1.5rem;
	}
	.md\:mt-5 {
		margin-top: 1.25rem;
	}
	.md\:mr-5 {
		margin-right: 1.25rem;
	}
	.md\:mt-2 {
		margin-top: 0.5rem;
	}
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.md\:ml-4 {
		margin-left: 1rem;
	}
	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.md\:ml-0 {
		margin-left: 0px;
	}
	.md\:mr-3 {
		margin-right: 0.75rem;
	}
	.md\:block {
		display: block;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:grid {
		display: grid;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-4 {
		height: 1rem;
	}
	.md\:h-auto {
		height: auto;
	}
	.md\:h-64 {
		height: 16rem;
	}
	.md\:h-full {
		height: 100%;
	}
	.md\:max-h-52 {
		max-height: 13rem;
	}
	.md\:min-h-0 {
		min-height: 0px;
	}
	.md\:w-4 {
		width: 1rem;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-3\/12 {
		width: 25%;
	}
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:w-8\/12 {
		width: 66.666667%;
	}
	.md\:w-96 {
		width: 24rem;
	}
	.md\:w-4\/12 {
		width: 33.333333%;
	}
	.md\:w-6\/12 {
		width: 50%;
	}
	.md\:w-screen {
		width: 100vw;
	}
	.md\:w-72 {
		width: 18rem;
	}
	.md\:w-9\/12 {
		width: 75%;
	}
	.md\:w-5\/12 {
		width: 41.666667%;
	}
	.md\:w-2\/6 {
		width: 33.333333%;
	}
	.md\:min-w-0 {
		min-width: 0px;
	}
	.md\:max-w-1000px {
		max-width: 1000px;
	}
	.md\:max-w-300 {
		max-width: 300px;
	}
	.md\:max-w-250 {
		max-width: 250px;
	}
	.md\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}
	.md\:scale-125 {
		--tw-scale-x: 1.25;
		--tw-scale-y: 1.25;
		transform: var(--tw-transform);
	}
	.md\:cursor-default {
		cursor: default;
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-wrap {
		flex-wrap: wrap;
	}
	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.md\:items-end {
		align-items: flex-end;
	}
	.md\:items-center {
		align-items: center;
	}
	.md\:justify-start {
		justify-content: flex-start;
	}
	.md\:justify-end {
		justify-content: flex-end;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:justify-between {
		justify-content: space-between;
	}
	.md\:gap-1 {
		gap: 0.25rem;
	}
	.md\:gap-16 {
		gap: 4rem;
	}
	.md\:overflow-hidden {
		overflow: hidden;
	}
	.md\:border-none {
		border-style: none;
	}
	.md\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.md\:bg-transparent {
		background-color: transparent;
	}
	.md\:bg-container-lighter {
		background-color: var(--bg-container-lighter);
	}
	.md\:bg-primary-lightest {
		background-color: var(--bg-primary-lightest);
	}
	.md\:\!bg-primary-lightest {
		background-color: var(--bg-primary-lightest) !important;
	}
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:p-4 {
		padding: 1rem;
	}
	.md\:p-10 {
		padding: 2.5rem;
	}
	.md\:p-5 {
		padding: 1.25rem;
	}
	.md\:p-0 {
		padding: 0px;
	}
	.md\:p-3 {
		padding: 0.75rem;
	}
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.md\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.md\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.md\:pt-4 {
		padding-top: 1rem;
	}
	.md\:pt-0 {
		padding-top: 0px;
	}
	.md\:pr-7 {
		padding-right: 1.75rem;
	}
	.md\:pl-0 {
		padding-left: 0px;
	}
	.md\:pl-10 {
		padding-left: 2.5rem;
	}
	.md\:pl-4 {
		padding-left: 1rem;
	}
	.md\:pb-\[5px\] {
		padding-bottom: 5px;
	}
	.md\:pt-3 {
		padding-top: 0.75rem;
	}
	.md\:pb-0 {
		padding-bottom: 0px;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-center {
		text-align: center;
	}
	.md\:text-right {
		text-align: right;
	}
	.md\:text-14 {
		font-size: 14px;
	}
	.md\:text-30 {
		font-size: 30px;
	}
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.md\:text-12 {
		font-size: 12px;
	}
	.md\:text-38 {
		font-size: 38px;
	}
	.md\:text-16 {
		font-size: 16px;
	}
	.md\:\!text-34 {
		font-size: 34px !important;
	}
	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.md\:text-24 {
		font-size: 24px;
	}
	.md\:text-18 {
		font-size: 18px;
	}
	.md\:text-36 {
		font-size: 36px;
	}
	.md\:text-20 {
		font-size: 20px;
	}
	.md\:text-19 {
		font-size: 19px;
	}
	.md\:text-48 {
		font-size: 48px;
	}
	.md\:font-500 {
		font-weight: 500;
	}
	.md\:leading-normal {
		line-height: 1.5;
	}
	.md\:leading-8 {
		line-height: 2rem;
	}
	.md\:text-black {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}
	.md\:text-primary {
		color: var(--text-primary-default);
	}
	.md\:opacity-0 {
		opacity: 0;
	}
}
@media (min-width: 1024px) {
	.lg\:sticky {
		position: sticky;
	}
	.lg\:top-2\/4 {
		top: 50%;
	}
	.lg\:order-none {
		order: 0;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:order-1 {
		order: 1;
	}
	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.lg\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:float-right {
		float: right;
	}
	.lg\:mt-3 {
		margin-top: 0.75rem;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:mr-4 {
		margin-right: 1rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:table-cell {
		display: table-cell;
	}
	.lg\:table-header-group {
		display: table-header-group;
	}
	.lg\:table-row {
		display: table-row;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-470 {
		height: 470px;
	}
	.lg\:min-h-\[unset\] {
		min-height: unset;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	.lg\:w-4\/12 {
		width: 33.333333%;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-6\/12 {
		width: 50%;
	}
	.lg\:w-3\/12 {
		width: 25%;
	}
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-9\/12 {
		width: 75%;
	}
	.lg\:max-w-19\% {
		max-width: 19%;
	}
	.lg\:max-w-800 {
		max-width: 800px;
	}
	.lg\:max-w-700 {
		max-width: 700px;
	}
	.lg\:-translate-y-2\/4 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.lg\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.lg\:justify-start {
		justify-content: flex-start;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-10 {
		gap: 2.5rem;
	}
	.lg\:gap-0 {
		gap: 0px;
	}
	.lg\:whitespace-nowrap {
		white-space: nowrap;
	}
	.lg\:p-20 {
		padding: 5rem;
	}
	.lg\:p-2 {
		padding: 0.5rem;
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:pt-10 {
		padding-top: 2.5rem;
	}
	.lg\:pl-0 {
		padding-left: 0px;
	}
	.lg\:pl-20 {
		padding-left: 5rem;
	}
	.lg\:pb-\[11px\] {
		padding-bottom: 11px;
	}
	.lg\:pt-2 {
		padding-top: 0.5rem;
	}
	.lg\:pr-0 {
		padding-right: 0px;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-center {
		text-align: center;
	}
	.lg\:text-right {
		text-align: right;
	}
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-14 {
		font-size: 14px;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-20 {
		font-size: 20px;
	}
	.lg\:text-13 {
		font-size: 13px;
	}
	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:font-normal {
		font-weight: 400;
	}
	.lg\:leading-loose {
		line-height: 2;
	}
}
@media (min-width: 1280px) {
	.xl\:absolute {
		position: absolute;
	}
	.xl\:top-1\/2 {
		top: 50%;
	}
	.xl\:col-span-5 {
		grid-column: span 5 / span 5;
	}
	.xl\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.xl\:-mt-28 {
		margin-top: -7rem;
	}
	.xl\:mt-12 {
		margin-top: 3rem;
	}
	.xl\:block {
		display: block;
	}
	.xl\:w-auto {
		width: auto;
	}
	.xl\:w-1\/4 {
		width: 25%;
	}
	.xl\:w-9\/12 {
		width: 75%;
	}
	.xl\:w-3\/12 {
		width: 25%;
	}
	.xl\:w-5\/12 {
		width: 41.666667%;
	}
	.xl\:w-6\/12 {
		width: 50%;
	}
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	.xl\:w-500px {
		width: 500px;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.xl\:justify-end {
		justify-content: flex-end;
	}
	.xl\:gap-10 {
		gap: 2.5rem;
	}
	.xl\:gap-1 {
		gap: 0.25rem;
	}
	.xl\:border-none {
		border-style: none;
	}
	.xl\:pt-20 {
		padding-top: 5rem;
	}
	.xl\:text-12 {
		font-size: 12px;
	}
	.xl\:text-48 {
		font-size: 48px;
	}
	.xl\:\!text-38 {
		font-size: 38px !important;
	}
	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.xl\:text-30 {
		font-size: 30px;
	}
	.xl\:text-14 {
		font-size: 14px;
	}
	.xl\:text-\[0\.9rem\] {
		font-size: 0.9rem;
	}
	.xl\:leading-11 {
		line-height: 50px;
	}
}
@media (min-width: 1400px) {
	.\32xl\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.\32xl\:pl-0 {
		padding-left: 0px;
	}
	.\32xl\:pr-4 {
		padding-right: 1rem;
	}
	.\32xl\:text-58 {
		font-size: 58px;
	}
	.\32xl\:\!text-38 {
		font-size: 38px !important;
	}
}
@media (min-width: 380px) {
	.xxxs\:text-12 {
		font-size: 12px;
	}
}
@media (min-width: 420px) {
	.xxs\:text-10 {
		font-size: 10px;
	}
}
@media (min-width: 1536px) {
	.\33xl\:w-auto {
		width: auto;
	}
}