*, ::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(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:  ;
  --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(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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | 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: #e5e7eb; /* 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: #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]:where(:not([hidden="until-found"])) {
  display: none;
}
.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;
  }
}
@media (min-width: 782px) {

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

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

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

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

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

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

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

  .container {
    max-width: 1980px;
  }
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-4 {
  right: 1rem;
}
.top-2 {
  top: 0.5rem;
}
.top-\[5rem\] {
  top: 5rem;
}
.z-\[1000\] {
  z-index: 1000;
}
.m-5 {
  margin: 1.25rem;
}
.m-8 {
  margin: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.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;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-\[3rem\] {
  margin-left: 3rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-70px\] {
  margin-top: -70px;
}
.mt-\[125px\] {
  margin-top: 125px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-screen-3xl {
  max-width: 1600px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-grow {
  flex-grow: 1;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.rotate-180 {
  --tw-rotate: 180deg;
  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;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.bg-brand-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.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;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12\.875rem\] {
  padding-left: 12.875rem;
  padding-right: 12.875rem;
}
.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-tight {
  line-height: 1.25;
}
.text-brand-link {
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
}
.text-brand-primary {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1366px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 782px) {

  .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.875rem;
  color: #4b5563;
}
/* Include our font packages for SpaceGrotesk from local /fonts folder */
@font-face {
  font-family: "SpaceGrotesk";
  src: url("/wp-content/themes/tailpress/fonts/SpaceGrotesk-VariableFont_wght.ttf") format("ttf"), url("/wp-content/themes/tailpress/fonts/SpaceGrotesk-VariableFont_wght.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-error a {
  margin-top: 1.25rem;
  width: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
  background-color: inherit;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-notices-wrapper .woocommerce-error a:hover {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  left: 0px;
  top: 0px;
  margin-right: 1.25rem;
  height: 100%;
  width: 1rem;
  position: relative;
}
.single-product header.primary-header .header-container--inner-brand img, .single-product header.primary-header .header-container--inner-brand picture {
  filter: grayscale(0) brightness(1) invert(0);
}
.single-product header.primary-header .header-container #primary-menu #menu-main-nav li:not(.current_page_parent) a.dropdown {
  color: #000;
}
article.hentry {
  animation: fadeIn 0.4s ease-in-out;
  animation-fill-mode: forwards;
}
article.hentry:nth-child(odd) {
  animation: fadeInFlip 0.45s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: rotateY(180deg) rotateX(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg);
  }
}
@keyframes fadeInFlip {
  from {
    opacity: 0;
    transform: rotateY(-180deg) rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg);
  }
}
html {
  scroll-behavior: smooth;
}
body.page article.page > div.entry-content,
body.single article.product > div.entry-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1366px;
}
#page {
  width: 100%;
}
#content article {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .wp-block-kadence-rowlayout:last-child .wp-block-kadence-advancedheading {
    font-size: clamp(1.5rem, 2vw, 2.5rem) !important;
  }
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
picture {
  width: -moz-fit-content;
  width: fit-content;
}
body.home div#page > div#content > header {
  max-height: 80vh;
  min-height: "635px";
  overflow: hidden;
}
body.home div#page > div#content > header > img {
  max-height: 85vh;
}
body .breadcrumbs span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body .breadcrumbs span, body .breadcrumbs span a {
  color: #fff;
  font-size: 1.15rem;
}
html {
  font-size: 16px;
  line-height: 27px;
  font-family: "niveau-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
}
html h1, html h2, html h3, html h4, html .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form html select, html .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories html select, html h5, html .entry-content .single-product .product .cart .quantity input, .entry-content .single-product .product .cart .quantity html input, html h6 {
  color: #231f20;
}
html h1 {
  font-size: 6rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(195 201 77 / var(--tw-text-opacity));
  font-size: clamp(3.5rem, 4vw, 6rem);
}
html h2 {
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
}
html h3 {
  font-size: 30px;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
html h4, html .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form html select, html .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories html select {
  font-size: 2rem;
}
html h5, html .entry-content .single-product .product .cart .quantity input, .entry-content .single-product .product .cart .quantity html input {
  font-size: 1.5rem;
  line-height: 2rem;
}
html h3,
html h4,
html .entry-content .woocommerce aside .wc-block-catalog-sorting form select,
.entry-content .woocommerce aside .wc-block-catalog-sorting form html select,
html .entry-content .woocommerce aside .wc-block-product-categories select,
.entry-content .woocommerce aside .wc-block-product-categories html select,
html h5,
html .entry-content .single-product .product .cart .quantity input,
.entry-content .single-product .product .cart .quantity html input {
  line-height: 1.2;
}
html p,
html a,
html span,
html div {
  font-size: inherit;
  line-height: 1.5;
}
html a:not(.button) {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
}
html a:not(.button):hover {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
html blockquote {
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}
html strong {
  font-weight: 700;
}
html em {
  font-style: italic;
}
html ul,
html ol {
  padding-left: 1.5rem;
}
html ul li,
html ol li {
  margin-bottom: 1rem;
}
html .align-left {
  text-align: left;
}
html .align-center {
  text-align: center;
}
html .align-right {
  text-align: right;
}
body header.primary-header {
  transition: all 1000ms;
  font-size: 18px;
}
body header.primary-header > div.upper-mobile-bar {
  margin: 0.5rem 0 0 4.5rem;
}
body header.primary-header .header-container {
  position: relative;
  z-index: 1000;
}
body header.primary-header .header-container--inner-brand img, body header.primary-header .header-container--inner-brand picture {
  -o-object-fit: contain;
     object-fit: contain;
  position: static;
  height: 5rem;
  width: 18.75rem;
  transition: filter 500ms, width 200ms, top 200ms, transform 200ms;
}
body .toggle-mobile-nav {
  width: 15%;
}
body #page > header #primary-menu #menu-main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body #page > header #primary-menu #menu-main-nav .menu-item {
  position: relative;
  padding-top: 15px;
  margin: 0;
}
body #page > header #primary-menu #menu-main-nav .menu-item::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
body #page > header #primary-menu #menu-main-nav .menu-item .arrow-container {
  display: none;
}
@media (min-width: 1024px) {

  body #page > header #primary-menu #menu-main-nav .menu-item a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
body #page > header #primary-menu #menu-main-nav .menu-item a {
  display: block;
  color: #fff;
  position: relative;
}
body #page > header #primary-menu #menu-main-nav .menu-item a:hover {
  background: rgba(0, 0, 0, 0.08);
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10%;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  padding: 0;
  z-index: 1000;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px;
  max-width: 40vw;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item {
  margin: 0px;
  padding: 0px;
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000;
  font-size: clamp(11px, 2vh, 1rem);
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 98%;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.9);
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item .sub-menu a {
  color: #fff;
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item .sub-menu a:hover {
  background-color: rgba(255, 255, 0, 0.26);
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item:hover .sub-menu {
  display: block;
}
body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item:nth-last-child(2) .sub-menu, body #page > header #primary-menu #menu-main-nav .menu-item .sub-menu .menu-item:nth-last-child(7) .sub-menu {
  bottom: -100%;
  top: initial;
}
body #page > header #primary-menu #menu-main-nav .menu-item:first-child .sub-menu, body #page > header #primary-menu #menu-main-nav .menu-item:nth-child(2) .sub-menu {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-height: 825px) {
  body #page > header #primary-menu #menu-main-nav .menu-item:first-child .sub-menu {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body #page > header #primary-menu #menu-main-nav .menu-item:first-child .sub-menu .menu-item a {
    padding: 0.5rem 0.5rem;
  }
}
body #page > header #primary-menu #menu-main-nav .menu-item:hover .sub-menu {
  display: grid;
}
body #page > header #primary-menu #menu-main-nav .menu-item:hover .sub-menu .sub-menu {
  display: none;
}
body #page > header #primary-menu #menu-main-nav .menu-item.current-menu-ancestor a.dropdown, body #page > header #primary-menu #menu-main-nav .menu-item.current_page_parent a.dropdown, body #page > header #primary-menu #menu-main-nav .menu-item.current_page_ancestor a.dropdown, body #page > header #primary-menu #menu-main-nav .menu-item.current-menu-item a.dropdown, body #page > header #primary-menu #menu-main-nav .menu-item.current_page_item a.dropdown, body #page > header #primary-menu #menu-main-nav .menu-item.current_page_ancestor a.dropdown {
  color: #b8bd48;
}
body div.contact form.search-form label,
body #ocs-ocm-mobile form.search-form label {
  max-width: -moz-min-content;
  max-width: min-content;
}
body div.contact form.search-form label input.search-field,
body #ocs-ocm-mobile form.search-form label input.search-field {
  padding: 0.5rem 1rem;
}
body div.contact form.search-form label input.search-field:focus-visible,
body #ocs-ocm-mobile form.search-form label input.search-field:focus-visible {
  outline: none;
}
body div.contact form.search-form button.search-submit,
body #ocs-ocm-mobile form.search-form button.search-submit {
  background-color: #b8bd48;
  margin-left: -0.3rem;
  padding: 0.5rem 1rem;
}
body div.contact form.search-form button.search-submit > i,
body #ocs-ocm-mobile form.search-form button.search-submit > i {
  font-size: 1.125rem;
}
body #page header.primary-header .header-container--inner-brand lottie-player.logo-primary {
  display: block;
}
body #page header.primary-header .header-container--inner-brand img, body #page header.primary-header .header-container--inner-brand picture {
  display: none;
}
body #page > header.header-scrolled {
  transition-property: transform, background, box-shadow, line-height, height, font-size, width;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  background-color: white !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
