/*! tailwindcss v2.2.4 | 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;
}

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;
}

*, ::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-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-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);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-\[10px\] {
	top: 10px;
}
.bottom-\[57px\] {
	bottom: 57px;
}
.right-\[20px\] {
	right: 20px;
}
.top-1\/2 {
	top: 50%;
}
.top-5 {
	top: 1.25rem;
}
.right-\[35\%\] {
	right: 35%;
}
.right-5 {
	right: 1.25rem;
}
.top-\[calc\(50\%-100px\)\] {
	top: calc(50% - 100px);
}
.left-\[20px\] {
	left: 20px;
}
.left-1\/2 {
	left: 50%;
}
.top-\[15px\] {
	top: 15px;
}
.right-\[15px\] {
	right: 15px;
}
.bottom-0 {
	bottom: 0px;
}
.top-\[150px\] {
	top: 150px;
}
.left-\[87px\] {
	left: 87px;
}
.bottom-\[33px\] {
	bottom: 33px;
}
.top-1 {
	top: 0.25rem;
}
.right-1 {
	right: 0.25rem;
}
.top-\[50\%\] {
	top: 50%;
}
.left-\[50\%\] {
	left: 50%;
}
.bottom-\[90px\] {
	bottom: 90px;
}
.left-\[calc\(50\%-150px\)\] {
	left: calc(50% - 150px);
}
.bottom-\[36px\] {
	bottom: 36px;
}
.right-\[90px\] {
	right: 90px;
}
.-top-px {
	top: -1px;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.z-\[-2\] {
	z-index: -2;
}
.z-\[-1\] {
	z-index: -1;
}
.z-0 {
	z-index: 0;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.-mx-5 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
.my-\[10px\] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-mx-60 {
	margin-left: -15rem;
	margin-right: -15rem;
}
.my-\[35px\] {
	margin-top: 35px;
	margin-bottom: 35px;
}
.my-\[22px\] {
	margin-top: 22px;
	margin-bottom: 22px;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-\[-20px\] {
	margin-left: -20px;
	margin-right: -20px;
}
.mt-\[20px\] {
	margin-top: 20px;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-\[35px\] {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mt-\[15px\] {
	margin-top: 15px;
}
.mr-\[13px\] {
	margin-right: 13px;
}
.mt-\[-200px\] {
	margin-top: -200px;
}
.mb-\[20px\] {
	margin-bottom: 20px;
}
.ml-\[10px\] {
	margin-left: 10px;
}
.mb-\[25px\] {
	margin-bottom: 25px;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-\[60px\] {
	margin-bottom: 60px;
}
.mr-\[15px\] {
	margin-right: 15px;
}
.mt-\[23px\] {
	margin-top: 23px;
}
.mr-\[10px\] {
	margin-right: 10px;
}
.mb-\[10px\] {
	margin-bottom: 10px;
}
.mt-\[35px\] {
	margin-top: 35px;
}
.mt-\[87px\] {
	margin-top: 87px;
}
.mt-\[77px\] {
	margin-top: 77px;
}
.mt-\[74px\] {
	margin-top: 74px;
}
.mb-\[7px\] {
	margin-bottom: 7px;
}
.mb-\[5px\] {
	margin-bottom: 5px;
}
.mt-\[46px\] {
	margin-top: 46px;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-\[18px\] {
	margin-bottom: 18px;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-\[50px\] {
	height: 50px;
}
.h-full {
	height: 100%;
}
.h-px {
	height: 1px;
}
.h-\[200px\] {
	height: 200px;
}
.h-\[150px\] {
	height: 150px;
}
.h-\[36px\] {
	height: 36px;
}
.h-\[100px\] {
	height: 100px;
}
.h-\[40px\] {
	height: 40px;
}
.h-\[1px\] {
	height: 1px;
}
.h-\[15px\] {
	height: 15px;
}
.h-\[18px\] {
	height: 18px;
}
.h-\[17px\] {
	height: 17px;
}
.h-screen {
	height: 100vh;
}
.h-6 {
	height: 1.5rem;
}
.h-\[75vw\] {
	height: 75vw;
}
.h-\[54px\] {
	height: 54px;
}
.h-\[33px\] {
	height: 33px;
}
.h-10 {
	height: 2.5rem;
}
.h-\[70px\] {
	height: 70px;
}
.h-20 {
	height: 5rem;
}
.h-1\/2 {
	height: 50%;
}
.min-h-\[68px\] {
	min-height: 68px;
}
.min-h-\[40px\] {
	min-height: 40px;
}
.min-h-\[110vh\] {
	min-height: 110vh;
}
.w-full {
	width: 100%;
}
.w-auto {
	width: auto;
}
.w-\[31px\] {
	width: 31px;
}
.w-\[calc\(100\%-40px\)\] {
	width: calc(100% - 40px);
}
.w-\[600px\] {
	width: 600px;
}
.w-\[50px\] {
	width: 50px;
}
.w-\[29px\] {
	width: 29px;
}
.w-\[40px\] {
	width: 40px;
}
.w-\[27px\] {
	width: 27px;
}
.w-3\/5 {
	width: 60%;
}
.w-px {
	width: 1px;
}
.w-2\/5 {
	width: 40%;
}
.w-\[266vw\] {
	width: 266vw;
}
.w-1\/4 {
	width: 25%;
}
.\!w-full {
	width: 100% !important;
}
.w-\[700px\] {
	width: 700px;
}
.w-\[400px\] {
	width: 400px;
}
.w-1\/2 {
	width: 50%;
}
.w-\[164px\] {
	width: 164px;
}
.w-\[47px\] {
	width: 47px;
}
.w-6 {
	width: 1.5rem;
}
.w-\[75vw\] {
	width: 75vw;
}
.w-\[261px\] {
	width: 261px;
}
.w-\[300px\] {
	width: 300px;
}
.w-\[32px\] {
	width: 32px;
}
.w-10 {
	width: 2.5rem;
}
.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.w-\[90px\] {
	width: 90px;
}
.min-w-\[110vh\] {
	min-width: 110vh;
}
.max-w-\[50px\] {
	max-width: 50px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-\[calc\(100vw-90px\)\] {
	max-width: calc(100vw - 90px);
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-grow {
	flex-grow: 1;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
@-webkit-keyframes bounce {

	0%, 100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		        animation-timing-function: cubic-bezier(0.8,0,1,1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		        animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
@keyframes bounce {

	0%, 100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		        animation-timing-function: cubic-bezier(0.8,0,1,1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		        animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
.animate-bounce {
	-webkit-animation: bounce 1s infinite;
	        animation: bounce 1s infinite;
}
@-webkit-keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-text {
	cursor: text;
}
.list-none {
	list-style-type: none;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-2\.5 {
	gap: 0.625rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-\[18px\] {
	gap: 18px;
}
.gap-1 {
	gap: 0.25rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-\[27px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(27px * var(--tw-space-x-reverse));
	margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[17px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(17px * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-x-\[44px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(44px * var(--tw-space-x-reverse));
	margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[50px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(50px * var(--tw-space-x-reverse));
	margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-scroll {
	overflow: scroll;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.border-\[15vw\] {
	border-width: 15vw;
}
.border-\[20vh\] {
	border-width: 20vh;
}
.border-r {
	border-right-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-none {
	border-style: none;
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-primary\/30 {
	border-color: rgba(33, 33, 33, 0.3);
}
.border-opacity-30 {
	--tw-border-opacity: 0.3;
}
.border-opacity-10 {
	--tw-border-opacity: 0.1;
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black\/60 {
	background-color: rgba(0, 0, 0, 0.6);
}
.bg-black\/50 {
	background-color: rgba(0, 0, 0, 0.5);
}
.bg-primary\/30 {
	background-color: rgba(33, 33, 33, 0.3);
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-4 {
	padding: 1rem;
}
.p-\[20px\] {
	padding: 20px;
}
.p-7 {
	padding: 1.75rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-\[25vw\] {
	padding: 25vw;
}
.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-\[35px\] {
	padding-top: 35px;
	padding-bottom: 35px;
}
.py-\[5px\] {
	padding-top: 5px;
	padding-bottom: 5px;
}
.py-\[25px\] {
	padding-top: 25px;
	padding-bottom: 25px;
}
.py-\[32px\] {
	padding-top: 32px;
	padding-bottom: 32px;
}
.\!px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.py-\[30px\] {
	padding-top: 30px;
	padding-bottom: 30px;
}
.py-\[10px\] {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.px-\[18px\] {
	padding-left: 18px;
	padding-right: 18px;
}
.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pl-\[20px\] {
	padding-left: 20px;
}
.pr-\[10px\] {
	padding-right: 10px;
}
.pt-\[66\.666\%\] {
	padding-top: 66.666%;
}
.pt-\[20px\] {
	padding-top: 20px;
}
.pb-\[57px\] {
	padding-bottom: 57px;
}
.pr-\[13px\] {
	padding-right: 13px;
}
.pl-\[93px\] {
	padding-left: 93px;
}
.pt-\[35px\] {
	padding-top: 35px;
}
.pl-2\.5 {
	padding-left: 0.625rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-\[40px\] {
	padding-top: 40px;
}
.pb-\[40px\] {
	padding-bottom: 40px;
}
.pl-\[0\.75em\] {
	padding-left: 0.75em;
}
.text-center {
	text-align: center;
}
.text-\[23px\] {
	font-size: 23px;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-\[12px\] {
	font-size: 12px;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-\[21px\] {
	font-size: 21px;
}
.text-\[16px\] {
	font-size: 16px;
}
.text-\[18px\] {
	font-size: 18px;
}
.text-\[10px\] {
	font-size: 10px;
}
.text-\[19px\] {
	font-size: 19px;
}
.text-\[26px\] {
	font-size: 26px;
}
.text-\[20px\] {
	font-size: 20px;
}
.text-\[22px\] {
	font-size: 22px;
}
.text-\[13px\] {
	font-size: 13px;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.tracking-\[0\.5em\] {
	letter-spacing: 0.5em;
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(33, 33, 33, var(--tw-text-opacity));
}
.text-black\/50 {
	color: rgba(0, 0, 0, 0.5);
}
.text-tertiary {
	--tw-text-opacity: 1;
	color: rgba(81, 81, 81, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(237, 237, 237, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-40 {
	opacity: 0.4;
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.filter {
	filter: var(--tw-filter);
}
.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;
}
.duration-300 {
	transition-duration: 300ms;
}

[x-cloak=""] { display: none !important; }
@media (max-width:992px){
    [x-cloak="mobile"] { display: none !important; }
}

html {
	margin-top: 0px !important;
}
body {
	font-size: 14px;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity)); font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, .font-libre {
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6,.font-libre { font-family: 'Libre Baskerville', 'Poppins', sans-serif; }
.font-poppins { font-family: 'Poppins', sans-serif; }
a, a:hover { color: inherit; text-decoration: none; }
select, button, input, textarea {
	border-radius: 0px;
}
*:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
p, dl {
	margin-bottom: 0px;
}
ul, ol { list-style: initial; }

.grecaptcha-badge { visibility: hidden; }
.reCAPTCHA-text {
	margin-top: 0.75rem;
}

.text-primary, .hover\:text-primary:hover { color: #212121; }
.text-secondary, .hover\:text-secondary:hover { color: #EDEDED; }
.text-tertiary, .hover\:text-tertiary:hover { color: #515151; }

.bg-primary, .hover\:bg-primary:hover { background-color: #212121; }
.bg-secondary, .hover\:bg-secondary:hover { background-color: #EDEDED; }

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn {
	display: flex;
	height: 54px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 16px;
	text-transform: uppercase; border: 1px solid #212121; background-color: transparent; color: #212121;
}
.btn:hover { background-color:#212121; color:white; }
.btn-alt { background-color:#212121; color:white; }
.btn-alt:hover { background-color:transparent; color:#212121; }
.btn-alt2 { background-color:transparent; color:white; border-color:white; }
.btn-alt2:hover { background-color:white; color:#212121; border-color:white; }

.praivacy .btn { height: auto; }

.whatsapp-label {
	position: fixed;
	bottom: 9rem;
	right: 0px;
	z-index: 40;
	display: flex;
	height: 4rem;
	width: 5rem;
	transform-origin: right;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	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;
}

.whatsapp-label:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}

.whatsapp-label { box-shadow: 0px 0px 10px 0px rgba(33,33,33,0.3); }
.whatsapp-label svg { width:30px; color:#212121; }

.wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7 .wpcf7-form-control {
	margin-top: 10px;
	width: 100%;
	border-radius: 0px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 5px;
	padding-bottom: 5px; background: none;
}
.wpcf7 .wpcf7-submit {
	margin-top: 2.5rem;
}

.wpcf7 .wpcf7-form-control::-webkit-input-placeholder { color: black; opacity: 1; }
.wpcf7 .wpcf7-form-control:-ms-input-placeholder { color: black; opacity: 1; }
.wpcf7 .wpcf7-form-control::-moz-placeholder { color: black; opacity: 1; }
.wpcf7 .wpcf7-form-control:-moz-placeholder { color: black; opacity: 1; }

@media(min-width:992px) {
    .wpcf7 .form-row {
		display: flex;
	}
    .wpcf7 .form-row {
		justify-content: space-between;
	}
    .wpcf7 .form-row .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
		margin-left: 2.5rem;
	}
}

/* ##################### */
/* ### Asphalt pages ### */
/* ##################### */
/* Collection */
#asphalt-collection .valueFilter:disabled {
	opacity: 0.5;
}
#asphalt-collection .valueFilter,
.cm-zoekopdracht .selectField {
    background-image: url('/wp-content/themes/bb-blank-child-asphalt/img/caret.svg');
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 8px;
}

