@import url(https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap);
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #edf2f7; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

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

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

  .container {
    max-width: 1400px;
  }
}
@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;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-32 {
  height: 8rem;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-3\/12 {
  width: 25%;
}
.w-4 {
  width: 1rem;
}
.w-9\/12 {
  width: 75%;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 1120px;
}
.max-w-8xl {
  max-width: 1248px;
}
.max-w-9xl {
  max-width: 1440px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), 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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(247 250 252 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(113 128 150 / var(--tw-border-opacity));
}
.border-neutral300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-neutral400 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.border-neutral500 {
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
}
.border-neutral900 {
  --tw-border-opacity: 1;
  border-color: rgb(26 32 44 / var(--tw-border-opacity));
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(197 48 48 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(151 90 22 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-neutral100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-neutral200 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}
.bg-neutral800 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity));
}
.bg-neutral900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 245 / var(--tw-bg-opacity));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 48 48 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 191 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-110 {
  line-height: 110%;
}
.text-darkBrand {
  --tw-text-opacity: 1;
  color: rgb(112 158 50 / var(--tw-text-opacity));
}
.text-darkerBrand {
  --tw-text-opacity: 1;
  color: rgb(89 128 41 / var(--tw-text-opacity));
}
.text-lightBrand {
  --tw-text-opacity: 1;
  color: rgb(163 209 101 / var(--tw-text-opacity));
}
.text-neutral300 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-neutral400 {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}
.text-neutral500 {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-neutral600 {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.text-neutral700 {
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
.text-neutral800 {
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}
.text-neutral900 {
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
.text-primaryBrand {
  --tw-text-opacity: 1;
  color: rgb(140 197 63 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(197 48 48 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 44 44 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(151 90 22 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 32 44 / var(--tw-placeholder-opacity));
}
.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 32 44 / var(--tw-placeholder-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.filter {
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}

.hover\:bg-neutral200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}

.hover\:text-neutral900:hover {
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.focus\:text-neutral900:focus {
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

@media (min-width: 640px) {

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

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

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

  .md\:max-w-7xl {
    max-width: 1120px;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

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

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 6rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-normal {
    font-weight: 400;
  }
}

@media (min-width: 960px) {

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

  .inter\:pb-0 {
    padding-bottom: 0px;
  }

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

@media (min-width: 1024px) {

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

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

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    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\:self-start {
    align-self: flex-start;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1180px) {

  .mid\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mid\:hidden {
    display: none;
  }

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

@media (min-width: 1280px) {

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media(max-width: 767px){.logo{padding:10px;margin-left:-10px}}.top-nav .menu__link{padding:1px 5px 5px 5px}.main-nav{width:100%;position:relative}.menu__item button:focus{outline-offset:4px}.menu__item .btn--secondary:focus{border-radius:8px}.menu__link:focus{outline-offset:4px}.menu.active{display:block}@media(max-width: 1023px){.menu{display:none;position:absolute;top:85px;left:0;width:100%;background:#fff;padding-top:10px;padding-bottom:40px;z-index:9}}body.active-mobile-menu,body.active-mega-menu,body.fix-body,body.active-filter-menu,body.resources-active{height:100vh;position:fixed;width:100%;overflow-y:scroll;touch-action:none;-ms-touch-action:none}.mega-menu{width:100%;position:fixed;top:0;left:0;top:86px;display:none;transform-origin:top center;z-index:14}.mega-menu__footer{background:#f5f5f4;bottom:0;width:100%;position:fixed;opacity:0;transition:opacity .3s 0s;padding:20px 20px}.mega-menu__footer .container{display:flex;align-items:center;justify-content:center;padding:20px 20px}.mega-menu__content{opacity:0;transition:opacity .1s .1s;position:relative}.mega-menu__link:focus{outline-offset:4px}body.active-mega-menu .mega-menu{display:block;transition:.2s;animation:fadeIn 500ms ease-out}body.active-mega-menu .mega-menu__footer{opacity:1;transition:opacity 200ms 200ms}body.active-mega-menu .mega-menu__content{opacity:1;transition:.1s .1s;width:100%}body.active-mega-menu #megaMenuChevron{transform:rotate(180deg)}#subMenu{position:fixed;background:#fff;padding:20px;box-shadow:0px 25px 50px -12px rgba(0,0,0,.25);width:240px;top:100px;transform-origin:top center;transform:scaleY(0);transition:visibility 0s 1s,transform .3s .2s;visibility:hidden;opacity:0}#subMenu.active,#subMenu.active-keyboard{top:65px;visibility:visible;opacity:1;transition:.2s;visibility:visible;transform:scaleX(1);transition:visibility 0s 0s,transform .3s 0s;z-index:12}#subMenu .sub-menu__content{opacity:0;transition:opacity .3s 0s}#subMenu.active .sub-menu__content,#subMenu.active-keyboard .sub-menu__content{opacity:1;transition:.3s .1s}#subMenu:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#000}#supportMenu.active #supportChevron{transform:rotate(180deg)}.mobile-menu::-webkit-scrollbar{display:none}.mobile-menu{position:fixed;height:100vh;width:100%;left:0;top:0;background:#fff;height:calc(100vh - 68px);top:68px;transform-origin:top center;visibility:hidden;transform:scaleY(0);transition:transform .3s .2s,visibility 0s .6s;z-index:12;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}@media(min-width: 767px){.mobile-menu{top:87px}}.mobile-menu.active{visibility:visible;transform:scaleY(1);transition:transform .3s 0s,visibility 0s 0s}.mobile-menu.active .mobile-menu__inner{opacity:1;transition:opacity .2s .1s;height:calc(100vh - 70px)}.mobile-menu__dropdown-button.active{background:#f9fafb}.mobile-menu__dropdown-button.active .mobile-menu__dropdown-chevron{transform:rotate(180deg)}.mobile-menu__dropdown-button--sub.active{background:#f9fafb}.mobile-menu__dropdown-button--sub.active .mobile-menu__header{font-weight:500}.mobile-menu__dropdown-chevron{right:20px}.mobile-menu__dropdown-menu{display:none}.mobile-menu__dropdown-menu.active{display:block;background:#f9fafb}.mobile-menu__top{transition:.3s;opacity:0}.mobile-menu__bottom{position:fixed;bottom:0;width:100%;text-align:center;transition:.2s;opacity:0}.mobile-menu .search-input{width:100%;max-width:100%}.mobile-menu .search-input input{width:100%}.mobile-menu .btn--secondary{background:#fff}.mobile-menu__header{padding-right:30px}.mobile-menu__header,.mega-menu__link{color:#4a5568}.mobile-menu__dropdown-button.active>.mobile-menu__main-header,.mobile-menu__dropdown-button.active>.mobile-menu__header{color:#1a202c;font-weight:600}.accordion .mobile-menu__dropdown-chevron{right:0}#mobileMenuOpen{position:relative}@media(max-width: 767px){#mobileMenuOpen{padding:10px;margin-right:-14px}}#mobileMenuOpen:focus{outline:solid 2px #000;outline-offset:4px;border-radius:2px}#mobileMenuOpen.active .close-icon{display:block}#mobileMenuOpen.active .open-icon{display:none}.resource-nav__btn:focus,.filter-list__btn:focus{outline:solid 2px #000;outline-color:#000;outline-offset:4px;border-radius:4px}.menu-link{padding:12px 12px 12px 20px;background:#fff;color:#4a5568;z-index:1;border-left:solid 3px rgba(0,0,0,0);font-size:14px;display:block}.menu-link:hover{background:#edf2f7;border-left:solid 3px #8cc53f}@media all and (min-width: 767px){.mega-menu--multiLevel{position:relative}.mega-menu--multiLevel>li{width:300px;background:#fff}.mega-menu--multiLevel>li.bg-neutral100{background-color:#f9fafb}.mega-menu--multiLevel>li>[aria-haspopup=true]~ul{left:300px;width:calc(100% - 300px)}.mega-menu--multiLevel>li>[aria-haspopup=true]~ul ul{width:100%;left:100%}}.menu-list__button.active,.menu-list__button.keyboard-active{background:#edf2f7;border-left:solid 3px #8cc53f}.menu-list{display:none;overflow-y:auto}.menu-list.active{display:block;left:300px;width:calc(100% - 300px);position:absolute;top:0;height:100%;background:#edf2f7;padding:0 20px}.menu-list.active ul{animation:fadeIn .5s ease-out}.menu-list .menu-link{background:#edf2f7}@media(min-width: 1024px){.menu-list .menu-link{margin-right:2px}}.menu-list .menu-link:hover{text-decoration:underline;border-left:solid 3px rgba(0,0,0,0)}.menu-header{font-size:14px;font-weight:600;padding:24px 0 10px 20px}.active-mobile-menu .main-nav{background-color:#fff}.active-mobile-menu .logo-svg path{fill:#000}.mega-menu-inner{box-shadow:0px 25px 50px -12px rgba(0,0,0,.25);border-radius:1rem;overflow:hidden}.no-active-subs{width:300px}#megaMenuChevron{transition:all .1s ease-in}.menu-list__button.active+.menu-list{display:block;left:300px;width:calc(100% - 300px);position:absolute;top:0;height:100%;background:#edf2f7;padding:0 20px}.plumbing-column{column-count:3;column-gap:0}.plumbing-list{break-inside:avoid}html{scroll-behavior:smooth}body{font-family:"forma-djr-micro";color:#1a202c}.header-style1{position:absolute;top:0;width:100%;z-index:20}p{color:#4a5568}.font-primary{font-family:"forma-djr-micro"}.font-secondary{font-family:"Inter",sans-serif}.btn{font-family:"Inter",sans-serif;border-radius:12px;font-size:14px;font-weight:600;padding:12px 16px;display:inline-block;text-align:center;cursor:pointer;position:relative;overflow:hidden;z-index:1}.btn--cta{color:#fff;background:#000;border:none;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;font-size:16px;padding:8px;border-radius:6px}.btn--cta:hover{background:rgba(0,0,0,.5)}.btn--primary{color:#1a202c;background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),#90cf35;position:relative;border:solid 1px rgba(0,0,0,0);transition:all .3s}.btn--primary:hover{color:#fff;background:#000;border:solid 1px #8cc53f}.btn--primary--square{border-radius:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;padding:12px 8px}.btn--secondary{color:#1a202c;background:#fff;position:relative;border:solid 1px rgba(0,0,0,0);transition:all .3s}.btn--secondary:hover{background:#a3d165;border:solid 1px #a3d165}.btn--secondary-border{border:solid 1px #cbd5e0}.btn--nav{color:#1a202c;background:#fff;position:relative;border:solid 1px #cbd5e0;transition:all .3s}.btn--nav:hover{background:#a3d165;border:solid 1px #a3d165}.btn--icon .icon{display:inline;margin-top:-3px}.btn--ghost{color:#fff;border:solid 1px #d4d4d4}.btn--ghost:hover{color:#1a202c;background:#e2e8f0;transition:all .3s}.btn--ghost:hover svg path{stroke:#1a202c;fill:rgba(0,0,0,0);transition:all .3s}.btn--outline{color:#1a202c;border:solid 1px #1a202c;transition:all .3s}.btn--outline svg path{stroke:#000}.btn--outline:hover{color:#fff;background:#1a202c}.btn--outline:hover svg path{stroke:#fff}.btn--outline-green{border:solid 1px #8cc53f}.btn--outline-light{border:solid 1px #cbd5e0;border-radius:4px;font-family:"Inter",sans-serif;font-size:16px;font-weight:500}.buying-options{background-image:url(https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png);background-position:top;overflow:hidden;position:relative;background-color:#1a202c}@media(min-width: 1024px){.buying-options{height:174px}}.buying-options:before{content:"";display:block;position:absolute;width:100%;height:100%;background-image:radial-gradient(100% 100% at 50% 60%, hsla(86, 54%, 51%, 0.9) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px)}.wtb-buttons{transition:all .25s ease-in}.wtb-buttons:hover{opacity:.65}.wtb-buttons--white:hover{opacity:.65}.btn-wtb-outline .btn-fill{display:block}.btn-wtb-outline:hover .btn-fill{display:none;outline:block}.btn-wtb-outline .btn-outline{display:none}.btn-wtb-outline:hover .btn-outline{display:block;outline:none}.leading-100{line-height:100%}.leading-120{line-height:120%}.skip-to-content{font-family:"forma-djr-micro";color:#1a202c;font-weight:500;text-transform:uppercase;text-align:center;background:#fff;border:solid 2px #1a202c;border-radius:8px;padding:10px 16px;outline:none;left:45%;position:absolute;z-index:99;transform:translateY(-100%);transition:transform .3s}.skip-to-content:focus{transform:translateY(0%)}.bg-gradient{background-image:url(https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png);background-position:top;overflow:hidden;position:relative;background-color:#1a202c}.bg-gradient:before{content:"";display:block;position:absolute;width:100%;height:100%;background-image:radial-gradient(60% 100% at -25% 100%, hsla(86, 54%, 51%, 0.7) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px)}.bg-gradient--double:before{content:"";display:block;position:absolute;width:100%;height:100%;background-image:radial-gradient(55% 100% at 120% 45%, hsla(86, 54%, 51%, 0.7) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px)}@media(min-width: 1024px){.bg-gradient--double:after{content:"";display:block;position:absolute;width:100%;height:100%;bottom:-60%;left:-20%;background-image:radial-gradient(40% 100% at 0% 0%, hsla(86, 54%, 51%, 0.7) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px)}}.bg-gradient-lg{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/5/bg-gradient-lg.jpg");background-size:cover}.bg-reviews{background-image:url(https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png);background-position:top;overflow:hidden;position:relative;background-color:#1a202c}.bg-reviews:before{content:"";display:block;position:absolute;width:100%;height:100%;background-image:radial-gradient(65% 100% at 110% 45%, hsla(86, 54%, 51%, 0.7) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px)}.bg-section{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/4/bg-section.jpg");background-size:cover}.bg-contact{background-image:url(https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png);background-position:top;overflow:hidden;position:relative;background-color:#1a202c}.bg-contact:before{content:"";display:block;position:absolute;width:75%;height:100%;background-image:radial-gradient(75% 100% at 0% 100%, hsl(86, 54%, 51%) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(70px);top:-100px;left:-80px}.bg-about{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/5/bg-about.jpg");background-size:cover}.animate-underline{transition:all .25s ease-in;border-bottom:solid 1px}.animate-underline:hover{border-bottom:solid 1px rgba(0,0,0,0)}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@media(max-width: 640px){.logo-svg{max-width:120px}}.back-to-top{position:sticky;bottom:0;max-width:1350px;margin:0 auto;float:right;z-index:1}.back-to-top:hover{opacity:.8}.breadcrumbs--scroll{position:relative}.breadcrumbs--scroll .breadcrumbs-list{overflow:auto;white-space:nowrap;padding-left:2px}@media(min-width: 767px){.breadcrumbs--scroll .breadcrumbs-list{overflow:visible}}.filter-menu::-webkit-scrollbar{display:none}.breadcrumb__item:after{content:"/";padding-right:9px;padding-left:3px}.breadcrumb__item:last-of-type:after{content:"";display:none}.breadcrumbs__fade{position:absolute;top:-15px;right:0}.logo-svg:hover{opacity:.7}.leading-120{line-height:120%}.outbound-link{margin-top:-2px;margin-left:-5px}.leading-9{line-height:2.25rem}.pt-125{padding-top:.125rem}.support-category-image{height:256px;width:256px}.video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.video-container:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;opacity:.8;background-size:180px 180px;overflow:hidden;background-color:#1a202c;background-image:url(https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png)}.video-container:after{content:"";display:block;position:absolute;height:80%;top:0;right:0;background-image:radial-gradient(60% 100% at 100% 40%, hsla(86, 54%, 51%, 0.4) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px);z-index:2}@media(min-width: 1024px){.video-container:after{width:1200px}}@media(min-width: 767px){.video-container:after{width:800px}}.video-container video{min-width:100%;min-height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0%);object-fit:cover}@media(max-width: 767px){.video-container{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/4/regency-hero-mobile.jpg");background-size:cover;background-position:bottom center}.video-container:before{display:none}.video-container video{display:none}}@media(max-width: 767px){#btn-video{display:none}}.btn-pause:after{content:url(https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/3/pause-circle-icon.svg);margin-left:7px;vertical-align:middle}.btn-play:after{content:url(https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/3/play-circle-icon.svg);margin-left:7px;vertical-align:middle}.bg-hero{background-image:url(https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/9/hero-bg-mobile.svg);background-size:100%;background-position:top;background-repeat:no-repeat}@media(min-width: 1024px){.bg-hero{background-image:url(https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/9/hero-bg-full.svg);background-size:cover;background-position:top center}}.bg-home-one{background:url(https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/7/bg-home-section-mobile.jpg),#d3d3d3 -88.642px 467.751px/215.576% 66.544% no-repeat}@media(min-width: 1024px){.bg-home-one{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/3/bg-home-section.jpg");background-size:cover}}.hero-inner{max-width:1160px;margin:0 auto}.splide__track{max-width:850px}.splide__pagination{bottom:-15px}.splide__pagination__page{background:rgba(0,0,0,0);border:solid 2px #fff;width:12px;height:12px;margin:5px;opacity:1}.splide__pagination__page.is-active{background-color:#8cc53f;border:solid 2px #8cc53f;transform:none}.splide__pagination__page:focus{outline:none;border:solid 2px #8cc53f}.splide--style1 .splide__arrows{bottom:-5px;left:0;padding:0 1em;position:absolute;right:0;z-index:1;max-width:300px;margin:0 auto}.splide__arrow{border-radius:0;background:rgba(0,0,0,0);height:47px;width:48px}.splide__arrow--next svg{left:8px;position:absolute}.splide__arrow--prev svg{right:8px;position:absolute}.splide__arrow svg{fill:rgba(0,0,0,0);height:auto;width:auto;stroke:#fff;stroke-width:2px;top:7px}.splide.is-focus-in .splide__pagination__page:focus{outline:none;outline-offset:0;border:solid 2px #8cc53f}.splide.is-focus-in .splide__arrow:focus{outline:solid 2px #8cc53f}.reviews-list__inner{position:relative;height:100%}@media(min-width: 640px){.categories__list{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 1024px){.categories__list{grid-template-columns:repeat(6, minmax(0, 1fr))}}.categories__item{background:rgba(26,32,44,.5);max-height:235px;border:2px solid rgba(0,0,0,0);position:relative;cursor:pointer}@media(max-width: 639px){.categories__item{height:96px}}.categories__item:hover:before{content:"";width:100%;height:100%;border-radius:8px;position:absolute;outline:2px solid #8cc53f;box-shadow:0px 0px 16px 0px rgba(140,197,63,.4);animation:fadeIn 300ms ease-out}.categories__item .categories__text{border-bottom:solid 1px rgba(0,0,0,0)}.categories__item:hover .categories__text{border-bottom:solid 1px #fff}@media(max-width: 640px){.categories__img{max-height:65px}}.popular__item .popular__img{width:100%;animation:fadeIn 300ms ease-out}.popular__item .popular__img--hover{display:none}.popular__item:hover .popular__img--hover{display:block}.popular__item:hover .popular__img--default{display:none}.popular__item__description{position:relative;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.popular__link{border:solid 2px rgba(0,0,0,0);position:relative}.popular__link:hover:before{content:"";width:100%;height:100%;border-radius:8px;position:absolute;outline:2px solid #8cc53f;box-shadow:0px 0px 16px 0px rgba(140,197,63,.4);animation:fadeIn 300ms ease-out}.home-section__title{max-width:auto}@media(max-width: 400px){.home-section__title{max-width:260px}}.resources__container{display:none;position:fixed;top:50%;left:50%;width:550px;height:auto;margin-left:-280px;margin-top:-250px;background-color:#fff;text-align:center;padding:0;z-index:100;transition:.2s ease-in-out;border-radius:8px}.resources__container.active{display:block}@media screen and (max-width: 767px){.resources__container{display:block;width:100%;margin:0 auto;top:auto;bottom:-100%;left:0}.resources__container.active{top:auto;bottom:0}}@media(min-width: 768px)and (max-width: 999px){.resources__container{top:50%;transform:translateY(-50%);margin-top:auto}}.resources__section{display:flex;align-items:start;padding:1.5em 1em;margin-bottom:0;border-bottom:0}.resources__section span{font-weight:500;font-size:12px;color:#4a5568;font-family:"Inter",sans-serif}.resources__section p{font-family:"Inter",sans-serif;font-style:normal;font-weight:600;font-size:16px;color:#1a202c;line-height:22px}#resources-modal>.resources__inner>.resources__kit{display:flex;flex-direction:column;padding:2rem 2rem 0 2rem}#resources-modal>.resources__inner>.resources__kit label{font-family:"Inter",sans-serif;font-style:normal;font-weight:600;font-size:14px;color:#1a202c;line-height:22px}#resources-modal>.resources__inner>.resources__kit select{font-family:"Inter",sans-serif;font-style:normal;font-weight:600;font-size:16px;color:#1a202c;line-height:22px}.resources-img{display:block;width:84px}.resources-item{line-height:1.5em;text-align:left;padding-left:1em}@media screen and (max-width: 767px){.resources-item{font-size:.875em}}.resources{text-align:left}.resources__link{border-top:1px solid #e2e8f0;list-style:none}.resources__link a{display:flex;justify-content:space-between;width:100%;padding:1em}.resources__link span{font-size:18px;color:#1a202c;font-family:"Inter",sans-serif}.resources__link span.link-type{font-size:16px;color:#4a5568;font-family:"Inter",sans-serif;font-weight:300}.resources__link .resources__icon{justify-self:flex-end}.resources__link:nth-of-type(odd){background-color:#f9fafb}.resources__inner{border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden}.resources__close{cursor:pointer}.resources__open{display:none;position:sticky;bottom:39px;right:85px;z-index:10;transition:.3s;background-color:#fff;float:right}.resources__open.visible{display:block}.resources__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.45);opacity:0;z-index:-1}.resources-active .resources__overlay{opacity:1;z-index:11}.resources-active{overflow:hidden}.autocomplete-container{position:relative}.autocomplete-results{position:absolute;margin-top:-1px;border:1px solid rgba(0,0,0,.54);padding:4px 0;width:100%;z-index:1;background:#fff;margin:0;padding:0;list-style:none;transition:none}.autocomplete-result{cursor:default;padding:4px 8px}.autocomplete-result:hover{background:rgba(0,0,0,.12)}.autocomplete-result.selected{background:rgba(0,0,0,.12)}.search-result{margin-top:64px;text-align:center}.close-padding{padding:20px 10px}@media(max-width: 1024px){.close-padding--search{padding:28px 20px}}@media(max-width: 767px){.close-padding--search{padding:22px 20px}}@media(min-width: 767px){.search-container{margin-top:10%}}.autocomplete-submit{background-color:#90cf35;border:solid 1px rgba(0,0,0,0)}.autocomplete-submit:hover{color:#fff;background:#000;border:solid 1px #8cc53f;transition:all .3s}.autocomplete-submit:hover svg path{stroke:#fff;transition:all .3s}.autocomplete-submit:focus{outline-offset:4px}.help-list__link:focus{outline:solid 2px #000;outline-color:#000;outline-offset:4px;border-radius:8px}.help-list__link:hover span{text-decoration:none}.retailer-list__link:focus{outline-color:#000;outline-offset:4px;border-radius:4px}.modal-close:focus{outline:solid 2px #000;outline-color:#000;border-radius:4px}.customer-num{min-width:6px}#prodDetailReviewsSlider{padding:20px}#prodDetailReviewsSlider .splide__arrow{top:5px}#prodDetailReviewsSlider .splide__arrow svg{stroke:#000;width:30px;top:17px}#prodDetailReviewsSlider .splide__arrows{bottom:44px;left:0;position:absolute;right:auto;width:185px;margin:auto}#prodDetailReviewsSlider .page-indicator{max-width:148px;padding-top:14px;text-transform:uppercase;position:absolute;bottom:-3px;margin-left:34px;font-size:12px}@media(max-width: 927px){#prodDetailReviewsSlider .page-indicator{margin-left:54px}}.reviews-modal-close:focus{outline:solid 2px #000;outline-offset:4px}.reviews-modal-close--bottom{position:absolute;bottom:15px;right:20px}@media(max-width: 767px){.reviews-modal-close--bottom{position:relative;float:right;margin-top:-45px}}.reviews-modal{display:none;position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(23,23,23,.8);z-index:100;transition:.2s ease-in-out}.reviews-modal.active{display:block}.reviews-modal-inner{max-width:930px;margin:0 auto;overflow:hidden;height:100%;overflow-y:scroll}@media(min-width: 1024px){.reviews-modal-inner{margin-top:10%;border-radius:8px;height:auto;overflow-y:auto}}.reviews-modal-open:focus{outline:solid 2px #000;outline-offset:4px}.review-content{min-height:400px;margin-bottom:50px}.modal-wrapper{position:absolute;width:100%;height:100%}.modal-wrapper .modal-iframe{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}iframe{max-width:100%}.modal-close:hover{opacity:.7;transition:all .3s}@media(max-width: 1023px){.filter-menu{z-index:100;background:#fbfbfb;height:100%;position:fixed;top:0;width:100%;right:0;max-width:none;transform:translatex(100%);transition:transform .4s ease-in-out}.filter-menu.active{transform:translatex(0);transition:transform .4s ease-in-out;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}}.filter-menu::-webkit-scrollbar{display:none}#filter{transform:translateX(100%)}#filter.opened{transform:translateX(0);transition:transform .3s ease,width .3s ease}.mobile-menu::-webkit-scrollbar{display:none}@media(max-width: 767px){.filter-inner{height:calc(100vh - 50px)}}.filter-list__btn.active{color:#1a202c;font-weight:500}@media(max-width: 767px){#openFilter{margin-top:15px}}@media(max-width: 1024px){#openFilter{position:absolute;right:0}}@media(max-width: 1024px){#openFilter.btn--replacement-parts{margin-top:85px}}.sort-menu{position:absolute;background:#fff;padding:20px;box-shadow:0px 25px 50px -12px rgba(0,0,0,.25);width:270px;top:50px;right:0;visibility:hidden;z-index:100;opacity:1;transform:scaleY(0);transform-origin:top center}.sort-menu.active{visibility:visible;transform:scaleY(1);transition:.3s}.sort.active .sort__svg{transform:rotate(180deg)}.sort:focus{outline-color:#000;outline-offset:4px}@media(min-width: 640px){.product-grid__item .product-grid__img{animation:fadeIn .8s ease-in-out}.product-grid__item:hover .product-grid__img{display:none}.product-grid__item .product-grid__img--hover{display:none}.product-grid__item:hover .product-grid__img--hover{display:block}}.product-grid__link:hover{outline:solid 2px #8cc53f;border-radius:8px;box-shadow:0px 0px 16px 0px rgba(140,197,63,.4)}@media(min-width: 1024px){.filter-col{max-width:250px;width:100%}}@media(min-width: 1024px){.grid-col{width:calc(100% - 250px)}}.product-overview{display:none}@media(min-width: 1024px){.product-overview.show{display:block}}.pdp-section{scroll-margin-top:380px}@media(min-width: 1024px){.pdp-section{scroll-margin-top:0}}.single-product__img{max-width:356px}.single-product__content{max-width:448px}.product-list__item a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.product-list.product-list--category .product-list__item--info{min-height:124px}@media(min-width: 767px){.product-list.product-list--category .product-list__item--info{min-height:250px}}@media(min-width: 1536px){.product-list.product-list--category .product-list__item--info{min-height:260px}}@media(max-width: 767px){.product-list.product-list--category .btn-primary{display:none}}.product-photos__item{padding-top:100%}.product-photos__item,.product-videos__item{position:relative;cursor:pointer;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:8px;transition:300ms}.product-photos__item:hover,.product-videos__item:hover{outline:solid 2px #8cc53f;box-shadow:0px 0px 11.2276792526px 0px rgba(140,197,63,.8)}.product-photos__item:hover .product-photos__img,.product-videos__item:hover .product-photos__img{background-blend-mode:multiply}.product-photos__item.active,.product-videos__item.active{outline:solid 2px #8cc53f}.product-photos__item:focus,.product-videos__item:focus{border:none;outline:solid 2px #8cc53f}.product-photos__item__img,.product-videos__item__img{border:solid 2px #fff}.product-videos__item{aspect-ratio:2/1}.product-videos__item.active{outline:solid 2px #8cc53f}.product-videos__item:focus{border:none;outline:solid 2px #8cc53f}.product-photos__figure,.product-videos__figure{display:none}.product-photos__figure.active,.product-videos__figure.active{display:block}.product-photos__img,.product-videos__img{height:100%;border-radius:4px}.product-photos__img{position:absolute;top:0}.product-photos__video,.product-videos__video{max-width:100%;width:100%}.product-photos__img--video{max-width:none;height:100%;width:auto}.product-videos__img--video{max-width:none;height:auto;width:100%}.product-photos__play-btn{top:25%;max-width:45%}.video-time{position:absolute;right:0;bottom:0}@media(min-width: 767px){.product-list__title{height:96px}}.prod-info__item.active{font-weight:bold}.prod-info__item.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg, #F16749 0%, #F8C362 36.46%, #8AC478 69.79%, #3AACEB 100%)}.prod-info__link.active{position:relative}.prod-info__link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg, #F16749 0%, #F8C362 36.46%, #8AC478 69.79%, #3AACEB 100%)}.prod-feat__img,.prod-info__image{max-width:600px}.prod-feat__header{font-size:20px}@media(min-width: 325px)and (max-width: 640px){.prod-feat__header{font-size:24px}}@media(min-width: 767px){.parts-list__item{max-width:186px}}@media(min-width: 767px){.parts-list__item--active{max-width:186px}}.compatible-list__item:hover .compatible-list__name{text-decoration:underline}.max-h-300{max-height:300px}.max-h-75{max-height:75px}.certification-container{max-width:95%;margin:0 auto;position:relative;top:-35px}.certifications{display:flex;flex-wrap:wrap;margin:0;border-top:1px solid #dadbd9;border-bottom:1px solid #dadbd9;list-style:none;flex:1 1 auto}.cert-child-container{display:flex;width:100%;padding:15px 20px;border-left:1px solid #dadbd9;border-right:1px solid #dadbd9}.cert-text{font-size:11px;line-height:14px}.cert-title{margin:0 0 6px;line-height:12px;font-size:14px;font-weight:bold}.part-overview u{text-decoration:none}.video-thumb__icon{display:inline-block;position:relative;cursor:pointer}.type-list__btn{border-radius:4px;cursor:pointer}.type-list__btn:focus{border:solid 1px #8cc53f;outline:solid 1px #8cc53f}.type-list__btn:hover{color:#1a202c;border:solid 1px #8cc53f}.type-list__btn.active{color:#1a202c;background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),#90cf35;border:solid 1px #8cc53f;font-weight:600;position:relative}.type-list__btn.active:after{content:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/9/white-check-icon.svg");position:absolute;top:12px;right:10px}.product-information{position:relative}@media(min-width: 640px){.product-information__left{position:sticky;top:4%}}.product-rating__star--large{width:21px}.reviews-bar{width:253px;height:12px;background:#edf2f7;border-radius:6px;position:relative}.reviews-bar__bar{background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),#90cf35;border-radius:6px;position:absolute;height:100%;left:0;top:0}.reviews-col{max-width:390px}@media(min-width: 640px){.detail-grid__img-container{height:255px}}@media(min-width: 1024px){.detail-grid__img-container{height:300px}}.review-thumb{max-width:72px}.hidden-style{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.cert-container{width:100%;max-width:72px}@media(max-width: 767px){.cert-container{padding:12px;background:#fff;border-radius:100%;width:100%;max-width:72px}}@media(max-width: 767px){.cert-icon{width:50px}}.tag-list{z-index:1}.tag-list__svg{margin-top:-3px;margin-right:3px}.tag-list__item{font-size:12px;padding:4px 7px 2px 7px}@media(max-width: 375px){.tag-list__item{font-size:10px}}.tag-list__item--new{background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),#90cf35}.tag-list__item--lg{font-size:14px}.pdp-nav{position:sticky;top:0;z-index:11;width:100%;transition:all .2s ease;display:none}.pdp-nav.show{display:block}@media(max-width: 1023px){.pdp-nav__row.active .pdp-nav__right{height:auto;overflow:visible;position:relative}.pdp-nav__row.active .pdp-nav__update-section{font-weight:500}}@media(min-width: 1023px){.pdp-nav__update-section{display:none}}@media(max-width: 1023px){.pdp-nav__right{height:0;overflow:hidden;position:absolute;margin-top:1px}}.pdp-nav__button.active svg{transform:rotate(180deg)}.pdp-nav.nav-padding{top:80px}.pdp-nav__link{white-space:nowrap;position:relative}.pdp-nav__link.active{font-weight:600}@media(min-width: 767px){.pdp-nav__link.active{color:#000;font-weight:500;letter-spacing:-0.007em}}@media(min-width: 1023px){.pdp-nav__link.active:after{content:"";background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),#90cf35;width:100%;height:2px;position:absolute;left:0;bottom:-32px}}.pdp-nav__link:not(.active):hover{text-decoration:underline}@media(max-width: 767px){.pdp-nav__info{max-width:85%}}.resource-nav__btn:focus,.filter-list__btn:focus{outline:solid 2px #000;outline-color:#000;outline-offset:4px;border-radius:4px}.cert-list__img{max-width:51px}@media(max-width: 767px){#reviewsSlider .splide__arrows{position:absolute;bottom:-12px;left:0;width:100%}}.reviews-list__inner{justify-content:space-between}.product-tag{padding:2px 8px;gap:3.5px;flex-shrink:0;border-radius:.25rem}.product-tag img{width:14px}.product-tag p{font-size:14px}.really-hidden{display:none !important}body.reviews-modal-active{overflow:hidden;height:100%}.faq__answer a{text-decoration:underline}.color-list{display:grid;grid-template-columns:repeat(auto-fit, 4.5rem);gap:16px}.color-list__link{display:block;width:72px;height:72px;border-radius:8px;overflow:hidden;cursor:pointer}.color-list__link:hover,.color-list__link.active,.color-list__link:focus{outline:1px solid #8cc53f}.color-list__item{height:72px;width:72px}.color-list__item--oos{opacity:.5;position:relative}.color-list__item--oos span{transform:rotate(-55deg);z-index:1;box-shadow:#fff 0px -1px 0px,#fff 0px 1px 0px}.product-photos__model{width:100%;height:500px}@media(max-width: 1028px){.product-photos__model{height:300px}}.product-photos__model .model-viewer{width:100%;height:100%}@media(max-width: 1028px){.product-photos__model_thumbnail{display:none}}.Accordion-trigger{border:solid 2px rgba(0,0,0,0)}.Accordion-trigger:focus{outline:solid 2px #000;border-radius:8px}.Accordion-trigger[aria-expanded=true] .accordion__icon{transform:rotate(180deg)}.Accordion-panel{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.Accordion-panel [type=checkbox]{height:16px;width:16px}.Accordion-panel [type=checkbox]:focus{outline:solid 2px #000}.Accordion-panel a{text-decoration:underline;font-weight:500}.Accordion-panel a:hover{text-decoration:none}@media(max-width: 1024px){#filter .Accordion{display:none}#filter.opened .Accordion{display:block}}.Accordion--style-two .Accordion-panel{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.policy-nav__link.active{font-weight:bold}.bg-categories{background-image:url("https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png");background-position:top;overflow:hidden;position:relative;background-color:#1a202c}.bg-categories:before{content:"";display:block;position:absolute;width:100%;height:100%;background-image:radial-gradient(60% 100% at 50% 115%, hsla(86, 54%, 51%, 0.7) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px)}@media(max-width: 767px){.bg-categories:before{background-image:radial-gradient(60% 70% at 50% 70%, hsla(86, 54%, 51%, 0.7) 0%, hsla(86, 54%, 51%, 0) 100%)}}.bg-sub-hero{background-image:url(https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png);background-position:top;overflow:hidden;position:relative;background-color:#1a202c}.bg-sub-hero:before{content:"";display:block;position:absolute;width:100%;height:100%;background-image:radial-gradient(45% 125% at 50% 115%, hsla(86, 54%, 51%, 0.6) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px);top:0}.bg-sub-hero>*{position:relative}.bg-sub-hero-2{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/4/bg-sub-hero-2.jpg");background-size:cover;background-position:bottom}.resources-select__btn:after{content:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/5/caret-up-black.svg");padding-right:10px;float:right;height:24px}.resources-select__btn[aria-expanded=true]:after{content:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/5/caret-down-black.svg")}@media(max-width: 1024px){.resource-nav__item{padding-left:16px}}.pagination{border-radius:4px}.pagination__prev,.pagination__next{margin:0}.pagination__prev.pagination__item--inactive,.pagination__next.pagination__item--inactive{color:#656263;background:rgba(0,0,0,0);border-radius:0;font-weight:500}.pagination__item{margin:0}.pagination__item .pagination__btn{border-radius:4px;width:44px;height:44px;transition-property:background-color,border-color,fill,stroke,opacity,transform;transition-duration:300ms}.pagination__item .pagination__btn:focus{outline:solid 1px #000;outline-color:#000}.pagination__item .pagination__btn:hover{outline-color:#000;background:#e2e8f0}.pagination__item.active .pagination__btn{background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),#90cf35;color:#1a202c;animation:fadeIn 300ms ease-out}.pagination__item.inactive{color:#89909e}.pagination__item.inactive .pagination__svg path{stroke:#89909e}.pagination__item.inactive:hover .pagination__btn{outline-color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.pagination__item .next-btn,.pagination__item .prev-btn{border-radius:4px}.pagination__item .next-btn:focus,.pagination__item .prev-btn:focus{outline:solid 1px #000;outline-color:#000}.pagination__item .next-btn svg,.pagination__item .prev-btn svg{margin:0 auto}button:disabled{cursor:default}.card{position:relative}.card .card__link{border-bottom:solid 1px rgba(0,0,0,0)}.card:hover .card__link{border-bottom:solid 1px #8cc53f}.card .card__title{max-width:212px;line-height:100%}@media(max-width: 325px){.card .card__title{font-size:14px}}.card--support{background-image:url(https://www.webstaurantstore.com/uploads/design/2023/6/transparent-noise.png);background-color:#1a202c;overflow:hidden}.card--support:hover:before{content:"";display:block;position:absolute;width:100%;height:100%;background-image:radial-gradient(100% 80% at 50% 50%, hsla(86, 54%, 51%, 0.7) 0%, hsla(86, 54%, 51%, 0) 100%);filter:blur(100px);transition:.5s}.card--support .card__link{position:relative}@keyframes image{0%{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/4/bg-section.jpg")}100%{background-image:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2023/4/bg-card.jpg")}}.spec-list__link:focus{outline:solid 2px #000;outline-color:#000;outline-offset:4px;border-radius:8px}.video-modal{display:none}.video-modal.active{display:block}.modal-video{top:50%;transform:translateY(-50%);max-height:100%}.resource-list__item{display:flex;justify-content:center;flex-wrap:wrap}.resource-list__item.active .resource-list__video__close,.resource-list__item.modal-open .resource-list__video__close{display:block}.resource-list__item:hover .resource-list__desc{text-decoration:underline}.resource-list__item .video{cursor:pointer;height:auto;max-width:288px}@media(min-width: 767px){.resource-list__item .video{height:auto;width:258px}}.resource-list__item .video:focus{outline:solid 2px #000;outline-color:#000;outline-offset:8px;border-radius:8px}.resource-list__item .video .active{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);height:auto;width:80%;box-shadow:0 0 0 100vh rgba(0,0,0,.7);z-index:20}.resource-list__item .video video{height:100%;width:100%;object-fit:cover}.resource-list__item .video video:focus:not(.active){outline:none;border:solid 2px #8cc53f}.resource-list__video__close{z-index:99;top:24px;right:24px}.resource-list__video__close:focus{outline:solid 2px #000}.resource-list__video__close.visible{display:block}.video-time{position:absolute;right:0;bottom:0}.filter-itemname{max-width:736px}#item-filter{height:48px;padding:.5rem;border-radius:.5rem;border:solid 1px #cbd5e0;font-size:14px}@media(min-width: 767px){#item-filter{padding-left:195px}}#item-filter:focus{outline:solid 1px #1a202c}.cat-grid__item{transition:300ms}.cat-grid__item:hover{outline:solid 2px #8cc53f;box-shadow:0px 0px 16px 0px rgba(140,197,63,.4)}.sticky-overview{display:none}@media(max-width: 767px){.sticky-overview.show{display:block}}.results__img{min-width:88px}.results__header{padding:0 15px;text-align:left}@media(max-width: 767px){.results__header{display:none}}.results__td{padding:15px}@media(min-width: 767px){.results__td{border-bottom:solid 1px #e2e8f0}}@media(max-width: 767px){.results__td{display:block;padding:5px 15px}.results__td:last-of-type{border-bottom:solid 1px #e2e8f0;padding-bottom:25px}}.overview__img{max-width:55px}.overview__header{max-width:calc(100% - 70px);overflow:hidden}.overview__title{text-overflow:ellipsis;max-width:100%;white-space:nowrap;overflow:hidden}.outbound-link{margin-left:-5px;margin-top:-3px}.styled-input:focus{outline:solid 2px #000}.styled-select{background:url(https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/9/kd-chevron-down.svg) no-repeat right 10px center;-webkit-appearance:none;-moz-appearance:none}@media(min-width: 767px){.styled-select{max-width:90px}.styled-select.sort-select-input{max-width:unset}}.error-input{border:solid 1px #c53030;color:#c53030}.error-icon{position:absolute;right:10px;top:42px;display:block}.error-icon.hidden{display:none}.error-invalid.hidden{display:none}.error-empty.hidden{display:none}.no-validate-on-page-load{color:#1a202c !important;border-color:#cbd5e0 !important}.checkbox-label{position:relative;top:-2px}.autocomplete__wrapper{position:relative}.autocomplete__hint,.autocomplete__input{-webkit-appearance:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:0;height:40px;width:100%;border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0px;border-top-right-radius:0px;padding:0 8px}.autocomplete__hint:hover,.autocomplete__input:hover{border:solid 1px #388f7f}.autocomplete__input{position:relative}.autocomplete__hint{color:#b1b4b6;position:absolute}.autocomplete__input--focused{outline:solid 1px #000;border:solid 1px #fff}.autocomplete__input--show-all-values{cursor:pointer}.autocomplete__dropdown-arrow-down{z-index:-1;display:inline-block;position:absolute;right:8px;width:24px;height:24px;top:10px}.autocomplete__menu{background-color:#fff;position:absolute;border-top:0;color:#000;margin:0;max-height:342px;overflow-x:hidden;width:550px;height:191px;border-radius:8px;z-index:10;right:0;border:solid 1px #1a202c;border-top:0}@media(max-width: 768px){.autocomplete__menu{width:100%}}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__menu--overlay{box-shadow:rgba(0,0,0,.256863) 0 2px 6px;left:0;position:absolute;top:100%;z-index:100}.autocomplete__menu--inline{position:absolute}.autocomplete__option{cursor:pointer;display:block;position:relative;padding:9.5px 14px}.autocomplete__option>*{pointer-events:none}.autocomplete__option:first-of-type{border-top-width:0}.autocomplete__option:last-of-type{border-bottom-width:0}.autocomplete__option--focused,.autocomplete__option:hover{background-color:#c53030;border-color:#c53030;color:#fff;outline:0;font-weight:500}@media(-ms-high-contrast: active),(forced-colors: active){.autocomplete__menu{border-color:FieldText}.autocomplete__option{background-color:Field;color:FieldText}.autocomplete__option--focused,.autocomplete__option:hover{forced-color-adjust:none;background-color:SelectedItem;border-color:SelectedItem;color:SelectedItemText;outline-color:SelectedItemText}}.autocomplete__option--no-results{background-color:#fafafa;color:#646b6f;cursor:not-allowed}.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:16px;line-height:1.25}.autocomplete__hint{padding:5px}@media(min-width: 641px){.autocomplete__hint,.autocomplete__option{font-size:16px;line-height:115%}.autocomplete__input{font-size:16px}}#my-autocomplete{padding:.5rem;border-radius:.5rem;border:solid 1px #171717;font-size:16px}@media(min-width: 767px){#my-autocomplete{padding-left:215px}}@media(min-width: 767px){.filter-itemname__label{position:absolute;z-index:1;top:14px;left:10px}}::-webkit-input-placeholder{color:#1a202c}::-moz-placeholder{color:#1a202c}:-ms-input-placeholder{color:#1a202c}:-moz-placeholder{color:#1a202c}.error-wrapper ::-webkit-input-placeholder{color:#c53030}.error-wrapper ::-moz-placeholder{color:#c53030}.error-wrapper :-ms-input-placeholder{color:#c53030}.error-wrapper :-moz-placeholder{color:#c53030}::-webkit-file-upload-button,input[type=file]::file-selector-button{background:#cbd5e0;color:#1a202c;padding:5px 10px;font-family:"Inter",sans-serif;font-weight:600;border:none;font-size:14px;margin:0 5px 0 0;border-radius:6px;height:100%}::-webkit-file-upload-button:hover,input[type=file]::file-selector-button:hover{background:#8cc53f}.options-select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:url(https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/9/kd-chevron-down.svg) no-repeat right 10px center;background-color:rgba(0,0,0,0);background-size:16px 16px;background-position-x:calc(100% - 12px);margin-bottom:22px;border-radius:4px;font-size:15px;color:#1a202c;border:solid 1px #1a202c}span.grecaptcha.disclaimer.grecaptcha.disclaimer--login a{font-weight:700;text-decoration:none}span.grecaptcha.disclaimer.grecaptcha.disclaimer--login a:hover,span.grecaptcha.disclaimer.grecaptcha.disclaimer--login a:focus{text-decoration:underline}
.ms-policy,.global-policy-section__table-wrapper table caption{position:relative}.ms-policy-container{max-width:100%;margin:0 auto;max-width:1200px;padding:0 30px}@media(max-width: 1020px){.ms-policy-container{padding:0}}.ms-policy-main-body{position:relative}.ms-policy .bold-text,.global-policy-section__table-wrapper table caption .bold-text{font-weight:600 !important}.ms-policy-back-to-top{z-index:9;position:relative;height:50px;width:50px;position:sticky;bottom:10px;right:0;margin-left:auto;display:flex;transition:.3s;transform:translateY(0);margin-bottom:40px}.ms-policy-back-to-top:hover{opacity:.9}.ms-policy-back-to-top::after{content:url("https://www.webstaurantstore.com/uploads/Marketing_Sites/2022/11/backtotoparrow.svg");width:100%;height:90%;display:flex;justify-content:center;align-items:center;transition:.3s}.ms-policy-back-to-top--hide{transform:translateY(200px)}.ms-policy .sr-only,.ms-policy .global-policy-section__table-wrapper table caption,.global-policy-section__table-wrapper table .ms-policy caption,.global-policy-section__table-wrapper table caption .sr-only,.global-policy-section__table-wrapper table caption caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.ms-polices-dropdown__icon{margin-top:8px}.ms-polices-dropdown.active .ms-polices-dropdown__icon{transform:rotate(180deg)}#msPoliciesDropdown.menu-open{display:block;width:100%;background:#fff;z-index:9;overflow:scroll;border-bottom:1px solid #edf2f7}#msPolicyNavWrapper{position:sticky;top:30px;transition:.3s}@media(max-width: 1020px){#msPolicyNavWrapper{top:0}}@media(max-width: 1020px){#msPolicyNavWrapper{width:100%;transition:.5s}#msPolicyNavWrapper.open{height:100%;display:flex;flex-direction:column}#msPolicyNavWrapper.position-top{position:fixed;top:0}#msPolicyNavWrapper.hide{top:-100px}#msPolicyNavWrapper.open.hide{display:block}}.ms-policy-section{padding-bottom:16px}h3.ms-policy-section__header{font-size:24px;font-weight:600;padding:0;margin:0 0 16px 0;display:inline-block;position:relative;float:none}h3.ms-policy-section__header:hover{opacity:.8;text-decoration:underline}h4.ms-policy-section__sub-header,h4.global-policy-section__sub-header{font-size:18px;font-weight:600;margin:0;padding:0 0 16px 0;display:inline-block;float:none}p.ms-policy-section__text,.global-policy-section__text p{font-size:16px;font-weight:400;padding:0;float:none}p.ms-policy-section__spacer,.global-policy-section__text__spacer p{padding-bottom:16px}ul.ms-policy-section__list,.global-policy-section__text ul{list-style-type:disc;padding-left:20px;padding-bottom:16px}ol.ms-policy-section__list,.global-policy-section__text ol{list-style-type:numeric;padding-left:20px;padding-bottom:16px}ul.ms-policy-section__list li,.global-policy-section__text ul li{font-size:16px;font-weight:400;margin-bottom:2px}ul.ms-policy-section__list li--bold,.global-policy-section__text ul li--bold{font-weight:500}a.ms-policy-section__link,.global-policy-section__text a{text-decoration:underline;font-weight:500}.ms-policy-section__link:hover,.global-policy-section__text a:hover{opacity:.8}.ms-policy-header{font-size:34px;font-weight:600;padding:0 20px;order:2;width:100%;margin:32px auto 32px auto}@media(min-width: 1020px){.ms-policy-header{padding:40px 0;margin:0 auto 32px auto;order:1;border-bottom:solid 1px #d4d4d4}}h2.ms-policy-subhead{font-size:30px;font-weight:600;padding:0 0 20px 0;display:none;float:none}@media(min-width: 1020px){h2.ms-policy-subhead{display:block}}.ms-policy-content{margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}@media(max-width: 1020px){.ms-policy-content{padding:0;flex-direction:column;margin:0}}.ms-policy-sidebar{max-width:256px;width:100%;padding-right:24px;order:2}@media(max-width: 1020px){.ms-policy-sidebar{padding:0;max-width:100%;top:0;position:sticky;order:1;z-index:10}}.ms-policy-nav-wrapper{z-index:10}@media(min-width: 1020px){.ms-policy-nav-wrapper{position:sticky;top:48px}}.ms-polices-dropdown{background:#fff;font-size:16px;font-weight:500;border-bottom:solid 1px #d4d4d4;width:100%;display:flex;justify-content:space-between;padding:20px}@media(min-width: 1020px){.ms-polices-dropdown{border-bottom:none;padding:16px 0;margin-bottom:32px;display:none}}.ms-polices-dropdown__nav{display:none;padding:16px}@media(min-width: 1020px){.ms-polices-dropdown__nav{display:block;padding:0}}ul.ms-polices-dropdown__list{margin:0;padding:0;list-style:none}li.ms-polices-dropdown__item{margin-bottom:24px}li.ms-polices-dropdown__item:last-child{margin:0}.ms-polices-dropdown__link{font-size:16px}.ms-polices-dropdown__link:hover{text-decoration:underline}.ms-polices-dropdown__link--active{font-weight:700}.ms-policy-info{position:relative;max-width:750px;width:100%;order:3}@media(max-width: 1020px){.ms-policy-info{max-width:100%;order:3;padding:0 20px}}ul.ms-policy-subnav{padding:0 0 40px 0}ol.ms-policy-subnav{list-style:numeric}li.ms-policy-subnav__item{padding-bottom:12px}.ms-policy-subnav__link{font-size:16px;font-weight:400;text-decoration:underline;display:inline-block;position:relative}.ms-policy-subnav__link:hover{opacity:.6;text-decoration:none}.ms-policy-table,.global-policy-section__table-wrapper table thead tr,.global-policy-section__table-wrapper table{text-align:left;border-bottom:solid 1px #d4d4d4;margin-bottom:40px;font-size:16px}.ms-policy-table__head,.global-policy-section__table-wrapper table thead tr th{font-size:18px;font-weight:400;padding:8px}.ms-policy-copy-link{position:relative;cursor:pointer}.ms-policy-copy-link:hover{padding-right:20px}.ms-policy-copy-link:hover:before{content:"";position:absolute;right:0;bottom:0;margin:auto;height:15px;width:15px;margin:auto;background-position:center;background-size:contain;height:100%;background-repeat:no-repeat}.ms-policy-copy-alert{visibility:hidden;opacity:0;display:flex;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 24px;bottom:0;color:#fff;position:fixed;left:0;right:0;margin:auto}.ms-policy-copy-alert--active{visibility:visible;opacity:1;transition:opacity .5s linear}.ms-policy-copy-alert--hidden{transition:visibility 0s .5s,opacity .5s linear}.ms-policy-copy-alert__msg{color:#fff}@media(min-width: 768px){.ms-policy-copy-alert{bottom:2.5rem;width:fit-content;margin:auto;border-radius:4px}}.ms-policy-table-wrapper{overflow-x:auto}.ms-policy-table .border-b,.global-policy-section__table-wrapper table .border-b,.global-policy-section__table-wrapper table thead{border-bottom:1px solid #e2e8f0}.ms-policy-subnav__link .ms-policy-copy-icon,h3.ms-policy-section__header .ms-policy-copy-icon{position:absolute;top:0;bottom:0;margin:auto;align-items:center;display:none}h3.ms-policy-section__header .ms-policy-copy-icon{right:-5px}.ms-policy-subnav__link .ms-policy-copy-icon{right:-22px}.ms-policy-subnav__link:hover .ms-policy-copy-icon,h3.ms-policy-section__header:hover .ms-policy-copy-icon{display:flex}.global-policy-section__sub-header p{font-weight:600;padding-bottom:0;margin-bottom:0}.global-policy-section__table-wrapper table thead tr{border-bottom:none}.global-policy-section__table-wrapper table thead tr th{font-family:var(--global-policy-header-font);color:var(--global-policy-header-color)}.global-policy-section__table-wrapper table tbody tr{font-family:var(--global-policy-body-font);color:var(--global-policy-body-color);text-align:left}.global-policy-section__table-wrapper table tbody tr th{font-family:var(--global-policy-body-font);color:var(--global-policy-body-color);font-weight:400}.global-policy-section__text{word-wrap:break-word}.global-policy-section__text.ms-policy-section__spacer p:nth-child(n+2),.global-policy-section__text__spacer p.global-policy-section__text p:nth-child(n+2){padding-top:16px}.global-policy-section__text a{color:var(--global-policy-link-color)}
