/* Pre-Tailwind - Important */

:root {
  /* Colors */
  --color--black-50: #F5F6F6;
  --color--black-100: #E5E6E8;
  --color--black-200: #CED1D3;
  --color--black-300: #ADB2B3;
  --color--black-400: #838A8D;
  --color--black-500: #686E72;
  --color--black-600: #595D61;
  --color--black-700: #4C5052;
  --color--black-800: #434547;
  --color--black-900: #3B3C3E;
  --color--black-950: #231F20;
  --color--green-50: #FDFFE5;
  --color--green-100: #F7FFC7;
  --color--green-200: #EEFF95;
  --color--green-300: #E1FE64;
  --color--green-400: #CCF526;
  --color--green-500: #ADDB07;
  --color--green-600: #86B000;
  --color--green-700: #658506;
  --color--green-800: #51690B;
  --color--green-900: #43580F;
  --color--green-950: #223102;
  --color--blue-50: #EBF3FF;
  --color--blue-100: #DBE7FF;
  --color--blue-200: #C1D7FC;
  --color--blue-300: #97B5FF;
  --color--blue-400: #6E8AFF;
  --color--blue-500: #4C61FF;
  --color--blue-600: #3A42FF;
  --color--blue-700: #2024E2;
  --color--blue-800: #1D23B6;
  --color--blue-900: #20278F;
  --color--blue-950: #131E3D;
  --color--black: var(--color--black-950);
  --color--white: #ffffff;
  --header-height: 87px;
  --logo-light-data-uri: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20480%20562%22%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22m323%20310.5%2034.7-19.6v-32.3l-65.6%2034.6-127.6-71.6%2075.1-43.9%2072.7%2044.3-48.7%2027.5%2031.9%2017%2062.6-33.8v-19.2l-118.5-68.4-117.8%2068.3v19.4l137.5%2077.6-20%2010.5-117.5-62.3v32.3l117.5%2066.8%2051.9-29.3%2024.2%2013.7-75.9%2042.3-117.7-67.2v32.4l117.8%2067.3%20118.6-67.4v-19.3L323%20310.5z%22%2F%3E%3C%2Fsvg%3E");
}

/* Style Abstractions */

/******** Preflight ********/

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

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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
*/

body {
  margin: 0;
  /* 1 */
}

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  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 */
  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-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.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

/* Gravity Forms */

/** Contact Form Gravity Form **/

.gform_required_legend {
  display: none;
}

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 8rem !important;
  border-radius:  4px;
  border: 1px solid #E5E6E8;
  background:  #FFF;
  margin-top: 10px;
}

.main-contact-form  .gform_fields{
  row-gap: 35px !important;
}

.main-contact-form .gfield_label {
  font-size: clamp(0.75rem, 0.6563rem + 0.25vw, 0.875rem);
  font-weight: 500;
}

.main-contact-form  .gform_footer  input {
  background-color: transparent;
}

.main-contact-form input[type="text"],.main-contact-form select {
  border-radius:  4px;
  border: 1px solid #E5E6E8;
  background:  #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.main-contact-form  .gform_footer  {
  background-color: #231F20 !important ;
  border: 1px solid #231F20  !important;
  display: flex !important;
  position: relative !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: calc(1rem + 50px) !important;
  font-size: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
  justify-items: center !important;
  color: white !important;
  font-weight: 400 !important;
  border-radius: 0.75rem !important;
  width: 185px;
}

.main-contact-form  .gform_footer::before {
  position: absolute !important;
  right: 0px !important;
  z-index: 2 !important;
  display: flex !important;
  height: 36px !important;
  width: 50px !important;
  align-items: center !important ;
  justify-content: center !important;
  --tw-content: '' !important;
  content: '' !important;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='white'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E") !important;
  background-size: 56px 72px !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  transition: all 300ms ease !important;
  top: 10px;
}

.main-contact-form .gform_footer::after {
  top: 7px;
  position: absolute !important;
  right: 4px !important;
  display: flex !important;
  height: 40px !important;
  width: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #434547 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
  --tw-content: '' !important;
  content: '' !important;
  border-radius: 0.5rem;
}

.main-contact-form  .gform_footer:hover::after {
  background-color: #e1fe64 !important;
}

.main-contact-form  .gform_footer:hover::before {
  background-position: center bottom !important;
}

.main-contact-form ul {
  list-style-type: square;
  padding-left: 15px;
}

.main-contact-form li {
  padding-left: 10px;
  padding-bottom: 10px;
}

.gform-theme--foundation .gform_fields {
  gap: 24px !important;
}

.gfield_required {
  margin-left: -2px;
}

/******** Block Styles ********/

.taxonomy-category.is-style-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  margin: 0px;
  border-radius: 50px;
  background-color: var(--wp--preset--color--white);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/** Cover - Sticky **/

.sticky-cover{
  position: relative;
}

.sticky-cover .wp-block-cover__inner-container {
  position: sticky;
  top: 30px;
}

.hero-slider {
  overflow: hidden;
}

.active-tab-clicked {
  border-bottom-width: 0px !important;
  background-color: var(--wp--preset--color--white) !important;
}

/** Video Block Anim **/

.video-block{
  height:100%;
  background: black;
  position: relative;
}

.anim.dark::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%271436%27%20height%3D%271173%27%20viewBox%3D%270%200%201436%201173%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M1151.35%20843.002H961.787L924.678%20952.902H735.121L698.012%201062.8H498.112L461.154%201172.25H0L294.839%20299.085L392.5%200H623.5H809H924.678H1058.5H1221H1436L1151.35%20843.002Z%27%20fill%3D%27%23231F20%27/%3E%3C/svg%3E");
}

.anim::before{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%271436%27%20height%3D%271173%27%20viewBox%3D%270%200%201436%201173%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M1151.35%20843.002H961.787L924.678%20952.902H735.121L698.012%201062.8H498.112L461.154%201172.25H0L294.839%20299.085L392.5%200H623.5H809H924.678H1058.5H1221H1436L1151.35%20843.002Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
  background-position: center;
  background-size: 210%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1100ms ease;
  background-position: center center;
  transition-delay: 900ms;
  background-repeat: no-repeat;
  z-index: 1;
}

.anim.animate::before {
  background-position-y: 200%;
}

.mob-height {
  height: 280px ;
  max-height: 280px;
  min-height: 280px !important;
}

.main-contact-form input[type="text"]::-moz-placeholder, .main-contact-form select::-moz-placeholder, .main-contact-form textarea::-moz-placeholder {
  font-size: 18px !important;
}

.main-contact-form input[type="text"], .main-contact-form select, .main-contact-form textarea, .main-contact-form input[type="text"]::placeholder, .main-contact-form select::placeholder, .main-contact-form textarea::placeholder {
  font-size: 18px !important;
}

.main-contact-form .gform-field-label {
  font-size: 14px !important;
}

/* Black 3 Col Content Block*/

/*- Stripe BG -*/

.stripe-bg {
  background-image: url("data:image/svg+xml;utf8,<svg width='644' height='841' viewBox='0 0 644 841' fill='none' xmlns='http://www.w3.org/2000/svg' opacity='0.2'><path d='M364.018 841L644 0L576.629 0L296.535 841L364.018 841Z' fill='url(%23paint0)'/><path d='M265.106 841L545.2 0L477.673 0L197.578 841L265.106 841Z' fill='url(%23paint1)'/><path d='M166.261 841L446.355 0L378.805 0L98.8675 841L166.261 841Z' fill='url(%23paint2)'/><path d='M67.3933 841L347.488 0L279.938 0L0 841L67.3933 841Z' fill='url(%23paint3)'/><defs><linearGradient id='paint0' x1='470.268' y1='0' x2='470.268' y2='841' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='white' stop-opacity='1'/><stop offset='0.5' stop-color='white' stop-opacity='0'/><stop offset='1' stop-color='white' stop-opacity='0'/></linearGradient><linearGradient id='paint1' x1='371.388' y1='0' x2='371.388' y2='841' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='white' stop-opacity='1'/><stop offset='0.5' stop-color='white' stop-opacity='0'/><stop offset='1' stop-color='white' stop-opacity='0'/></linearGradient><linearGradient id='paint2' x1='272.611' y1='0' x2='272.611' y2='841' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='white' stop-opacity='1'/><stop offset='0.5' stop-color='white' stop-opacity='0'/><stop offset='1' stop-color='white' stop-opacity='0'/></linearGradient><linearGradient id='paint3' x1='173.694' y1='0' x2='173.694' y2='841' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='white' stop-opacity='1'/><stop offset='0.5' stop-color='white' stop-opacity='0'/><stop offset='1' stop-color='white' stop-opacity='0'/></linearGradient></defs></svg>");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right -150px;
}

/** Image Hover **/

.image-hover img {
  transition: all 300ms ease;
}

.image-hover:hover img {
  scale: 1.05
}

/* image-hover - Hover Style */

.image-hover:hover .is-style-black-fill .wp-block-button__link::after {
  background-color: #e1fe64;
}

.image-hover:hover .is-style-black-fill .wp-block-button__link::before {
  background-position: center bottom;
}