#asphalt-collection .sortFilter {
    background-image: url('/wp-content/themes/bb-blank-child-asphalt/img/sort.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 12px;
}

#asphalt-collection .noUi-target {
	height: 0.125rem;
	cursor: pointer;
	border-style: none;
	background-color: rgba(0, 0, 0, 0.5);
	--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);
}
#asphalt-collection .noUi-connect {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
#asphalt-collection .noUi-handle {
	top: -0.375rem;
	right: -0.375rem;
	height: 0.75rem;
	width: 0.75rem;
	cursor: pointer;
	border-radius: 9999px;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, 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);
}
#asphalt-collection .noUi-handle:before, #asphalt-collection .noUi-handle:after {
	display: none;
}

#asphalt-collection .vehicle.hidden { display: none !important; }
#asphalt-collection .vehicle.animate {
	-webkit-animation-name: vehicleAnimate;
	        animation-name: vehicleAnimate;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s; }
@-webkit-keyframes vehicleAnimate {
	0% {transform:scale(1);}
	50% {transform:scale(1.1);}
	100% {transform:scale(1);}
}
@keyframes vehicleAnimate {
	0% {transform:scale(1);}
	50% {transform:scale(1.1);}
	100% {transform:scale(1);}
}

/* Detail */
#asphalt-detail .swiper.fullscreen {
	position: fixed;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width:992px) {
    #asphalt-detail .swiper-slide {
        width: 700px !important;
    }
    #asphalt-detail .swiper.fullscreen .swiper-slide {
        width: 100% !important;
    }
}