body #page > header.header-scrolled .header-container--inner {
  padding: 0;
}
body #page > header.header-scrolled .header-container--inner-brand img, body #page > header.header-scrolled .header-container--inner-brand picture {
  display: block;
  transition: filter 200ms, width 200ms;
  width: 300px;
  height: 50px;
  padding: 5px 0;
  position: static;
}
body #page > header.header-scrolled .header-container--inner-brand lottie-player.logo-primary {
  display: none;
}
body #page > header.header-scrolled .header-container .menu-item a {
  font-size: 0.875rem;
}
body #page > header.header-scrolled .header-container .contact {
  font-size: 0.875rem;
}
body #page > header.header-scrolled .header-container .contact .search-form .search-submit > i {
  font-size: 0.875rem;
}
body #page > header.header-scrolled #primary-menu #menu-main-nav li:not(.current_page_parent, .current_page_ancestor, .current_page_item) a.dropdown {
  color: #000;
}
body #page > header.header-scrolled #primary-menu #menu-main-nav li:not(.current_page_parent, .current_page_ancestor, .current_page_item) a:hover, body #page > header.header-scrolled #primary-menu #menu-main-nav li:not(.current_page_parent, .current_page_ancestor, .current_page_item) a:focus, body #page > header.header-scrolled #primary-menu #menu-main-nav li:not(.current_page_parent, .current_page_ancestor, .current_page_item) a:active {
  color: #b8bd48;
}
.single-product header {
  background-color: rgba(0, 0, 0, 0.45);
  color: #000;
}
.single-product header a:hover {
  color: #b8bd48 !important;
}
.single-product header #primary-menu ul li .sub-menu .sub-menu a {
  color: #fff !important;
}
.single-product header #primary-menu ul li .sub-menu .sub-menu a:hover {
  color: #b8bd48;
}
body #primary-menu #menu-main-nav li:first-child ul .sub-menu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
div#page footer div.widget_footer_info {
  padding: 10px;
}
div#page footer div.widget_footer_info .logo-wrap {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
div#page footer div.widget_footer_info .logo-wrap img, div#page footer div.widget_footer_info .logo-wrap picture {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div#page footer div.widget_footer_info .nav-wrap ul#menu-quick-links > li {
  margin-bottom: 0.5rem;
}
div#page footer div.widget_footer_info .nl-social-wrap h3 {
  text-transform: uppercase;
  font-weight: bold;
}
div#page footer div.widget_footer_info .nl-social-wrap .hbspt-form div.hs-email {
  margin-bottom: 1rem;
}
div#page footer div.widget_footer_info .nl-social-wrap .hbspt-form div.hs-email:focus-visible {
  outline: unset !important;
}
div#page footer div.widget_footer_info .nl-social-wrap .hbspt-form div.hs-email input.hs-input {
  color: black;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 20rem;
  outline: unset !important;
}
div#page footer div.widget_footer_info .nl-social-wrap .hbspt-form .hs-submit input[type=submit] {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em 2.5em;
  background: #b8bd48;
  color: #ffffff;
}
div#page > div#content > header {
  position: relative;
  margin-bottom: 3rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  z-index: 1;
  min-height: 615px;
}
div#page > div#content > header > img, div#page > div#content > header > picture {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
    /*

        .parent {

            @apply grid;

            & > * {

                @apply stacker;

            }
        }

    */
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
div#page > div#content > header > img img, div#page > div#content > header > picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  max-width: inherit;
}
div#page > div#content > header > .overlay {
  width: 100%;
    /*

        .parent {

            @apply grid;

            & > * {

                @apply stacker;

            }
        }

    */
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    background: linear-gradient(rgba(19, 32, 52, 0.7) 0%, rgba(66, 75, 95, 0.7) 45%, rgba(66, 75, 95, 0.7) 55%, rgba(19, 32, 52, 0.7) 100%);
  z-index: 9;
}
div#page > div#content > header .entry-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    /*

        .parent {

            @apply grid;

            & > * {

                @apply stacker;

            }
        }

    */
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
    z-index: 10;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1024px) {

  div#page > div#content > header .entry-hero-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  div#page > div#content > header .entry-hero-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1366px) {

  div#page > div#content > header .entry-hero-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
div#page > div#content > header .entry-hero-content .entry-title {
  align-self: center;
  justify-self: center;
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    /*

        .parent {

            @apply grid;

            & > * {

                @apply stacker;

            }
        }

    */
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    max-width: 1280px;
}
div#page > div#content > header .entry-hero-content a, div#page > div#content > header .entry-hero-content span {
  line-height: 1.25;
}
div#page > div#content > header .entry-hero-content .entry-meta, div#page > div#content > header .entry-hero-content .breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div#page > div#content > header .entry-hero-content .entry-meta div, div#page > div#content > header .entry-hero-content .breadcrumbs div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
div#page > div#content > header .entry-hero-content .entry-meta div span, div#page > div#content > header .entry-hero-content .breadcrumbs div span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
div#page > div#content > header > svg.curve {
  position: relative;
  top: 1px;
  align-self: flex-end;
    /*

        .parent {

            @apply grid;

            & > * {

                @apply stacker;

            }
        }

    */
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  z-index: 99;
}
body:not(.home) div#page > div#content > header {
  min-height: 45vh;
}
@media (min-width: 1024px) and (max-height: 1024px) {
  body:not(.home) div#page > div#content > header {
    min-height: 450px;
  }
}
body:not(.home) div#page > div#content > header > img, body:not(.home) div#page > div#content > header > picture {
  height: 50vh;
  max-height: 50vh;
  min-height: 350px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-height: 1024px) {
  body:not(.home) div#page > div#content > header > img, body:not(.home) div#page > div#content > header > picture {
    height: 550px;
    min-height: 450px;
  }
}
body:not(.home) div#page > div#content > header > .entry-title {
  font-size: 2.7rem;
}
@media (min-width: 1024px) {

  body:not(.home) div#page > div#content > header > .entry-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.filter-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0 1.75rem;
}
.filter-sort label {
  font-weight: bold;
}
.filter-sort__filter {
  display: flex;
  align-items: center;
}
.filter-sort__filter label {
  margin-right: 0.5rem;
}
.filter-sort__filter .filter-select {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
}
.filter-sort__sort {
  display: flex;
  align-items: center;
}
.filter-sort__sort label {
  margin-right: 0.5rem;
}
.filter-sort__sort .sort-select {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
}
#ocs-ocm-mobile {
  background-color: white !important;
  color: black !important;
}
#ocs-ocm-mobile > form.search-form {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 1.5rem 2rem auto;
  box-shadow: 3px 3px 5px lightgray;
}
#ocs-ocm-mobile .menu-main-nav-container {
  margin: 2rem 1.5rem;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu, #ocs-ocm-mobile .menu-main-nav-container ul.menu {
  padding: 0;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu li:has(ul.sub-menu), #ocs-ocm-mobile .menu-main-nav-container ul.menu li:has(ul.sub-menu) {
  display: grid;
  grid-template-areas: "a b" "c c";
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu li:has(ul.sub-menu) > a, #ocs-ocm-mobile .menu-main-nav-container ul.menu li:has(ul.sub-menu) > a {
  grid-area: b;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: right;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu li:has(ul.sub-menu) > ul.sub-menu, #ocs-ocm-mobile .menu-main-nav-container ul.menu li:has(ul.sub-menu) > ul.sub-menu {
  grid-area: c;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li a {
  color: black;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li div.arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu li div.arrow-container svg {
  width: 25px;
  height: 25px;
}
#ocs-ocm-mobile .menu-main-nav-container ul.menu > li {
  font-size: 1.6rem;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu {
  display: none;
}
#ocs-ocm-mobile .menu-main-nav-container ul.sub-menu.open {
  display: block;
  margin-top: 0.5rem;
}
div.forminator-guttenberg .forminator-row .forminator-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.125rem;
}
div.forminator-guttenberg .forminator-row .forminator-field input.forminator-input,
div.forminator-guttenberg .forminator-row .forminator-field textarea.forminator-textarea {
  border-bottom: 2px solid #cad5e2;
  line-height: 1.375rem;
}
div.forminator-guttenberg .forminator-row .forminator-field input.forminator-input:focus-visible,
div.forminator-guttenberg .forminator-row .forminator-field textarea.forminator-textarea:focus-visible {
  outline: none;
}
div.forminator-guttenberg .forminator-row .forminator-field input.forminator-input {
  height: 2.5rem;
}
div.forminator-guttenberg .forminator-row .forminator-field span.forminator-error-message {
  color: red;
  font-size: 0.875rem;
}
div.forminator-guttenberg .forminator-row .forminator-field .forminator-button {
  background: #b8bd48;
  color: #fff;
  border: #b8bd48;
  border-radius: 0.1875rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
div.forminator-guttenberg .forminator-row .forminator-field textarea.forminator-textarea {
  height: 5rem;
  min-height: unset !important;
}
body.page-template-archive_template div#content > *:not(.entry-hero), .search div#content > *:not(.entry-hero) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
body.page-template-archive_template div#content .entry-posts, .search div#content .entry-posts {
  display: grid;
  justify-content: center;
  gap: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  body.page-template-archive_template div#content .entry-posts, .search div#content .entry-posts {
    grid-template-columns: repeat(3,1fr);
  }
}
body.page-template-archive_template div#content .entry-posts article.post, .search div#content .entry-posts article.post {
  display: flex;
  flex-direction: column;
}
body.page-template-archive_template div#content .entry-posts article.post .featured-image, .search div#content .entry-posts article.post .featured-image {
  position: relative;
  overflow: hidden;
}
body.page-template-archive_template div#content .entry-posts article.post .featured-image img, body.page-template-archive_template div#content .entry-posts article.post .featured-image picture, .search div#content .entry-posts article.post .featured-image img, .search div#content .entry-posts article.post .featured-image picture {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-archive_template div#content .entry-posts article.post .post-details, .search div#content .entry-posts article.post .post-details {
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex-grow: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
body.page-template-archive_template div#content .entry-posts article.post .post-details span, .search div#content .entry-posts article.post .post-details span {
  height: -moz-min-content;
  height: min-content;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
