/*
! tailwindcss v3.3.1 | 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: currentColor;
  /* 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.
*/

html {
  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, -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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --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::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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;
          print-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;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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-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(59 130 246 / 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:  ;
}

::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-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(59 130 246 / 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:  ;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-8 {
  margin: 2rem;
}

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

.-mr-2 {
  margin-right: -0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-16 {
  max-height: 4rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.origin-top {
  transform-origin: top;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

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

.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-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-transparent {
  border-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-coal {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-stone-dk {
  --tw-bg-opacity: 1;
  background-color: rgb(130 128 120 / var(--tw-bg-opacity));
}

.bg-stone-lt {
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 222 / var(--tw-bg-opacity));
}

.bg-stone-md {
  --tw-bg-opacity: 1;
  background-color: rgb(215 214 210 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-cover {
  background-size: cover;
}

.fill-white {
  fill: #FFFFFF;
}

.p-1 {
  padding: 0.25rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

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

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

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

.font-freight {
  font-family: Freight, serif;
}

.font-lato {
  font-family: Lato, sans-serif;
}

.text-text-lg {
  font-size: 1.125rem;
}

.text-text-sm {
  font-size: 0.875rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.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-150 {
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.alignfull {
  margin: 0 calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1200px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.9rem;
  color: #718096;
}

.wp-site-blocks * {
  line-height: 1.5;
  letter-spacing:0.1em;
}

@media(max-width:781px) {
  .wp-site-blocks * {
    --padding-multiplier:0.6;
    --wp--preset--spacing--20: calc(0.44rem * var(--padding-multiplier));
    --wp--preset--spacing--30: calc(0.67rem * var(--padding-multiplier));
    --wp--preset--spacing--40: calc(1rem * var(--padding-multiplier));
    --wp--preset--spacing--50: calc(1.5rem * var(--padding-multiplier));
    --wp--preset--spacing--60: calc(2.25rem * var(--padding-multiplier));
    --wp--preset--spacing--70: calc(3.38rem* var(--padding-multiplier));
    --wp--preset--spacing--80: calc(5.06rem * var(--padding-multiplier));
    --mob-max-width:340px
  }
}

.wp-site-blocks > * {
  max-width:100%!important;
}

.wp-site-blocks .has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.wp-site-blocks .has-freight-font-family {
  letter-spacing:0
}

.wp-site-blocks :not(p).has-lato-font-family {
  letter-spacing:1px!important
}

.wp-site-blocks .has-text-xs-font-size {
  line-height:1rem!important;
}

@media(min-width:781px) {
  .wp-site-blocks .has-text-xs-font-size {
    font-size:0.875rem!important
  }
}

.wp-site-blocks .has-text-sm-font-size {
  line-height:1.5rem!important;
}

@media(min-width:781px) {
  .wp-site-blocks .has-text-sm-font-size {
    font-size:1rem!important
  }
}

.wp-site-blocks .has-text-lg-font-size {
  line-height:1.5rem!important;
}

@media(min-width:781px) {
  .wp-site-blocks .has-text-lg-font-size {
    line-height:1.75rem!important;
    font-size:1.125rem!important
  }
}

.wp-site-blocks .has-display-sm-font-size {
  line-height:1.875rem!important;
}

@media(min-width:781px) {
  .wp-site-blocks .has-display-sm-font-size {
    line-height:3rem!important;
    font-size:3rem!important
  }
}

.wp-site-blocks .has-display-lg-font-size {
  line-height:2.75rem!important;
}

@media(min-width:781px) {
  .wp-site-blocks .has-display-lg-font-size {
    line-height:5.5rem!important;
    font-size:6rem!important
  }
}

@media(max-width:781px) {
  .wp-site-blocks .mob-max-w {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }

  .wp-site-blocks .group-paragraph-block {
    margin-top: 2rem;
  }
}

.wp-site-blocks .is-style-pill-paragraph {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color:currentColor;
}

@media(max-width:781px) {
  .wp-site-blocks .wp-block-heading br {
    display: none;
  }
}

.wp-site-blocks .wp-block-columns {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

header.site-header {
  margin-bottom:-4.375rem!important
}

.wp-block-nk-awb {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: visibility 0s, opacity 0.25s ease-in-out;
}

.wp-block-cover div:not(.wp-block-nk-awb) {
  z-index: 50;
}

/** OVERRIDES **/

.wp-block-heading + .wp-block-heading {
  margin-top: 0.5rem !important;
}

/** ICONS **/

@media(max-width:781px) {
  div.icons-group-block {
    display: flex;
    align-items: center;
    padding-bottom: 1.25rem !important;
  }

  div.icons-group-block:not(.has-background) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(130 128 120 / var(--tw-border-opacity));
  }

  div.icons-group-block .wp-block-zaneti-icon-block {
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-margin-after:0!important;
            margin-block-end:0!important;
  }

  div.icons-group-block h3 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
  }

  .wp-block-column {
    border-right-width: 0px !important;
  }
}

/** BUTTON ICONS **/

.wp-block-buttons {
  position: relative;
  flex-direction: column;
  gap: 1rem;
}

@media(min-width:781px) {
  .wp-block-buttons {
    flex-direction: row;
  }
}

.wp-block-buttons .wp-block-button:not(.is-style-icon-button) > * {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.wp-block-buttons .is-style-icon-button{
  align-items:center;
  display:inline-flex;
  position:relative;
}

.wp-block-buttons .is-style-icon-button svg {
  left:1rem!important;
  padding-left:0!important;
  position:absolute!important;
  top:calc(50% - 8.5px)!important;
}

.wp-block-buttons .is-style-icon-button svg.stroke-mod-green {
  color:#3f6170!important
}

.wp-block-buttons .is-style-icon-button svg.stroke-duck-egg{
  color:#8aa0ab!important
}

.wp-block-buttons .is-style-icon-button svg.stroke-white{
  color:#fff!important
}

.wp-block-buttons .is-style-icon-button .wp-block-button__link {
  padding-left:calc(1.333em + 1.5rem)!important;
}

/** LARGE CAPTION BLOCK **/

.large-caption-block .nk-awb {
  display: flex !important;
  padding:4rem 0;
}

.large-caption-block .nk-awb-wrap-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/** IMG TEXT ROW **/

/** IMG TEXT COLUMNS **/

.img-text-columns .wp-block-image {
  margin-bottom: 0px !important;
}

/** STRIP CTA **/

.wp-site-blocks .strip-cta .wp-block-image {
  margin-bottom: 0px !important;
}

.wp-site-blocks .strip-cta .logo-parallax {
  z-index: 10 !important;
  display: flex !important;
}

.wp-site-blocks .strip-cta .wp-block-columns {
  z-index: 20;
}

@media(max-width:781px) {
  .wp-site-blocks .strip-cta {
    max-width:var(--mob-max-width)!important;
    margin-left:auto;
    margin-right:auto
  }

  .wp-site-blocks .strip-cta .wp-block-columns {
    padding-top:2rem;
    padding-bottom:2rem;
  }

  .wp-site-blocks .strip-cta .wp-block-columns figure {
    display: none;
  }

  .wp-site-blocks .strip-cta .nk-awb-inner img {
    display: none;
  }
}

.wp-block-column ul:not(.wp-block-list) li {
  list-style-position: inside;
  list-style-type: disc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wp-block-column ul:not(.wp-block-list) li:last-of-type {
  padding-bottom: 0px;
}

/** TEXT CTA **/

@media(max-width:781px) {
  .wp-site-blocks .text-cta {
    max-width:var(--mob-max-width)!important;
    margin-left:auto;
    margin-right:auto
  }
}

/** ICON BLOCKS **/

@media(max-width:781px) {
  .icon-row .wp-block-columns {
    justify-content:center;
  }

  .icon-row .wp-block-columns .wp-block-column {
    max-width:var(--mob-max-width);
    border-right:0!important
  }
}

/** SLIDER **/

.wp-block-cb-carousel {
  margin-bottom:0!important;
}

.wp-block-cb-carousel.hero-slider {
  height:672px;
}

@media(min-width:768px) {
  .wp-block-cb-carousel.hero-slider {
    height:800px
  }
}

.wp-block-cb-carousel.hero-slider .slick-arrow {
  display: none !important;
  z-index:110;
}

.wp-block-cb-carousel.hero-slider .slick-prev {
  left: 0.5rem !important;
}

.wp-block-cb-carousel.hero-slider .slick-next {
  right: 0.5rem !important;
}

.wp-block-cb-carousel.hero-slider .slick-dots {
  bottom: 2rem !important;
}

.wp-block-cb-carousel.hero-slider .wp-block-cb-slide {
  padding-left:0!important;
  padding-right:0!important;
}

@media(min-width:781px) {
}

.wp-block-cb-carousel.trio-slider .slick-list {
  padding:0 2rem;
}

@media(min-width:781px) {
  .wp-block-cb-carousel.trio-slider .slick-list {
    padding:0 8rem
  }
}

@media(min-width:1200px) {
  .wp-block-cb-carousel.trio-slider .slick-list {
    padding:0 16rem
  }
}

.wp-block-cb-carousel.trio-slider.product-range-slider .slick-list {
  padding:0 4rem;
}

@media(min-width:781px) {
  .wp-block-cb-carousel.trio-slider.product-range-slider .slick-list {
    padding:0 22vw
  }
}

@media(min-width:1200px) {
  .wp-block-cb-carousel.trio-slider.product-range-slider .slick-list {
    padding:0 26vw
  }
}

.wp-block-cb-carousel.trio-slider .wp-block-cb-slide {
  height:unset;
}

.wp-block-cb-carousel.trio-slider .wp-block-cb-slide .wp-block-image {
  margin:auto!important;
}

.wp-block-cb-carousel.trio-slider .wp-block-cb-slide .wp-block-image img {
  width:100%;
}

.wp-block-cb-carousel.trio-slider .slick-arrow {
  position: absolute;
  z-index: 50;
}

.wp-block-cb-carousel.trio-slider .slick-arrow.slick-next {
  right: 1rem;
}

.wp-block-cb-carousel.trio-slider .slick-arrow.slick-prev {
  left: 1rem;
}

.wp-block-cb-carousel.trio-slider .slick-dots button {
  background-color:#333;
}

.wp-block-cb-carousel.trio-slider .slick-dots button:not(:hover):not(:active) {
  background-color:#333!important;
}

.wp-block-cb-carousel.trio-slider:not(.trio-wide) .wp-block-cb-slide {
  opacity:0.4;
  transition:opacity 0.2s ease-in-out;
}

.wp-block-cb-carousel.trio-slider:not(.trio-wide) .wp-block-cb-slide.slick-active {
  opacity:1;
}

.wp-block-cb-carousel.trio-slider.trio-wide {
  margin-bottom:4.5rem!important;
}

@media(min-width:768px) {
  .wp-block-cb-carousel.trio-slider.trio-wide .wp-block-cb-slide {
    padding-left:2rem!important;
    padding-right:2rem!important
  }
}

@media(min-width:1200px) {
  .wp-block-cb-carousel.trio-slider.trio-wide .wp-block-cb-slide {
    padding-left:4.5rem!important;
    padding-right:4.5rem!important
  }
}

.wp-block-cb-carousel.trio-slider.trio-slim-wide {
  margin-bottom:4.5rem!important;
}

.wp-block-cb-carousel.trio-slider.trio-slim-wide .slick-list {
  padding:0 4rem;
}

@media(min-width:781px) {
  .wp-block-cb-carousel.trio-slider.trio-slim-wide .slick-list {
    padding:0 22vw
  }
}

@media(min-width:1200px) {
  .wp-block-cb-carousel.trio-slider.trio-slim-wide .slick-list {
    padding:0 26vw
  }
}

@media(min-width:768px) {
  .wp-block-cb-carousel.trio-slider.trio-slim-wide .wp-block-cb-slide {
    padding-left:2rem!important;
    padding-right:2rem!important
  }
}

.wp-block-cb-carousel .slick-list {
  z-index:10;
}

.wp-block-cb-carousel .wp-block-cb-slide {
  //padding-left:0.25rem!important;
  //padding-right:0.25rem!important;
}

@media(min-width:768px) {
  .wp-block-cb-carousel .wp-block-cb-slide {
    //padding-left:4rem!important;
    //padding-right:4rem!important
  }
}

.wp-block-cb-carousel .wp-block-cb-slide {
  position:relative;
}

.wp-block-cb-carousel .wp-block-cb-slide .wp-block-cover {
  height:100%
}

.wp-block-cb-carousel .slick-dots {
  z-index:20;
  bottom:-1.5rem;
}

.wp-block-cb-carousel .slick-dots li {
  margin:0;
  width:100px;
  height:4px;
}

@media(max-width:781px) {
  .wp-block-cb-carousel .slick-dots li {
    max-width:40px
  }
}

.wp-block-cb-carousel .slick-dots li button {
  background-color:white;
  opacity:0.4;
  width:100%;
  height:100%;
  padding:0;
}

.wp-block-cb-carousel .slick-dots li button::before {
  display:none;
  content:'';
}

.wp-block-cb-carousel .slick-dots li button:hover, .wp-block-cb-carousel .slick-dots li button:active {
  opacity:0.6;
}

.wp-block-cb-carousel .slick-dots li button:not(:hover):not(:active) {
  background-color:white!important;
  opacity:0.4;
}

.wp-block-cb-carousel .slick-dots li.slick-active button {
  opacity:1!important;
}

/** RANGE FINISHES **/

.finish-container .title {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.finish-container .finish {
  margin-left: auto;
  display: flex;
  align-content: center;
  align-items: center;
}

.finish-container .finish h3 {
  margin-right: 0.5rem;
  margin-bottom: 0px;
  display: inline-block;
  font-size: .75rem;
  text-transform: uppercase;
}

.finish-container .finish .finishes-container button.selected {
  box-shadow: 0 0 0 1px black;
}

/** RANGE SWATCH SWITCHER **/

.product-container img {
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.product-container h3 {
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.product-container p {
  font-family: Lato, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(130 128 120 / var(--tw-text-opacity));
  font-size:0.875rem;
}

.product-container a {
  --tw-text-opacity: 1;
  color: rgb(130 128 120 / var(--tw-text-opacity));
}

.product-container .dialog-inner h3, .product-container .dialog-inner p {
  font-size: .75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-container .dialog-inner h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.scrollable-container {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* Enables smooth scrolling on iOS devices */

.scrollable-container .product-container {
  display: flex;
  /* Make it a flex container */
  flex-wrap: nowrap;
  /* Prevents the items from wrapping to a new row */
  gap: 16px;
  /* Sets gap between items */
  margin-left:calc((100% - 1200px) / 2);
}

.scrollable-container .product-container .product {
  flex: 0 0 auto;
  /* This makes sure that the items do not stretch and do not shrink, and the third value (auto) lets the items use their natural width */
}

/** MAPS **/

.map-group-section {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 222 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .map-group-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(min-width:768px) {
  .map-group-section {
    grid-template-rows: 1fr calc(63px + 2rem)
  }
}

.map-group-section > p {
  display: none;
}

.wpgmza-marker-listing-category-filter {
  display: none;
}

.wpgmza_marker_list_class {
  order: 2;
  grid-column: span 1 / span 1;
  grid-column-start: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 222 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1024px) {
  .wpgmza_marker_list_class {
    order: 1;
    grid-row-start:1;
  }
}

.wpgmza_marker_list_class .wpgmza_div_title {
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wpgmza_marker_list_class .wpgmza_div_address {
  font-family: Lato, sans-serif;
  font-size: .75rem;
  letter-spacing: -0.025em;
}

.wpgmza_marker_list_class:before {
  content:'Results';
  margin-bottom: 1rem;
  display: block;
  font-family: Freight, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.wpgmza-pagination {
  order: 3;
  grid-column: span 1 / span 1;
  grid-column-start: 1;
  grid-row-start: 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .wpgmza-pagination {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }
}

.wpgmza-pagination {
  height:calc(63px + 2rem);
}

.wpgmza_map {
  order: 1;
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
  grid-row-start: 1;
  height: 370px !important;
}

@media (min-width: 1024px) {
  .wpgmza_map {
    order: 2;
    grid-column-start: 2;
    height: 740px !important;
  }
}

.wpgmza-modern-store-locator {
  position: absolute;
  left: auto !important;
  right: auto !important;
  grid-column: span 1 / span 1;
  grid-column-start: 2;
}

@media (min-width: 1024px) {
  .wpgmza-modern-store-locator {
    right: 1rem !important;
  }
}

.wpgmza-modern-store-locator > .wpgmza-inner {
  left: 0px !important;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wpgmza-modern-store-locator > .wpgmza-inner input, .wpgmza-modern-store-locator > .wpgmza-inner select {
  height: auto !important;
  border-radius: 9999px !important;
  border-style: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.wpgmza-modern-store-locator > .wpgmza-inner select {
  position: relative;
  z-index: 10;
  padding-right: 2rem !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)!important;
  background-position-x:calc(100% - 0.5rem)!important;
  background-repeat:no-repeat!important;
}

.wpgmza-modern-store-locator > .wpgmza-inner .wpgmza-address {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .wpgmza-modern-store-locator > .wpgmza-inner .wpgmza-address {
    margin-bottom: 0px;
  }
}

.wpgmza-modern-store-locator > .wpgmza-inner .wpgmza-search > input {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/** DIALOG **/

dialog {
  display: none;
  height: 100% !important;
  width: 100% !important;
  align-content: center;
  justify-content: center;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

dialog::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.9;
}

dialog.dialog-fade {
  display: flex;
  opacity: 1;
}

dialog .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  outline-width: 0px !important;
}

dialog .close:focus-visible {
  outline:0px hidden white!important;
}

dialog .dialog-inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  max-height: 80vh;
  max-width: 900px;
  padding: 1rem;
  text-align: left;
}

/** MENU **/

@media(min-width:781px) {
  .wp-block-navigation__submenu-container {
    width:240px!important
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-link {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-link:before {
    content:'';
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(203 214 218 / var(--tw-bg-opacity));
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-link.menu-mod-green:before {
    --tw-bg-opacity: 1;
    background-color: rgb(63 97 112 / var(--tw-bg-opacity));
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-link.menu-duck-egg:before {
    --tw-bg-opacity: 1;
    background-color: rgb(138 160 171 / var(--tw-bg-opacity));
  }
}

/** ICONS **/

.icon-container svg {
  width:40px;
  height:40px;
}

.wp-block-migb-masonry-gallery {
  -moz-column-count: 2!important;
       column-count: 2!important;
  -moz-column-gap: 14px;
       column-gap: 14px;
  -moz-column-fill: balance;
       column-fill: balance;
  margin: 20px auto 0;
  padding: 2rem;
}

.wp-block-migb-masonry-gallery .single-gallery-image {
  display: inline-block;
  margin: 0 0 20px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}

@media(min-width:781px) {
  .wp-block-migb-masonry-gallery {
    -moz-column-count:3!important;
         column-count:3!important
  }
}

.menu-item-has-children {
  position: relative;
}

.sub-menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 222 / var(--tw-bg-opacity));
}

header {
  z-index: 50;
}

header .socket-header {
  display: none !important;
  height: 4rem;
  max-height: 4rem;
}

@media (min-width: 782px) {
  header .socket-header {
    display: flex !important;
  }
}

header .socket-header .wp-block-search {
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper {
  height: 2.25rem;
  max-width: 248px;
  --tw-border-opacity: 1;
  border-color: rgb(130 128 120 / var(--tw-border-opacity));
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper [type=search] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(227 226 222 / var(--tw-text-opacity));
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper [type=search]::-moz-placeholder {
  font-family: Lato, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(215 214 210 / var(--tw-text-opacity));
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper [type=search]::placeholder {
  font-family: Lato, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(215 214 210 / var(--tw-text-opacity));
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper [type=search]::-webkit-search-cancel-button {
  color:red!important
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper [type=search]:focus {
  --tw-ring-color:#333333;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-width: 0px;
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0.5rem;
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

header .socket-header .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
  margin-top: -0.5rem;
  width: 2rem;
  --tw-scale-x: -1;
  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));
}

header .header-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  header .header-bar {
    background-color: transparent !important;
  }
}

@media (min-width: 782px) {
  header .header-bar .main-menu .wp-block-navigation-item__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

header .header-bar .main-menu .wp-block-navigation__submenu-icon {
  margin-left: -0.75rem;
  margin-right: 1.25rem;
}

header {
  position: sticky;
  top: -4rem;
}

header .header-bar:before {
  content:'';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(51 51 51 / 0.75);
  opacity: 0;
  --tw-backdrop-blur: blur(12px);
  -webkit-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);
          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);
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .header-bar.scrolled:before {
  opacity: 1;
}

header .header-bar .wp-block-site-logo {
  position: relative;
}

.entry-content {
  margin-bottom: 0px !important;
}

body {
  letter-spacing:0.1em;
}

body .has-freight-font-family {
  letter-spacing:0
}

.trio-slider .slick-next, .trio-slider .slick-prev {
  --tw-text-opacity: 1;
  color: rgb(227 226 222 / var(--tw-text-opacity));
}

.trio-slider .slick-next:before,
	.trio-slider [dir=rtl] .slick-prev:before,
	.trio-slider .slick-prev:before,
	.trio-slider [dir=rtl] .slick-next:before {
  --tw-text-opacity: 1;
  color: rgb(227 226 222 / var(--tw-text-opacity));
  content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M0%200h40v40H0z%22%20style%3D%22fill%3A%230b0e1e%3Bstroke-width%3A0%22%2F%3E%3Cpath%20d%3D%22m23.193%2012.17-8%208%208%208%22%20style%3D%22fill%3Anone%3Bstroke%3A%23828078%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%22%2F%3E%3C%2Fsvg%3E');
}

.trio-slider .slick-arrow.slick-next {
  transform:rotate(180deg) scale(1.5);
  transform-origin:center right;
  right:30px!important
}

.trio-slider .slick-arrow.slick-prev {
  left:0!important;
  transform:scale(1.5);
  transform-origin:center left;
}

.slide-holder {
  display: flex;
  flex-direction:row;
  gap:10px;
  justify-content:center;
}

.slide-holder .main-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-holder .main-image .slide {
  width:320px;
  background-color:#fff;
}

@media(min-width:1200px) {
    .slide-holder .main-image .slide {
        width:390px;   
    }
}

.slide-holder .main-image .slide img {
  width:100%;
  max-width: 100%;
  height:auto;
  margin-bottom:0;
  background-color:#fff;
  padding:0;
}

.slide-holder .thumbnails {
  display: flex;
  flex-direction: column;
  gap:10px;
  width:80px;
}

.slide-holder .thumbnails .thumbnail {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color:#fff;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:10px;
  width:100%;
  height:80px;
}

.slide-holder .thumbnails .thumbnail img {
  width:100%;
  height:auto;
}

.slide-dialog-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px) {
  .slide-dialog-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.slide-dialog-grid .main-image {
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .slide-dialog-grid .main-image {
    grid-column: span 5 / span 5;
  }
}

.slide-dialog-grid .slide-dialog-thumbs {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .slide-dialog-grid .slide-dialog-thumbs {
    flex-direction: column;
  }
}

.slide-dialog-grid .slide-dialog-thumbs .thumb {
  width:100%;
  height:calc(100%/4);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.slide-dialog-grid .slide-dialog-thumbs .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#dialog_slider h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}

#dialog_slider p {
  font-size: .75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}

.button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.button-light {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  stroke: #333333;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-light:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.button-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  stroke: #E9E9E9;
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-stone {
  --tw-border-opacity: 1;
  border-color: rgb(227 226 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 222 / var(--tw-bg-opacity));
  stroke: #E3E2DE;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-stone:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.button-stone:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  stroke: #E9E9E9;
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-dark {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  stroke: #E9E9E9;
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-dark:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.button-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  stroke: #222222;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-symbol {
  padding-left: 3.5rem;
}

.button-symbol svg {
  position: absolute;
  top: 0.625rem;
  left: 2rem;
  height: 1rem;
  width: 1rem;
}

.button-symbol.symbol-search svg {
  fill: none;
}

.button-symbol.symbol-search svg path {
  stroke-color:currentColor;
}

@font-face {
  font-family: 'Lato';

  src: local('Lato Bold'), local('Lato-Bold'),
        url('https://zaneti-website:8890/wp-content/themes/zaneti-mile/resources/fonts/Lato-Bold.woff2') format('woff2'),
        url('https://zaneti-website:8890/wp-content/themes/zaneti-mile/resources/fonts/Lato-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Lato';

  src: local('Lato Regular'), local('Lato-Regular'),
        url('https://zaneti-website:8890/wp-content/themes/zaneti-mile/resources/fonts/Lato-Regular.woff2') format('woff2'),
        url('https://zaneti-website:8890/wp-content/themes/zaneti-mile/resources/fonts/Lato-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Lato';

  src: local('Lato Italic'), local('Lato-Italic'),
        url('https://zaneti-website:8890/wp-content/themes/zaneti-mile/resources/fonts/Lato-Italic.woff2') format('woff2'),
        url('https://zaneti-website:8890/wp-content/themes/zaneti-mile/resources/fonts/Lato-Italic.woff') format('woff');

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Freight';

  src: local('FreightBig Pro Medium'), local('FreightBigProMedium-Regular'),
        url('https://zaneti-website:8890/wp-content/themes/zaneti-mile/resources/fonts/Freight-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

main {
  font-family: 'Lato';
}

div:not(.icon-link) .wp-block-zaneti-icon-block .icon-container {
  box-sizing: border-box;
  width: 6rem;
  height:6rem;
  border-radius: 100%;
  padding: 1.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

div:not(.icon-link) .wp-block-zaneti-icon-block:not(:last-child) {
  -webkit-margin-after:.875rem;
          margin-block-end:.875rem;
}

.icon-link .wp-block-zaneti-icon-block .icon-container {
  box-sizing: border-box;
  width: 0.875rem;
  height:0.875rem;
  margin:0 0.5rem 0 0;
  display: inline-flex;
  justify-content: flex-start;
  vertical-align: middle;
}

.icon-link p {
  display: inline-flex;
}

footer .gform_wrapper {
  max-width: 32rem;
}

footer .gform_wrapper .gform_title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .gform_wrapper .gform_description {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}

footer .gform_wrapper .gform_fields {
  position: relative;
  row-gap: 0px !important;
}

footer .gform_wrapper .gform_fields .gfield:not(.gfield--type-submit) {
  grid-column: span 12 / span 12;
}

footer .gform_wrapper .gform_fields .gfield:not(.gfield--type-submit) input {
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
}

footer .gform_wrapper .gform_fields .gfield.gfield--type-submit {
  position: absolute;
  right: 0.5rem;
  top: 0.375rem;
}

footer .gform_wrapper .gform_fields .gfield.gfield--type-submit input {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

footer .gform_wrapper .gfield_validation_message {
  display: none;
}

footer .wp-block-columns .wp-block-columns .wp-block-column:last-of-type {
  display: none;
  flex-direction: column;
}

@media (min-width: 1024px) {
  footer .wp-block-columns .wp-block-columns .wp-block-column:last-of-type {
    display: flex;
  }
}

@media(max-width:781px) {
  footer .wp-block-group:last-of-type .wp-block-columns .wp-block-column {
    font-size:0.875rem!important;
    flex-basis:calc(100% / 3)
  }

  footer .wp-block-group:last-of-type .wp-block-columns .wp-block-column:first-of-type {
    flex-basis:calc((100% / 3) * 2);
  }
}

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

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 600px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 782px) {
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

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

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

@media (min-width: 1024px) {
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-28 {
    width: 7rem;
  }

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

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

:where(.wp-block-columns.mb-0) {
    margin-bottom:0!important;
}

.wp-block-sticky-top {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 69px; /* This will stick the element to the top when you scroll past it */
    z-index: 1000; /* Make sure it appears above other content */
    border-bottom:1px solid #D7D6D2;
}

.product-range-slider {
    margin-top:2rem;
}

.slide-dialog-thumbs {
    max-height:100px;   
}
@media (min-width: 769px) {
    .slide-dialog-grid .main-image, .slide-dialog-thumbs {
        max-height:462px;   
    }
}
@media (min-width: 1400px) {
    .slide-dialog-grid .main-image, .slide-dialog-thumbs {
        max-height:620px;   
    }
}

.slide-dialog-grid .slide-dialog-thumbs .thumb {
    background-color:transparent!important;
}

@media(max-width:768px) {
    .slide-dialog-grid .slide-dialog-thumbs .thumb {
        height:100%;
    }
}

.wp-block-column ul:not(.wp-block-list) li {
    list-style-position:outside!important;
    margin-left:10px;
}

header {
    z-index:250!important;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    padding:0!important;
    z-index:99999!important;
}

a:where(:not(.wp-element-button)) {
    text-decoration:underline!important;
}

.wp-block-navigation-item a:where(:not(.wp-element-button)), .wp-block-cb-slide a {
    text-decoration:none!important;
}

@media(min-width:1400px) {
    dialog .dialog-inner {
        max-width:1200px;
    }
}

dialog .close {
    position: fixed;
    top: 2rem;
}

.product-range-slider figure {
    position:relative;
}

.product-range-slider figure:after {
    content:'';
    width:35px;
    height:35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='none'%3E%3Crect width='35' height='35' fill='%23222' rx='17.5'/%3E%3Cpath stroke='%23E9E9E9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16.444 24.889a8.444 8.444 0 1 0 0-16.889 8.444 8.444 0 0 0 0 16.889ZM27 27l-4.591-4.592'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M16.5 19.5v-4M16.5 12.5v1'/%3E%3C/svg%3E");
    position:absolute;
    bottom:15px;
    left:15px;
    pointer-events:none;
    transition:all 0.075s ease-in-out;
    will-change:transform;
}

.product-range-slider figure:hover:after {
    transform:scale(1.075);
}

.wp-block-tiptip-hyperlink-group-block {
    will-change:opacity;
    transition:all 0.25s ease-in-out;
}

.wp-block-tiptip-hyperlink-group-block, .wp-block-tiptip-hyperlink-group-block h3, .wp-block-tiptip-hyperlink-group-block h3 * {
    text-decoration:none!important;
}

.wp-block-tiptip-hyperlink-group-block:hover {
    opacity:0.8;
}

dialog {
    padding-bottom: 120px;
    margin-bottom:0!important;
}

dialog::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    right: 0;
    height: 80px;
    width: calc(100% + 40px);
    background: linear-gradient(transparent, black);
}

.wp-block-button, .gform_button {
    transition:opacity 0.3s ease-in-out;
}
.wp-block-button:hover, .gform_button:hover {
    opacity:0.8;
}

.icon-van svg {
    padding-top:3px;
    padding-left:2px;
}

footer .wp-block-column ul:not(.wp-block-list) li {
    padding-bottom:0!important;
    margin-left:0!important;
}

/** MOBILE MENU **/
@media(max-width:599px) {
.wp-block-navigation__responsive-container {
    background-color:rgba(0,0,0,0.8)!important;
}

.wp-block-navigation__responsive-container-content {
    padding-top:0!important;
}
.wp-block-navigation__responsive-container ul.wp-block-navigation__container, ul.wp-block-navigation__submenu-container {
    text-align:center!important;
    width:100%!important;
    position:relative;
}

.wp-block-navigation__responsive-container ul.wp-block-navigation__container li, ul.wp-block-navigation__submenu-container li {
    width:100%!important;
    padding:0.7rem 0;
    text-align:center!important;
}

ul.wp-block-navigation__submenu-container li {
    padding-bottom:0!important;
}

ul.wp-block-navigation__submenu-container li a {
    justify-content:center;
    width:100%;
    opacity:0.6!important;
}

.wp-block-navigation__responsive-container ul.wp-block-navigation__container:first-of-type {
    padding-top:4.5rem;
}
.wp-block-navigation__responsive-container ul.wp-block-navigation__container:first-of-type:before {
    content:'';
    height:21px;
    width:110px;
    background-image:url('../../../uploads/2023/05/zaneti-logo.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    position:absolute;
    top:1rem;
    left:1.3rem;
}

.wp-block-navigation__responsive-container-close {
    top:1rem;
    right:1.25rem;
}

.wp-block-navigation-item__content {
    margin:0px auto;
}

form.wp-block-search__icon-button {
    width:100%;
    justify-content:center;
    margin-top:2rem;
    margin-bottom:2rem;
    padding-top:1.5rem;
    border-top:1px solid #dedede;
}

.wp-block-search__input {
    background-color:transparent!important;
    font-size:0.9rem;
}

.wp-block-search__button, .wp-block-search__input {
    padding-top:0.125rem;
    padding-bottom:0.125rem;
}

form.wp-block-search__icon-button ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

form.wp-block-search__icon-button :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

form.wp-block-search__icon-button ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.wp-block-navigation-item__content, .wp-block-navigation-item__label {
    font-size:0.8rem!important;
}
}

@media(min-width:600px) {
    .dtp-hidden {
        display:none!important;
    }
    /** BROCHURE **/
    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column:span 6!important;
        margin-bottom:1rem;
    }
    #dialog_brochure .gform_title {
        font-family: var(--wp--preset--font-family--freight) !important;
        font-size:2rem;
    }
    #dialog_brochure .gfield-choice-input {
        min-width:2rem;
        margin-right:1rem;
    }
}

.header-bar {
    justify-content:center!important;
}

.header-bar img {
    margin-bottom:-0.5rem;
    width:220px!important;
}

.socket-header {
    margin-bottom:-0.25rem;
}

.header-bar .wp-block-navigation-item:nth-child(4) {
    padding-left:4rem!important;
    padding-right:4rem!important;
    width:280px!important;
}

.header-bar li {
    width:140px;
}

.wp-block-navigation-submenu__toggle {
    display:none!important;
}

.new-menu-holder ul li {
    display:inline-block!important;
}

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

footer .gform_wrapper .gform_fields .gfield:not(.gfield--type-submit) {
    grid-column: span 12 / span 12!important
}

.postcode-form {
    flex-direction:row;
    position:relative;
    margin-bottom:0;
}

.postcode-form input {
    border-radius: 9999px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    width:100%;
    margin-bottom:0;
    z-index:5;
    position:relative;
    color:black;
}

.postcode-form button {
    position:absolute;
    font-size:0.875rem!important;
    font-family:Lato, sans-serif;
    top:6px;
    right:6px;
    z-index:10;
    border-width: 0px;
    padding-right:1rem;
    height:calc(100% - 12px);
    padding-left:calc(1.333em + 1.5rem)!important;
    --tw-bg-opacity: 1;
    color: white;
    --tw-text-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-text-opacity));
}
.postcode-form button:hover {
    opacity:0.8;
}

.postcode-form button svg {
    position:absolute;
    left:14px;
}

#inspo-filters {
    margin-bottom:1rem;
}

.gchoice {
    display:flex;
}