.image-hover:hover .is-style-white-outline .wp-block-button__link::after {
  background-color: #e1fe64;
}

.image-hover:hover .is-style-white-outline .wp-block-button__link::before {
  background-position: center bottom;
}

.image-hover:hover .is-style-white-fill .wp-block-button__link::after {
  background-color: #e1fe64;
}

.image-hover:hover .is-style-white-fill .wp-block-button__link::before {
  background-position: center bottom;
}

/* Slide In CTA */

.slide-cta-body:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='274' height='324' viewBox='0 0 274 324' fill='none'><g opacity='0.6'><path d='M0 0H73.6303C101.612 54.0059 129.61 107.994 157.592 162C129.61 216.006 101.612 269.994 73.6303 324H0C28.1347 269.994 56.2524 216.006 84.3871 162C56.2524 107.994 28.1347 54.0059 0 0Z' fill='url(%23paint0_linear_4_14)'/><path d='M115.715 0H189.345C217.327 54.0059 245.325 107.994 273.307 162C245.325 216.006 217.327 269.994 189.345 324H115.715C143.85 269.994 171.967 216.006 200.102 162C171.967 107.994 143.85 54.0059 115.715 0Z' fill='url(%23paint1_linear_4_14)'/></g><defs><linearGradient id='paint0_linear_4_14' x1='194.511' y1='0' x2='194.511' y2='324' gradientUnits='userSpaceOnUse'><stop stop-color='white'/><stop offset='1' stop-color='white' stop-opacity='0'/></linearGradient><linearGradient id='paint1_linear_4_14' x1='194.511' y1='0' x2='194.511' y2='324' gradientUnits='userSpaceOnUse'><stop stop-color='white'/><stop offset='1' stop-color='white' stop-opacity='0'/></linearGradient></defs></svg>");
  content: "";
  opacity: 0;
  width: 304px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  z-index: 0;
  left: 35%;
  transition: all 600ms ease;
  transition-delay: 400ms;
}

.slide-cta-body.animate::before {
  left: 50%;
  opacity: 1;
}

.slide-cta-body .catalogue {
  opacity: 0;
  bottom: -300px;
  transition: all 600ms ease;
  transition-delay: 400ms;
}

.slide-cta-body .logo-section {
  opacity: 0;
  transition: all 600ms ease;
  transition-delay: 400ms;
}

.slide-cta-body.animate .catalogue {
  bottom: -50px;
  margin-top: -10px;
  opacity: 1;
}

.slide-cta-body.animate .logo-section {
  opacity: 1;
}

/** UL List **/

.wp-block-list  {
  list-style: none;
  padding-left: 0px;
}

.products-list .wp-block-list li a {
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: var(--wp--preset--spacing--sm);
  padding-bottom: var(--wp--preset--spacing--sm);
  padding-left: 0px;
  vertical-align: middle;
  line-height: 1;
}

.products-list .wp-block-list li a:hover {
  background-color: var(--wp--preset--color--white);
}

.products-list .wp-block-list li a{
  border-color: #CED1D3 ;
  transition: all 300ms;
  position: relative;
  font-size: clamp(1.25rem, 1.0625rem + 0.5vw, 1.875rem);
  padding-top: 24px;
  padding-bottom: 24px;
}

.products-list .wp-block-list li a:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid var(--color--black-900);
}

.products-list .wp-block-list li a::before{
  content: "";
  width: 0px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2020L7.06977%200H8.93023L1.86047%2020H0Z%22%20fill%3D%22%23231F20%22/%3E%3Cpath%20d%3D%22M4.14341%2020L11.2132%200H13.0736L6.00388%2020H4.14341Z%22%20fill%3D%22%23231F20%22/%3E%3Cpath%20d%3D%22M8.28682%2020L15.3566%200H17.2171L10.1473%2020H8.28682Z%22%20fill%3D%22%23231F20%22/%3E%3Cpath%20d%3D%22M12.4302%2020L19.5%200H21.3605L14.2907%2020H12.4302Z%22%20fill%3D%22%23231F20%22/%3E%3C/svg%3E");
  flex: none;
  align-items: center;
  transition-duration: 300ms;
  background-size: cover;
  margin-right: 10px;
  transition: all 300ms ease;
  margin-left: 10px;
}

.products-list .wp-block-list li a:hover::before {
  width: 22px;
}

.products-list .wp-block-list li a::after{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  border-radius: 100%;
  background-position: center;
  background-color: transparent;
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M7.5%2018H28.5M28.5%2018L18%207.5M28.5%2018L18%2028.5%22%20stroke%3D%22%23231F20%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  flex: none;
  align-self: flex-end;
  fill: transparent;
  stroke: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .products-list .wp-block-list li a::after {
  margin-right: 1rem;
  --tw-rotate: -90deg;
  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));
  fill: #E1FE64;
  stroke: #E1FE64;
}

.products-list .wp-block-list li a:hover::after {
  rotate: -45deg;
  right: 36px;
  background-color: #E1FE64;
}

/******** Button Styles ********/

/** White Fill Button **/

.wp-block-button.is-style-white-fill .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--wp--preset--color--white);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: calc(1rem + 50px);
  color: var(--wp--preset--color--black);
}