#asphalt-detail .accessoires { -moz-column-count: 1; column-count: 1; }
@media (min-width:768px) {
#asphalt-detail .accessoires { -moz-column-count: 2; column-count: 2; } }
@media (min-width:992px) {
#asphalt-detail .accessoires { -moz-column-count: 3; column-count: 3; } }

/* Zoekopdracht */
.scroll-smooth { scroll-behavior: smooth; }

.wpcf7 .wpcf7-submit.zoekopdracht {
	width: 100%;
}
@media(min-width:768px) {
    .wpcf7 .wpcf7-submit.zoekopdracht { width: 251px; }
}

.logo-scroller {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: block;
}
@media(min-width:620px) {
    .logo-scroller {
		display: none;
	}
}
.hover\:bg-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:opacity-100:hover {
	opacity: 1;
}
.hover\:invert:hover {
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.group:hover .group-hover\:-rotate-180 {
	--tw-rotate: -180deg;
	transform: var(--tw-transform);
}
.peer:checked ~ .peer-checked\:opacity-100 {
	opacity: 1;
}
@media (min-width: 640px) {

	.sm\:flex {
		display: flex;
	}

	.sm\:w-1\/2 {
		width: 50%;
	}

	.sm\:pl-\[20px\] {
		padding-left: 20px;
	}
}
@media (min-width: 768px) {

	.md\:static {
		position: static;
	}

	.md\:relative {
		position: relative;
	}

	.md\:left-1\/2 {
		left: 50%;
	}

	.md\:bottom-\[36px\] {
		bottom: 36px;
	}

	.md\:left-\[90px\] {
		left: 90px;
	}

	.md\:my-\[80px\] {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.md\:mt-\[100px\] {
		margin-top: 100px;
	}

	.md\:mb-\[40px\] {
		margin-bottom: 40px;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:mb-\[15px\] {
		margin-bottom: 15px;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:ml-\[50px\] {
		margin-left: 50px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:\!hidden {
		display: none !important;
	}

	.md\:h-\[93px\] {
		height: 93px;
	}

	.md\:w-auto {
		width: auto;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:\!w-auto {
		width: auto !important;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:\!w-max {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important;
	}

	.md\:w-\[60px\] {
		width: 60px;
	}

	.md\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:flex-col {
		flex-direction: column;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:gap-5 {
		gap: 1.25rem;
	}

	.md\: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)));
	}

	.md\:overflow-auto {
		overflow: auto;
	}

	.md\:py-\[71px\] {
		padding-top: 71px;
		padding-bottom: 71px;
	}

	.md\:\!px-\[20px\] {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:pt-\[100px\] {
		padding-top: 100px;
	}

	.md\:pl-0 {
		padding-left: 0px;
	}

	.md\:pr-0 {
		padding-right: 0px;
	}

	.md\:pt-0 {
		padding-top: 0px;
	}

	.md\:pt-\[130px\] {
		padding-top: 130px;
	}

	.md\:pb-\[75px\] {
		padding-bottom: 75px;
	}

	.md\:pt-\[90px\] {
		padding-top: 90px;
	}

	.md\:text-left {
		text-align: left;
	}

	.md\:text-\[30px\] {
		font-size: 30px;
	}

	.md\:text-\[40px\] {
		font-size: 40px;
	}

	.md\:text-\[12px\] {
		font-size: 12px;
	}

	.md\:text-\[26px\] {
		font-size: 26px;
	}

	.md\:text-\[21px\] {
		font-size: 21px;
	}

	.md\:text-\[20px\] {
		font-size: 20px;
	}

	.md\:text-\[47px\] {
		font-size: 47px;
	}

	.md\:tracking-\[0\.7em\] {
		letter-spacing: 0.7em;
	}
}
@media (min-width: 1024px) {
    .lg\:basis-0 {
        flex-basis: 0px;
    }
    .lg\:mt-\[72px\] {
		margin-top: 72px;
	}
    .lg\:\!block {
		display: block !important;
	}
    .lg\:block {
		display: block;
	}
    .lg\:flex {
		display: flex;
	}
    .lg\:hidden {
		display: none;
	}
    .lg\:w-\[calc\(33\.333\%-40px\)\] {
		width: calc(33.333% - 40px);
	}
    .lg\:w-\[285px\] {
		width: 285px;
	}
    .lg\:flex-grow {
		flex-grow: 1;
	}
    .lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
    .lg\:gap-10 {
		gap: 2.5rem;
	}
    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
    .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
    .lg\:bg-split-white-secondary {
		background-image: linear-gradient(to bottom, #ffffff 50%, #EDEDED 50%);;
	}
    .lg\:bg-gradient-to-b {
		background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	}
    .lg\:from-white {
		--tw-gradient-from: #fff;
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
	}
    .lg\:to-secondary {
		--tw-gradient-to: #EDEDED;
	}
    .lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
    .lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
    .lg\:text-\[20px\] {
		font-size: 20px;
	}
    .lg\:text-\[70px\] {
		font-size: 70px;
	}
}
@media (min-width: 1280px) {

	.xl\:gap-10 {
		gap: 2.5rem;
	}
}