/*! tailwindcss v2.2.17 | 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 {
	-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::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: "Roboto Mono", 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-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);
}

[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;
	        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;
	--tw-shadow: 0 0 #0000;
}

[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);
	border-color: #2563eb;
}

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;
	        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;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

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

[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;
}
  html,
  body {
    font-family: area-variable, sans-serif;
    font-weight: 500;
    line-height: 1.5;
  }
  body {
    font-size: 20px;
    font-family: area-variable, sans-serif;
    --tw-text-opacity: 1;
    color: rgba(52, 52, 53, var(--tw-text-opacity));
  }
  p + p {
	margin-top: 1rem;
}
  p,
  .richtext {
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }

  /* Privacy Policy ToC font */
  .page-id-3 .richtext a[data-custom-class="link"] {
  font-size: 18px;
  display: block;
  line-height: 1.5;
}

  h1, .h1 {
	font-weight: 800;
	line-height: 1.2;
    font-size: 46px;
}
  h2, .h2 {
	font-weight: 800;
	line-height: 1.3;
    font-size: 30px;
}
  h3, .h3 {
	font-weight: 800;
	line-height: 1.3;
    font-size: 28px;
}
  h4, .h4 {
	font-weight: 700;
	line-height: 1.2;
    font-size: 24px;
}
  h4, .h5 {
	font-weight: 600;
	line-height: 1.5;
    font-size: 20px;
}

  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 46px;
    }
    h2,
    .h2 {
      font-size: 30px;
    }
    h3,
    .h3 {
      font-size: 28px;
    }
    h4,
    .h4 {
      font-size: 24px;
    }
  }

  @media (min-width: 1024px) {
    p {
		font-size: 20px;
	}
    p + p {
		margin-top: 2rem;
	}
    h1, .h1 {
		line-height: 1.3;
	}
    h1,
    .h1 {
      font-size: 64px;
    }
    h2, .h2 {
		line-height: 1.3;
	}
    h2,
    .h2 {
      font-size: 42px;
    }
    h3, .h3 {
		line-height: 1.3;
	}
    h3,
    .h3 {
      font-size: 36px;
    }
    h4, .h4 {
		line-height: 1.2;
	}
    h4,
    .h4 {
      font-size: 32px;
    }
    h5, .h5 {
		line-height: 1.4;
	}
    h5,
    .h5 {
      font-size: 28px;
    }
  }
  /* div:not('.tns') .pre-tns-hidden {
            display: none;
        } */
  .slider-section .slider {
    }
  /* div:not('.tns') .pre-tns-hidden {
            display: none;
        } */
  .consumables-slider-section .tns-controls div:not(.tns-nav-active) {
        opacity: 0.5;
      }
  .consumables-slider-section .tns-controls div.tns-nav-active {
        opacity: 1;
      }
  .consumables-slider-section .tns-controls div:not(.tns-nav-active) span {
	display: none;
}
  .consumables-slider-section .tns-controls div.tns-nav-active span.circle {
	--tw-text-opacity: 1;
	color: rgba(247, 231, 131, var(--tw-text-opacity));
}
  @media (min-width: 1024px) {

	.consumables-slider-section .tns-controls div.tns-nav-active span.circle {
		display: none;
	}
}
  form input[type='submit'] {
	font-weight: 700;
}

  form[role='search'] input[type='submit'] {
	border-radius: 0.25rem;
}

  form[role='search'] input[type='submit'] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

  form[role='search'] input[type='submit'] {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

  form[role='search'] input[type='submit'] {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

  form[role='search'] input[type='submit'] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

  form[role='search'] input.search-field {
	width: 100%;
}

  form[role='search'] input.search-field {
	line-height: 1.25;
}

  form[role='search'] input.search-field:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

  form label {
    font-weight: 500;
  }

  @media screen and (max-width: 640px) {
    .gf-configurator-survey form fieldset div.ginput_container {
      align-items: center !important;
      text-align: left !important;
    }
  }

  .gf-configurator-survey div.gform-page-footer input.gform_next_button:disabled {
    display: block !important;
    background-color: #f2f2f2 !important;
    color: #a0a0a0 !important;
    pointer-events: none !important;
  }

  .gf-configurator-survey #gform_submit_button_3 {
    border-radius: 999px !important;
    background-color: #f7e783 !important;
    color: #343435 !important;
  }

  .gf-configurator-survey #gform_submit_button_3:hover {
    border-radius: 999px !important;
    background-color: #343435 !important;
    color: #ffffff !important;
  }

  .gf-configurator-survey #gform_submit_button_3::after {
    content: '';
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: 8px !important;
    background-image: url('/wp-content/themes/cellbri/resources/views/icons/rarr.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .gf-configurator-survey .gform_wrapper input[type='radio'] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #343435 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    position: relative !important;
  }
  .gf-configurator-survey .gform_wrapper input[type='radio']:checked {
    border-color: #343435 !important;
    background-color: #343435 !important;
  }
  .gf-configurator-survey .gform_wrapper input[type='radio']:checked::after {
    content: '' !important;
    width: 10px !important;
    height: 10px !important;
    background: white !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 3px !important;
    left: 3px !important;
  }
  .gf-configurator-survey body .gform_wrapper input[type='radio']:checked:focus {
    --gf-local-radius: transparent !important;
    --gf-local-border-color: transparent !important;
  }

  .gf-configurator-survey #gform_submit_button_3:hover::after {
    background-image: url('/wp-content/themes/cellbri/resources/views/icons/rarr-white.svg');
  }

  .gf-configurator-survey legend.gfield_label,
  .gf-configurator-survey .ginput_container {
    color: #343435 !important;
  }

  .gf-configurator-survey .gform_page_footer input[type='button'] {
    font-size: 18px !important;
  }

  .gf-configurator-survey .gform_previous_button,
  .gf-configurator-survey .gform_next_button {
    --gf-local-border-color: transparent !important;
    border: none !important;
  }

  .gf-configurator-survey form fieldset {
    align-items: center;
    text-align: center;
  }

  .gf-configurator-survey #gf_progressbar_wrapper_3 {
    display: none !important;
  }

  .gf-configurator-survey legend.gfield_label,
  .gf-configurator-survey div#field_3_14,
  .gf-configurator-survey div#field_3_15 {
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 150% !important;
    padding-bottom: 1rem;
  }

  .gf-configurator-survey div#field_3_14,
  .gf-configurator-survey div#field_3_15 {
    display: flex !important;
    justify-content: center !important;
  }

  .gf-configurator-survey #field_3_3 textarea::placeholder,
  .gf-configurator-survey #field_3_6 input::placeholder {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #a0a0a0 !important;
    line-height: 150% !important;
  }

  .gf-configurator-survey .gfield_radio label {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 150% !important;
  }

  .gf-configurator-survey .gfield_radio label:hover {
    background-color: #f7e783;
    border-radius: 999px;
    transition: all 0.2s ease;
    padding-left: 16px;
  }

  .gf-configurator-survey .gfield_radio input[type='radio']:checked + label {
    background-color: #f7e783 !important;
    border-radius: 999px;
    padding-left: 16px;
  }

  .gf-configurator-survey div.gform-page-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 26px !important;
  }

  .gf-configurator-survey div.gform-page-footer input[type='button'] {
    padding: 8px 16px !important;
    background-color: #f7e783 !important;
    color: #343435 !important;
    border-radius: 999px !important;
  }

  .gf-configurator-survey div.gform-page-footer input[type='button']:hover {
    padding: 8px 16px !important;
    background-color: #343435 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
  }

  form[id^='gform_'] .gform_fields {
	column-gap: 0.625rem !important;
}

  form[id^='gform_'] .gform_fields {
	row-gap: 1.25rem !important;
}

  form[id^='gform_'] .gfield {
	position: relative;
}

  form[id^='gform_'] .gfield input[type='text'], form[id^='gform_'] .gfield input[type='email'], form[id^='gform_'] .gfield input[type='tel'], form[id^='gform_'] .gfield input[type='number'], form[id^='gform_'] .gfield input[type='date'], form[id^='gform_'] .gfield input[type='time'], form[id^='gform_'] .gfield input[type='url'] {
	border-radius: 9999px !important;
}

  form[id^='gform_'] .gfield input[type='text'], form[id^='gform_'] .gfield input[type='email'], form[id^='gform_'] .gfield input[type='tel'], form[id^='gform_'] .gfield input[type='number'], form[id^='gform_'] .gfield input[type='date'], form[id^='gform_'] .gfield input[type='time'], form[id^='gform_'] .gfield input[type='url'] {
	padding-left: 30px;
	padding-right: 30px;
}

  form[id^='gform_'] .gfield input[type='text'], form[id^='gform_'] .gfield input[type='email'], form[id^='gform_'] .gfield input[type='tel'], form[id^='gform_'] .gfield input[type='number'], form[id^='gform_'] .gfield input[type='date'], form[id^='gform_'] .gfield input[type='time'], form[id^='gform_'] .gfield input[type='url'], form[id^='gform_'] .gfield textarea {
	border-style: none !important;
}

  form[id^='gform_'] .gfield input[type='text'], form[id^='gform_'] .gfield input[type='email'], form[id^='gform_'] .gfield input[type='tel'], form[id^='gform_'] .gfield input[type='number'], form[id^='gform_'] .gfield input[type='date'], form[id^='gform_'] .gfield input[type='time'], form[id^='gform_'] .gfield input[type='url'], form[id^='gform_'] .gfield textarea {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

  form[id^='gform_'] .gfield input[type='text'], form[id^='gform_'] .gfield input[type='email'], form[id^='gform_'] .gfield input[type='tel'], form[id^='gform_'] .gfield input[type='number'], form[id^='gform_'] .gfield input[type='date'], form[id^='gform_'] .gfield input[type='time'], form[id^='gform_'] .gfield input[type='url'], form[id^='gform_'] .gfield textarea {
	font-weight: 700 !important;
}

  form[id^='gform_'] .gfield input[type='text'], form[id^='gform_'] .gfield input[type='email'], form[id^='gform_'] .gfield input[type='tel'], form[id^='gform_'] .gfield input[type='number'], form[id^='gform_'] .gfield input[type='date'], form[id^='gform_'] .gfield input[type='time'], form[id^='gform_'] .gfield input[type='url'], form[id^='gform_'] .gfield textarea {
	--tw-text-opacity: 1 !important;
	color: rgba(76, 78, 86, var(--tw-text-opacity)) !important;
}

  form[id^='gform_'] .gfield input[type='text'],
      form[id^='gform_'] .gfield input[type='email'],
      form[id^='gform_'] .gfield input[type='tel'],
      form[id^='gform_'] .gfield input[type='number'],
      form[id^='gform_'] .gfield input[type='date'],
      form[id^='gform_'] .gfield input[type='time'],
      form[id^='gform_'] .gfield input[type='url'],
      form[id^='gform_'] .gfield textarea {
        min-height: 60px;
      }

  form[id^='gform_'] .gfield textarea {
        border-radius: 20px;
        padding: 30px;
      }

  form[id^='gform_'] .gfield label.gfield_label {
	pointer-events: none;
}

  form[id^='gform_'] .gfield label.gfield_label {
	position: absolute;
}

  form[id^='gform_'] .gfield label.gfield_label {
	top: 0.75rem;
}

  form[id^='gform_'] .gfield label.gfield_label {
	left: 0.25rem;
}

  form[id^='gform_'] .gfield label.gfield_label {
	display: none !important;
}

  form[id^='gform_'] .gfield label.gfield_label {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}

  form[id^='gform_'] .gfield label.gfield_label {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

  form[id^='gform_'] .gfield label.gfield_label {
	font-weight: 500;
}

  form[id^='gform_'] .gfield label.gfield_label {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

  form[id^='gform_'] .gfield label.gfield_label {
	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;
}

  form[id^='gform_'] .gfield label.gfield_label {
	transition-duration: 200ms;
}

  form[id^='gform_'] .gfield.active label.gfield_label {
	--tw-translate-y: -0.75rem;
	transform: var(--tw-transform);
}

  form[id^='gform_'] input[type='submit'] {
	position: relative;
}

  form[id^='gform_'] input[type='submit'] {
	height: 3rem;
}

  form[id^='gform_'] input[type='submit'] {
	cursor: pointer;
}

  form[id^='gform_'] input[type='submit'] {
	border-radius: 9999px !important;
}

  form[id^='gform_'] input[type='submit'] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity)) !important;
}

  form[id^='gform_'] input[type='submit'] {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

  form[id^='gform_'] input[type='submit'] {
	padding-left: 30px;
	padding-right: 30px;
}

  form[id^='gform_'] input[type='submit'] {
	--tw-text-opacity: 1 !important;
	color: rgba(52, 52, 53, var(--tw-text-opacity)) !important;
}

  form[id^='gform_'] input[type='submit']:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

  form[id^='gform_'] input[type='submit']:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

  form#gform_2 #gform_fields_2 {
	gap: 0.625rem !important;
}

  form#gform_2 .gfield {
	margin-bottom: 0px;
}

  form#gform_2 .gfield label {
	display: none !important;
}

  form#gform_2 .gfield input {
	margin-bottom: 0px !important;
}

  form#gform_2 .gfield input {
	height: 43px;
}

  form#gform_2 .gfield input {
	min-height: 43px;
}

  form#gform_2 .gfield input {
	border-radius: 9999px;
}

  form#gform_2 .gfield--type-submit input {
	position: relative;
}

  form#gform_2 .gfield--type-submit input {
	height: 100%;
}

  form#gform_2 .gfield--type-submit input {
	border-radius: 9999px;
}

  form#gform_2 .gfield--type-submit input {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
}

  form#gform_2 .gfield--type-submit input {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

  form#gform_2 .gfield--type-submit input {
	text-align: left;
}

  form#gform_2 .gfield--type-submit input {
	--tw-text-opacity: 1;
	color: rgba(52, 52, 53, var(--tw-text-opacity));
}

  form#gform_2 .gfield--type-submit input:after {
          content: '';
        }

  form#gform_2 .gfield--type-submit input:after {
	position: absolute;
}

  form#gform_2 .gfield--type-submit input:after {
	right: 0.5rem;
}

  form#gform_2 .gfield--type-submit input:after {
	top: 50%;
}

  form#gform_2 .gfield--type-submit input:after {
	height: 1rem;
}

  form#gform_2 .gfield--type-submit input:after {
	width: 1rem;
}

  form#gform_2 .gfield--type-submit input:after {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}

  form#gform_2 .gfield--type-submit input:after {
	transform: var(--tw-transform);
}

  form#gform_2 .gfield--type-submit input:after {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}

  form#gform_2 .gfield--type-submit input:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

  form#gform_2 .gfield--type-submit input:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(52, 52, 53, var(--tw-text-opacity)) !important;
}
  @media (min-width: 1024px) {
    .gf-configurator-survey .gfield_radio label {
      padding: 8px 16px !important;
      margin: 0px !important;
    }

    .gf-configurator-survey .gfield_radio label:hover {
      padding: 8px 16px !important;
    }

    .gf-configurator-survey .gfield_radio input[type='radio']:checked + label {
      background-color: #f7e783 !important;
      padding: 8px 16px !important;
      border-radius: 999px;
    }

    .gf-configurator-survey legend.gfield_label,
    .gf-configurator-survey div#field_3_14,
    .gf-configurator-survey div#field_3_15 {
      font-size: 20px !important;
    }
    .gf-configurator-survey .gfield_radio label {
      font-size: 18px !important;
    }

    .gf-configurator-survey div.gfield_radio {
      padding-top: 32px;
      display: flex !important;
      justify-content: space-between !important;
      flex-direction: row !important;
    }

    .gf-configurator-survey div.gfield_radio div.gchoice {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
      margin: 0 !important;
    }

    .gf-configurator-survey div.gform-page-footer {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      padding-top: 46px !important;
    }
      form#gform_2 .gfield {
		grid-column: span 5 / span 5;
	}
      form#gform_2 .gfield--type-submit {
		grid-column: span 2 / span 2 !important;
	}
      form[role='search'] input.search-field {
        min-height: 60px;
        font-size: 24px;
      }
  }
  .accordion-item {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  .accordion-item .chevron {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
  .accordion-item .chevron {
	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;
}
  .accordion-item .chevron {
	transition-duration: 200ms;
}
  .accordion-item .accordion-content {
	display: none;
}
  .accordion-item .accordion-content {
	height: 0px;
}
  .accordion-item .accordion-content {
	--tw-translate-y: -1rem;
	transform: var(--tw-transform);
}
  .accordion-item .accordion-content {
	overflow: hidden;
}
  .accordion-item .accordion-content {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
  .accordion-item .accordion-content {
	transition-duration: 200ms;
}
  .accordion-item.active button {
	border-bottom-width: 2px;
}
  .accordion-item.active button {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
  .accordion-item.active .chevron {
	--tw-rotate: 180deg !important;
	transform: var(--tw-transform) !important;
}
  .accordion-item.active .accordion-content {
	display: block;
}
  .accordion-item.active .accordion-content {
	height: auto;
}
  .accordion-item.active .accordion-content {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
  .accordion-item.active .accordion-content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
  .accordion-item.active .accordion-content {
	padding-left: 1rem;
	padding-right: 1rem;
}
  nav#main-nav {
    /* max-width: 500px; */
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
    height: auto;
    max-height: 100vh;
    --tw-translate-y: -100%;
    transform: var(--tw-transform);
    flex-direction: column;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 3rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    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: 300ms
  }
  @media (min-width: 1024px) {

	nav#main-nav {
		height: 100vh;
	}

	nav#main-nav {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}

	nav#main-nav {
		padding-bottom: 0px;
	}
}
  nav#main-nav.open {
	--tw-translate-y: 0px !important;
	transform: var(--tw-transform) !important;
}
  /** Top level menu items*/
  nav#main-nav .menu-item {
	margin-bottom: 0.5rem;
}
  nav#main-nav .menu-item {
	font-weight: 600;
}
  @media (min-width: 1024px) {

	nav#main-nav .menu-item {
		margin-bottom: 0px;
	}
}
  nav#main-nav a.main-item {
	display: block !important;
}
  nav#main-nav a.main-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
  nav#main-nav a.main-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
  @media (min-width: 1024px) {

	nav#main-nav a.main-item {
		padding-left: 0px;
		padding-right: 0px;
	}
}
  nav#main-nav div.menu-item-has-children a.main-item.has-children {
	display: flex !important;
}
  nav#main-nav div.menu-item-has-children a.main-item.has-children {
	align-items: center;
}
  nav#main-nav div.menu-item-has-children a.main-item.has-children {
	justify-content: space-between !important;
}
  /** open close menus */
  div.menu-item-has-children.dropdown ul.dropdown-menu {
	position: relative;
	margin-top: 1rem;
	display: none;
	list-style-type: none;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 0px;
	padding-right: 0px;
	transition-duration: 300ms;
}

  div.menu-item-has-children.dropdown.open a.main-item {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	transition-duration: 300ms;
}
  div.menu-item-has-children.dropdown.open ul.dropdown-menu {
	display: flex;
	width: auto;
	flex-direction: column;
	transition-duration: 300ms;
}

  /** Unordered List Elements */

  header .dropdown-menu.has-children {
	top: 0px;
}

  header .dropdown-menu.has-children {
	left: 100%;
}

  header .dropdown-menu.has-children {
	width: 100%;
}

  header .dropdown-menu.has-children {
	list-style-type: none;
}

  header .dropdown-menu.has-children {
	text-align: left;
}

  header .dropdown-menu:not(.has-children) {
      min-width: 225px;
    }

  header .dropdown-menu:not(.has-children) {
	display: block;
}

  header .dropdown-menu:not(.has-children) {
	width: 100%;
}

  header .dropdown-menu:not(.has-children) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

  header .dropdown-menu:not(.has-children) {
	text-align: left;
}

  header .dropdown-menu:not(.has-children) {
	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;
}

  header .dropdown-menu:not(.has-children) {
	transition-duration: 200ms;
}

  header .dropdown-menu li a.dropdown-item {
	font-weight: 400;
}

  /** List item <a> tags */

  header .dropdown-menu li {
	width: 100%;
}

  header .dropdown-menu li {
	border-radius: 9999px;
}

  header .dropdown-menu li:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
}

  header .dropdown-menu li a.dropdown-item {
	position: relative;
}

  header .dropdown-menu li a.dropdown-item {
	display: flex;
}

  header .dropdown-menu li a.dropdown-item {
	width: 100%;
}

  header .dropdown-menu li a.dropdown-item {
	list-style-type: none !important;
}

  header .dropdown-menu li a.dropdown-item {
	white-space: nowrap;
}

  header .dropdown-menu li a.dropdown-item {
	border-radius: 9999px;
}

  header .dropdown-menu li a.dropdown-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

  header .dropdown-menu li a.dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

  header .dropdown-menu li a.dropdown-item {
	text-align: left;
}

  header .dropdown-menu li a.dropdown-item {
	font-size: 14px;
}

  header .dropdown-menu li a.dropdown-item {
	font-weight: 700;
}

  header .dropdown-menu li a.dropdown-item {
	line-height: 1.25;
}

  header .dropdown-menu li a.dropdown-item {
	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;
}

  header .dropdown-menu li a.dropdown-item {
	transition-duration: 200ms;
}

  header .dropdown-menu li a.dropdown-item {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  @media (min-width: 1024px) {

	header .dropdown-menu li a.dropdown-item {
		align-items: center;
	}
}

  @media (min-width: 1024px) {

	header .dropdown-menu li a.dropdown-item {
		justify-content: center;
	}
}

  @media (min-width: 1024px) {

	header .dropdown-menu li a.dropdown-item {
		text-align: center;
	}
}

  header .menu-item.menu-item-has-children a.main-item {
	--tw-text-opacity: 1;
	color: rgba(52, 52, 53, var(--tw-text-opacity));
}

  header .menu-item:not(.menu-item-has-children) a.main-item {
	--tw-text-opacity: 1;
	color: rgba(52, 52, 53, var(--tw-text-opacity));
}

  header .menu-item:not(.menu-item-has-children) a.main-item {
        -webkit-text-decoration-color: #ffe885;
                text-decoration-color: #ffe885;
        text-underline-offset: 0.25rem;
        text-decoration-thickness: 2px;
      }

  header .menu-item:not(.menu-item-has-children) a.main-item:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

  @media (min-width: 1024px) {
    nav#main-nav {
		position: relative;
	}
    nav#main-nav {
		height: auto;
	}
    nav#main-nav {
		max-height: 54px;
	}
    nav#main-nav {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
    nav#main-nav {
		flex-direction: row;
	}
    nav#main-nav {
		align-items: center;
	}
    nav#main-nav {
		justify-content: flex-end;
	}
    nav#main-nav > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
    nav#main-nav {
		overflow-y: visible;
	}
    nav#main-nav {
		border-radius: 9999px;
	}
    nav#main-nav {
		background-color: rgba(255, 255, 255, 0.3);
	}
    nav#main-nav {
		--tw-shadow: 0 0 #0000;
		box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
    nav#main-nav {
		--tw-backdrop-blur: blur(4px);
		-webkit-backdrop-filter: var(--tw-backdrop-filter);
		        backdrop-filter: var(--tw-backdrop-filter);
	}
      nav#main-nav a.main-item {
		margin: 0.25rem;
	}
      nav#main-nav a.main-item {
		width: 100%;
	}
      nav#main-nav a.main-item {
		white-space: nowrap;
	}
      nav#main-nav a.main-item {
		border-radius: 9999px;
	}
      nav#main-nav a.main-item {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
      nav#main-nav a.main-item {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
      nav#main-nav a.main-item {
		text-align: center;
	}
      nav#main-nav a.main-item {
		font-size: 14px;
	}
      nav#main-nav a.main-item {
		font-weight: 700;
	}
      nav#main-nav a.main-item {
		--tw-text-opacity: 1;
		color: rgba(52, 52, 53, var(--tw-text-opacity));
	}
      nav#main-nav a.main-item:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
      nav#main-nav div.menu-item-has-children a.main-item.has-children {
		background-color: transparent;
	}
      nav#main-nav div.menu-item-has-children a.main-item.has-children:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		visibility: hidden;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		position: absolute;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		left: 0px;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		top: 100%;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		opacity: 0;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		transition-duration: 200ms;
	}

    div.menu-item-has-children.dropdown:hover ul.dropdown-menu {
		visibility: visible;
	}

    div.menu-item-has-children.dropdown:hover ul.dropdown-menu {
		opacity: 1;
	}
    div.menu-item-has-children.dropdown {
		position: relative !important;
	}

    div.menu-item-has-children.dropdown ul.dropdown-menu {
		position: absolute !important;
	}

    div.menu-item-has-children.dropdown ul.dropdown-menu {
		display: none;
	}

    div.menu-item-has-children.dropdown ul.dropdown-menu {
		flex-direction: column !important;
	}

    div.menu-item-has-children.dropdown ul.dropdown-menu {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
	}

    div.menu-item-has-children.dropdown:hover ul.dropdown-menu {
		display: flex !important;
	}
      header .dropdown-menu.has-children {
		position: absolute;
	}
      header .dropdown-menu.has-children {
		padding-top: 6rem;
	}
      header .dropdown-menu:not(.has-children) {
		position: absolute;
	}
      header .dropdown-menu:not(.has-children) {
		display: flex;
	}
      header .dropdown-menu:not(.has-children) {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
      header .dropdown-menu:not(.has-children) {
		text-align: center !important;
	}
      header .dropdown-menu:not(.has-children) {
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

      header .dropdown-menu {
		margin-top: 1rem;
	}

      header .dropdown-menu {
		display: flex;
	}

      header .dropdown-menu {
		--tw-translate-x: -25%;
		transform: var(--tw-transform);
	}

      header .dropdown-menu {
		list-style-type: none;
	}

      header .dropdown-menu {
		justify-content: center;
	}

      header .dropdown-menu {
		border-radius: 1rem;
	}

      header .dropdown-menu {
		padding: 1rem !important;
	}
      header .dropdown-menu li a.dropdown-item {
		display: flex;
	}
      header .dropdown-menu li a.dropdown-item {
		width: 100%;
	}
      header .dropdown-menu li a.dropdown-item {
		justify-content: center;
	}
      header .dropdown-menu li a.dropdown-item {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
      header .dropdown-menu li a.dropdown-item {
		text-align: center;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		position: fixed;
	}
    div.menu-item-has-children.dropdown ul.dropdown-menu {
		align-items: center;
	}
  }
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}
@media (min-width: 640px) {

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

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

	.container {
		max-width: 1024px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 1200px) {

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

	.container {
		max-width: 1536px;
	}
}
.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;
}
.pointer-events-auto {
	pointer-events: auto;
}
.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-16 {
	top: -4rem;
	right: -4rem;
	bottom: -4rem;
	left: -4rem;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.inset-x-1\/2 {
	left: 50%;
	right: 50%;
}
.bottom-0 {
	bottom: 0px;
}
.right-0 {
	right: 0px;
}
.top-1\/2 {
	top: 50%;
}
.left-0 {
	left: 0px;
}
.top-0 {
	top: 0px;
}
.left-1\/2 {
	left: 50%;
}
.bottom-4 {
	bottom: 1rem;
}
.top-24 {
	top: 6rem;
}
.top-\[555px\] {
	top: 555px;
}
.-left-32 {
	left: -8rem;
}
.-right-32 {
	right: -8rem;
}
.right-\[15px\] {
	right: 15px;
}
.bottom-\[15px\] {
	bottom: 15px;
}
.top-\[45\%\] {
	top: 45%;
}
.top-1\/4 {
	top: 25%;
}
.top-4 {
	top: 1rem;
}
.bottom-64 {
	bottom: 16rem;
}
.top-3 {
	top: 0.75rem;
}
.right-3 {
	right: 0.75rem;
}
.right-20 {
	right: 5rem;
}
.-top-24 {
	top: -6rem;
}
.-right-48 {
	right: -12rem;
}
.top-2 {
	top: 0.5rem;
}
.left-2 {
	left: 0.5rem;
}
.bottom-2 {
	bottom: 0.5rem;
}
.right-2 {
	right: 0.5rem;
}
.-bottom-4 {
	bottom: -1rem;
}
.-bottom-12 {
	bottom: -3rem;
}
.top-8 {
	top: 2rem;
}
.right-6 {
	right: 1.5rem;
}
.top-7 {
	top: 1.75rem;
}
.top-\[1\.2\] {
	top: 1.2;
}
.z-20 {
	z-index: 20;
}
.z-10 {
	z-index: 10;
}
.z-30 {
	z-index: 30;
}
.z-0 {
	z-index: 0;
}
.z-\[9\] {
	z-index: 9;
}
.z-\[3\] {
	z-index: 3;
}
.z-\[-1\] {
	z-index: -1;
}
.\!z-20 {
	z-index: 20 !important;
}
.\!z-0 {
	z-index: 0 !important;
}
.\!z-10 {
	z-index: 10 !important;
}
.z-50 {
	z-index: 50;
}
.z-\[2\] {
	z-index: 2;
}
.z-\[0\] {
	z-index: 0;
}
.order-first {
	order: -9999;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.order-1 {
	order: 1;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.m-0 {
	margin: 0px;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mr-auto {
	margin-right: auto;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-auto {
	margin-top: auto;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mr-12 {
	margin-right: 3rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.ml-\[\.2rem\] {
	margin-left: .2rem;
}
.mr-0 {
	margin-right: 0px;
}
.mr-8 {
	margin-right: 2rem;
}
.ml-auto {
	margin-left: auto;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.\!mb-6 {
	margin-bottom: 1.5rem !important;
}
.mt-32 {
	margin-top: 8rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-\[2px\] {
	margin-top: 2px;
}
.mt-\[1\.8px\] {
	margin-top: 1.8px;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-\[calc\(100\%\+20px\)\] {
	margin-top: calc(100% + 20px);
}
.mt-24 {
	margin-top: 6rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.\!flex {
	display: flex !important;
}
.inline-flex {
	display: inline-flex;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.\!hidden {
	display: none !important;
}
.h-5 {
	height: 1.25rem;
}
.h-full {
	height: 100%;
}
.h-64 {
	height: 16rem;
}
.h-\[calc\(100\%\+350px\)\] {
	height: calc(100% + 350px);
}
.h-\[576px\] {
	height: 576px;
}
.h-\[596px\] {
	height: 596px;
}
.h-\[352px\] {
	height: 352px;
}
.h-\[325px\] {
	height: 325px;
}
.h-auto {
	height: auto;
}
.h-\[200\%\] {
	height: 200%;
}
.h-\[790px\] {
	height: 790px;
}
.h-\[54px\] {
	height: 54px;
}
.h-\[368px\] {
	height: 368px;
}
.h-\[150px\] {
	height: 150px;
}
.h-\[100px\] {
	height: 100px;
}
.h-8 {
	height: 2rem;
}
.h-1 {
	height: 0.25rem;
}
.h-2 {
	height: 0.5rem;
}
.h-3 {
	height: 0.75rem;
}
.h-\[672px\] {
	height: 672px;
}
.h-\[625px\] {
	height: 625px;
}
.h-\[calc\(100\%-555px\)\] {
	height: calc(100% - 555px);
}
.h-\[200px\] {
	height: 200px;
}
.h-20 {
	height: 5rem;
}
.h-screen {
	height: 100vh;
}
.h-\[calc\(100dvh-40px\)\] {
	height: calc(100dvh - 40px);
}
.\!h-72 {
	height: 18rem !important;
}
.h-\[250px\] {
	height: 250px;
}
.h-\[660px\] {
	height: 660px;
}
.h-\[800px\] {
	height: 800px;
}
.h-12 {
	height: 3rem;
}
.h-6 {
	height: 1.5rem;
}
.h-\[450px\] {
	height: 450px;
}
.h-\[400px\] {
	height: 400px;
}
.h-16 {
	height: 4rem;
}
.h-\[377px\] {
	height: 377px;
}
.max-h-\[150px\] {
	max-height: 150px;
}
.max-h-\[256px\] {
	max-height: 256px;
}
.min-h-\[450px\] {
	min-height: 450px;
}
.min-h-\[60vh\] {
	min-height: 60vh;
}
.min-h-\[45vh\] {
	min-height: 45vh;
}
.min-h-\[242px\] {
	min-height: 242px;
}
.min-h-\[158px\] {
	min-height: 158px;
}
.min-h-\[135px\] {
	min-height: 135px;
}
.min-h-\[232px\] {
	min-height: 232px;
}
.w-full {
	width: 100%;
}
.w-5 {
	width: 1.25rem;
}
.w-\[125\%\] {
	width: 125%;
}
.w-48 {
	width: 12rem;
}
.w-\[calc\(100\%\+140px\)\] {
	width: calc(100% + 140px);
}
.w-2\/5 {
	width: 40%;
}
.w-auto {
	width: auto;
}
.w-\[150px\] {
	width: 150px;
}
.w-\[100px\] {
	width: 100px;
}
.w-8 {
	width: 2rem;
}
.w-screen {
	width: 100vw;
}
.w-\[200px\] {
	width: 200px;
}
.w-3\/5 {
	width: 60%;
}
.w-\[150\%\] {
	width: 150%;
}
.w-1\/2 {
	width: 50%;
}
.w-20 {
	width: 5rem;
}
.w-12 {
	width: 3rem;
}
.w-\[750px\] {
	width: 750px;
}
.w-\[390px\] {
	width: 390px;
}
.w-6 {
	width: 1.5rem;
}
.w-32 {
	width: 8rem;
}
.min-w-full {
	min-width: 100%;
}
.min-w-\[85px\] {
	min-width: 85px;
}
.max-w-\[440px\] {
	max-width: 440px;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.max-w-\[212px\] {
	max-width: 212px;
}
.max-w-\[calc\(100\%-100px\)\] {
	max-width: calc(100% - 100px);
}
.max-w-\[1058px\] {
	max-width: 1058px;
}
.max-w-\[166px\] {
	max-width: 166px;
}
.max-w-\[1440px\] {
	max-width: 1440px;
}
.max-w-\[85px\] {
	max-width: 85px;
}
.max-w-\[1360px\] {
	max-width: 1360px;
}
.max-w-\[1110px\] {
	max-width: 1110px;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-\[335px\] {
	max-width: 335px;
}
.max-w-\[525px\] {
	max-width: 525px;
}
.max-w-\[870px\] {
	max-width: 870px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-grow {
	flex-grow: 1;
}
.origin-left {
	transform-origin: left;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-center {
	transform-origin: center;
}
.translate-x-\[-10\%\] {
	--tw-translate-x: -10%;
	transform: var(--tw-transform);
}
.translate-x-1\/4 {
	--tw-translate-x: 25%;
	transform: var(--tw-transform);
}
.-translate-y-2\/3 {
	--tw-translate-y: -66.666667%;
	transform: var(--tw-transform);
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-y-1\/4 {
	--tw-translate-y: -25%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.translate-y-1\/2 {
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.scale-150 {
	--tw-scale-x: 1.5;
	--tw-scale-y: 1.5;
	transform: var(--tw-transform);
}
.scale-\[80\%\] {
	--tw-scale-x: 80%;
	--tw-scale-y: 80%;
	transform: var(--tw-transform);
}
.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}
.scale-125 {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	transform: var(--tw-transform);
}
.scale-\[220\%\] {
	--tw-scale-x: 220%;
	--tw-scale-y: 220%;
	transform: var(--tw-transform);
}
.scale-\[200\%\] {
	--tw-scale-x: 200%;
	--tw-scale-y: 200%;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.scale-90 {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}
.scale-\[2\.5\] {
	--tw-scale-x: 2.5;
	--tw-scale-y: 2.5;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}
.\!list-none {
	list-style-type: none !important;
}
.list-none {
	list-style-type: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.\!flex-row {
	flex-direction: row !important;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-center {
	align-content: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-2\.5 {
	gap: 0.625rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.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-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * 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-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.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));
}
.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-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(10px * var(--tw-space-x-reverse));
	margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
	align-self: flex-start;
}
.justify-self-center {
	justify-self: center;
}
.overflow-hidden {
	overflow: hidden;
}
.\!overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.\!overflow-x-hidden {
	overflow-x: hidden !important;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.overscroll-x-none {
	overscroll-behavior-x: none;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-\[20px\] {
	border-radius: 20px;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-b-md {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-3xl {
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
.rounded-t-3xl {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}
.rounded-b-2xl {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.rounded-b-3xl {
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.rounded-bl-3xl {
	border-bottom-left-radius: 1.5rem;
}
.rounded-tl-3xl {
	border-top-left-radius: 1.5rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-t-\[2px\] {
	border-top-width: 2px;
}
.border-b-\[2px\] {
	border-bottom-width: 2px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-1 {
	border-bottom-width: 1px;
}
.border-yellow {
	--tw-border-opacity: 1;
	border-color: rgba(247, 231, 131, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-light_gray {
	--tw-border-opacity: 1;
	border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}
.border-\[\#A0A0A0\] {
	--tw-border-opacity: 1;
	border-color: rgba(160, 160, 160, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-r-yellow {
	--tw-border-opacity: 1;
	border-right-color: rgba(247, 231, 131, var(--tw-border-opacity));
}
.border-b-white {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.bg-darker-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}
.bg-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-light_gray {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-\[\#f2f2f2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-gray-100\/60 {
	background-color: rgba(243, 244, 246, 0.6);
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-white\/50 {
	background-color: rgba(255, 255, 255, 0.5);
}
.bg-\[\#D9D9D9\] {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 217, 217, var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-dark_yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 232, 133, var(--tw-bg-opacity));
}
.bg-\[\#A0A0A0\] {
	--tw-bg-opacity: 1;
	background-color: rgba(160, 160, 160, var(--tw-bg-opacity));
}
.bg-black\/25 {
	background-color: rgba(0, 0, 0, 0.25);
}
.bg-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(76, 78, 86, var(--tw-bg-opacity));
}
.bg-opacity-90 {
	--tw-bg-opacity: 0.9;
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-yellow\/50 {
	--tw-gradient-from: rgba(247, 231, 131, 0.5);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 231, 131, 0));
}
.from-yellow\/70 {
	--tw-gradient-from: rgba(247, 231, 131, 0.7);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 231, 131, 0));
}
.from-white {
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-black\/10 {
	--tw-gradient-from: rgba(0, 0, 0, 0.1);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-transparent {
	--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-\[\#f2f2f2\] {
	--tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
}
.via-white {
	--tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.to-transparent {
	--tw-gradient-to: transparent;
}
.to-white {
	--tw-gradient-to: #fff;
}
.to-\[\#f2f2f2\] {
	--tw-gradient-to: #f2f2f2;
}
.bg-cover {
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}
.bg-center {
	background-position: center;
}
.bg-bottom {
	background-position: bottom;
}
.bg-top {
	background-position: top;
}
.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;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-10 {
	padding: 2.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}
.p-16 {
	padding: 4rem;
}
.\!p-0 {
	padding: 0px !important;
}
.p-2 {
	padding: 0.5rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.\!px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-\[20px\] {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-\[50px\] {
	padding-left: 50px;
	padding-right: 50px;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-\[32px\] {
	padding-left: 32px;
	padding-right: 32px;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-\[4rem\] {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.\!px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.pb-1\.5 {
	padding-bottom: 0.375rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pt-\[33px\] {
	padding-top: 33px;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pl-\[1rem\] {
	padding-left: 1rem;
}
.pr-\[2rem\] {
	padding-right: 2rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.\!pt-0 {
	padding-top: 0px !important;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pl-\[10px\] {
	padding-left: 10px;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-36 {
	padding-top: 9rem;
}
.pr-16 {
	padding-right: 4rem;
}
.pt-0 {
	padding-top: 0px;
}
.pt-20 {
	padding-top: 5rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-serif {
	font-family: Georgia, Cambria, Times New Roman, Times, serif;
}
.text-\[28px\] {
	font-size: 28px;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-sm {
	font-size: 0.875rem;
}
.text-\[26px\] {
	font-size: 26px;
}
.text-\[2\.7rem\] {
	font-size: 2.7rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-\[22px\] {
	font-size: 22px;
}
.\!text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
.text-\[30px\] {
	font-size: 30px;
}
.text-\[20px\] {
	font-size: 20px;
}
.text-\[80px\] {
	font-size: 80px;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-\[4px\] {
	font-size: 4px;
}
.text-\[4\.3px\] {
	font-size: 4.3px;
}
.text-\[4\.1px\] {
	font-size: 4.1px;
}
.text-\[18px\] {
	font-size: 18px;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-semibold {
	font-weight: 600;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-extrabold {
	font-weight: 800;
}
.\!font-medium {
	font-weight: 500 !important;
}
.font-bold {
	font-weight: 700;
}
.\!font-semibold {
	font-weight: 600 !important;
}
.font-thin {
	font-weight: 100;
}
.capitalize {
	text-transform: capitalize;
}
.leading-snug {
	line-height: 1.375;
}
.leading-8 {
	line-height: 2rem;
}
.leading-\[20px\] {
	line-height: 20px;
}
.\!leading-tight {
	line-height: 1.25 !important;
}
.leading-normal {
	line-height: 1.5;
}
.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.\!leading-\[1\.3\] {
	line-height: 1.3 !important;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-\[1\.5\] {
	letter-spacing: 1.5;
}
.text-white\/95 {
	color: rgba(255, 255, 255, 0.95);
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-yellow {
	--tw-text-opacity: 1;
	color: rgba(247, 231, 131, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-dark-gray {
	--tw-text-opacity: 1;
	color: rgba(76, 78, 86, var(--tw-text-opacity));
}
.text-\[\#A0A0A0\] {
	--tw-text-opacity: 1;
	color: rgba(160, 160, 160, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-white\/80 {
	color: rgba(255, 255, 255, 0.8);
}
.text-darker-gray {
	--tw-text-opacity: 1;
	color: rgba(52, 52, 53, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-orange {
	--tw-text-opacity: 1;
	color: rgba(233, 90, 41, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-orange-500 {
	--tw-text-opacity: 1;
	color: rgba(233, 90, 41, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-\[85\%\] {
	opacity: 85%;
}
.opacity-90 {
	opacity: 0.9;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.duration-1000 {
	transition-duration: 1000ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media (max-width: 1024px) {
  .bg-white-below-desktop {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
}
.post-content div.richtext > ul {
	list-style-type: disc;
	padding-left: 2rem;
}
.post-content div.richtext p {
	padding-top: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
}
@media (min-width: 1024px) {

	.post-content div.richtext p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.post-content div.richtext p strong {
	padding-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 800;
}
@media (min-width: 1024px) {

	.post-content div.richtext p strong {
		font-size: 22px;
	}
}
.post-content div.richtext p + p {
	margin-top: 0px;
}
.post-content div.richtext > ul > li {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
}
@media (min-width: 1024px) {

	.post-content div.richtext > ul > li {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.post-content div.richtext > ul > li::marker {
  color: #000000 !important;
}
body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
/* was 1200 by default */
@media (min-width: 1232px) {
  .container {
    max-width: 1400px;
  }
}
div:not(.tns-slider) .pre-tns-hidden {
  display: none;
}
.tns-slider .pre-tns-hidden {
  display: block;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.full-width-video-section iframe {
  width: 100%;
  height: 100%;
}
.hero-subheading {
	padding-top: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(76, 78, 86, var(--tw-text-opacity));
  font-size: 30px;
}
.colored-underline {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  -webkit-text-decoration-color: #ffe885;
          text-decoration-color: #ffe885;
  line-height: 1.3 !important;
}
.gform-theme--foundation #field_submit {
  margin: auto;
}
/* #gform_2 .gform_footer input[type='submit'],
#gform_2 .gform_page_footer input[type='submit'] {
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  min-width: 180px;
}

.gform-theme--foundation input[type='submit'] {
  padding-right: 1rem !important;
  background-image: url('/wp-content/themes/cellbri/public/images/rarr.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.25rem 1.25rem;
} */
ul {
	list-style-type: disc;
	padding-left: 1.25rem;
	padding-right: 1rem;
}
li::marker {
  color: #a0a0a0;
}
.richtext ul > li {
  margin-bottom: 12px;
}
.btnAlt {
	display: inline-flex;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(76, 78, 86, var(--tw-text-opacity));
}
.btnAlt:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

	.btnAlt {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.btnAlt {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.card {
	border-radius: 0.75rem;
	padding: 1rem;
}
@media (min-width: 1024px) {

	.card {
		padding: 2rem;
	}
}
.tns-slide.tns-slide-active + .tns-slide.tns-slide-active {
  /* This targets the 2nd active slide (middle one) */
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
#consumable-slider-nav > div:not(:last-child) {
	position: relative;
	padding-right: 1.5rem;
}
#consumable-slider-nav > div:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.5rem;
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
  }
#consumable-slider-nav > div:not(:last-child):after {
	display: none;
}
#consumable-slider-nav > div:not(:last-child):after {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

	#consumable-slider-nav > div:not(:last-child):after {
		display: block;
	}
}
.alm-filters-container .alm-filter li div.alm-filter--link:before,
.alm-filters-container .alm-filter li div.alm-filter--link:after {
  display: none !important;
}
.alm-filters-container .alm-filter li div.alm-filter--link {
  padding: 0px 12px !important;
  color: #4c4e56 !important;
  font-size: 18px !important;
  font-family: area-variable, sans-serif !important;
  font-weight: 500 !important;
  text-align: center !important;
}
li .alm-filter--radio.field-1 {
  width: 135px !important;
}
.alm-filters-container .alm-filter li {
  background-color: #ffffff !important;
  border: #f7e783 1px solid !important;
  color: #343435 !important;
}
.alm-filters-container .alm-filter li:hover {
  background-color: #f7e783;
  color: #343435 !important;
}
.alm-filter--radio:has(> .alm-filter--link[aria-checked='true']) {
  background-color: #f7e783 !important;
  color: #343435 !important;
}
ul.alm-listing.alm-ajax {
  list-style-type: none;
}
.alm-filters-container .alm-filter li {
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .alm-filters.alm-filters-container ul {
    display: flex !important;
    flex-direction: column !important;
  }
  .alm-filters ul > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .alm-filters ul > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1rem !important;
  }
  .alm-filters.alm-filters-container {
		flex-direction: row-reverse;
	}
}
.ajax-load-more-wrap {
	min-height: 480px;
}
.alm-filters--controls {
	justify-content: center;
}
.alm-filters.alm-filters-container {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 0.5rem;
}
.alm-filters.alm-filters-container ul {
	display: flex;
}
.alm-filters.alm-filters-container ul {
	flex-direction: column;
}
.alm-filters.alm-filters-container ul > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

	.alm-filters.alm-filters-container ul {
		flex-direction: row;
	}
}
@media (min-width: 1024px) {

	.alm-filters.alm-filters-container ul > :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));
	}
}
@media (min-width: 1024px) {

	.alm-filters.alm-filters-container ul > :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)));
	}
}
.alm-filters.alm-filters-container ul li {
	display: flex;
}
.alm-filters.alm-filters-container ul li {
	align-items: center;
}
.alm-filters.alm-filters-container ul li {
	justify-content: center;
}
.alm-filters.alm-filters-container ul li {
	border-radius: 9999px;
}
.alm-filters.alm-filters-container ul li {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.alm-filters.alm-filters-container ul li {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.alm-filters.alm-filters-container ul li {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.alm-filters.alm-filters-container ul li {
	--tw-text-opacity: 1 !important;
	color: rgba(52, 52, 53, var(--tw-text-opacity)) !important;
}
.alm-filters.alm-filters-container ul li .alm-filter--radio {
        color: #343435 !important;
      }
.alm-filters.alm-filters-container ul li .field-radio, .alm-filters.alm-filters-container ul li div {
	display: none;
}
.alm-filters.alm-filters-container ul li .field-radio, .alm-filters.alm-filters-container ul li div {
	-webkit-appearance: none !important;
	        appearance: none !important;
}
.alm-filters.alm-filters-container ul li .field-radio, .alm-filters.alm-filters-container ul li div {
	white-space: nowrap;
}
.alm-filters.alm-filters-container .alm-filters--reset {
	height: 100% !important;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	display: flex;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	height: 2.5rem !important;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	align-items: center;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	justify-content: center;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	border-radius: 9999px;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(52, 52, 53, var(--tw-bg-opacity)) !important;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.alm-filters.alm-filters-container .alm-filters--reset button:not(.hidden) {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.alm-btn-wrap button:not(.hidden) {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 2.5rem !important;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity)) !important;
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(52, 52, 53, var(--tw-text-opacity)) !important;
}
.alm-filters.alm-filters-container .alm-filters--reset {
	margin-left: auto;
	margin-right: auto;
}
/* width */
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  background: #a0a0a0;
  width: 4px;
  border-radius: 9999px;
}
/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #343435;
  height: 80px;
  border-radius: 9999px;
}
/* firefox */
/* .custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #343435 #a0a0a0;
} */
section.product-description + section.product-description {
	overflow: hidden;
}
section.product-description + section.product-description img {
	height: 100%;
}
section.product-description + section.product-description img {
	width: auto;
}
header.scrolled > div {
	--tw-backdrop-blur: blur(16px);
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}
header.scrolled {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px) {
  header.scrolled > div {
		--tw-backdrop-blur: blur(16px);
		-webkit-backdrop-filter: var(--tw-backdrop-filter);
		        backdrop-filter: var(--tw-backdrop-filter);
	}
  header.scrolled .nav-container {
		border-radius: 9999px;
	}
  header.scrolled nav#main-nav {
		--tw-bg-opacity: 1;
		background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
	}
    header.scrolled nav#main-nav a[href='/contact'] {
		--tw-bg-opacity: 1;
		background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
	}
}
.cky-consent-bar {
	border-radius: 1.5rem !important;
}
.cky-btn {
	border-radius: 9999px !important;
}
.hp-hero .img-slider .slide .inner img {
	height: 625px;
}
.hp-hero .img-slider .slide.tns-slide-active .inner {
    max-height: 625px;
  }
.hp-hero .img-slider .slide.tns-slide-active .inner {
	display: flex;
}
.hp-hero .img-slider .slide.tns-slide-active .inner {
	height: 100%;
}
.hp-hero .img-slider .slide.tns-slide-active .inner {
	align-items: flex-end;
}
.hp-hero .img-slider .slide.tns-slide-active .inner {
	justify-content: center;
}
ul.grey-marker li::marker {
  color: #a0a0a0;
}
svg#product-showcase g.tooltips g {
    opacity: 0;
  }
svg#product-showcase g.tooltips g.active {
    opacity: 1;
  }
/*
section.product-description:first-child {
  margin: 500px;
} */
section.product-description {
	padding-top: 4rem;
}
/*  override with 0  */
section.product-description ~ section.product-description {
	padding-top: 0px;
	padding-bottom: 0px;
}
/**
slider circle
*/
.circle-slider {
  position: relative;
  height: 395px;
}
.circle-slide {
  position: absolute;
  width: 395px;
  height: 395px;
  border-radius: 999px;
}
@media (max-width: 1024px) {
  .circle-slide {
    margin: auto !important;
  }
}
/* Mobile styles for vertical layout */
@media (max-width: 767px) {
  .circle-slider {
    height: auto;
    min-height: 395px;
  }

  .circle-slide {
    width: 300px;
    height: 300px;
  }

  /* Adjust the slider container for mobile */
  .circle-slider-section .z-\[0\] {
    height: auto;
    min-height: 500px;
  }
}
section.hp-hero .slide img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
/**
builder
*/
section.product-builder .btns button {
    /* border-color: #343435!important; */
    /* border: 1px solid #343435 !important; */
    font-weight: 600 !important;
  }
section.product-builder .btns button.active {
    background-color: #ffffff !important;
    /* border: 1px solid #343435 !important; */
    color: #343435 !important;
  }
section.product-builder .btns button:not(.active) {
    background-color: #343435 !important;
    opacity: 25% !important;
    /* border: 1px solid #343435!important; */
    color: #ffe885 !important;
  }
section.product-builder .btns button:not(.active):hover {
    background-color: #343435 !important;
    opacity: 50% !important;
  }
/* .mobile-info-card {
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
}

.mobile-info-card.active {
    transform: translateY(0);
} */
.richtext table {
    border-collapse: collapse;
  }
.richtext table tbody tr td {
	border-width: 1px;
}
.richtext table tbody tr td {
	--tw-border-opacity: 1;
	border-color: rgba(76, 78, 86, var(--tw-border-opacity));
}
.richtext table tbody tr td {
	padding-left: 1rem;
	padding-right: 1rem;
}
.richtext table tbody tr td {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.richtext table tbody tr:first-child td:first-child {
	border-top-left-radius: 0.75rem;
}
.richtext table tbody tr:first-child td:last-child {
	border-top-right-radius: 0.75rem;
}
.richtext table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 0.75rem;
}
.richtext table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 0.75rem;
}
fieldset {
  margin-top: 0px;
}
p.gform_required_legend,
.gform_heading {
  display: none !important;
}
footer a {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
footer a {
	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;
}
footer a {
	transition-duration: 200ms;
}
footer a {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
footer .gform-footer.gform_footer.top_label {
	margin: 0px;
}
footer .gform-footer.gform_footer.top_label {
	display: none;
}
footer form input[type="submit"]:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
footer form input[type="submit"]:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(52, 52, 53, var(--tw-text-opacity)) !important;
}
.pum-overlay {
	background-color: rgba(0, 0, 0, 0.25);
}
.pum-overlay .pum-container {
	border-radius: 24px !important;
}
.pum-overlay .pum-container {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.pum-overlay .pum-close {
	border-style: none !important;
}
.pum-overlay .pum-close {
	background-color: transparent !important;
}
.pum-overlay .pum-close {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.pum-overlay .pum-close {
	--tw-shadow: 0 0 #0000 !important;
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.pum-overlay .pum-close {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.pum-overlay .pum-content {
	--tw-text-opacity: 1;
	color: rgba(52, 52, 53, var(--tw-text-opacity));
}
.pum-overlay form .gf_progressbar_wrapper {
	display: none !important;
}
.pum-overlay form .gform_fields legend.gfield_label.gform-field-label, .pum-overlay form .gform_fields label.gfield_label.gform-field-label {
        font-weight:800;
      }
.pum-overlay form .gform_fields legend.gfield_label.gform-field-label, .pum-overlay form .gform_fields label.gfield_label.gform-field-label {
	position: relative !important;
}
.pum-overlay form .gform_fields legend.gfield_label.gform-field-label, .pum-overlay form .gform_fields label.gfield_label.gform-field-label {
	margin-bottom: 2rem !important;
}
.pum-overlay form .gform_fields legend.gfield_label.gform-field-label, .pum-overlay form .gform_fields label.gfield_label.gform-field-label {
	display: block !important;
}
.pum-overlay form .gform_fields legend.gfield_label.gform-field-label, .pum-overlay form .gform_fields label.gfield_label.gform-field-label {
	text-align: center !important;
}
.pum-overlay form .gform_fields legend.gfield_label.gform-field-label, .pum-overlay form .gform_fields label.gfield_label.gform-field-label {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
/* .gform-page-footer {
      input[type="button"]:last-child {
        @apply bg-yellow text-darker-gray;
      }
    } */
.pum-overlay form input[type="button"] {
	border-radius: 9999px !important;
}
.pum-overlay form input[type="button"].gform_next_button {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity)) !important;
}
.pum-overlay form input[type="button"].gform_next_button {
	--tw-text-opacity: 1 !important;
	color: rgba(52, 52, 53, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {
  .pum-container {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
  .pum-container {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
    .pum-container h3 {
		margin-bottom: 1rem;
	}
    .pum-container form {
		margin-top: 2rem;
	}

    .pum-container form .gform-body .gfield_radio {
		display: flex !important;
	}

    .pum-container form .gform-body .gfield_radio {
		width: 100% !important;
	}

    .pum-container form .gform-body .gfield_radio {
		flex-direction: row !important;
	}

    .pum-container form .gform-body .gfield_radio {
		justify-content: space-between !important;
	}
      .pum-container form .gform-body .gfield_radio .gchoice {
		display: flex !important;
	}
      .pum-container form .gform-body .gfield_radio .gchoice {
		flex-direction: column !important;
	}
      .pum-container form .gform-body .gfield_radio .gchoice {
		align-items: center !important;
	}
      .pum-container form .gform-body .gfield_radio .gchoice {
		justify-content: center !important;
	}
}
.first\:py-16:first-child {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0px;
}
.even\:bg-white:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:cursor-pointer:hover {
	cursor: pointer;
}
.hover\:border-blue-400:hover {
	--tw-border-opacity: 1;
	border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.hover\:border-dark_yellow:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 232, 133, var(--tw-border-opacity));
}
.hover\:border-gray-200:hover {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.hover\:bg-blue-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.hover\:bg-yellow:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
}
.hover\:bg-darker-gray:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.hover\:\!bg-darker-gray:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(52, 52, 53, var(--tw-bg-opacity)) !important;
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-darker-gray:hover {
	--tw-text-opacity: 1;
	color: rgba(52, 52, 53, var(--tw-text-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:\!text-white:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.hover\:text-gray-200:hover {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.hover\:text-indigo-600:hover {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.focus\:ring-darker-gray:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(52, 52, 53, var(--tw-ring-opacity));
}
.disabled\:cursor-not-allowed:disabled {
	cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
	opacity: 0.5;
}
.disabled\:opacity-0:disabled {
	opacity: 0;
}
.group:hover .group-hover\:scale-110 {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:from-gray {
	--tw-gradient-from: #4c4e56;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 78, 86, 0));
}
.group:hover .group-hover\:to-gray {
	--tw-gradient-to: #4c4e56;
}
.group:hover .group-hover\:stroke-white {
	stroke: #fff;
}
.group:hover .group-hover\:stroke-black {
	stroke: #000;
}
.group:hover .group-hover\:text-orange-300 {
	--tw-text-opacity: 1;
	color: rgba(241, 147, 115, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

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

	.sm\:flex-wrap {
		flex-wrap: wrap;
	}

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

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

	.sm\: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)));
	}
}
@media (min-width: 768px) {

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

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

	.md\:-translate-y-20 {
		--tw-translate-y: -5rem;
		transform: var(--tw-transform);
	}

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

	.md\:justify-center {
		justify-content: center;
	}

	.md\:p-0 {
		padding: 0px;
	}

	.md\:pr-16 {
		padding-right: 4rem;
	}
}
@media (min-width: 1024px) {
  p,
  .lg\:richtext {
    line-height: 1.5;
  }
  .page-id-3 .lg\:richtext a[data-custom-class="link"] {
  font-size: 18px;
  display: block;
  line-height: 1.5;
}
  .lg\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
  @media (min-width: 640px) {

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

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

		.lg\:container {
			max-width: 1024px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}
  @media (min-width: 1200px) {

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

		.lg\:container {
			max-width: 1536px;
		}
	}
  .lg\:visible {
		visibility: visible;
	}
  .lg\:absolute {
		position: absolute;
	}
  .lg\:relative {
		position: relative;
	}
  .lg\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
  .lg\:left-auto {
		left: auto;
	}
  .lg\:right-0 {
		right: 0px;
	}
  .lg\:left-10 {
		left: 2.5rem;
	}
  .lg\:left-\[calc\(100\%-533px\)\] {
		left: calc(100% - 533px);
	}
  .lg\:left-\[calc\(100\%-350px\)\] {
		left: calc(100% - 350px);
	}
  .lg\:top-1\/2 {
		top: 50%;
	}
  .lg\:left-2\/3 {
		left: 66.666667%;
	}
  .lg\:bottom-0 {
		bottom: 0px;
	}
  .lg\:left-16 {
		left: 4rem;
	}
  .lg\:right-16 {
		right: 4rem;
	}
  .lg\:bottom-4 {
		bottom: 1rem;
	}
  .lg\:top-7 {
		top: 1.75rem;
	}
  .lg\:right-7 {
		right: 1.75rem;
	}
  .lg\:right-\[45\%\] {
		right: 45%;
	}
  .lg\:z-20 {
		z-index: 20;
	}
  .lg\:order-last {
		order: 9999;
	}
  .lg\:order-1 {
		order: 1;
	}
  .lg\:order-2 {
		order: 2;
	}
  .lg\:order-3 {
		order: 3;
	}
  .lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}
  .lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
  .lg\:col-span-3 {
		grid-column: span 3 / span 3;
	}
  .lg\:col-span-10 {
		grid-column: span 10 / span 10;
	}
  .lg\:row-span-1 {
		grid-row: span 1 / span 1;
	}
  .lg\:row-span-2 {
		grid-row: span 2 / span 2;
	}
  .lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
  .lg\:my-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
  .lg\:-mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}
  .lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
  .lg\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
  .lg\:mt-20 {
		margin-top: 5rem;
	}
  .lg\:mb-2 {
		margin-bottom: 0.5rem;
	}
  .lg\:mt-8 {
		margin-top: 2rem;
	}
  .lg\:mr-16 {
		margin-right: 4rem;
	}
  .lg\:ml-auto {
		margin-left: auto;
	}
  .lg\:mr-0 {
		margin-right: 0px;
	}
  .lg\:mb-10 {
		margin-bottom: 2.5rem;
	}
  .lg\:mt-4 {
		margin-top: 1rem;
	}
  .lg\:mt-0 {
		margin-top: 0px;
	}
  .lg\:mr-2 {
		margin-right: 0.5rem;
	}
  .lg\:ml-2 {
		margin-left: 0.5rem;
	}
  .lg\:mb-8 {
		margin-bottom: 2rem;
	}
  .lg\:mr-auto {
		margin-right: auto;
	}
  .lg\:mb-\[46px\] {
		margin-bottom: 46px;
	}
  .lg\:mt-2 {
		margin-top: 0.5rem;
	}
  .lg\:mb-50 {
		margin-bottom: 50px;
	}
  .lg\:mt-16 {
		margin-top: 4rem;
	}
  .lg\:mt-\[100px\] {
		margin-top: 100px;
	}
  .lg\:mr-4 {
		margin-right: 1rem;
	}
  .lg\:mt-10 {
		margin-top: 2.5rem;
	}
  .lg\:block {
		display: block;
	}
  .lg\:flex {
		display: flex;
	}
  .lg\:grid {
		display: grid;
	}
  .lg\:hidden {
		display: none;
	}
  .lg\:h-\[640px\] {
		height: 640px;
	}
  .lg\:h-\[1024px\] {
		height: 1024px;
	}
  .lg\:h-\[693px\] {
		height: 693px;
	}
  .lg\:h-\[400px\] {
		height: 400px;
	}
  .lg\:h-full {
		height: 100%;
	}
  .lg\:h-auto {
		height: auto;
	}
  .lg\:h-\[calc\(100\%-80px\)\] {
		height: calc(100% - 80px);
	}
  .lg\:h-\[648px\] {
		height: 648px;
	}
  .lg\:h-\[274px\] {
		height: 274px;
	}
  .lg\:h-\[338px\] {
		height: 338px;
	}
  .lg\:h-\[225px\] {
		height: 225px;
	}
  .lg\:h-\[615px\] {
		height: 615px;
	}
  .lg\:h-\[1155px\] {
		height: 1155px;
	}
  .lg\:h-10 {
		height: 2.5rem;
	}
  .lg\:h-\[595px\] {
		height: 595px;
	}
  .lg\:h-\[352px\] {
		height: 352px;
	}
  .lg\:h-\[455px\] {
		height: 455px;
	}
  .lg\:h-16 {
		height: 4rem;
	}
  .lg\:h-\[680px\] {
		height: 680px;
	}
  .lg\:h-\[575px\] {
		height: 575px;
	}
  .lg\:max-h-\[800px\] {
		max-height: 800px;
	}
  .lg\:max-h-\[475px\] {
		max-height: 475px;
	}
  .lg\:max-h-\[293px\] {
		max-height: 293px;
	}
  .lg\:min-h-\[458px\] {
		min-height: 458px;
	}
  .lg\:min-h-\[400px\] {
		min-height: 400px;
	}
  .lg\:min-h-\[190px\] {
		min-height: 190px;
	}
  .lg\:min-h-\[660px\] {
		min-height: 660px;
	}
  .lg\:min-h-\[520px\] {
		min-height: 520px;
	}
  .lg\:w-1\/2 {
		width: 50%;
	}
  .lg\:w-\[640px\] {
		width: 640px;
	}
  .lg\:w-full {
		width: 100%;
	}
  .lg\:w-2\/5 {
		width: 40%;
	}
  .lg\:w-3\/5 {
		width: 60%;
	}
  .lg\:w-auto {
		width: auto;
	}
  .lg\:w-\[400px\] {
		width: 400px;
	}
  .lg\:w-\[572px\] {
		width: 572px;
	}
  .lg\:w-\[648px\] {
		width: 648px;
	}
  .lg\:w-2\/3 {
		width: 66.666667%;
	}
  .lg\:w-\[300px\] {
		width: 300px;
	}
  .lg\:w-0 {
		width: 0px;
	}
  .lg\:w-\[455px\] {
		width: 455px;
	}
  .lg\:w-\[calc\(100\%-455px\)\] {
		width: calc(100% - 455px);
	}
  .lg\:w-\[1360px\] {
		width: 1360px;
	}
  .lg\:\!w-\[455px\] {
		width: 455px !important;
	}
  .lg\:w-\[1155px\] {
		width: 1155px;
	}
  .lg\:w-40 {
		width: 10rem;
	}
  .lg\:w-\[140px\] {
		width: 140px;
	}
  .lg\:w-\[810px\] {
		width: 810px;
	}
  .lg\:w-10 {
		width: 2.5rem;
	}
  .lg\:w-\[780px\] {
		width: 780px;
	}
  .lg\:w-3\/4 {
		width: 75%;
	}
  .lg\:w-1\/3 {
		width: 33.333333%;
	}
  .lg\:w-\[575px\] {
		width: 575px;
	}
  .lg\:max-w-\[290px\] {
		max-width: 290px;
	}
  .lg\:max-w-none {
		max-width: none;
	}
  .lg\:\!max-w-4xl {
		max-width: 56rem !important;
	}
  .lg\:max-w-\[300px\] {
		max-width: 300px;
	}
  .lg\:max-w-\[440px\] {
		max-width: 440px;
	}
  .lg\:max-w-\[calc\(100\%-740px\)\] {
		max-width: calc(100% - 740px);
	}
  .lg\:max-w-\[450px\] {
		max-width: 450px;
	}
  .lg\:translate-x-1\/2 {
		--tw-translate-x: 50%;
		transform: var(--tw-transform);
	}
  .lg\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
  .lg\:translate-x-\[100px\] {
		--tw-translate-x: 100px;
		transform: var(--tw-transform);
	}
  .lg\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}
  .lg\:-translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}
  .lg\:rotate-0 {
		--tw-rotate: 0deg;
		transform: var(--tw-transform);
	}
  .lg\:scale-125 {
		--tw-scale-x: 1.25;
		--tw-scale-y: 1.25;
		transform: var(--tw-transform);
	}
  .lg\:scale-75 {
		--tw-scale-x: .75;
		--tw-scale-y: .75;
		transform: var(--tw-transform);
	}
  .lg\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}
  .lg\:scale-\[175\%\] {
		--tw-scale-x: 175%;
		--tw-scale-y: 175%;
		transform: var(--tw-transform);
	}
  .lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
  .lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
  .lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
  .lg\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
  .lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
  .lg\:flex-row {
		flex-direction: row;
	}
  .lg\:\!flex-row {
		flex-direction: row !important;
	}
  .lg\:flex-col {
		flex-direction: column;
	}
  .lg\:flex-wrap {
		flex-wrap: wrap;
	}
  .lg\:items-start {
		align-items: flex-start;
	}
  .lg\:items-end {
		align-items: flex-end;
	}
  .lg\:items-center {
		align-items: center;
	}
  .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\:justify-items-start {
		justify-items: start;
	}
  .lg\:gap-4 {
		gap: 1rem;
	}
  .lg\:gap-8 {
		gap: 2rem;
	}
  .lg\:gap-\[20px\] {
		gap: 20px;
	}
  .lg\:gap-12 {
		gap: 3rem;
	}
  .lg\:gap-x-5 {
		column-gap: 1.25rem;
	}
  .lg\:gap-y-10 {
		row-gap: 2.5rem;
	}
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}
  .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-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(3rem * var(--tw-space-y-reverse));
	}
  .lg\: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));
	}
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	}
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	}
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
  .lg\: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)));
	}
  .lg\:space-y-\[76px\] > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(76px * var(--tw-space-y-reverse));
	}
  .lg\:justify-self-start {
		justify-self: start;
	}
  .lg\:overflow-hidden {
		overflow: hidden;
	}
  .lg\:overflow-visible {
		overflow: visible;
	}
  .lg\:rounded-none {
		border-radius: 0px;
	}
  .lg\:border-l-2 {
		border-left-width: 2px;
	}
  .lg\:border-l-white {
		--tw-border-opacity: 1;
		border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
	}
  .lg\:bg-transparent {
		background-color: transparent;
	}
  .lg\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .lg\:bg-yellow {
		--tw-bg-opacity: 1;
		background-color: rgba(247, 231, 131, var(--tw-bg-opacity));
	}
  .lg\:bg-gradient-to-r {
		background-image: linear-gradient(to right, var(--tw-gradient-stops));
	}
  .lg\:bg-gradient-to-t {
		background-image: linear-gradient(to top, var(--tw-gradient-stops));
	}
  .lg\:fill-yellow {
		fill: #f7e783;
	}
  .lg\:p-8 {
		padding: 2rem;
	}
  .lg\:p-16 {
		padding: 4rem;
	}
  .lg\:p-10 {
		padding: 2.5rem;
	}
  .lg\:p-6 {
		padding: 1.5rem;
	}
  .lg\:p-0 {
		padding: 0px;
	}
  .lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
  .lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
  .lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
  .lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
  .lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
  .lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
  .lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
  .lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
  .lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
  .lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
  .lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
  .lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
  .lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
  .lg\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
  .lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
  .lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
  .lg\:pt-48 {
		padding-top: 12rem;
	}
  .lg\:pt-70 {
		padding-top: 70px;
	}
  .lg\:pb-100 {
		padding-bottom: 100px;
	}
  .lg\:pl-24 {
		padding-left: 6rem;
	}
  .lg\:pl-8 {
		padding-left: 2rem;
	}
  .lg\:pr-24 {
		padding-right: 6rem;
	}
  .lg\:pb-0 {
		padding-bottom: 0px;
	}
  .lg\:pl-12 {
		padding-left: 3rem;
	}
  .lg\:pl-\[calc\(40\%\+3rem\)\] {
		padding-left: calc(40% + 3rem);
	}
  .lg\:pb-6 {
		padding-bottom: 1.5rem;
	}
  .lg\:pb-12 {
		padding-bottom: 3rem;
	}
  .lg\:pt-0 {
		padding-top: 0px;
	}
  .lg\:pl-0 {
		padding-left: 0px;
	}
  .lg\:pr-16 {
		padding-right: 4rem;
	}
  .lg\:pr-20 {
		padding-right: 5rem;
	}
  .lg\:pb-16 {
		padding-bottom: 4rem;
	}
  .lg\:pt-12 {
		padding-top: 3rem;
	}
  .lg\:pl-10 {
		padding-left: 2.5rem;
	}
  .lg\:pl-5 {
		padding-left: 1.25rem;
	}
  .lg\:pr-8 {
		padding-right: 2rem;
	}
  .lg\:pt-24 {
		padding-top: 6rem;
	}
  .lg\:pt-20 {
		padding-top: 5rem;
	}
  .lg\:pb-18 {
		padding-bottom: 4.5rem;
	}
  .lg\:pb-10 {
		padding-bottom: 2.5rem;
	}
  .lg\:pl-20 {
		padding-left: 5rem;
	}
  .lg\:pl-3 {
		padding-left: 0.75rem;
	}
  .lg\:pl-4 {
		padding-left: 1rem;
	}
  .lg\:pb-\[70px\] {
		padding-bottom: 70px;
	}
  .lg\:pb-8 {
		padding-bottom: 2rem;
	}
  .lg\:pr-0 {
		padding-right: 0px;
	}
  .lg\:pr-6 {
		padding-right: 1.5rem;
	}
  .lg\:text-left {
		text-align: left;
	}
  .lg\:\!text-left {
		text-align: left !important;
	}
  .lg\:text-center {
		text-align: center;
	}
  .lg\:text-\[24px\] {
		font-size: 24px;
	}
  .lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
  .lg\:text-\[36px\] {
		font-size: 36px;
	}
  .lg\:text-\[32px\] {
		font-size: 32px;
	}
  .lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
  .lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
  .lg\:text-\[22px\] {
		font-size: 22px;
	}
  .lg\:font-semibold {
		font-weight: 600;
	}
  .lg\:font-medium {
		font-weight: 500;
	}
  .lg\:opacity-100 {
		opacity: 1;
	}
  .lg\:hover\:bg-darker-gray:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(52, 52, 53, var(--tw-bg-opacity));
	}
  .group:hover .lg\:group-hover\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .group:hover .lg\:group-hover\:from-gray {
		--tw-gradient-from: #4c4e56;
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 78, 86, 0));
	}
  .group:hover .lg\:group-hover\:via-gray {
		--tw-gradient-stops: var(--tw-gradient-from), #4c4e56, var(--tw-gradient-to, rgba(76, 78, 86, 0));
	}
  .group:hover .lg\:group-hover\:to-gray {
		--tw-gradient-to: #4c4e56;
	}
  .group:hover .lg\:group-hover\:text-white {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  .group:hover .lg\:group-hover\:\!text-white {
		--tw-text-opacity: 1 !important;
		color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
	}
}
@media (min-width: 1200px) {

	.xl\:absolute {
		position: absolute;
	}

	.xl\:inset-4 {
		top: 1rem;
		right: 1rem;
		bottom: 1rem;
		left: 1rem;
	}

	.xl\:bottom-\[185px\] {
		bottom: 185px;
	}

	.xl\:left-\[100px\] {
		left: 100px;
	}

	.xl\:top-\[80px\] {
		top: 80px;
	}

	.xl\:right-\[505px\] {
		right: 505px;
	}

	.xl\:top-\[390px\] {
		top: 390px;
	}

	.xl\:top-\[196px\] {
		top: 196px;
	}

	.xl\:right-\[100px\] {
		right: 100px;
	}

	.xl\:-right-64 {
		right: -16rem;
	}

	.xl\:-left-64 {
		left: -16rem;
	}

	.xl\:block {
		display: block;
	}

	.xl\:w-\[560px\] {
		width: 560px;
	}

	.xl\:w-\[850px\] {
		width: 850px;
	}

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

	.xl\:max-w-\[calc\(100\%-590px\)\] {
		max-width: calc(100% - 590px);
	}

	.xl\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}

	.xl\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}

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

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

	.xl\:gap-8 {
		gap: 2rem;
	}

	.xl\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 1536px) {

	.\32xl\:max-h-\[158px\] {
		max-height: 158px;
	}
}