.is-style-white-fill .wp-block-button__link:before {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: flex;
  height: 36px;
  width: 50px;
  align-items: center;
  justify-content: center;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E");
  background-size: 56px 72px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.is-style-white-fill .wp-block-button__link:after {
  position: absolute;
  right: 4px;
  top: 3x;
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  background-color: #e5e6e8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: '';
  border-radius: 8px;
}

.is-style-white-fill .wp-block-button__link:hover:after {
  background-color: #e1fe64;
}

.is-style-white-fill .wp-block-button__link:hover:before {
  background-position: center bottom;
}

/** White Outline Button **/

.wp-block-button.is-style-white-outline .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(173 178 179 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 19px;
  padding-right: calc(1rem + 50px);
  color: var(--wp--preset--color--black);
}

.is-style-white-outline .wp-block-button__link:before {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: flex;
  height: 36px;
  width: 50px;
  align-items: center;
  justify-content: center;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E");
  background-size: 56px 72px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.is-style-white-outline .wp-block-button__link:after {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background-color: #e5e6e8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: '';
  border-radius: 8px;
}

.is-style-white-outline .wp-block-button__link:hover:after {
  background-color: #e1fe64;
}

.is-style-white-outline .wp-block-button__link:hover:before {
  background-position: center bottom;
}

/* External */

.wp-block-button.is-style-white-outline-external .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(173 178 179 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 19px;
  padding-right: calc(1rem + 50px);
  color: var(--wp--preset--color--black);
}

.is-style-white-outline-external .wp-block-button__link:before {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: flex;
  height: 37px;
  width: 47px;
  align-items: center;
  justify-content: center;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(-45 21 21)'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3C/g%3E%3Cg transform='rotate(-45 21 63)'%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 52px 72px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.is-style-white-outline-external .wp-block-button__link:after {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background-color: #e5e6e8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: '';
  border-radius: 8px;
}

.is-style-white-outline-external .wp-block-button__link:hover:after {
  background-color: #e1fe64;
}

.is-style-white-outline-external .wp-block-button__link:hover:before {
  background-position: center bottom;
}

/* Nav Outline */

.wp-block-button.is-style-nav-outline .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(89 93 97 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 40px;
  color: var(--wp--preset--color--white);
  font-size: clamp(0.7rem, 0.7813rem + 0.25vw, 1rem);
  min-width: 134px;
}

.is-style-nav-outline  .wp-block-button__link:before {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E");
  background-size: 30px 60px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.is-style-nav-outline  .wp-block-button__link:after {
  position: absolute;
  right: 4px;
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  background-color: #e5e6e8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: '';
  border-radius: 4px;
}

.is-style-nav-outline  .wp-block-button__link:hover:after {
  background-color: #e1fe64;
}

.is-style-nav-outline .wp-block-button__link:hover:before {
  background-position: center bottom;
}

/* Black Button */

.wp-block-button.is-style-black-fill .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: calc(1rem + 50px);
  color: var(--wp--preset--color--white);
}

.is-style-black-fill .wp-block-button__link:before {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: flex;
  height: 36px;
  width: 50px;
  align-items: center;
  justify-content: center;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='white'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E");
  background-size: 56px 72px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.is-style-black-fill .wp-block-button__link:after {
  position: absolute;
  right: 4px;
  top: 3px;
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  background-color: #434547;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: '';
  border-radius: 8px;
}

.is-style-black-fill .wp-block-button__link:hover:after {
  background-color: #e1fe64;
}

.is-style-black-fill .wp-block-button__link:hover:before {
  background-position: center bottom;
}

/* Technical Button */

.wp-block-button.is-style-technical .wp-block-button__link, .wp-block-button.is-style-technical-all .wp-block-button__link  {
  background-color: white;
  font-family: var(--wp--preset--font-family--geist-mono) !important;
  font-size: var(--wp--preset--font-size--xs) !important;
  color: var(--wp--preset--color--dark-grey);
  text-transform: uppercase;
  border-radius: 3px;
  padding-top: 8px;
  padding-right: 36px;
  padding-bottom: 8px;
  padding-left: 16px;
  position: relative;
  transition: all 300ms ease;
  letter-spacing: 1.44px;
}

.wp-block-button.is-style-technical .wp-block-button__link:hover , .wp-block-button.is-style-technical-all .wp-block-button__link:hover {
  background-color: #E1FE64;
}

.wp-block-button.is-style-technical .wp-block-button__link:after {
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: block;
  background-size: 16px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.wp-block-button.is-style-technical-all .wp-block-button__link:after {
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66663 11.3334L11.3333 4.66669M11.3333 4.66669H4.66663M11.3333 4.66669V11.3334' stroke='%23231F20' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 19px;
  height: 19px;
  display: block;
  background-size: 19px;
  position: absolute;
  right: 10px;
  top: 6px;
}

.wp-block-button.is-style-mega  .wp-block-button__link

{
  background-color: var(--color--black-50);
  font-family: var(--wp--preset--font-family--geist-mono) !important;
  font-size: var(--wp--preset--font-size--xs) !important;
  color: var(--wp--preset--color--dark-grey);
  text-transform: uppercase;
  border-radius: 3px;
  padding-top: 12px;
  padding-right: 36px;
  padding-bottom: 12px;
  padding-left: 16px;
  position: relative;
  transition: all 300ms ease;
  letter-spacing: 1.44px !important;
}

.wp-block-button.is-style-mega .wp-block-button__link:after {
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66663 11.3334L11.3333 4.66669M11.3333 4.66669H4.66663M11.3333 4.66669V11.3334' stroke='%23231F20' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: block;
  background-size: 16px;
  position: absolute;
  right: 10px;
  top: 12px;
}

.wp-block-button.is-style-mega .wp-block-button__link:hover  {
  background-color: #E1FE64;
}

/* Product Navigation Button */

.segment-nav-button::after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 84' fill='none'><path d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23ADB2B3'/><path d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/></svg>");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 46px 62px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 10px;
  top: 8px;
  position: relative;
  transition: all 300ms ease;
}

.segment-nav-button:hover::after{
  background-position: center bottom;
}

@media (max-width: 1275px) {
  .is-style-black-fill .wp-block-button__link:after {
    background-color: #e1fe64 !important;
  }

  .is-style-nav-outline  .wp-block-button__link:after {
    background-color: #e1fe64 !important;
  }

  .is-style-white-fill .wp-block-button__link:after {
    background-color: #e1fe64 !important;
  }

  .is-style-white-outline .wp-block-button__link:after {
    background-color: #e1fe64 !important;
  }

  .is-style-white-outline-external .wp-block-button__link:after {
    background-color: #e1fe64 !important;
  }

  .is-style-black-fill .wp-block-button__link:before {
    background-position: center bottom !important;
  }
}

/*-- Navigation --*/

.home header {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #f5f6f65a;
  background-color: #19191aa5 !important;
  --tw-backdrop-blur: blur(8px);
  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);
}

header {
  position: relative;
  top: 0px;
  z-index: 10;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #f5f6f65a;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
  --tw-backdrop-blur: blur(8px);
  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);
}

@media screen and (min-width: 1280px) {
  body.home header {
    background-color: #19191aa5 !important;
    /* transparent at top */
  }

  /* ✅ When scrolled on home page */

  body.home header.header-scrolled {
    background-color: #231F20 !important;
    /* solid after scroll */
  }

  header {
    transition: transform 0.3s ease;
    position: fixed !important;
    z-index: 1000 !important;
  }

  header.header-away {
    transform: translateY(-100%);
  }

  header.header-show {
    transform: translateY(0);
    background-color: #231F20 !important;
  }
}

header {
  min-height: 85px !important;
  min-width: 100% !important;
}

body:has(.menu-item.active) {
  overflow: hidden;
  height: 100vh;
}

/** Nav Styles **/

.nav-divider {
  padding-left: 40px;
}

.nav-divider button, .wp-block-group.nav-divider button{
  margin-left: 15px;
}

.wp-block-group.nav-divider button{
  margin-left: 25px;
}

.wp-block-group.nav-divider::before {
  margin-left: -5px;
}

.nav-divider::before {
  content: "";
  position: absolute;
  margin-left: -20px;
  height: 100%;
  width: 1px;
  --tw-skew-x: -12deg;
  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));
  background-color: #f5f6f65a
}

.menu-item::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #00000074;
  left: 0;
  top: 85px;
}

.active.menu-item::after  {
  opacity: 1;
}

.hero-nav.wp-block-navigation__container li a::before  {
  width: 0;
  content: "";
  height: 2px;
  background-color: var(--color--green-300);
  position: absolute;
  transition: all 300ms ease;
  bottom: -10px;
}

.wp-block-navigation__container li a:hover::before  {
  width: 100%
}

.nav-smaller button, .nav-smaller .top-level-item {
  font-size: var(--wp--preset--font-size--base) !important;
  font-weight: 400;
  color: var(--color--black-200) !important;
}

.nav-smaller p {
  margin-bottom: 15px !important;
}

.top-level-item:hover::after{
  width: calc(100%);
}

.nav-link-item::after {
  content:"";
  position: absolute;
  height: 40px;
  width: 40px;
  right: 8px;
  align-items: center;
  justify-content: center;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23e1fe64'/%3E%3C/svg%3E");
  background-size: 66px 82px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.nav-link-item:hover::after {
  background-position: center bottom;
}

.nav-link-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 70px;
  height: 100%;
  background: linear-gradient(#231F20, #231F20);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0% 100%;
  border-left: 1px solid #E5E6E8;
  transform: skewX(-12deg);
  transition: background-size 400ms ease;
  z-index: 0;
}

.nav-link-item:hover::before {
  background-size: 100% 100%;
}

.nav-link-item {
  background-color: transparent;
  transition: all 300ms ease;
}

.nav-link-item:hover {
  background-color: #F5F5F3;
}

.nav-link-item {
  position: relative;
  overflow: hidden;
}

.custom-mega-link::before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'><path d='M4.05011 0H6.16095L2.11084 12H3.09227e-07L4.05011 0Z' fill='%23231F20'/><path d='M9.211 0H11.3218L7.27173 12H5.16089L9.211 0Z' fill='%23231F20'/></svg>");
  width: 0px;
  height: 13px;
  display: inline-block;
  background-size: 13px;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}

.custom-mega-link:hover::before{
  width: 15px;
}

.two-col-larger{
  overflow: clip;
}

/** Newsletter Sign Up Gravity Forms **/

.footer-sign-up .newsletter-signup-form {
  position: relative;
  background-color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  height:68px;
  border-radius: 12px;
}

.footer-sign-up input {
  background-color: transparent;
}

.footer-sign-up input[type="text"] {
  margin-top: 20px;
}

.footer-sign-up  .gform_footer  {
  position: absolute;
  right: 5px;
  top:6px;
  margin-block-start: 0px !important;
  background-color: #231F20 !important ;
  border: 1px solid #231F20  !important;
  display: flex !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: calc(1rem + 50px) !important;
  font-size: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem) !important;
  justify-items: center !important;
  color: white !important;
  font-weight: 400 !important;
  border-radius: 0.75rem !important;
  width: 185px;
}

.footer-sign-up .gform_footer::before {
  position: absolute !important;
  right: 0px !important;
  z-index: 2 !important;
  display: flex !important;
  height: 36px !important;
  width: 50px !important;
  align-items: center !important ;
  justify-content: center !important;
  --tw-content: '' !important;
  content: '' !important;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='white'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E") !important;
  background-size: 56px 72px !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  transition: all 300ms ease !important;
  top: 10px;
}

.footer-sign-up .gform_footer::after {
  top: 7px;
  position: absolute !important;
  right: 4px !important;
  display: flex !important;
  height: 40px !important;
  width: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #434547 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
  --tw-content: '' !important;
  content: '' !important;
  border-radius: 0.5rem;
}

.footer-sign-up .gform_footer:hover::after {
  background-color: #e1fe64 !important;
}

.footer-sign-up .gform_footer:hover::before {
  background-position: center bottom !important;
}

footer .wp-block-list li {
  padding-bottom: 10px;
  transition: all 300ms ease;
}

footer .wp-block-list li:hover{
  padding-left: 5px;
  color: #e1fe64 !important;
}

.hover-green-move p {
  transition: all 300ms ease;
}

.hover-green-move:hover p {
  padding-left: 4px;
  color: #e1fe64 !important;
}

footer .wp-block-list li:hover a {
  padding-left: 4px;
  color: #e1fe64;
}

footer .wp-block-column .is-vertical  {
  display: block;
}

.social-icons a svg {
  transition: all 300ms ease;
}

.social-icons a:hover svg {
  fill: var(--color--black-200) !important;
}

/** Blog **/

.taxonomy-nav li a {
  margin-right: 6px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--color--black-950);
  background-color: var(--wp--preset--color--white);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--wp--preset--font-size--md);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.taxonomy-nav li a:hover {
  background-color: var(--color--green-300);
}