body.page-template-archive_template div#content .entry-posts article.post .post-details span:first-child, .search div#content .entry-posts article.post .post-details span:first-child {
  padding-left: 3rem;
  padding-right: 1rem;
}
body.page-template-archive_template div#content .entry-posts article.post .post-details h4, body.page-template-archive_template div#content .entry-posts article.post .post-details .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form body.page-template-archive_template div#content .entry-posts article.post .post-details select, body.page-template-archive_template div#content .entry-posts article.post .post-details .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories body.page-template-archive_template div#content .entry-posts article.post .post-details select, .search div#content .entry-posts article.post .post-details h4, .search div#content .entry-posts article.post .post-details .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .search div#content .entry-posts article.post .post-details select, .search div#content .entry-posts article.post .post-details .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .search div#content .entry-posts article.post .post-details select {
  margin-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.575rem;
  font-weight: 700;
}
body.page-template-archive_template div#content .entry-posts article.post .footer, .search div#content .entry-posts article.post .footer {
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(121 126 47 / var(--tw-bg-opacity));
}
body.page-template-archive_template div#content .pagination, .search div#content .pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body.page-template-archive_template div#content .pagination span, body.page-template-archive_template div#content .pagination a, .search div#content .pagination span, .search div#content .pagination a {
  font-size: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
}
body.page-template-archive_template div#content .pagination span, .search div#content .pagination span {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.single .entry-header {
  display: none;
}
.single picture {
  width: -moz-fit-content;
  width: fit-content;
}
.single img.alignleft, .single picture.alignleft {
  margin-right: 1.5rem;
  padding: 0 1rem 1rem 0;
}
.single img.alignright, .single picture.alignright {
  margin-left: 1.5rem;
  padding: 0 0 1rem 1rem;
}
.single img.aligncenter, .single picture.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table th, table td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
table th {
  background-color: #f2f2f2;
  text-align: left;
}
.woocommerce .woo-header .spacer {
  height: 10vh;
  width: 100%;
  min-height: 100px;
}
.entry-content .added_to_cart:not(.kb-button),
.entry-content .button:not(.kb-button) {
  padding: 0.5rem;
  transition: opacity 0.3s;
  background-color: #b8bd48 !important;
  color: #fff !important;
  text-transform: uppercase;
}
.entry-content .added_to_cart:not(.kb-button)::after,
.entry-content .button:not(.kb-button)::after {
  content: "";
}
.entry-content .added_to_cart:not(.kb-button).alt,
.entry-content .button:not(.kb-button).alt {
  transition: background-color 0.3s;
  background-color: #b8bd48 !important;
  padding: 1rem 2rem !important;
}
.entry-content .added_to_cart:not(.kb-button).alt:hover,
.entry-content .button:not(.kb-button).alt:hover {
  background-color: #797e2f !important;
}
.entry-content .added_to_cart {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
  bottom: 3rem;
  padding-bottom: 0.5rem;
}
.entry-content .woocommerce {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.entry-content .woocommerce .woocommerce-product-cards {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.entry-content .woocommerce .woocommerce-product-cards .woocommerce-product-card {
  margin-top: 1rem;
}
.entry-content .woocommerce .woocommerce-product-cards .woocommerce-product-card a h3 {
  padding: 0 20px;
  color: #b8bd48;
  transition: color 0.3s;
}
.entry-content .woocommerce .woocommerce-product-cards .woocommerce-product-card a h3:hover {
  color: #797e2f;
}
.entry-content .woocommerce .woocommerce-product-tax-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.entry-content .woocommerce aside {
  display: flex;
  width: 30%;
  flex-direction: column;
  padding-right: 1rem;
  display: none;
}
@media (min-width: 1024px) {
  .entry-content .woocommerce aside {
    display: block;
  }
}
.entry-content .woocommerce aside .wc-block-product-categories select {
  width: 100%;
  padding: 1rem;
  font-weight: 700;
}
.entry-content .woocommerce aside .wc-block-product-categories select option {
  font-size: 1.25rem;
  font-weight: 400;
}
.entry-content .woocommerce aside .wc-block-product-categories button {
  display: none;
}
.entry-content .woocommerce aside .wc-block-catalog-sorting form {
  width: 100%;
}
.entry-content .woocommerce aside .wc-block-catalog-sorting form select {
  width: 100%;
  padding: 1rem;
  font-weight: 700;
}
.entry-content .woocommerce aside .wc-block-catalog-sorting form select option {
  font-size: 1.25rem;
  font-weight: 400;
}
.entry-content .woocommerce .products {
  padding: 1rem;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .entry-content .woocommerce .products {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .entry-content .woocommerce .products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1201px) {
  .entry-content .woocommerce .products {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 1.5rem;
    list-style-type: none !important;
  }
  .entry-content .woocommerce .products::before {
    display: none !important;
    content: "" !important;
  }
}
.entry-content .woocommerce .products .product {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.5rem;
}
html .entry-content .woocommerce .products .product {
  text-align: center;
}
.entry-content .woocommerce .products .product {
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.entry-content .woocommerce .products .product a {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: #000;
  font-weight: normal;
}
.entry-content .woocommerce .products .product img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 400px;
  min-height: 350px;
}
.entry-content .woocommerce .products .product h4, .entry-content .woocommerce .products .product aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .products .product select, .entry-content .woocommerce .products .product aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .products .product select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: margin 0.3s;
  background-color: white;
}
.entry-content .woocommerce .products .product .product-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
}
html .entry-content .woocommerce .products .product .product-summary {
  text-align: left;
}
.entry-content .woocommerce .products .product .product-summary {
  height: 100%;
  transition: margin 0.3s;
}
.entry-content .woocommerce .products .product .product-summary br:first-child {
  display: none;
}
.entry-content .woocommerce .products .product .added_to_cart, .entry-content .woocommerce .products .product .button, .entry-content .woocommerce .products .product .product_type_simple {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.entry-content .woocommerce .products .product:hover h4, .entry-content .woocommerce .products .product:hover aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .products .product:hover select, .entry-content .woocommerce .products .product:hover aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .products .product:hover select {
  margin-top: -3rem;
}
.entry-content .woocommerce .products .product:hover .product-summary {
  margin-bottom: 3rem;
}
.entry-content .woocommerce .products .product:hover .added_to_cart, .entry-content .woocommerce .products .product:hover .button, .entry-content .woocommerce .products .product:hover .product_type_simple {
  opacity: 1;
}
.entry-content .woocommerce .woocommerce-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.entry-content .woocommerce .product {
  width: 100%;
}
.entry-content .woocommerce .woocommerce-breadcrumb {
  width: 100%;
}
.entry-content .woocommerce .woocommerce-breadcrumb a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
}
.entry-content .woocommerce .woocommerce-breadcrumb a:hover {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.entry-content .single-product {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.entry-content .single-product .product {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1366px) {

  .entry-content .single-product .product {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.entry-content .single-product .product .price {
  margin: 0;
}
.entry-content .single-product .product .woocommerce-product-details__short-description {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content .single-product .product .cart {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.entry-content .single-product .product .cart.variations_form {
  flex-direction: column;
}
.entry-content .single-product .product .cart .quantity {
  width: 20%;
}
.entry-content .single-product .product .cart .quantity input {
  width: 100%;
  padding: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #999;
}
.entry-content .single-product .product .cart .single_add_to_cart_button {
  width: 33.333333%;
}
.entry-content .single-product .product .cart .single_variation_wrap {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.entry-content .single-product .product .cart .variations_button {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.entry-content .single-product .product .cart .variations_button .quantity {
  width: 50%;
}
.entry-content .single-product .product .cart .variations_button .single_add_to_cart_button {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .entry-content .single-product .product .cart .reset_variations {
    position: absolute;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.entry-content .single-product .product_meta {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.entry-content .single-product .product_meta span {
  width: 100%;
  padding: 0.5rem;
}
.entry-content .single-product .product_meta span a {
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
}
.entry-content .single-product .product_meta span a:hover {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.entry-content .single-product .product_meta span.tagged_as {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}
.entry-content .single-product .product .woocommerce-tabs {
  width: 100%;
}
.entry-content .single-product .product .woocommerce-tabs ul.tabs {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 0px;
}
@media (min-width: 1024px) {

  .entry-content .single-product .product .woocommerce-tabs ul.tabs {
    margin-left: 1rem;
  }
}
.entry-content .single-product .product .woocommerce-tabs ul.tabs li {
  width: auto;
  padding: 0;
  margin: 0;
}
.entry-content .single-product .product .woocommerce-tabs ul.tabs li a {
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.25rem);
  border-bottom: 2px solid #b8bd48;
  display: block;
}
.entry-content .single-product .product .woocommerce-tabs ul.tabs li a:hover {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.entry-content .single-product .product .woocommerce-tabs ul.tabs li a[aria-selected=true] {
  background: #b8bd48;
  color: #fff;
}
.entry-content .single-product .product .woocommerce-tabs .panel {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-top: none;
}
.entry-content .single-product .product .woocommerce-tabs .panel h2 {
  display: none;
}
.entry-content .single-product .product .woocommerce-tabs .panel a {
  --tw-text-opacity: 1;
  color: rgb(184 189 72 / var(--tw-text-opacity));
}
.entry-content .single-product .product .woocommerce-tabs .panel a:hover {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.entry-content .single-product .product .related.products {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.entry-content .single-product .product .related.products h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.entry-content .single-product .product .related.products .products {
  display: grid;
  max-width: 100%;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  list-style-type: none !important;
}
@media screen and (min-width: 640px) {
  .entry-content .single-product .product .related.products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .entry-content .single-product .product .related.products .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: 25% 25% 25% 25%;
  }
}
.entry-content .single-product .product .related.products .products::before {
  display: none !important;
  content: "" !important;
}
.entry-content .single-product .product .related.products .products .product {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.5rem;
}
html .entry-content .single-product .product .related.products .products .product {
  text-align: center;
}
.entry-content .single-product .product .related.products .products .product {
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.entry-content .single-product .product .related.products .products .product a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.entry-content .single-product .product .related.products .products .product img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 200px;
  min-height: 150px;
}
.entry-content .single-product .product .related.products .products .product h4, .entry-content .single-product .product .related.products .products .product .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .single-product .product .related.products .products .product select, .entry-content .single-product .product .related.products .products .product .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .single-product .product .related.products .products .product select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition: margin 0.3s;
  background-color: white;
}
.entry-content .single-product .product .related.products .products .product .product-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
}
html .entry-content .single-product .product .related.products .products .product .product-summary {
  text-align: left;
}
.entry-content .single-product .product .related.products .products .product .product-summary {
  height: 100%;
  transition: margin 0.3s;
  font-size: clamp(11px, 2vw, 14px);
}
.entry-content .single-product .product .related.products .products .product .product-summary br:first-child {
  display: none;
}
.entry-content .single-product .product .related.products .products .product .added_to_cart, .entry-content .single-product .product .related.products .products .product .button {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.entry-content .single-product .product .related.products .products .product:hover h4, .entry-content .single-product .product .related.products .products .product:hover .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .single-product .product .related.products .products .product:hover select, .entry-content .single-product .product .related.products .products .product:hover .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .single-product .product .related.products .products .product:hover select {
  margin-top: -2rem;
}
.entry-content .single-product .product .related.products .products .product:hover .product-summary {
  margin-bottom: 2rem;
}
.entry-content .single-product .product .related.products .products .product:hover .added_to_cart, .entry-content .single-product .product .related.products .products .product:hover .button {
  opacity: 1;
}
.single-post .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.single-product.woocommerce-page .product {
  margin-top: 25px;
}
.single-product.woocommerce-page .product .images {
  width: 38% !important;
}
.single-product.woocommerce-page .product .summary {
  width: 58% !important;
}
.search .search-content--results {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px) {

  .search .search-content--results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .search .search-content--results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.search .search-content--results {
  position: relative;
  z-index: 10;
}
.search .search-content--results .product .button {
  background-color: #b8bd48 !important;
  color: #fff !important;
  text-transform: uppercase;
}
.search .search-content--title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .search .search-content--title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .search .search-content--title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1366px) {

  .search .search-content--title {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.search .search-content--title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.search .search-content--title input {
  padding: 1rem;
}
.home #content header {
  min-height: 35vh;
}
.home #content header img.attachment-full {
  height: 80vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  animation: animate-hero-image 1.5s ease-in-out;
}
.home #content header .entry-hero-content {
  font-family: "niveau-grotesk", sans-serif;
  text-align: center;
  padding: 0 clamp(40px, 10vw, 10px);
}
.home #content header .entry-hero-content .entry-title {
  padding: 20px 0;
  margin-top: 80px;
  line-height: 0.95 !important;
  font-size: clamp(48px, 10vw, 110px);
  font-weight: 700;
  transform: translateY(-25%);
  letter-spacing: -1px;
  animation: animate-hero-title 1.5s ease-in-out forwards;
}
@media screen and (min-width: 1024px) {
  .home #content header .entry-hero-content .entry-title {
    padding: 0 20px;
    margin-top: 0;
  }
}
.home #content header .entry-hero-content .entry-subtitle {
  padding: 0 20px;
  font-size: clamp(26px, 2vw, 36px);
  font-weight: normal;
  color: #fff;
  margin-top: 30px;
  animation: animate-hero-subtitle 2.1s ease-in-out forwards;
}
.home #content header .entry-hero-content .entry-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.home #content header .entry-hero-content .entry-cta a {
  animation: animate-hero-cta 1s ease-in-out forwards;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  padding: 0.75rem;
  color: #fff;
  border-color: rgba(0, 255, 255, 0.35);
  font-size: clamp(16px, 2vw, 24px);
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .home #content header .entry-hero-content .entry-cta a {
    padding: 1.5rem;
  }
}
.home #content header .entry-hero-content .entry-cta a:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.home #content header .entry-hero-content .entry-cta a:last-child {
  animation: animate-hero-cta 2s ease-in-out forwards;
}
.home #content .wp-block-kadence-rowlayout .wp-block-kadence-column {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .home #content .wp-block-kadence-rowlayout .wp-block-kadence-column {
    padding: 0;
  }
}
@keyframes animate-hero-image {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-hero-title {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  25% {
    opacity: 0;
    transform: translateX(-55%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes animate-hero-subtitle {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animate-hero-cta {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.team-template-default #primary-menu #menu-main-nav li a.dropdown {
  color: #000;
}
.team-template-default #primary-menu #menu-main-nav li a.dropdown:hover {
  color: #b8bd48;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .team-member-container .entry-content {
    padding: 1.25rem;
  }
}
.team-member-container .team-member {
  padding: 0px;
}
.team-member-container .team-member--single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1366px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  position: relative;
  z-index: 10;
}
.team-member-container .team-member--single header {
  background: #333;
  width: 100%;
  padding: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 10px solid #C3C94D;
}
.team-member-container .team-member--single header a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.team-member-container .team-member--single header time {
  color: #00ffff;
  font-size: 18px;
  line-height: 27px;
}
.team-member-container .team-member--single .entry-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .team-member-container .team-member--single .entry-content {
    flex-direction: row;
  }
}
.team-member-container .team-member--single .entry-content--image {
  width: 100%;
  min-width: 250px;
}
.team-member-container .team-member--single .entry-content--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.team-member-container .team-member--single .entry-content--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.team-member-container .team-member--single .entry-content--info__meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team-member-container .team-member--single .entry-content--info__meta a {
  color: #000;
}
.find-a-rep .wp-block-kadence-rowlayout .wp-block-list li {
  list-style: none;
}
nav.post-navigation {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
nav.post-navigation .nav-links {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav.post-navigation .post-navigation-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  grid-template: "icon title" auto "icon meta" auto/auto 1fr;
}
nav.post-navigation .post-navigation-item .fas {
  grid-column-start: 1;
  grid-row: span 2 / span 2;
  margin-right: 2.5rem;
  width: 1.75rem;
  align-self: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
nav.post-navigation .post-navigation-item-meta {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
nav.post-navigation .post-navigation-item-title {
  grid-column-start: 2;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
nav.post-navigation .post-navigation-item.to_next {
  grid-template: "title icon" auto "meta icon" auto/1fr auto;
}
nav.post-navigation .post-navigation-item.to_next > * {
  text-align: right;
}
nav.post-navigation .post-navigation-item.to_next .fas {
  grid-column-start: 2;
  grid-row: span 4 / span 4;
  margin-right: 0px;
  margin-left: 2.5rem;
  align-self: center;
}
nav.post-navigation .post-navigation-item.to_next .post-navigation-item {
  text-align: right;
}
nav.post-navigation .post-navigation-item.to_next .post-navigation-item-title {
  grid-column-start: 1;
  text-align: right;
  justify-self: flex-end;
}
nav.post-navigation .post-navigation-item:hover .post-navigation-item-title {
  --tw-text-opacity: 1;
  color: rgb(121 126 47 / var(--tw-text-opacity));
}
.related-posts {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.related-posts h2 {
  text-align: center;
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: bolder;
}
.related-posts__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 1024px) {

  .related-posts__container {
    grid-template-columns: repeat(3,1fr);
  }
}
.related-posts__card {
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
.related-posts__card--inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1rem;
}
.related-posts__card--inner .featured-image {
  position: relative;
  height: 30rem;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .related-posts__card--inner .featured-image {
    height: 20rem;
  }
}
@media (min-width: 1280px) {

  .related-posts__card--inner .featured-image {
    height: 25rem;
  }
}
.related-posts__card--inner .featured-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-posts__card--inner .post-details {
  flex-grow: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
.related-posts__card--inner .post-details span {
  height: -moz-min-content;
  height: min-content;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.related-posts__card--inner .post-details span:first-child {
  padding-left: 3rem;
  padding-right: 1rem;
}
.related-posts__card--inner .post-details h4, .related-posts__card--inner .post-details .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .related-posts__card--inner .post-details select, .related-posts__card--inner .post-details .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .related-posts__card--inner .post-details select {
  margin-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.575rem;
  font-weight: 700;
}
.related-posts__card .footer {
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(121 126 47 / var(--tw-bg-opacity));
  align-items: flex-end;
}
.content-card {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.content-card__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0px;
  padding-bottom: 2rem;
}
.content-card__inner a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.content-card__inner .featured-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.content-card__inner .featured-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-card__inner .post-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.content-card__inner .post-meta > span {
  width: 50%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.content-card__inner .post-meta i {
  padding-right: 0.5rem;
}
.content-card__inner .post-details {
  flex-grow: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
.content-card__inner .post-details span {
  height: -moz-min-content;
  height: min-content;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.content-card__inner .post-details span:first-child {
  padding-left: 3rem;
  padding-right: 1rem;
}
.content-card__inner .post-details h4, .content-card__inner .post-details .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .content-card__inner .post-details select, .content-card__inner .post-details .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .content-card__inner .post-details select {
  margin-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.575rem;
  font-weight: 700;
}
.content-card__inner .post-details p.excerpt {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content-card .footer {
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(121 126 47 / var(--tw-bg-opacity));
  align-items: flex-end;
}
.archive.tax-product_cat .entry-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1366px;
  padding-bottom: 1rem;
}
.product-carousel {
  padding: 1rem 2rem !important;
}
@media screen and (min-width: 1360px) {
  .product-carousel {
    padding: 1rem 0 !important;
  }
}
.product-carousel .swiper-container {
  padding-bottom: 15px;
}
.product-carousel .swiper-container .swiper-slide {
  height: initial;
}
.product-carousel__item {
  position: relative;
  height: initial !important;
}
.product-carousel__item .aproductcar__item--image {
  aspect-ratio: 1/1;
}
.product-carousel__item .aproductcar__item--image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  contain-intrinsic-size: inherit !important;
}
.product-carousel__item .product {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  text-align: center;
}
.product-carousel__item .product__inner {
  display: flex;
  flex-direction: column;
}
.product-carousel__item .product__inner > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.product-carousel__item .product__inner {
  padding: 0.75rem;
}
.product-carousel__item .product__inner a {
  display: flex;
  flex-direction: column;
}
.product-carousel__item .product__inner a > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.product-carousel__item .product__inner h4, .product-carousel__item .product__inner .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .product-carousel__item .product__inner select, .product-carousel__item .product__inner .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .product-carousel__item .product__inner select,
.product-carousel__item .product__inner .price,
.product-carousel__item .product__inner .product-summary {
  background-color: #fff;
  transition: top 0.6s ease;
  position: relative;
  top: 0;
}
.product-carousel__item .product__inner h4, .product-carousel__item .product__inner .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .product-carousel__item .product__inner select, .product-carousel__item .product__inner .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .product-carousel__item .product__inner select {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  order: 1;
}
.product-carousel__item .product__inner .price {
  font-size: 1.2rem;
  font-weight: lighter;
  order: 3;
}
.product-carousel__item .product__inner .product-summary {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  line-height: 1.1;
  order: 2;
}
.product-carousel__item .product__inner .product-summary br {
  display: none;
}
.product-carousel__item .product__inner .product-summary ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0px;
}
.product-carousel__item .product__inner .product-summary li {
  margin: 0px;
  list-style-type: none;
  float: left;
}
@media screen and (min-width: 1200px) {
  .product-carousel__item .add_to_cart_button, .product-carousel__item .product_type_simple {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.75rem;
    text-align: center;
    transition: opacity 0.3s;
  }
}
.product-carousel__item:hover {
  --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);
}
.product-carousel__item:hover .product__inner h4, .product-carousel__item:hover .product__inner .entry-content .woocommerce aside .wc-block-product-categories select, .entry-content .woocommerce aside .wc-block-product-categories .product-carousel__item:hover .product__inner select, .product-carousel__item:hover .product__inner .entry-content .woocommerce aside .wc-block-catalog-sorting form select, .entry-content .woocommerce aside .wc-block-catalog-sorting form .product-carousel__item:hover .product__inner select,
.product-carousel__item:hover .product__inner .price,
.product-carousel__item:hover .product__inner .product-summary {
  top: -1.5rem;
}
.product-carousel__item:hover .add_to_cart_button, .product-carousel__item:hover .product_type_simple {
  opacity: 1;
  height: auto;
  padding: 0.5rem 1rem;
  margin: 0;
}
.hbspt-form .hs-form-field {
  margin-bottom: 1.5rem;
}
.hbspt-form .hs-form-field label {
  font-weight: 600;
  color: #333;
}
.hbspt-form .hs-input {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.75rem;
}
.hbspt-form .hs-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.hbspt-form .hs-button {
  border-radius: 0.375rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #b8bd48;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hbspt-form .hs-button:hover {
  background-color: #797e2f;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
@media (min-width: 480px) {

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

  .xxs\:self-end {
    align-self: flex-end;
  }

  .xxs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 600px) {

  .xs\:max-w-screen-sm {
    max-width: 782px;
  }

  .xs\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 782px) {

  .sm\:w-\[50\%\] {
    width: 50%;
  }

  .sm\:max-w-screen-md {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-\[40\.0\%\] {
    width: 40.0%;
  }

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

  .md\:max-w-screen-3xl {
    max-width: 1600px;
  }

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

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:w-\[33\.3\%\] {
    width: 33.3%;
  }

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

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