.taxonomy-nav li.active a {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--color--black-950);
  background-color: var(--color--black-950);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--wp--preset--font-size--md);
  color: var(--wp--preset--color--white) !important;
}

.taxonomy-nav ul {
  list-style: none;
  padding-left: 0px;
}

.taxonomy-nav ul li {
  display: inline-block;
}

.blog-cards .post-item:hover .button-box::before {
  background-color: var(--color--green-300);
}

.blog-cards .post-item:hover button {
  background-position: center bottom;
}

.blog-cards .wp-block-post .taxonomy-post_tag a {
  background-color: #F5F5F3;
  color: #231F20;
  font-family: var(--wp--preset--font-family--geist-mono) !important;
  font-size: clamp(0.75rem, 0.625rem + 0.25vw, 0.875rem);
  text-transform: uppercase;
  transition: all 300ms ease;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.blog-cards .wp-block-post  {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.blog-cards .wp-block-post  .wp-block-group{
  position: relative;
  border-radius: 4px;
}

.blog-cards .wp-block-post:hover {
  background-color: var(--color--black-950) !important;
}

.blog-cards .wp-block-post:hover h5 a {
  color: white;
}

.blog-cards .wp-block-post:hover .wp-block-group {
  background-color: var(--color--black-950) !important;
  color: var(--wp--preset--color--white);
}

.blog-cards .wp-block-post:hover .button-box::before {
  background-color: var(--color--green-300);
}

.blog-cards .wp-block-post:hover button {
  background-position: center bottom;
}

.blog-cards .wp-block-post:hover .sub-title {
  color: var(--color--black-300);
}

.blog-cards .button-box {
  position: absolute;
  overflow: hidden;
  width: 80px;
  padding-top: 20px;
  isolation: isolate;
  right: 0;
  bottom: 0;
}

.blog-cards .button-box::before {
  z-index:-1;
  transform: skewX(-12deg);
  background-color: white;
  content: "";
  width: 80px;
  height: 110px;
  position: absolute;
  left: 2px;
  top: 5px;
  border-radius: 3px;
  border: 1px solid #E5E6E8;
}

.blog-cards button {
  height: 40px;
  width: 40px;
  margin-left: 25px;
  top: -4px;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E");
  background-color: transparent;
  background-size: 42px 84px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
  position: relative;
}

.wp-singular .taxonomy-post_tag a {
  background-color:white;
  color: #231F20;
  font-family: var(--wp--preset--font-family--geist-mono) !important;
  font-size: clamp(0.75rem, 0.625rem + 0.25vw, 0.875rem);
  text-transform: uppercase;
  transition: all 300ms ease;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.wp-singular .wp-block-post-author__avatar img {
  border-radius: 4px;
  overflow: hidden;
}

.wp-singular .wp-block-post-author__name {
  font-size: clamp(0.875rem, 0.75rem + 0.25vw, 1rem);
  font-weight: 500;
}

.wp-singular .wp-block-post-author__bio {
  font-size: clamp(0.875rem, 0.75rem + 0.25vw, 1rem);
  font-weight: 400;
  margin-top: 0px;
  color: var(--color--black-600)
}

.wp-block-post-author {
  padding-right: 40px;
  position: relative;
}

.wp-block-post-author::after {
  content: "";
  position: absolute;
  right: 20px;
  margin-right: -20px;
  height: 100%;
  width: 1px;
  --tw-skew-x: -12deg;
  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));
  background-color: var(--color--black-200)
}

/** Product Page **/

.check-icon li:before  {
  content:"";
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.5' y='0.5' width='19' height='19' rx='9.5' fill='%23231F20'/><rect x='0.5' y='0.5' width='19' height='19' rx='9.5' stroke='%23231F20'/><path d='M14.6666 6.5L8.24992 12.9167L5.33325 10' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-size: cover;
  top: 1px;
  position: absolute;
  left: 0px;
}

.check-icon li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-family: Roboto;
  font-size: clamp(1rem, 0.9063rem + 0.25vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
}

.has-geist-mono-font-family a {
  font-family: var(--wp--preset--font-family--geist-mono) !important;
}

.cert-icon:hover .icon-container  {
  background-color: white;
  border-color: black !important;
}

.product-icons-row {
  display: flex;
  flex-direction: row;
  /* forces horizontal */
  gap: 6px;
  /* space between icons */
  align-items: center;
  /* vertical alignment */
  flex-wrap: wrap;
  /* allows wrapping on small screens */
}

.editor-icon {
  width: 60px;
  height: 60px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-width: 1px;
  border-radius: 6px;
  background-color: transparent;
  text-align: center;
  border: 1px solid #CED1D3;
}

.icon-trigger  {
  width: 60px;
  height: 60px;
  padding: 5px;
  border-width: 1px;
  border-radius: 6px;
  background-color: transparent;
  text-align: center;
  border: 1px solid #CED1D3;
}

.icon-trigger:hover {
  background-color: white;
}

.icon-trigger.is-active {
  background-color: white;
}

.icon-tooltip {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 115%;
  transition: all 300ms ease;
  display: block;
  padding: 20px;
  border-radius: 4px;
  background: white;
  border: 1px solid  #CED1D3;
  scale: 0;
}

.icon-tooltip.is-active {
  opacity: 1;
  scale: 1;
}

.icon-item {
  position: relative;
}

.product-icons-row {
  position: relative;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.swiper-gallery-wrapper {
  width: 100%;
  margin-bottom: 2em;
  background-color: red;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-container.gallery-top {
  margin-bottom: 10px;
}

.swiper-slide img, 
.swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbs-swiper .swiper-slide {
  opacity: 1;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid transparent;
}

.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--color--black-950);
  border-radius: 4px;
}

.thumbs-swiper .swiper-slide img,
.thumbs-swiper .swiper-slide video {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.main-swiper {
  width: 100%;
  height: 582px;
  /* Fixed height */
  border-radius: 4px;
}

.main-swiper .swiper-slide {
  height: 100%;
}

.main-swiper .swiper-slide img,
 .main-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Disable text selection on swiper elements */

.swiper,
 .swiper * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Specifically for buttons and interactive elements */

.swiper-button-next,
 .swiper-button-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

/* Remove focus outlines if they're causing issues */

.swiper-button-next:focus,
 .swiper-button-prev:focus {
  outline: none;
  box-shadow: none;
}

/* Also add to the entire block for good measure */

.wp-block-red-fern-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Counter position variants */

.slide-counter.top-right {
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
}

.slide-counter.top-left {
  top: 10px;
  left: 10px;
  right: auto;
  bottom: auto;
}

.slide-counter.bottom-right {
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
}

.slide-counter.bottom-left {
  bottom: 10px;
  left: 10px;
  top: auto;
  right: auto;
}

/* Slide counter styles */

.slide-counter {
  position: absolute;
  background: var(--color--black-50);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 20;
  pointer-events: none;
  font-family: "Geist Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--color--black-950);
  bottom: 20px;
  right: 45px;
}

/* Ensure main swiper has relative positioning */

.main-swiper {
  position: relative;
}

.trigger-right::before, .trigger-left::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'><path d='M0.75 8.06055H14.75M14.75 8.06055L7.75 1.06055M14.75 8.06055L7.75 15.0605' stroke='%23231F20' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  content: "";
  width: 35px;
  height: 35px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center ;
  border-radius: 100%;
  display: flex;
  vertical-align: middle;
  z-index: 100;
  background-color: white;
}

.trigger-right::before {
  left: 0;
  transition: all 300ms ease;
  position: relative;
}

.trigger-right:hover::before {
  left: 90%;
}

.trigger-left::before  {
  transform: rotate(-180deg);
  left: 150px;
  transition: all 300ms ease;
  position: relative;
}

.trigger-left:hover::before {
  left: 20px;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.trigger-left {
  z-index: 5;
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 300ms ease;
  width: 50%;
  background-color: transparent;
  /*
  background: linear-gradient(90deg,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

 Gradient mask fade (right → left) 
  mask-image: linear-gradient(to right, black, black, transparent);
  -webkit-mask-image: linear-gradient(to right, black, black, transparent);
  */
  opacity: 0;
}

.trigger-right {
  z-index: 5;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: transparent;
  right: 0;
  width: 50%;
  transition: all 300ms ease;
  /* 
    background: linear-gradient(270deg,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

Gradient mask fade (right → left) 
  mask-image: linear-gradient(to left, black, black, transparent);
  -webkit-mask-image: linear-gradient(to left, black, black, transparent);
  */
  opacity: 0;
}

.trigger-left:hover, .trigger-right:hover {
  opacity: 1;
}

.thumb-next {
  position: absolute;
  right: -35px;
  top: 35%;
  z-index: 100;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
}

.thumb-prev::before, .thumb-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='%23686E72' stroke-width='1.25' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms ease;
}

.thumb-prev {
  position: absolute;
  left: -35px;
  top: 35%;
  z-index: 100;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
}

.thumb-prev:hover::before, .thumb-next:hover::before{
  width: 22px;
  height: 22px;
}

.thumb-prev::before {
  transform: rotate(-180deg);
}

.swiper-thumbs-wrapper {
  position: relative;
}

.video-card {
  position: absolute;
  background: var(--color--black-50);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 100;
  pointer-events: none;
  font-family: "Geist Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--color--black-950);
  bottom: 15px;
  text-transform: uppercase;
  left: 15px;
}

.video-card::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath d='M0.68 3.8053L6.5 7.17197L12.32 3.8053M6.5 13.8853V7.1653M12.5 9.83197V4.49863C12.4998 4.26482 12.438 4.03517 12.321 3.83274C12.204 3.63031 12.0358 3.46221 11.8333 3.3453L7.16667 0.678633C6.96397 0.561608 6.73405 0.5 6.5 0.5C6.26595 0.5 6.03603 0.561608 5.83333 0.678633L1.16667 3.3453C0.964175 3.46221 0.795987 3.63031 0.678974 3.83274C0.561962 4.03517 0.50024 4.26482 0.5 4.49863V9.83197C0.50024 10.0658 0.561962 10.2954 0.678974 10.4979C0.795987 10.7003 0.964175 10.8684 1.16667 10.9853L5.83333 13.652C6.03603 13.769 6.26595 13.8306 6.5 13.8306C6.73405 13.8306 6.96397 13.769 7.16667 13.652L11.8333 10.9853C12.0358 10.8684 12.204 10.7003 12.321 10.4979C12.438 10.2954 12.4998 10.0658 12.5 9.83197Z' stroke='%23231F20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

/* Expand button styles */

.expand-button {
  background: var(--color--black-50);
  border: none;
  border-radius: 4px;
  color: white;
  width: 26px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  transition: background 0.3s ease;
  z-index: 1000;
  font-size: 20px;
  position: absolute;
  line-height: 0;
  color: var(--color--black-950);
  bottom: 20px;
  right: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.expand-button:hover {
  background: rgba(0, 0, 0, 0.9);
  color: var(--color--green-300)
}

.expand-button svg {
  width: 12px;
  height: 12px;
}

/* Modal styles */

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  z-index: 10001;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.modal-body img,
.modal-body video {
  max-width: 100%;
  max-height: 80vh;
  min-width: 1000px;
  background-color: white;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.modal-counter {
  position: absolute;
  top: -40px;
  left: 0;
  color: var(--color--black-950);
  padding: 5px 10px;
  background: var(--color--black-50);
  border-radius: 4px;
  font-family: "Geist Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

/* Update slide-counter container to include expand button */

.main-swiper {
  position: relative;
}

.animation-bot-up {
  transform: translateY(500px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}

.active-anim .animation-bot-up {
  transform: translateY(0);
  opacity: 1;
}

.animation-left-right {
  transform: translateX(-500px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}

.active-anim .animation-left-right{
  transform: translateX(0);
  opacity: 1;
}

.animation-right-left {
  transform: translateX(500px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}

.active-anim .animation-right-left{
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1275px) {
  /* General Styles */

  html {
    top: 0px;
    border-top-width: 1px;
    border-color: #f5f6f65a;
    background-color: #19191aa5 !important;
    --tw-backdrop-blur: blur(8px);
    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);
  }

  body{
    max-width: 100svw;
    overflow-x: hidden  !important;
  }

  body.home {
    padding-top:0px !important
  }

  /* Typography */

  h2 {
    line-height: 45px !important !important;
  }

  /* Header */

  header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000 !important;
  }

  header .is-style-nav-outline {
    display: none !important;
  }

  .home header {
    position: absolute !important;
    background-color: var(--color--black-950) !important;
  }

  header a img {
    width: 200px;
  }

  header .is-content-justification-right {
    justify-content: flex-end !important;
  }

  .header-nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  header {
    min-height: 65px !important;
    min-width: 100% !important;
  }

  /* Patterns */

  /* Banners */

  .mob-height {
    min-height: 220px !important;
    max-height: 220px !important;
    height: 220px !important;
  }

  /* Buttons */

  .download-btn {
    left: 0px;
    bottom: 0px !important;
    position: absolute;
    width: 100% !important;
    border-radius: 0px !important;
  }

  .download-btn::before {
    border-radius: 0px;
  }

  .download-btn::after {
    border-radius: 0px;
  }

  .nav-btn {
    position: relative;
    display: flex;
    width: 80%;
    align-items: center;
    border-radius: 0.75rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(35 31 32 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity));
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 19px;
    padding-right: calc(1rem + 50px);
    font-size: 18px;
    color: var(--wp--preset--color--white);
  }

  .nav-btn::before {
    position: absolute;
    right: 0px;
    z-index: 2;
    display: flex;
    height: 36px;
    width: 50px;
    align-items: center;
    justify-content: center;
    --tw-content: '';
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='white'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E");
    background-size: 56px 72px;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 300ms 
    ease;
    top: 10px;
  }

  .nav-btn::after {
    position: absolute;
    right: 4px;
    display: flex;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    background-color: #434547;
    transition-property: all;
    transition-timing-function: 
    cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: '';
    content: '';
    border-radius: 0.5rem;
    top: 6px;
  }

  .nav-btn:hover:after {
    background-color: #e1fe64;
  }

  .nav-btn:hover:before {
    background-position: center bottom;
  }

  .menu .menu-item > .is-dropdown:after, .menu-item .back-btn:after {
    height: 8px;
    width: 14px;
    position: absolute;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 9.414 5.207'%3E%3Cpath fill='none' stroke='%23838a8d' stroke-linecap='square' stroke-linejoin='round' d='m.7.7 4 4 4-4'/%3E%3C/svg%3E);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }

  .back-btn::after {
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19%2012H5M5%2012L12%2019M5%2012L12%205%22%20stroke%3D%22%23686E72%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') !important;
  }

  /* Product Tables */

  .scrolling-svg-container img{
    min-height: 300px !important;
    width: auto !important;
  }

  .main-contact-form .gform_footer {
    font-size: 18px !important;
    padding-right: calc(1rem + 167px) !important;
  }

  .wp-block-group.nav-divider button {
    margin-left: 0px !important;
  }

  .segment-nav-button img {
    width: 40px;
  }

  .logo-wrapper::before, .logo-wrapper::after {
    width: 60px !important;
  }

  .width-control {
    width: 100% !important;
  }

  .article-card-image {
    background-size: cover !important;
  }

  ._block-card-slider {
    overflow-x: hidden !important;
  }

  .wp-container-core-group-is-layout-00a909fb {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .stripe-bg {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22644%22%20height%3D%22841%22%20viewBox%3D%220%200%20644%20841%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M364.018%20841L644%200L576.629%200L296.535%20841L364.018%20841Z%22%20fill%3D%22url(%23paint0)%22/%3E%0A%3Cpath%20d%3D%22M265.106%20841L545.2%200L477.673%200L197.578%20841L265.106%20841Z%22%20fill%3D%22url(%23paint1)%22/%3E%0A%3Cpath%20d%3D%22M166.261%20841L446.355%200L378.805%200L98.8675%20841L166.261%20841Z%22%20fill%3D%22url(%23paint2)%22/%3E%0A%3Cpath%20d%3D%22M67.3933%20841L347.488%200L279.938%200L0%20841L67.3933%20841Z%22%20fill%3D%22url(%23paint3)%22/%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0%22%20x1%3D%22470.268%22%20y1%3D%220%22%20x2%3D%22470.268%22%20y2%3D%22841%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22white%22%20stop-opacity%3D%221%22/%3E%0A%20%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%3C/linearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1%22%20x1%3D%22371.388%22%20y1%3D%220%22%20x2%3D%22371.388%22%20y2%3D%22841%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22white%22%20stop-opacity%3D%221%22/%3E%0A%20%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%3C/linearGradient%3E%0A%3ClinearGradient%20id%3D%22paint2%22%20x1%3D%22272.611%22%20y1%3D%220%22%20x2%3D%22272.611%22%20y2%3D%22841%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22white%22%20stop-opacity%3D%221%22/%3E%0A%20%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%3C/linearGradient%3E%0A%3ClinearGradient%20id%3D%22paint3%22%20x1%3D%22173.694%22%20y1%3D%220%22%20x2%3D%22173.694%22%20y2%3D%22841%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22white%22%20stop-opacity%3D%221%22/%3E%0A%20%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%0A%3C/linearGradient%3E%0A%3C/defs%3E%0A%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right top;
  }

  .anim::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%271436%27%20height%3D%271173%27%20viewBox%3D%270%200%201436%201173%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M1151.35%20843.002H961.787L924.678%20952.902H735.121L698.012%201062.8H498.112L461.154%201172.25H0L294.839%20299.085L392.5%200H623.5H809H924.678H1058.5H1221H1436L1151.35%20843.002Z%27%20fill%3D%27white%27/%3E%3C/svg%3E);
    background-position: center;
    background-size:1200px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 4000ms 
    ease !important;
    background-position-y: 0px;
    transition-delay: 900ms;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .wp-container-core-group-is-layout-00a909fb > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .anim.animate::before {
    background-position-y: 350% !important;
  }

  .single .wp-block-group {
    max-width: 100% !important;
  }

  .mob-reverse {
    flex-direction: column-reverse;
  }

  .post-type-archive-products .two-col-larger .wp-block-columns {
    margin-top: -20px !important;
    margin-bottom: 40px !important;
  }

  .post-type-archive-products .wp-block-cover {
    min-height: 280px !important;
  }

  .page-id-753 .two-col-larger {
    margin-bottom: 0px !important;
  }

  .page-id-753 .overflow-marquee-clean  {
    margin-top: 30px !important
  }

  .content-block {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 22px !important;
    padding-bottom: 32px !important;
  }

  .wp-container-core-group-is-layout-3333c3a8 {
    order: 2;
  }

  .mega-menu-wrapper > button {
    background-color: var(--color--green-300);
    color: var(--color-black-950);
    border-radius: 4px;
    width: 36px;
    height: 36px;
    margin-top: 7px;
  }

  .mega-menu-wrapper > button span {
    background-color: var(--color--black-950);
    height: 2px;
  }

  .search-trigger {
    position: initial;
    border: 1px solid var(--color--black-700);
    border-radius: 4px;
    height: 36px;
    width: 36px;
    margin-top: 4px;
  }

  .mob-pos{
    margin-right: -15px !important;
    top: 1px;
    position: relative !important;
  }

  .menu {
    background-color: white;
    padding-top: 0px;
    height: calc(100svh - 73px);
    top: 73px;
    padding: 20px;
    z-index: 1000;
    overflow-y: scroll !important;
  }

  .nav-divider {
    order: 0;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .nav-divider button {
    margin-left: 0px !important;
  }

  .nav-divider::before {
    display: none !important;
  }

  .nav-divider {
    order: 1;
  }

  .menu .menu-item .top-level-item {
    padding: 20px 20px 20px 20px;
    font-size: 18px !important;
  }

  .marquee-item-container img{
    max-width: 120px;
    margin: auto;
  }

  .taxonomy-nav li{
    margin-bottom: 35px;
  }

  .main-swiper {
    height: 300px;
  }

  .is-content-justification-right {
    justify-content: flex-start !important;
  }

  .menu .top-level-item, .menu .menu-item a {
    color: var(--color--black-950) !important;
    font-size: 20px !important;
    font-style: normal;
  }

  .wp-block-cover h1{
    margin-bottom: -30px !important;
  }

  .wp-block-buttons .wp-block-button__link {
    font-size: 18px !important;
  }

  .main-contact-form {
    margin-top: 30px !important;
  }

  .search-trigger::after  {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'><path d='M14.1216 14L11.2216 11.1M12.7882 7.33333C12.7882 10.2789 10.4004 12.6667 7.45492 12.6667C4.5094 12.6667 2.12158 10.2789 2.12158 7.33333C2.12158 4.38781 4.5094 2 7.45492 2C10.4004 2 12.7882 4.38781 12.7882 7.33333Z' stroke='white' stroke-linecap='square' stroke-linejoin='round'/></svg>");
    width: 24px;
    height: 22px;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 10px;
    background-size: cover;
  }

  .menu .menu-item {
    border: 1px solid var(--color--black-100);
    border-radius: 4px;
    width: 100%;
    color: var(--color--black-950);
    margin-bottom: 20px;
  }

  .is-provider-youtube {
    min-height: 200px;
  }

  .slide-cta-body.animate .catalogue {
    width: 100% !important;
    height: auto !important;
  }

  .menu .menu-item .top-level-item {
    padding: 20px 20px 20px 20px;
  }

  .menu .top-level-item, .menu .menu-item a {
    color: var(--color--black-950)  !important;
    font-size: 18px;
    font-style: normal;
  }

  .menu .menu-item.nav-divider {
    padding-left: 0px;
  }

  .menu-item:before {
    display: none;
  }

  .smaller-dash {
    width: 12px !important;
    left: calc(50% - 3px) !important;
  }

  .archive .first-h3 {
    font-size: 20px !important;
    margin-bottom: -6px !important;
  }

  .archive .first-h2 {
    font-size: 18px !important;
  }

  .card-slider-prod {
    margin-bottom: -80px !important;
  }

  .hero-nav {
    bottom: 130px !important;
    left: 20px !important;
    position: absolute;
  }

  .nav-group {
    bottom: 0px !important;
  }

  .slides-wrapper h1 {
    font-size: 38px;
  }

  .hero-int-wrapper .wp-block-cover {
    position: relative;
  }

  .wp-container-content-577e1c61 {
    flex-basis: 48% !important;
  }

  .wp-container-content-47197e2f {
    flex-basis: 47% !important;
  }

  .wp-container-core-group-is-layout-914b94ff > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
  }

  .wp-block-image  img {
    width: 100%;
  }

  .top-level-item::after {
    content:"" !important;
    position: absolute !important;
    top: 13px !important;
    height: 40px !important;
    width: 40px !important;
    right: 8px !important;
    align-items: center !important;
    justify-content: center !important;
    --tw-content: '' !important;
    content: '' !important;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23e1fe64'/%3E%3C/svg%3E") !important;
    background-size: 66px 82px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    transition: all 300ms ease !important;
    transform: rotate(0deg) !important;
    background-color: transparent !important;
  }

  .top-level-item:hover::after {
    background-position: center bottom !important;
  }

  .top-level-item::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: -10px !important;
    width: 70px !important;
    height: 100% !important;
    background: linear-gradient(#231F20, #231F20) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 0% 100% !important;
    border-left: 1px solid #E5E6E8 !important;
    transform: skewX(-12deg) !important;
    transition: background-size 400ms ease !important;
    z-index: 0 !important;
  }

  .no-chevron::after{
    bottom: 15px !important;
  }

  .no-chevron:hover::after {
    width: 40px !important;
  }

  .top-level-item:hover::before {
    background-size: 100% 100% !important;
  }

  .top-level-item{
    background-color: transparent;
    transition: all 300ms ease;
    overflow: hidden;
  }

  .top-level-item:hover {
    background-color: #F5F5F3;
  }

  .menu-content {
    padding-top: 0px !important;
  }

  .menu-item::after {
    display: none !important;
  }

  .menu-content .wp-block-group {
    padding-top: 0px !important;
  }

  .nav-link-item span {
    font-size: 18px !important;
  }

  .menu-content .wp-block-columns {
    gap: 20px;
  }

  .wp-elements-03fba9290d734aa2717d7b8df4349708 {
    padding: 0px !important;
    margin-top: 30px !important;
  }

  .wp-container-core-group-is-layout-e1300cac, .wp-container-core-group-is-layout-fe9cc265, .wp-container-core-group-is-layout-fe9cc265 {
    flex-direction: row !important;
    gap: 15px !important;
  }

  .m-width-mob {
    min-width: 45% !important;
    width: 49% !important;
    border-bottom: 0px !important;
    display: inline-table;
  }

  .m-width-mob  ul {
    border-bottom: 0px !important;
  }

  .m-width-mob li {
    border-bottom: 0px !important;
  }

  .no-pr-mob {
    padding-right: 0px !important;
    border-bottom: 1px solid #434547;
  }

  .mob-bord-bot {
    border-bottom: 1px solid #434547;
    margin-bottom: 25px !important;
    padding-bottom: 20px;
  }

  .no-psides {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 30px !important;
  }

  .two-col-larger .wp-block-column {
    padding:  0px !important;
    border: 0px !important
  }

  .d-show-mob {
    display: block !important;
  }

  .d-hidden-mob {
    display: none !important;
  }

  .nav-link-item {
    padding: 20px 20px 20px 20px;
  }

  .search-field::-moz-placeholder {
    font-size: 20px;
  }

  .search-field::placeholder {
    font-size: 20px;
  }

  .search-field {
    font-size: 20px;
  }

  .button-mob-flow {
    overflow: scroll !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    max-width: 100vw;
    flex: 0 0;
  }

  .button-mob-flow button {
    padding-right: 40px;
    text-wrap: nowrap;
  }

  .button-mob-flow-bottom {
    overflow: scroll !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    max-width: 100vw;
    flex: 0 0;
  }

  .button-mob-flow-bottom button {
    padding-right: 15px;
    text-wrap: nowrap;
  }

  .hero-slider .wp-block-cover__inner-container .wp-block-column:first-of-type {
    order: 2;
  }

  .hero-slider .wp-block-cover__inner-container img {
    width: auto;
  }

  .hero-slider {
    max-height: 100vh;
  }

  .wp-container-core-columns-is-layout-65e523f9 {
    gap: 0px !important;
  }

  .hero-slider .wp-block-cover__inner-container {
    padding-bottom: 100px;
  }

  .wp-block-cover.anim {
    min-height: 300px !important;
  }

  .cta-box .wp-block-button{
    min-width: 250px;
    text-align: center;
  }

  .cta-box .mob-bord {
    border-right: 0px !important;
  }

  .cta-box {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .active-tab-clicked .circular-spin {
    margin-right: 0px !important;
  }

  .chevron-anim  {
    display: none;
  }

  .faq-content {
    text-align: left;
  }

  .active-tab-clicked .chevron-anim {
    display: none !important;
  }

  .circular-spin  {
    top: 0px;
  }

  .wp-container-core-buttons-is-layout-1ae82258 {
    gap: 8px !important;
  }

  .wp-block-red-fern-accordion {
    margin-top: 20px !important;
  }

  .scc-accept {
    background-color: #231F20;
    border-color: #231F20;
    border-style: solid;
    border-width: 1px;
    display: block;
    position: relative;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 19px;
    padding-right: calc(1rem + 0px);
    border-radius: 12px;
    align-items: center;
    color: #ffffff;
    text-align: center;
  }

  .scc-accept::before {
    position: absolute;
    right: 0px;
    z-index: 2;
    display: flex
;
    height: 36px;
    width: 50px;
    align-items: center;
    justify-content: center;
    --tw-content: '';
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='white'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E);
    background-size: 56px 72px;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 300ms 
ease;
    top: 7px;
  }

  .cta-box p a {
    font-size: 14px;
  }

  .fixed-mob {
    position: absolute !important;
    bottom: 285px !important;
    width: 100vw;
    left: 20px !important;
    z-index: 300 !important;
  }

  .fixed-mob h1 {
    margin-bottom: 20px !important;
  }

  .home-hero-height {
    width: 100vw;
  }

  .margin-minus-hero {
    margin-top: -60px !important;
  }

  .video-mob .black-chevron {
    margin-top: 170px;
  }

  .contact-b .mob-spacing {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.d-show-mob {
  display: none ;
}

/* Tailwind */

*, ::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:  ;
}

p:first-child {
  margin-top: 0px;
}

p:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 1280px) {
  .nav-min-width  .top-level-item {
    width: 135px !important;
  }

  .logged-in {
    padding-top: 56px !important;
  }

  body {
    padding-top: 86px;
  }

  body.home {
    padding-top: 0px;
  }
}

body {
  overflow-x: clip !important;
}

/** This Removes Anti-Aliasing Effects On Text **/

*{
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.container {
  width: 100%;
}

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!right-0 {
  right: 0px !important;
}

.-top-\[20px\] {
  top: -20px;
}

.-top-\[3px\] {
  top: -3px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-\[-5px\] {
  bottom: -5px;
}

.bottom-\[110px\] {
  bottom: 110px;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.bottom-\[25px\] {
  bottom: 25px;
}

.bottom-\[50px\] {
  bottom: 50px;
}

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

.left-\[20px\] {
  left: 20px;
}

.right-0 {
  right: 0px;
}

.right-\[24px\] {
  right: 24px;
}

.right-\[30px\] {
  right: 30px;
}

.right-\[5px\] {
  right: 5px;
}

.right-\[60px\] {
  right: 60px;
}

.top-0 {
  top: 0px;
}

.top-\[28px\] {
  top: 28px;
}

.top-\[5px\] {
  top: 5px;
}

.isolate {
  isolation: isolate;
}

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

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

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

.z-\[99999\] {
  z-index: 99999;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[99\] {
  z-index: 99;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.\!mb-\[11px\] {
  margin-bottom: 11px !important;
}

.\!mt-\[6px\] {
  margin-top: 6px !important;
}

.-mb-px {
  margin-bottom: -1px;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[10px\] {
  margin-right: 10px;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100svh-var\(--header-height\)\)\] {
  height: calc(100svh - var(--header-height));
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[425px\] {
  max-height: 425px;
}

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

.min-h-\[385px\] {
  min-height: 385px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-\[48px\] {
  min-height: 48px;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.\!w-\[450px\] {
  width: 450px !important;
}

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

.w-0 {
  width: 0px;
}

.w-16 {
  width: 4rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(96px\+\.5rem\)\] {
  width: calc(96px + .5rem);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.\!min-w-\[450px\] {
  min-width: 450px !important;
}

.min-w-\[44px\] {
  min-width: 44px;
}

.\!max-w-none {
  max-width: none !important;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-\[750px\] {
  max-width: 750px;
}

.max-w-\[var\(--wp--style--global--content-size\)\] {
  max-width: var(--wp--style--global--content-size);
}

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

.flex-\[0_0_80vw\] {
  flex: 0 0 80vw;
}

.flex-none {
  flex: none;
}

.translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  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));
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
  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;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

.\!flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.\!gap-4 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[8px\] {
  gap: 8px;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.\!overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.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-0 {
  border-width: 0px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

.border-l-\[5px\] {
  border-left-width: 5px;
}

.border-r-\[5px\] {
  border-right-width: 5px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-\[5px\] {
  border-top-width: 5px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#ADB2B3\] {
  --tw-border-opacity: 1;
  border-color: rgb(173 178 179 / var(--tw-border-opacity));
}

.border-brand-black-100 {
  border-color: var(--color--black-100);
}

.border-brand-black-950 {
  border-color: var(--color--black-950);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

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

.border-white {
  border-color: var(--wp--preset--color--white);
}

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

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

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#231f20b1\] {
  background-color: #231f20b1;
}

.bg-\[\#F5F5F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 243 / var(--tw-bg-opacity));
}

.bg-black {
  background-color: var(--wp--preset--color--black);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-brand-black-100 {
  background-color: var(--color--black-100);
}

.bg-brand-black-600 {
  background-color: var(--color--black-600);
}

.bg-brand-black-950 {
  background-color: var(--color--black-950);
}

.bg-brand-green-300 {
  background-color: var(--color--green-300);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.bg-white {
  background-color: var(--wp--preset--color--white);
}

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

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

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-transparent {
  fill: transparent;
}

.stroke-transparent {
  stroke: transparent;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[30px\] {
  padding: 30px;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

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

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.px-\[var\(--wp--style--root--padding-right\)\] {
  padding-left: var(--wp--style--root--padding-right);
  padding-right: var(--wp--style--root--padding-right);
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.py-sm {
  padding-top: var(--wp--preset--spacing--sm);
  padding-bottom: var(--wp--preset--spacing--sm);
}

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

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

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

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

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

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

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

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

.\!text-\[24px\] {
  font-size: 24px !important;
}

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

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

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

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

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

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

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

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

.text-\[clamp\(0\.75rem\2c 0\.625rem\+0\.25vw\2c 0\.875rem\)\] {
  font-size: clamp(0.75rem,0.625rem + 0.25vw,0.875rem);
}

.text-base {
  font-size: var(--wp--preset--font-size--base);
}

.text-lg {
  font-size: var(--wp--preset--font-size--lg);
}

.text-md {
  font-size: var(--wp--preset--font-size--md);
}

.text-sm {
  font-size: var(--wp--preset--font-size--sm);
}

.text-xs {
  font-size: var(--wp--preset--font-size--xs);
}

.font-\[400\] {
  font-weight: 400;
}

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.tracking-\[1\.44px\] {
  letter-spacing: 1.44px;
}

.tracking-\[12\%\] {
  letter-spacing: 12%;
}

.\!text-brand-black-500 {
  color: var(--color--black-500) !important;
}

.\!text-brand-black-950 {
  color: var(--color--black-950) !important;
}

.text-\[\#231F20\] {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.text-brand-black-200 {
  color: var(--color--black-200);
}

.text-brand-black-400 {
  color: var(--color--black-400);
}

.text-brand-black-600 {
  color: var(--color--black-600);
}

.text-brand-black-700 {
  color: var(--color--black-700);
}

.text-brand-black-950 {
  color: var(--color--black-950);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-white {
  color: var(--wp--preset--color--white);
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

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

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

.is-resizing *,
.is-resizing *::before,
.is-resizing *::after {
  transition: none !important;
}

body {
  font-family: "aptos", sans-serif;
}

/******** Alpine ********/

[x-cloak] {
  display: none !important;
}

/******** Containers ********/

.wp-site-blocks > .wp-block-group {
  margin-block-start: 0 !important;
}

/* Match tailwind and WordPress containers */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--preset--spacing--sm);
  padding-right: var(--wp--preset--spacing--sm);
  max-width: calc(var(--wp--style--global--content-size) + (var(--wp--preset--spacing--sm) * 2));
}

.site-editor-php header {
  position: relative !important;
}

.search .wp-block-query {
  width: 100% !important;
}

.hero-slider {
  min-height: 100vh;
}

.pulse {
  animation: pulse 1s 
  cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.get-in-touch-hover {
  transition: all 300ms ease;
}

.get-in-touch-hover svg {
  transition: all 300ms ease;
}

.get-in-touch-hover:hover  {
  color: var(--color--black-950) !important;
}

.get-in-touch-hover:hover svg {
  color: var(--color--black-950) !important;
}

.has-geist-mono-font-family {
  letter-spacing: 1.44px !important;
  font-size: 12px !important;
}

.gform-theme--foundation .gfield textarea.large {
  padding: 15px !important;
}

.wp-block-post-featured-image a, .wp-block-post-featured-image, .wp-block-post-featured-image a img {
  min-width: 250px !important;
  min-height: 140px !important;
  border-radius: 4px;
}

.search-results-btn {
  letter-spacing: 1.44px;
  padding: 6px !important;
  padding-bottom: 3px;
  line-height: 10px;
}

.custom-logo {
  width: 290px !important;
}

.article-card-tags {
  font-size: 12px !important;
  letter-spacing: 1.44px;
}

/*** Build items ***/

.slash-end {
  position: relative;
}

.slash-end::after {
  content: "";
  position: absolute;
  right: -10px;
  margin-right: -20px;
  height: 100%;
  width: 1px;
  --tw-skew-x: -12deg;
  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));
  background-color: var(--color--black-200);
}

.post-type-archive-case-studies .wp-block-post-featured-image {
  background-color: var(--color--black-100);
  border-radius: 4px;
}

.post-type-archive-case-studies .taxonomy-Industry.wp-block-post-terms a{
  background-color: #F5F5F3;
  color: #231F20;
  font-family: var(--wp--preset--font-family--geist-mono) !important;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 300ms 
ease;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.post-type-archive-case-studies .blog-cards .wp-block-post img {
  scale: 1 !important;
  transition: all 300ms ease;
}

.post-type-archive-case-studies .blog-cards .wp-block-post:hover img {
  scale: 1.1 !important;
}

.has-aptos-font-family a {
  font-family: var(--wp--preset--font-family--aptos) !important;
}

.card-slider-prod .article-card-title h4 {
  font-weight: 600 !important;
  margin-top: 10px;
}

.card-slider-prod .article-card-title h3 {
  font-weight: 400 !important;
  margin-top: -10px;
}

.prod-code-box {
  position: absolute;
  right: 10px;
  top:12px;
  border-radius: 0;
  border: 0.5px solid  #434547;
  font-family: "Geist Mono";
  font-size: 10px;
  padding: 3px 4px 3px 4px;
  color: #434547;
}

.card-slider-prod .individual-card .article-card-title {
  position: relative;
}

.card-slider-prod .individual-card .article-card-title:hover .prod-code-box{
  background-color: var(--color--green-300);
}

.square-list ul li {
  margin-bottom: 10px;
}

.square-list ul {
  list-style: square;
  padding-left: 15px;
}

.search-results-btn {
  font-family: var(--wp--preset--font-family--geist-mono) !important;
  text-transform: uppercase;
  font-size: 12px;
}

.download-card {
  overflow: hidden;
  margin-top: 20px;
}

.download-card .has-white-background-color {
  transition: background-color 300ms ease;
}

.download-card:hover .has-white-background-color {
  background-color: var(--color--green-300) !important;
}

.download-card:hover .download-anchor {
  transform: translateY(0px);
}

.download-anchor {
  transform: translateY(100px);
  transition: all 300ms ease;
  padding-top: 16px;
}

.download-card h5 a{
  margin-bottom: 14px;
}

.download-anchor::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M0.875 9.40397H17.2083M17.2083 9.40397L9.04167 1.2373M17.2083 9.40397L9.04167 17.5706' stroke='%23231F20' stroke-width='1.75' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  position: absolute;
  margin-left: 10px;
  top: 22px;
}

._block-card-slider {
  clip-path: inset(0 -100% 0 0);
}

.search-results footer {
  margin-block-start: 0;
}

.linked-block:hover .wp-block-button.is-style-mega .wp-block-button__link {
  background-color: #E1FE64;
}

.linked-block .hover-image {
  background-position: center;
  transition: all 600ms ease;
  background-size: 100% !important;
}

.linked-block:hover .hover-image {
  background-size: 110% !important;
}

.accordion-item__content ul {
  list-style-type: square;
  padding-left: 20px;
}

.accordion-item__content ul li {
  display: list-item;
}

.hero-slider .wp-block-cover__inner-container {
  width: 100% !important;
}

.moove-gdpr-info-bar-content{
  flex-wrap: wrap !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice, #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
  flex-shrink: 0 !important;
  width: 100% !important;
  padding-left: 0px !important;
  justify-content: flex-start !important;
}

.moove-gdpr-button-holder {
  display: flex !important;
  margin-top: 20px !important;
}

.moove-gdpr-button-holder button {
  display: inline-block !important;
  width: auto !important;
}

.mgbutton.moove-gdpr-infobar-allow-all {
  position: relative !important;
  border-radius: 12px !important;
  background-color: var(--color--black-950) !important;
  text-align: left !important;
  font-size: 18px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 19px !important;
  padding-right: calc(1rem + 50px) !important;
}

.mgbutton.moove-gdpr-infobar-allow-all::after {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  background-color: #e5e6e8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: '';
  border-radius: 8px;
}

.mgbutton.moove-gdpr-infobar-allow-all::before {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: flex;
  height: 36px;
  width: 50px;
  align-items: center;
  justify-content: center;
  --tw-content: '';
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='84' viewBox='0 0 42 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7855 20.3812C30.1271 20.7228 30.127 21.2768 29.7855 21.6185L21.0003 30.4036L19.763 29.1663L27.054 21.8753H11.9583V20.1253H27.055L19.763 12.8333L21.0003 11.596L29.7855 20.3812Z' fill='%23231F20'/%3E%3Cpath d='M29.7853 62.3812C29.9493 62.5453 30.0411 62.7683 30.0411 63.0004C30.041 63.2322 29.9492 63.4545 29.7853 63.6185L21.0001 72.4036L19.7628 71.1663L27.0538 63.8753H11.958V62.1253H27.0547L19.7628 54.8333L21.0001 53.596L29.7853 62.3812Z' fill='%23231F20'/%3E%3C/svg%3E");
  background-size: 56px 72px;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 300ms ease;
  top: 6px;
}

.mgbutton.moove-gdpr-infobar-allow-all:hover:after {
  background-color: #e1fe64;
}

.mgbutton.moove-gdpr-infobar-allow-all:hover:before {
  background-position: center bottom;
}

.moove-gdpr-infobar-reject-btn, .moove-gdpr-infobar-settings-btn {
  border-radius: 12px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--color--black-300) !important;
  background-color: transparent !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 18px !important;
  color: var(--color--black-950) !important;
  opacity: 1 !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  font-family: var(--wp--preset--font-family--aptos) !important;
}

.moove-gdpr-infobar-reject-btn:hover, .moove-gdpr-infobar-settings-btn:hover {
  background-color: var(--color--black-950) !important;
  color: var(--wp--preset--color--white) !important;
}

.moove-gdpr-infobar-reject-btn {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.moove-gdpr-infobar-settings-btn::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.moove-gdpr-infobar-settings-btn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E");
}

.hover\:border-brand-black-600:hover {
  border-color: var(--color--black-600);
}

.hover\:border-brand-black-950:hover {
  border-color: var(--color--black-950);
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-brand-black-950:hover {
  background-color: var(--color--black-950);
}

.hover\:bg-brand-green:hover {
  background-color: var(--color--green-300);
}

.hover\:bg-brand-green-300:hover {
  background-color: var(--color--green-300);
}

.hover\:bg-white:hover {
  background-color: var(--wp--preset--color--white);
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  color: var(--wp--preset--color--white);
}

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

.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-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

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

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.group:hover .group-hover\:-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.group:hover .group-hover\:bg-brand-green-300 {
  background-color: var(--color--green-300);
}

.group:hover .group-hover\:fill-\[\#E1FE64\] {
  fill: #E1FE64;
}

.group:hover .group-hover\:stroke-\[\#E1FE64\] {
  stroke: #E1FE64;
}

.group:hover .group-hover\:text-white {
  color: var(--wp--preset--color--white);
}

@media not all and (min-width: 1280px) {
  .max-xl\:bg-white {
    background-color: var(--wp--preset--color--white);
  }

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

  .max-xl\:pt-\[var\(--header-height\)\] {
    padding-top: var(--header-height);
  }
}

@media not all and (min-width: 782px) {
  .max-md\:ml-\[calc\(-80vw-8px\)\] {
    margin-left: calc(-80vw - 8px);
  }

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

@media not all and (min-width: 640px) {
  .max-sm\:relative {
    position: relative;
  }
}

@media (min-width: 640px) {
  .sm\:right-\[12px\] {
    right: 12px;
  }

  .sm\:top-\[12px\] {
    top: 12px;
  }

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

@media (min-width: 782px) {
  .md\:top-\[90px\] {
    top: 90px;
  }

  .md\:top-\[var\(--header-height\)\] {
    top: var(--header-height);
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:flex-\[0_0_calc\(50\%-\(36px\/2\)\)\] {
    flex: 0 0 calc(50% - (36px / 2));
  }

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

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[512px\] {
    height: 512px;
  }

  .lg\:h-\[94\%\] {
    height: 94%;
  }

  .lg\:max-h-\[512px\] {
    max-height: 512px;
  }

  .lg\:w-\[120px\] {
    width: 120px;
  }

  .lg\:flex-\[0_0_calc\(25\%-\(36px\/4\)\)\] {
    flex: 0 0 calc(25% - (36px / 4));
  }

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

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

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

  .lg\:p-\[60px\] {
    padding: 60px;
  }

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

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

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

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

  .group:hover .group-hover\:lg\:w-\[30px\] {
    width: 30px;
  }

  .group:hover .group-hover\:lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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